• Home
  • Raw
  • Download

Lines Matching refs:ndk

1 Android ndk-stack tool
7 This document describes the 'ndk-stack' tool that is distributed with
13 'ndk-stack' is a simple tool that allows you to filter stack traces as they
21 I/DEBUG ( 31): pid: 351, tid: 351 %gt;%gt;%gt; /data/local/ndk-tests/crasher <<<
27 I/DEBUG ( 31): #00 pc 0000841e /data/local/ndk-tests/crasher
28 I/DEBUG ( 31): #01 pc 000083fe /data/local/ndk-tests/crasher
29 I/DEBUG ( 31): #02 pc 000083f6 /data/local/ndk-tests/crasher
31 I/DEBUG ( 31): #04 pc 000083ea /data/local/ndk-tests/crasher
32 I/DEBUG ( 31): #05 pc 00008458 /data/local/ndk-tests/crasher
40 pid: 351, tid: 351 >>> /data/local/ndk-tests/crasher <<<
42 …Stack frame #00 pc 0000841e /data/local/ndk-tests/crasher : Routine zoo in /tmp/foo/crasher/jni/…
43 …Stack frame #01 pc 000083fe /data/local/ndk-tests/crasher : Routine bar in /tmp/foo/crasher/jni/…
44 …Stack frame #02 pc 000083f6 /data/local/ndk-tests/crasher : Routine my_comparison in /tmp/foo/cr…
46 …Stack frame #04 pc 000083ea /data/local/ndk-tests/crasher : Routine foo in /tmp/foo/crasher/jni/…
47 …Stack frame #05 pc 00008458 /data/local/ndk-tests/crasher : Routine main in /tmp/foo/crasher/jni…
54 application's shared libraries. If you use the NDK build system (i.e. ndk-build),
60 adb logcat | $NDK/ndk-stack -sym $PROJECT_PATH/obj/local/armeabi
65 $NDK/ndk-stack -sym $PROJECT_PATH/obj/local/armeabi -dump foo.txt
76 ndk-stack won't work correctly.
81 A future version of '`ndk-stack`' will try to launch '`adb logcat`' and select the
84 As of now, ndk-stack doesn't handle libraries that don't have debug information