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

Commit 90bc5ee0 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick
Browse files

Quiet unnecessary debug logging.

Change-Id: I46d8aff5790db371d60b2066acbbdd55cfad8074
parent 30f5c8fe
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;
                }
            }