commit | 49fd054370e2fecf13d3de790e8c97199dc71018 | [log] [tgz] |
---|---|---|
author | Marco Ballesio <balejs@google.com> | Fri Jan 08 08:06:32 2021 -0800 |
committer | Tim Zimmermann <tim@linux4.de> | Sat Jan 13 05:48:50 2024 +0100 |
tree | 9bbc3e6230420e18664bc46e8da6901c1740ca20 | |
parent | d819dde15f4b4acfcf36ccb03f2267d170a3821c [diff] |
binder: don't log on EINTR binder_wait_for_work used to return -ERESTARTSYS if interrupted by a signal. This error wasn't logged to avoid spamming the console. After the return value changed to -EINTR to better conform to the kernel API, the logging portion wasn't modified. Filter EINTR from binder error logs. Test: verified that the console isn't spammed anymore Bug: 172330837 Signed-off-by: Marco Ballesio <balejs@google.com> Change-Id: Ie7789bdbf5f0b3b0d55793d4f147c395de2c6641