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

Commit 47732f0d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disable GATT debug util by default" into tm-dev am: 55f38492

parents 7c03c34a 55f38492
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,5 +23,5 @@ package com.android.bluetooth.gatt;
    public static final boolean DBG = false;
    public static final boolean VDBG = false;
    public static final String TAG_PREFIX = "BtGatt.";
    public static final boolean DEBUG_ADMIN = true;
    public static final boolean DEBUG_ADMIN = false;
}