On Dec 17, 8:36 am, "Howard M. Harte" <[email protected]> wrote:
> I'm running the code from adb shell. There is no stack backtrace in
> the logcat.  Is it possible to run gdb on code from the adb shell?

One way in which you can get a native crash without a debuggerd stack
trace is a native stack overflow.

If you're running the command directly from adb shell, run it under
"strace" to see what kind of failure it's hitting.

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to