diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2021-01-07 19:28:32 +0900 |
---|---|---|
committer | Lorenzo Colitti <lorenzo@google.com> | 2021-01-12 23:19:49 +0900 |
commit | 682686bdffa8e4ae5ddbd55db4592c91512e466a (patch) | |
tree | d49866d159a345db1943d46fc3ccb2414a234e11 /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | 29823649690f0df88b0b88b3ecfb9b295ef6b2b5 (diff) |
Stop using IIpConnectivityMetrics in ConnectivityService.
Currently, ConnectivityService calls the IpConnectivityMetrics
service class directly to log default network events. This is
incompatible with ConnectivityService being in a mainline module.
Replace direct access to IIpConnectivityMetrics with public
methods in IpConnectivityLog, which is @SystemApi class.
The new methods are not yet @SystemApi, but they can be made so
if desired. Alternatively, these metrics could be deleted.
Also remove the IpConectivityMetrics service from the
service-connectivity JAR, and go back to starting it from
SystemServer.java, which is what was happening a few hours ago
before aosp/1542626 was merged.
Test: builds, boots
Test: atest FrameworksNetTests
Test: "dumpsys connmetrics" shows events, including default network events
Change-Id: I9d6147d93590363a2f8f83f39f05c03d001b4851
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions