commit | c7edf1097edd9886cdfdc60a9756bcf087404a63 | [log] [tgz] |
---|---|---|
author | David Su <dysu@google.com> | Tue Sep 29 13:02:52 2020 -0700 |
committer | David Su <dysu@google.com> | Tue Sep 29 13:02:52 2020 -0700 |
tree | 194d5fb8032b96279e9aa4051d1a876a2164387d | |
parent | 979cda998f234ea73b52f394d8da3631d5de2b5e [diff] |
StateMachineObituary: Convert LogRec to String LogRecs are mutable and StateMachine internally reuses old LogRecs instead of creating new instances. Thus, LogRecs at the beginning of the list may actually have the latest data, which is confusing. Instead, save the LogRecs as Strings. Bug: 169528463 Test: adb shell dumpsys wifi Change-Id: I190b499cfc7099e1d37c5800f1c1d2a1f767a263