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

Commit 55f38492 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable GATT debug util by default" into tm-dev

parents 32a8940a c538aa98
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;
}