Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ed6acdc authored by Romain Guy's avatar Romain Guy
Browse files

Remove useless logging on every draw.

parent a2ea1d37
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5917,8 +5917,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback {
        final boolean dirtyOpaque = (mPrivateFlags & DIRTY_MASK) == DIRTY_OPAQUE;
        mPrivateFlags = (mPrivateFlags & ~DIRTY_MASK) | DRAWN;

        if (dirtyOpaque) android.util.Log.d("View", "Skipping draw in " + this);

        /*
         * Draw traversal performs several drawing steps which must be executed
         * in the appropriate order: