0% found this document useful (0 votes)
447 views

String Setprop v12

This document discusses debugging levels and rendering buffers for the Android hardware user interface (HWUI). Setting the debug.hwui.level property to values between 0-3 controls the level of debugging for memory, caching, or both. Additional properties control whether to use GPU, CPU, AWT or canvas pixel buffers for rendering.
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
0% found this document useful (0 votes)
447 views

String Setprop v12

This document discusses debugging levels and rendering buffers for the Android hardware user interface (HWUI). Setting the debug.hwui.level property to values between 0-3 controls the level of debugging for memory, caching, or both. Additional properties control whether to use GPU, CPU, AWT or canvas pixel buffers for rendering.
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
You are on page 1/ 1

[ HWUI DEBUGGING LEVEL ]

setprop debug.hwui.level ( Disable = 0, Debug Memory ( RAM ) = 1, Debug Caching =


2, Both = 3 )

[ RENDERING BUFFER ]
setprop debug.hwui.filter_test_overhead ( True, False )
setprop debug.hwui.use_gpu_pixel_buffers 1

[ RENDER BUFFER ]
setprop debug.hwui.use_cpu_pixel_buffers 1
setprop debug.hwui.use_awt_pixel_buffers 1
setprop debug.hwui.use_canvas_pixel_buffers 1

You might also like