Loading android/app/src/com/android/bluetooth/btservice/MetricsLogger.java +0 −5 Original line number Diff line number Diff line Loading @@ -35,11 +35,6 @@ public class MetricsLogger { public static final boolean DEBUG = false; /** * Intent indicating Bluetooth counter metrics should send logs to BluetoothStatsLog */ public static final String BLUETOOTH_COUNTER_METRICS_ACTION = "com.android.bluetooth.btservice.BLUETOOTH_COUNTER_METRICS_ACTION"; // 6 hours timeout for counter metrics private static final long BLUETOOTH_COUNTER_METRICS_ACTION_DURATION_MILLIS = 6L * 3600L * 1000L; Loading Loading
android/app/src/com/android/bluetooth/btservice/MetricsLogger.java +0 −5 Original line number Diff line number Diff line Loading @@ -35,11 +35,6 @@ public class MetricsLogger { public static final boolean DEBUG = false; /** * Intent indicating Bluetooth counter metrics should send logs to BluetoothStatsLog */ public static final String BLUETOOTH_COUNTER_METRICS_ACTION = "com.android.bluetooth.btservice.BLUETOOTH_COUNTER_METRICS_ACTION"; // 6 hours timeout for counter metrics private static final long BLUETOOTH_COUNTER_METRICS_ACTION_DURATION_MILLIS = 6L * 3600L * 1000L; Loading