I have built an Android app that is working fine and as expected with a tablet: Acer. 7-inch API 21.
I recently got a new tablet: Acer. 10-inch API 22.
Now
These log come when we have EditText with cursor, And that cursor blink is responsible to redraw screen.
Surface::setBuffersDimensions(this=0x7f4ccc7c00,w=1080,h=1920)
D/OpenGLRenderer: WorkerThread 0x7f7c07f000 running
When I did
android:cursorVisible="false"
these logs were gone.
So when studio screen become spam with these logs, Its an alert for developer to check UI draw pattern.