commit | fdfb4d4c20620d8ef725bcba5c8bdaba9849b6f7 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Jul 27 12:12:22 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Thu Jul 27 12:15:44 2017 -0700 |
tree | 58dc47a73abd8f9e34f3a85446df1faaad52e89a | |
parent | 65e514a0ba9eb6d159cee25d0a731d1e4e00a3c9 [diff] |
ART: Modify --abort-on-hard-verifier-error Add --no-abort-on-hard-verifier-error to turn off the behavior. Use FATAL_WITHOUT_ABORT and abort() instead of LOG(FATAL) to avoid multiple printouts of stacks. Just shutting down thread pools still leads to three redundant stack dumps. Bug: 36902714 Test: m Change-Id: I35fef23fb36567b0d1deb7f16c2a2b43c3af47e8