commit | b67906bb98409911b4ffe7da7fcd5b049ee089fb | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Fri Nov 18 09:30:08 2016 -0800 |
committer | Andreas Gampe <agampe@google.com> | Fri Nov 18 09:31:11 2016 -0800 |
tree | 0c2f55ce03c9af1a0d1d1831de251adee01fdd27 | |
parent | 5e294c3f015c8e3a2ec88a8ff117a1ec801f0d3a [diff] |
ART: Use cerr in Runtime::Abort on the host Use cerr to immediately write out abort info on the host, in an effort to make recursive aborts diagnosable. This is similar (but slightly inferior) to the previous INTERNAL_FATAL fastpathing. Test: m test-art-host Change-Id: I7c49874951acd47e58faceeb84a9ba93159ca3b0