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

Commit a6af704e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Telephony_Stability]Fix ArithmeticException at LinkBandwidthEstimator" into udc-dev

parents d8e11e54 43948567
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -678,7 +678,7 @@ public class LinkBandwidthEstimator extends Handler {
                return;
            }
            int linkBandwidthKbps = (int) linkBandwidthLongKbps;
            mBwSampleValid = true;
            mBwSampleValid = linkBandwidthKbps > 0;
            mBwSampleKbps = linkBandwidthKbps;

            String dataRatName = getDataRatName(mDataRat);