Loading src/java/com/android/internal/telephony/dataconnection/DcTracker.java +3 −6 Original line number Diff line number Diff line Loading @@ -4478,12 +4478,9 @@ public class DcTracker extends Handler { if (VDBG_STALL) log("skip back to back data stall recovery"); return false; } // Data is not allowed in current environment if (!isDataAllowed(null, null)) { log("skipped data stall recovery due to data is not allowd"); return false; } return true; // Allow recovery if data is expected to work return mAttached.get() && isDataAllowed(null); } private void triggerRecovery() { Loading Loading
src/java/com/android/internal/telephony/dataconnection/DcTracker.java +3 −6 Original line number Diff line number Diff line Loading @@ -4478,12 +4478,9 @@ public class DcTracker extends Handler { if (VDBG_STALL) log("skip back to back data stall recovery"); return false; } // Data is not allowed in current environment if (!isDataAllowed(null, null)) { log("skipped data stall recovery due to data is not allowd"); return false; } return true; // Allow recovery if data is expected to work return mAttached.get() && isDataAllowed(null); } private void triggerRecovery() { Loading