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

Commit eb2cb99a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Increase GATT logs on userdebug and eng builds" am: 9f64b1bc am: 01a7f19b am: 399b7e96

parents 6100d5a0 399b7e96
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -16,11 +16,13 @@

package com.android.bluetooth.gatt;

import android.os.Build;

/**
 * GattService configuration.
 */
/*package*/ class GattServiceConfig {
    public static final boolean DBG = false;
    public static final boolean DBG = Build.TYPE.equals("userdebug") || Build.TYPE.equals("eng");
    public static final boolean VDBG = false;
    public static final String TAG_PREFIX = "BtGatt.";
    public static final boolean DEBUG_ADMIN = false;