100% found this document useful (5 votes)
14K views1 page

Android Debugging Properties

This document sets various debugging properties for graphics and composition debugging on an Android device, including enabling hardware-based debugging of OpenGL, framebuffer compression, overlay panels, and GPU-based composition, as well as debugging properties for SurfaceFlinger, CPU rendering, and the Android UI toolkit.

Uploaded by

Zazck Zoldyck
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (5 votes)
14K views1 page

Android Debugging Properties

This document sets various debugging properties for graphics and composition debugging on an Android device, including enabling hardware-based debugging of OpenGL, framebuffer compression, overlay panels, and GPU-based composition, as well as debugging properties for SurfaceFlinger, CPU rendering, and the Android UI toolkit.

Uploaded by

Zazck Zoldyck
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

setprop debug.egl.

hw 1
setprop debug.gralloc.enable_fb_ubwc 1
setprop debug.overlayui.enable 1
setprop debug.composition.type gpu
setprop debug.enabletr true
setprop debug.performance.tuning 1
setprop debug.egl.swapinterval 1
setprop debug.qc.hardware true
setprop debug.egl.profiler 1
setprop debug.qctwa.statusbar 1
setprop debug.sf.hw 1
setprop debug.sf.early_gl_phase_offset_ns 3000000
setprop debug.qctwa.preservebuf 1
setprop debug.sf.latch_unsignaled 1
setprop debug.sf.enable_hwc_vds 1
setprop debug.sf.hw 1
setprop debug.sf.enable_gl_backpressure 1
setprop debug.sf.latch_unsignaled 1
setprop debug.sf.disable_backpressure 1
setprop debug.sf.early_gl_app_phase_offset_ns 15000000
setprop debug.sf.early_phase_offset_ns 1500000
setprop debug.sf.early_app_phase_offset_ns 1500000
setprop debug.cpurend.vsync false
setprop debug.hwui.use_buffer_age false

You might also like