History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/SystemBuildProperties.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b6d6e31dc6ed9a9a0178990a0cec8edb9ad36c77 18-May-2016 mukesh agrawal <quiche@google.com> WifiService: add build properties abstraction

As it turns out, WifiStateMachine isn't the only thing that
wants to change its logging behavior depending on
Build.TYPE.

1) Add an abstraction of Build.TYPE, so that we can
a) check build type in a common way, and
b) test the logging behavior across build types
2) Migrate WifiStateMachine to use this new abstraction.

BUG=28822027
TEST=unit tests

Change-Id: I6f4cb00ccb5f3a4b9a5b67e69f8365aab7fd429c
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/SystemBuildProperties.java