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

Commit 203a5835 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Increase GATT logs on userdebug and eng builds" into tm-dev am: d6783b14

parents 504d1392 d6783b14
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -16,11 +16,13 @@


package com.android.bluetooth.gatt;
package com.android.bluetooth.gatt;


import android.os.Build;

/**
/**
 * GattService configuration.
 * GattService configuration.
 */
 */
/*package*/ class GattServiceConfig {
/*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 boolean VDBG = false;
    public static final String TAG_PREFIX = "BtGatt.";
    public static final String TAG_PREFIX = "BtGatt.";
    public static final boolean DEBUG_ADMIN = false;
    public static final boolean DEBUG_ADMIN = false;