Skip to content

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/

Clone this wiki locally