Merge "IP connectivity metrics: fix LINGER/UNLINGER logging" am: 9632d1eef4
am: 2c939b0d7a
Change-Id: I422ef3cd6eab19cf3de2d6d9520840a7597c4a65
This commit is contained in:
@@ -5588,7 +5588,8 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
}
|
||||
|
||||
private void logNetworkEvent(NetworkAgentInfo nai, int evtype) {
|
||||
mMetricsLog.log(new NetworkEvent(nai.network.netId, evtype));
|
||||
int[] transports = nai.networkCapabilities.getTransportTypes();
|
||||
mMetricsLog.log(nai.network.netId, transports, new NetworkEvent(evtype));
|
||||
}
|
||||
|
||||
private static boolean toBool(int encodedBoolean) {
|
||||
|
||||
Reference in New Issue
Block a user