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

Commit 514a2c95 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

MAP: Disable DEBUG logs

Logs are too verbose

Bug: 138199516
Test: manual
Change-Id: Ie7c0eaf792bb76176f617f0bfbba2de01168b777
parent 05ca186c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2191,10 +2191,6 @@ public class BluetoothMapContent {
            fi.mPhoneType = tm.getPhoneType();
            fi.mPhoneNum = tm.getLine1Number();
            fi.mPhoneAlphaTag = tm.getLine1AlphaTag();
            if (D) {
                Log.d(TAG, "phone type = " + fi.mPhoneType + " phone num = " + fi.mPhoneNum
                        + " phone alpha tag = " + fi.mPhoneAlphaTag);
            }
        }
    }

+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public class BluetoothMapService extends ProfileService {
     * DEBUG log: "setprop log.tag.BluetoothMapService VERBOSE"
     */

    public static final boolean DEBUG = true; //FIXME set to false;
    public static final boolean DEBUG = false;

    public static final boolean VERBOSE = false;