Merge "Remove usage of hidden .netId in IpConnectivityLog"
This commit is contained in:
@@ -137,7 +137,7 @@ public class IpConnectivityLog {
|
|||||||
* @return true if the event was successfully logged.
|
* @return true if the event was successfully logged.
|
||||||
*/
|
*/
|
||||||
public boolean log(@NonNull Network network, @NonNull int[] transports, @NonNull Event data) {
|
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