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

Commit 89a2df02 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[DSRS] Add new metrics in DSRS" into udc-d1-dev am: 72f7dbe2

parents 88630ba3 72f7dbe2
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -152,10 +152,6 @@ public class DataStallRecoveryStats {
                return;
            }

            /**
             * TODO: Extend TelephonyStatsLog.write to upload the TCP information and data
             * networking stats data.
            */
            TelephonyStatsLog.write(
                    TelephonyStatsLog.DATA_STALL_RECOVERY_REPORTED,
                    mCarrierId,
@@ -173,7 +169,10 @@ public class DataStallRecoveryStats {
                    mNetworkRegState,
                    isFirstValidation,
                    mPhoneId,
                    durationOfAction);
                    durationOfAction,
                    mInternetLinkStatus,
                    mLinkUpBandwidthKbps,
                    mLinkDownBandwidthKbps);

            log("Upload stats: "
                    + "Action:"