History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiStateTracker.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a4a7244fea03df223af726b0e8a4028593bd8e4b 20-Jun-2017 Wei Wang <wvw@google.com> WifiStateTracker: handle RejectedExecutionException

RejectedExecutionException can be ejected from BatteryStats during
shutdown which caused runtime reboot during shutdown.

Bug: 62594574
Test: Build and Boot
Change-Id: I4da425b449745b9a0b7b414e37a891e552377141
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiStateTracker.java
3c0eb618a6398926893508f9d05fa39a99cf4894 03-Feb-2017 Sohani Rao <sohanirao@google.com> Note WifiState in BatteryStats

BatteryStats has APIs which can be used to keep it posted about the
WifiStateMachine state . This can help correlate power usage with
different WifiStates. A helper class WifiStateTracker will convert
WifiStateMachine states to the states of interest in BatteryStats.

Bug: 28908455
Test: Unit tests
Change-Id: I18db4496c1d7388f57e249d7dbdc0115134c1b3b
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiStateTracker.java