Merge "Quiet unnecessary debug logging." into gingerbread

This commit is contained in:
Brad Fitzpatrick
2010-10-07 11:27:56 -07:00
committed by Android (Google) Code Review

View File

@@ -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;
}
}