Skip to content

Commit 6fc3ca7

Browse files
author
Wink Saville
committed
Increase DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT to 6 minutes.
Initially set to 3 minutes this raised the standby current by 12.5% so changing to 6 minutes. Bug: 5534004 Change-Id: I602f5fe4de35d0db2dbacf0c615c300c57dd2d0d
1 parent fee5f29 commit 6fc3ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telephony/java/com/android/internal/telephony/DataConnectionTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public enum Activity {
211211
protected static final String NULL_IP = "0.0.0.0";
212212

213213
// Default for the data stall alarm
214-
protected static final int DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT = 1000 * 60 * 3;
214+
protected static final int DATA_STALL_ALARM_DELAY_IN_MS_DEFAULT = 1000 * 60 * 6;
215215
// If attempt is less than this value we're doing first level recovery
216216
protected static final int DATA_STALL_NO_RECV_POLL_LIMIT = 1;
217217
// Tag for tracking stale alarms

0 commit comments

Comments
 (0)