On Jan 18, 9:19 am, "[email protected]" <[email protected]> wrote: > Works fine, but it will be better if Google make the Stack tool > public.
Take a look at build/tools/adbs: http://android.git.kernel.org/?p=platform/build.git;a=blob_plain;f=tools/adbs;hb=HEAD It's a wrapper for "adb" that watches the logcat output for native crashes, and converts the addresses to symbols. You still need the objects with symbols, but at least it's a fully-functional example of stack trace decoding.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

