我每秒钟都在调试中得到这个,如何隐藏这些消息并保留我的调试日志?
11-17 13:20:01.885 18135-18135/ru.elron.app D/OpenGLRenderer: prepareDirty (0.00, 0.00, 540.00, 960.00) opaque 1 <0x607c1008>
11-17 13:20:01.886 18135-18135/ru.elron.app D/OpenGLRenderer: drawRect multiDraw RelativeLayout @41d8ab88 paint 0x5efe8830 id 5 style 0 AA 0 color 0xff168ce3
11-17 13:20:01.887 18135-18135/ru.elron.app D/OpenGLRenderer: drawRect multiDraw View @41d8d720 paint 0x60efcce0 id 5 style 0 AA 0 color 0x10ffffff
11-17 13:20:01.889 18135-18135/ru.elron.app D/OpenGLRenderer: finish <0x607c1008>
最佳答案
我也有同样的问题。这似乎是电话里的一些错误(如果你不能在开发者选项中关闭它)。(暂时)解决的方法:
将androidmanifest.xml添加到<application>
标记android:hardwareAccelerated="false"
然后你可以释放他们