commit | 704f33f253ffd65721f236b722751316bcef3ff8 | [log] [tgz] |
---|---|---|
author | David Su <dysu@google.com> | Thu Jul 09 01:54:39 2020 -0700 |
committer | David Su <dysu@google.com> | Fri Jul 10 12:09:33 2020 -0700 |
tree | 4672233c84a95ef9f3df0ff8e6cb76774b55964f | |
parent | a0895c8580a76bded8b52bddeb7a6aaa3c099d08 [diff] |
StateMachine: check for null curState in dump() After the StateMachine has quit, getCurrentState() returns null, which will throw an exception in dump(). Bug: 160283853 Test: atest StateMachineTest Change-Id: I4f9906eef6210b037d2170904a7c3aa483f5b4e9