commit | 519fa369217d87144168be01f2690b41318c80cb | [log] [tgz] |
---|---|---|
author | Soonil Nagarkar <sooniln@google.com> | Mon Feb 28 11:53:29 2022 -0800 |
committer | Soonil Nagarkar <sooniln@google.com> | Mon Feb 28 13:19:40 2022 -0800 |
tree | 0d3f335a763d3b31f96ec58027badaa97213c4c0 | |
parent | 05b801bd4691d581e23c891c0554beba3c631bd1 [diff] |
Don't obscure system_server crashes Location client usage within the system_server process that uses a direct executor may obscure crashes. Any crash that happens on location delivery will cause a secondary crash during cleanup within location code, hiding the original error and causing false-positives around wakelock cleanup. Ensure that that the original error is not hidden and that cleanup functions properly. Test: manual Change-Id: If930b2d02d852ee04e6617b072f8e790f161734a