-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Debugging on Android
Brian R. Bondy edited this page Oct 9, 2019
·
3 revisions
If your build crashes, you can get a symbolized stack trace of the last crash via:
build/android/tombstones.py --output-directory out/android_Debug_x86/
/out/android_Debug_x86/bin/run_brave_unit_tests --wait-for-debugger -t 6000
build/android/adb_gdb --output-directory=out/android_Debug_x86 --package-name=org.chromium.native_test --verbose --target-arch=x86
At the gdb prompt, type c
to continue