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

Commit 38051bc0 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android Git Automerger
Browse files

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

Merge commit '6a15f0d7'

* commit '6a15f0d7':
  Quiet unnecessary debug logging.
parents 72662b1a 6a15f0d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2788,7 +2788,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;
                }
            }