am 6a15f0d7: am 6275dbbe: Merge "Quiet unnecessary debug logging." into gingerbread

Merge commit '6a15f0d7c7ed74e086f4d3a7014ed724a2b18023'

* commit '6a15f0d7c7ed74e086f4d3a7014ed724a2b18023':
  Quiet unnecessary debug logging.
This commit is contained in:
Brad Fitzpatrick
2010-10-10 11:16:16 -07:00
committed by Android Git Automerger

View File

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