Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1469da1 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I10036c49 into eclair

* changes:
  b/2296110 Disable debugging/logging code before shipping.
parents 6e3ee10a 6fd5bc93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";

+1 −1
Original line number Diff line number Diff line
@@ -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