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:
Brad Fitzpatrick
2010-10-07 14:02:10 -07:00
committed by Android Git Automerger

View File

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