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

Commit 7e933cf7 authored by Hieu Dang's avatar Hieu Dang Committed by Gerrit Code Review
Browse files

Merge "Using Loggable for BluetoothOpp"

parents 0febef2c 7b44c9be
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -206,9 +206,13 @@ public class Constants {
    /** Notify NFC of the transfer progress periodically, or it will timeout after 20sec. */
    /** Notify NFC of the transfer progress periodically, or it will timeout after 20sec. */
    static final int NFC_ALIVE_CHECK_MS = 10000;
    static final int NFC_ALIVE_CHECK_MS = 10000;


    /**
     * To log debug/verbose in OPP, use the command "setprop log.tag.BluetoothOpp DEBUG" or
     * "setprop log.tag.BluetoothOpp VERBOSE" and then "adb root" + "adb shell "stop; start""
     **/
    static final boolean DEBUG = true;
    static final boolean DEBUG = true;


    static final boolean VERBOSE = false;
    static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);


    static final int MAX_RECORDS_IN_DATABASE = 50;
    static final int MAX_RECORDS_IN_DATABASE = 50;