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

Commit 6ca73d6a authored by Romain Guy's avatar Romain Guy Committed by The Android Open Source Project
Browse files

am 7ed6acdc: Remove useless logging on every draw.

Merge commit '7ed6acdc'

* commit '7ed6acdc':
  Remove useless logging on every draw.
parents e62a04c9 7ed6acdc
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: