Merge "Remove usage of hidden .netId in IpConnectivityLog" am: 36b467616c
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1552498 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I1248537b42b498c5e48c130848f2c1d0d67ba6ae
This commit is contained in:
@@ -137,7 +137,7 @@ public class IpConnectivityLog {
|
||||
* @return true if the event was successfully logged.
|
||||
*/
|
||||
public boolean log(@NonNull Network network, @NonNull int[] transports, @NonNull Event data) {
|
||||
return log(network.netId, transports, data);
|
||||
return log(network.getNetId(), transports, data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user