commit | 55c4da0a533f2a531f8b810dafabee64fdfdc37e | [log] [tgz] |
---|---|---|
author | mukesh agrawal <quiche@google.com> | Tue Feb 21 18:44:17 2017 -0800 |
committer | mukesh agrawal <quiche@google.com> | Wed Feb 22 16:24:52 2017 -0800 |
tree | 4ddd0000f40aed84fd510a3da0ebfc799e9d7edf | |
parent | 220799646ea141432488051a9fdbb61e0b2d165a [diff] |
WifiStateMachine: inline printTime() Given that printTime() is a short method, and that printTime() has only one caller, it's simpler to just inline the code. As a bonus, inlining the code eliminates the creation of an extra StringBuilder on each state machine action. Bug: 35644876 Test: tests/wifitests/runtests.sh Change-Id: I9f51c8738d5e1539f858302551e5fdca82adba32