From ec8c0726bf056f79c1ad070ea1db2ed2910f2ef0 Mon Sep 17 00:00:00 2001 From: Matthew Xie Date: Mon, 1 Dec 2014 12:44:54 -0800 Subject: [PATCH] Turn off map debug verbose messages Still leave the debug messages on to provide some basic debug info Bug: 18486776 Change-Id: I08fc5c69d9a128ec5ddc97203d02b82ced255262 --- src/com/android/bluetooth/map/BluetoothMapService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/android/bluetooth/map/BluetoothMapService.java b/src/com/android/bluetooth/map/BluetoothMapService.java index e407bbf2..12c294bf 100755 --- a/src/com/android/bluetooth/map/BluetoothMapService.java +++ b/src/com/android/bluetooth/map/BluetoothMapService.java @@ -74,9 +74,9 @@ public class BluetoothMapService extends ProfileService { * DEBUG log: "setprop log.tag.BluetoothMapService VERBOSE" */ - public static final boolean DEBUG = true; //TODO: set to false + public static final boolean DEBUG = true; - public static final boolean VERBOSE = true; //TODO: set to false + public static final boolean VERBOSE = false; /** * Intent indicating timeout for user confirmation, which is sent to -- 2.11.0