commit | ad7b31060b9f740f70653336a47f25b7a2a1da5a | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Apr 09 01:07:20 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sat Apr 09 01:07:20 2022 +0000 |
tree | 17d0607f21e75db872cff541975aea1dfff92312 | |
parent | 9155b208d8d74cd511f8c526b0073dc40b91556c [diff] | |
parent | 2109e7a24a18a3d2c87b6a7bbb545a1246ea21b6 [diff] |
Snap for 8426946 from 2109e7a24a18a3d2c87b6a7bbb545a1246ea21b6 to sc-qpr3-release Change-Id: I27228ad03b0b00982afff420ed50489bb9f08461
diff --git a/src/com/android/bluetooth/gatt/GattServiceConfig.java b/src/com/android/bluetooth/gatt/GattServiceConfig.java index 290d15d..54ef9a2 100644 --- a/src/com/android/bluetooth/gatt/GattServiceConfig.java +++ b/src/com/android/bluetooth/gatt/GattServiceConfig.java
@@ -23,5 +23,5 @@ 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; }