Loading android/app/src/com/android/bluetooth/opp/Constants.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -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; Loading Loading
android/app/src/com/android/bluetooth/opp/Constants.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -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; Loading