commit | d7740d681c5b577dac7827fae66f9ec9847327dc | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Fri Jul 01 17:54:18 2022 +0000 |
committer | Prabir Pradhan <prabirmsp@google.com> | Fri Jul 01 17:54:18 2022 +0000 |
tree | 4cd14511ae3b73af5d04d0af10387c7bdfc0a3d0 | |
parent | fc821138912910d44cf6f0ae9a622b592936111c [diff] |
Classifier: Ping the HAL from monitor() instead of dump() The input dump should not be affected by the state of the HAL. Previously, we were pinging the HAL duing a dump, which means the dumpsys would fail if the HAL is stuck. Instead, we ping the HAL duing the monitor() call so that a HAL that is stuck can be more easiliy identified. Bug: 237347585 Test: manual, flash device Change-Id: I050bacc5510f10b788232e156ea91d505d841b55