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

Commit 023ea246 authored by Cody Kesting's avatar Cody Kesting Committed by Automerger Merge Worker
Browse files

Merge "Comment reason for simulateDataStall structure." into rvc-dev am: 78281cfc am: f264606b

Change-Id: Ib6cd479051b14ff4c6bae951f9e803b12ca05a94
parents 3dfc1520 f264606b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -8187,6 +8187,11 @@ public class ConnectivityService extends IConnectivityManager.Stub
                + "creators");
        }

        // Instead of passing the data stall directly to the ConnectivityDiagnostics handler, treat
        // this as a Data Stall received directly from NetworkMonitor. This requires wrapping the
        // Data Stall information as a DataStallReportParcelable and passing to
        // #notifyDataStallSuspected. This ensures that unknown Data Stall detection methods are
        // still passed to ConnectivityDiagnostics (with new detection methods masked).
        final DataStallReportParcelable p = new DataStallReportParcelable();
        p.timestampMillis = timestampMillis;
        p.detectionMethod = detectionMethod;