Add the defaultNetwork element to the netstats.proto. am: 0ba426b8a1
am: adcb94472a Change-Id: I292e903617d3af1867529e68eb20538afb66f665
This commit is contained in:
@@ -130,6 +130,7 @@ public class NetworkIdentity implements Comparable<NetworkIdentity> {
|
||||
proto.write(NetworkIdentityProto.NETWORK_ID, mNetworkId);
|
||||
proto.write(NetworkIdentityProto.ROAMING, mRoaming);
|
||||
proto.write(NetworkIdentityProto.METERED, mMetered);
|
||||
proto.write(NetworkIdentityProto.DEFAULT_NETWORK, mDefaultNetwork);
|
||||
|
||||
proto.end(start);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user