am 6275dbbe: Merge "Quiet unnecessary debug logging." into gingerbread
Merge commit '6275dbbea8ad7bde984a362516654004e111dc67' into gingerbread-plus-aosp * commit '6275dbbea8ad7bde984a362516654004e111dc67': Quiet unnecessary debug logging.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user