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

Commit d9b57ebd authored by Treehugger Robot's avatar Treehugger Robot Committed by Chris Manton
Browse files

Increase GATT logs on userdebug and eng builds

Bug: 231175406
Tag: #refactor
Test: gd/cert/run
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2084127
(cherry picked from commit 399b7e96)

Change-Id: I6337b8492a6eedb9b5539f4fb678d1ff1a7c70df
Merged-In: I6337b8492a6eedb9b5539f4fb678d1ff1a7c70df
parent e18e8579
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;