commit | 8fde2856438b750c5629b0699ffe580b39b0cef8 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Jun 17 18:35:59 2015 -0700 |
committer | Christopher Ferris <cferris@google.com> | Wed Jul 01 13:23:19 2015 -0700 |
tree | afb36c8afc0948c02d2b76e9ea41eab46a8a55c3 | |
parent | 369fcbb880f42fc9435dfa2310cbd91635e072df [diff] |
Replace all _LOG error calls with ALOGE. The debuggerd code sometimes calls _LOG(..., logtype::ERROR, ...) and sometimes ALOGE(). Standardize on ALOGE since the _LOG message will wind up in the tombstone in weird places, but using ALOGE will wind up in the logcat portion of the tombstone. Bug: 21467089 Change-Id: Ie893f5e91d45b48ef3f5864c3a714e60ac848fb3