commit | 1ba4041b6248aff42c01d27832995ebdf431bbd1 | [log] [tgz] |
---|---|---|
author | Mikhail Naganov <mnaganov@google.com> | Mon Mar 20 10:58:07 2017 -0700 |
committer | Mikhail Naganov <mnaganov@google.com> | Mon Mar 20 11:00:54 2017 -0700 |
tree | 61f80ecb4c40f27880485c630c0974abadc5ce43 | |
parent | 5a1ebf934b4313b64b10130da3b9498d5cf72f74 [diff] |
audiohal: Exit instead of crashing when HAL factory can't be obtained Replace LOG_ALWAYS_FATAL with ALOGE + exit, so the process still restarts, but without a crash. This avoids confusion in bug triaging and also helps to eliminate noise in bug reports statistics. Bug: 36424777 Change-Id: I623cbc6a5b0d3351f849810dd67708d421efd61a Test: reproduced error condition, checked that audio server restarts