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

Commit 6275dbbe authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android (Google) Code Review
Browse files

Merge "Quiet unnecessary debug logging." into gingerbread

parents 02654f01 90bc5ee0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2775,7 +2775,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;
                }
            }