mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
6931d0b954
The option launches a batch file that starts the apk in remoteserver mode, as well as taking care of port forwarding. Also have a batch file for manually starting and capturing an APK by its package name. They are both copied to the TargetDir as a PostBuildEvent.
6 lines
211 B
Batchfile
6 lines
211 B
Batchfile
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 \"\"
|