Steps to reproduce
1: Add "debug::StackTrace().Print();" somewhere in the code
2: run "cr_cronet.py stack"
3: The stack trace created in Step.1 won't get symbolicated
Proposing to make cr_cronet.py use "third_party/android_platform/development/scripts/stack" instead of "third_party/android_tools/ndk/ndk-stack". "third_party/android_platform/development/scripts/stack" will correctly symbolicate this type of stack traces.
Something like:
adb logcat -d | CHROMIUM_OUTPUT_DIR=./out/Debug third_party/android_platform/development/scripts/stack
Comment 1 by bugdroid1@chromium.org
, Apr 8 2016