Android about unable to debug GPU rendering mode / overdraw

Turn on GPU Profling and GPU overdraw in the developer options, and found that the application is not displayed. Open the display layout boundary but you can see the interface layout.
The reason is in AndroidManifest.xmlthe closed hardware acceleration. Just comment out the following code:

android:hardwareAccelerated="false"
Published 263 original articles · 110 praises · 120,000 views

Guess you like

Origin blog.csdn.net/rikkatheworld/article/details/104299164