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

Commit 82314d65 authored by Chinmay Dhodapkar's avatar Chinmay Dhodapkar
Browse files

reset throttling when framework (re)binds to DS

Bug: 176440863
Test: basic sanity. Kill dataservice and confirm reset is called
Change-Id: I81441e8038dbeff1b766549d289b5389f4f70011
parent d3035805
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5345,6 +5345,9 @@ public class DcTracker extends Handler {
                    cleanUpAllConnectionsInternal(false, Phone.REASON_IWLAN_DATA_SERVICE_DIED);
                }
            }
        } else {
            //reset throttling after binding to data service
            mDataThrottler.reset();
        }
        mDataServiceBound = bound;
    }