commit | 9b70ee0fdb1969a9a5cad2052b35c2fa04509bc2 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Mon Apr 15 21:35:13 2019 +0100 |
committer | Martin Stjernholm <mast@google.com> | Tue Apr 16 11:05:01 2019 +0000 |
tree | c0d7830b3a2cd52a970920ca6e6c28e8496cf3ca | |
parent | a54e0cc54a3863f605e6a1a589e627bebaa77916 [diff] |
Clean up error messages in the previous CL. TIL PLOG already logs the errno message, so it got logged twice SignalCatcher::Output. Switch to PLOG for the corresponding messages in palette_android.cc for brevity, and switch to LOG in the caller since the errno message already has been logged by then. Test: adb shell killall -QUIT system_server with a nearly full data partition; check logcat output. Bug: 130025619 Change-Id: I973b04461de3492e3cb3e5855fc06e99efe32c0a