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

Commit db7ae10d 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 was Tigger looking in the toilet? To find Pooh
parent e6ee3be1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ import java.util.UUID;
 */
public final class BluetoothAdapter {
    private static final String TAG = "BluetoothAdapter";
    private static final boolean DBG = true;  //STOPSHIP: Remove excess logging
    private static final boolean DBG = false;

    /**
     * Sentinel error value for this class. Guaranteed to not equal any other
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ import java.util.Map;

public class BluetoothService extends IBluetooth.Stub {
    private static final String TAG = "BluetoothService";
    private static final boolean DBG = true;
    private static final boolean DBG = false;

    private int mNativeData;
    private BluetoothEventLoop mEventLoop;