Add a few little helper scripts to symbolize the last backtrace from adb logcat

This commit is contained in:
Henrik Rydgard 2015-07-19 18:24:28 +02:00
parent e69a14ffff
commit a459e0a733
3 changed files with 3 additions and 0 deletions

1
android/symarm.cmd Normal file
View File

@ -0,0 +1 @@
adb logcat | %NDK%\ndk-stack -sym obj/local/armeabi-v7a

1
android/symarm64.cmd Normal file
View File

@ -0,0 +1 @@
adb logcat | %NDK%\ndk-stack -sym obj/local/arm64-v8a

1
android/symx86.cmd Normal file
View File

@ -0,0 +1 @@
adb logcat | %NDK%\ndk-stack -sym obj/local/x86