MCPcopy Create free account
hub / github.com/baldurk/renderdoc / ResetCaptureSettings

Function ResetCaptureSettings

renderdoc/android/android.cpp:636–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636void ResetCaptureSettings(const rdcstr &deviceID)
637{
638 Android::adbExecCommand(deviceID, "shell setprop debug.vulkan.layers :", ".", true);
639 Android::adbExecCommand(deviceID, "shell settings delete global enable_gpu_debug_layers", ".",
640 true);
641 Android::adbExecCommand(deviceID, "shell settings delete global gpu_debug_app", ".", true);
642 Android::adbExecCommand(deviceID, "shell settings delete global gpu_debug_layer_app", ".", true);
643 Android::adbExecCommand(deviceID, "shell settings delete global gpu_debug_layers", ".", true);
644 Android::adbExecCommand(deviceID, "shell settings delete global gpu_debug_layers_gles", ".", true);
645}
646
647rdcarray<rdcstr> EnumerateDevices()
648{

Callers 3

ResetAndroidSettingsMethod · 0.85
StartRemoteServerMethod · 0.85
ShutdownConnectionMethod · 0.85

Calls 1

adbExecCommandFunction · 0.85

Tested by

no test coverage detected