commit | 74eabf7109027ada64cf4f03eb9e3f2209c003f3 | [log] [tgz] |
---|---|---|
author | David Su <dysu@google.com> | Mon Mar 29 13:22:46 2021 -0700 |
committer | David Su <dysu@google.com> | Mon Mar 29 13:26:04 2021 -0700 |
tree | a6561cee9f4a49dada534aef6a9d4b8ac0fd0130 | |
parent | d26adbeb519dff561401aefce6359507b982d420 [diff] |
StateMachineObituary: Fix LogRecs out of order StateMachine.copyLogRecs() may not return logs in order since it is a circular buffer. Instead, use getLogRec(i) which returns entries in order. Bug: 183861582 Test: Verified result of `adb shell dumpsys wifi` Change-Id: Ieaf5a953d91270709a0ecf5b6108b867cff3a7a0