am 52ea9898: Merge "Remove accidental StrictMode logging left in." into honeycomb

* commit '52ea989874160be47aad75b285503959c0e4c0bb':
  Remove accidental StrictMode logging left in.
This commit is contained in:
Brad Fitzpatrick
2011-01-13 16:18:51 -08:00
committed by Android Git Automerger

View File

@@ -1632,7 +1632,6 @@ public final class StrictMode {
*/
public static void noteDiskRead() {
BlockGuard.Policy policy = BlockGuard.getThreadPolicy();
Log.d(TAG, "noteDiskRead; policy=" + policy);
if (!(policy instanceof AndroidBlockGuardPolicy)) {
// StrictMode not enabled.
return;