340954c017
This adds checking of module api compatibility to the individual module api rules. Until now, this checking has been done via the monolithic metalava runs which we are aiming to get rid of. Now is a good time to do this because we can compare them to the just finalized version 30 API, which we have no diffs with. Baseline the existing wifi failures that metalava fails to find in the previous API. Bug: 144149403 Test: m checkapi Change-Id: Id222895daa3a769c265965b052a17d5a1ca18462
14 lines
912 B
Plaintext
14 lines
912 B
Plaintext
// Baseline format: 1.0
|
|
GenericException: android.net.wifi.WifiManager.LocalOnlyHotspotReservation#finalize():
|
|
Methods must not throw generic exceptions (`java.lang.Throwable`)
|
|
GenericException: android.net.wifi.WifiManager.MulticastLock#finalize():
|
|
Methods must not throw generic exceptions (`java.lang.Throwable`)
|
|
GenericException: android.net.wifi.WifiManager.WifiLock#finalize():
|
|
Methods must not throw generic exceptions (`java.lang.Throwable`)
|
|
|
|
|
|
VisiblySynchronized: PsiThisExpression:WifiManager.this:
|
|
Internal locks must not be exposed (synchronizing on this or class is still externally observable): method android.net.wifi.WifiManager.WifiLock.finalize()
|
|
VisiblySynchronized: android.net.wifi.WifiManager.WifiLock#finalize():
|
|
Internal locks must not be exposed (synchronizing on this or class is still externally observable): method android.net.wifi.WifiManager.WifiLock.finalize()
|