Merge "IP connectivity metrics: NetworkEvents have transports" am: a37e03886f am: f3ada43f6e

am: c90d3a0bbd

Change-Id: If452f742e50344e730f63b7329788b19d13280ec
This commit is contained in:
Hugo Benichi
2017-11-14 12:03:25 +00:00
committed by android-build-merger

View File

@@ -337,7 +337,6 @@ public class IpConnectivityEventBuilderTest {
public void testNetworkEventSerialization() { public void testNetworkEventSerialization() {
ConnectivityMetricsEvent ev = describeIpEvent( ConnectivityMetricsEvent ev = describeIpEvent(
aType(NetworkEvent.class), aType(NetworkEvent.class),
anInt(100),
anInt(5), anInt(5),
aLong(20410)); aLong(20410));
@@ -352,9 +351,6 @@ public class IpConnectivityEventBuilderTest {
" network_event <", " network_event <",
" event_type: 5", " event_type: 5",
" latency_ms: 20410", " latency_ms: 20410",
" network_id <",
" network_id: 100",
" >",
" >", " >",
">", ">",
"version: 2\n"); "version: 2\n");