Merge commit '6a15f0d7c7ed74e086f4d3a7014ed724a2b18023' * commit '6a15f0d7c7ed74e086f4d3a7014ed724a2b18023': Quiet unnecessary debug logging.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user