commit | 02ff4b8febf5e2355cfa2b141df3971d21ed1424 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Mar 07 11:21:37 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Sat Mar 07 11:21:37 2015 -0800 |
tree | 4c48f81e700533baef2579307335476562c1e0b0 | |
parent | 6385d626a585017ec1fe4027f4faa79741f9d117 [diff] |
Fix __android_log_assert to abort. If you rely on __builtin_trap, it's likely to use an illegal instruction, which is a misleading way to abort. If we just call abort, it's more immediately obvious that we've aborted. Bug: 19644330 Change-Id: I63a962e4748aec7b019ea94b007593e478a3b61a