commit | 613cc7c332498400db68216499e4ca1476a20bc4 | [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 | 1279a4ca3deabe01e0288630ed0bee9723450237 [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