commit | 4024f13f840357619382a4ff11e0403f4f53a20d | [log] [tgz] |
---|---|---|
author | Pavel Maltsev <pavelm@google.com> | Wed Jun 05 13:44:27 2019 -0700 |
committer | Pavel Maltsev <pavelm@google.com> | Thu Jun 06 12:55:07 2019 -0700 |
tree | 2ee7f54de1fb629843d174b0ef67917af4b3b12a | |
parent | 3dbbbc43c0d596cd7d93f80827470728b7daa0fb [diff] |
Fix projection status distribution If a client registered to projection status notification died car projection service will try to deliver update to it anyways and the exception will be raised which results in not delivering events (this may break user experience like launcher may not receive updated, dialer, and other apps) Bug: 134592006 Test: m -j Test: manually verified that killing KitchenSink (listener) app doesn't generate any errors when projection status has been changed Change-Id: Ice91f01d659e192de02d8fe0f95757c1ba39e219
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.