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

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

Merge "Comment reason for simulateDataStall structure." am: b1302583 am:...

Merge "Comment reason for simulateDataStall structure." am: b1302583 am: ed52034b am: 98c797a2

Change-Id: I0a59c4e0bede9b38922e4c682a7b81b3cdd92fb6
parents 8bddd473 98c797a2
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -8192,6 +8192,11 @@ public class ConnectivityService extends IConnectivityManager.Stub
                + "creators");
                + "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();
        final DataStallReportParcelable p = new DataStallReportParcelable();
        p.timestampMillis = timestampMillis;
        p.timestampMillis = timestampMillis;
        p.detectionMethod = detectionMethod;
        p.detectionMethod = detectionMethod;