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

Commit bcd68186 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am d0d23f6a: Merge "Disable time consuming debugging code." into klp-dev

* commit 'd0d23f6a':
  Disable time consuming debugging code.
parents 9137b65c d0d23f6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5724,7 +5724,7 @@ public class WindowManagerService extends IWindowManager.Stub
        canvas.drawBitmap(rawss, matrix, null);
        canvas.setBitmap(null);

        if (true || DEBUG_SCREENSHOT) {
        if (DEBUG_SCREENSHOT) {
            // TEST IF IT's ALL BLACK
            int[] buffer = new int[bm.getWidth() * bm.getHeight()];
            bm.getPixels(buffer, 0, bm.getWidth(), 0, 0, bm.getWidth(), bm.getHeight());