am d1469da1: Merge change I10036c49 into eclair

Merge commit 'd1469da150f44415135d657d57592f066670b317' into eclair-plus-aosp

* commit 'd1469da150f44415135d657d57592f066670b317':
  b/2296110 Disable debugging/logging code before shipping.
This commit is contained in:
Michael Chan
2009-12-10 02:44:11 -08:00
committed by Android Git Automerger
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ import android.util.Log;
public class DockEventReceiver extends BroadcastReceiver {
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
private static final String TAG = "DockEventReceiver";

View File

@@ -49,7 +49,7 @@ public class DockService extends Service implements AlertDialog.OnMultiChoiceCli
private static final String TAG = "DockService";
// TODO clean up logs. Disable DEBUG flag for this file and receiver's too
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
// Time allowed for the device to be undocked and redocked without severing
// the bluetooth connection