mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-22 21:09:52 +00:00
Add a few little helper scripts to symbolize the last backtrace from adb logcat
This commit is contained in:
parent
e69a14ffff
commit
a459e0a733
1
android/symarm.cmd
Normal file
1
android/symarm.cmd
Normal file
@ -0,0 +1 @@
|
||||
adb logcat | %NDK%\ndk-stack -sym obj/local/armeabi-v7a
|
1
android/symarm64.cmd
Normal file
1
android/symarm64.cmd
Normal file
@ -0,0 +1 @@
|
||||
adb logcat | %NDK%\ndk-stack -sym obj/local/arm64-v8a
|
1
android/symx86.cmd
Normal file
1
android/symx86.cmd
Normal file
@ -0,0 +1 @@
|
||||
adb logcat | %NDK%\ndk-stack -sym obj/local/x86
|
Loading…
Reference in New Issue
Block a user