This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cannot capture on Oppo A72 using Graphics Analyzer

Hello there,

when I try to connect to our Oppo A72 (Android 10) I get the following error:

Failed to set global device setting "enable_gpu_debug_layers" to value "1".

This happens with both opengl and vulkan. 

Any idea what might be the cause? This is being deployed from unity and unitys own profiling etc. works fine.

Thanks in advance!

seb 

Parents
  • Hello, could you try setting the device settings manually using ADB, and then post the output? For example:

    adb shell settings put global enable_gpu_debug_layers 1

    adb shell settings put global gpu_debug_app com.DefaultCompany.shader_profile

Reply
  • Hello, could you try setting the device settings manually using ADB, and then post the output? For example:

    adb shell settings put global enable_gpu_debug_layers 1

    adb shell settings put global gpu_debug_app com.DefaultCompany.shader_profile

Children