diff options
Diffstat (limited to 'docs/Dalvik.markdown')
-rw-r--r-- | docs/Dalvik.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Dalvik.markdown b/docs/Dalvik.markdown index bb35a9cf..6fddf38e 100644 --- a/docs/Dalvik.markdown +++ b/docs/Dalvik.markdown @@ -21,7 +21,8 @@ Obtain the process name of the application to be traced (the one reported in PROCNAME=com.android.settings adb root - adb shell setprop wrap.$PROCNAME LD_PRELOAD=/data/egltrace.so + adb shell ln -s /data/data/apitrace.github.io.eglretrace/libgnustl.so /data/libgnustl.so + adb shell setprop wrap.$PROCNAME LD_PRELOAD="/data/libgnustl_shared.so:/data/egltrace.so" adb shell setprop debug.apitrace.procname $PROCNAME (the former is read by Dalvik and specifies wrapping prefix, the latter is |