Lines Matching full:stack
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
42 Stack frame #00 pc 0000841e /data/local/ndk-tests/crasher : Routine zoo in /tmp/foo/crasher/jni/zoo.c:13
43 Stack frame #01 pc 000083fe /data/local/ndk-tests/crasher : Routine bar in /tmp/foo/crasher/jni/bar.c:5
44 Stack frame #02 pc 000083f6 /data/local/ndk-tests/crasher : Routine my_comparison in /tmp/foo/crasher/jni/foo.c:9
45 Stack frame #03 pc 000191ac /system/lib/libc.so
46 Stack frame #04 pc 000083ea /data/local/ndk-tests/crasher : Routine foo in /tmp/foo/crasher/jni/foo.c:14
47 Stack frame #05 pc 00008458 /data/local/ndk-tests/crasher : Routine main in /tmp/foo/crasher/jni/main.c:19
48 Stack frame #06 pc 0000d362 /system/lib/libc.so
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