mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
7 lines
238 B
Batchfile
7 lines
238 B
Batchfile
adb shell am force-stop %*
|
|
adb forward tcp:38970 tcp:38920
|
|
adb shell setprop debug.vulkan.layers VK_LAYER_RENDERDOC_Capture
|
|
adb shell monkey -p %* -c android.intent.category.LAUNCHER 1
|
|
timeout 5
|
|
adb shell setprop debug.vulkan.layers \"\"
|