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

Commit c538aa98 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Disable GATT debug util by default

Bug: 185513714
Test: compilation
Change-Id: Ib8f1fdc9857256c079a90913a87b57cf641628d3
parent b2f472a0
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;
}