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

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

Merge change I428bc0fc into eclair

* changes:
  Remove STOPSHIP BT logging.
parents ea6c7881 88da6dd0
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -132,18 +132,13 @@ public class Constants {

    /**
     * Debug level logging
     * Enable by setting system property log.tag.BluetoothOpp=DEBUG
     * STOPSHIP: set to false
     */
    public static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
    public static final boolean DEBUG = false;

    /**
     * Verbose level logging
     * Enable by setting system property log.tag.BluetoothOpp=VERBOSE
     * This also enables debug level logging
     * STOPSHIP: set to false
     */
    public static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
    public static final boolean VERBOSE = false;

    /** use TCP socket instead of Rfcomm Socket to develop */
    public static final boolean USE_TCP_DEBUG = false;
+2 −2
Original line number Diff line number Diff line
@@ -71,9 +71,9 @@ public class BluetoothPbapService extends Service {
     * DEBUG log: "setprop log.tag.BluetoothPbapService VERBOSE"
     */

    public static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
    public static final boolean DEBUG = false;

    public static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
    public static final boolean VERBOSE = false;

    /**
     * Intent indicating incoming connection request which is sent to