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

Commit 4603b576 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "MAP: Disable DEBUG logs"

parents 05ca186c 514a2c95
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;