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

Commit 6a15f0d7 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android Git Automerger
Browse files

am 6275dbbe: Merge "Quiet unnecessary debug logging." into gingerbread

Merge commit '6275dbbe' into gingerbread-plus-aosp

* commit '6275dbbe':
  Quiet unnecessary debug logging.
parents 45bd1159 6275dbbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2773,7 +2773,7 @@ class ContextImpl extends Context {
            synchronized (this) {
                if (mDiskWritesInFlight > 0) {
                    // If we know we caused it, it's not unexpected.
                    Log.d(TAG, "disk write in flight, not unexpected.");
                    if (DEBUG) Log.d(TAG, "disk write in flight, not unexpected.");
                    return false;
                }
            }