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

Commit 88da6dd0 authored by Nick Pelly's avatar Nick Pelly
Browse files

Remove STOPSHIP BT logging.

Do not merge.

Change-Id: I428bc0fc67030f24112f2e9c865824dfaea4897d
DrNo: eastham
Bug: 2089423
Joke: Why does E.T. have such big eyes? Because he saw his phone bill.
parent 54685a6e
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