Include elapsed realtime (nanos) of the event in the radio state change notifications.
Bug: 13247811 Change-Id: I3454aa159a68b9087b4762df947b41965b5a3941
This commit is contained in:
@ -57,7 +57,7 @@ public class BaseNetworkObserver extends INetworkManagementEventObserver.Stub {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void interfaceClassDataActivityChanged(String label, boolean active) {
|
||||
public void interfaceClassDataActivityChanged(String label, boolean active, long tsNanos) {
|
||||
// default no-op
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user