commit | 83be4ae5ad1c68efc14c932cd7e8a48545f78e87 | [log] [tgz] |
---|---|---|
author | Fabian Kozynski <kozynski@google.com> | Tue Nov 17 16:58:02 2020 -0500 |
committer | Fabian Kozynski <kozynski@google.com> | Thu Nov 19 13:07:42 2020 -0500 |
tree | 3912587596b87ead74fddfda0c18440976d47573 | |
parent | f48a5e3d132521c53bc9f372e11de7dc5c273908 [diff] |
Empty message queue on TileService#onDestroy onDestroy is called by system_server asynchronously on the main thread. If there are queued messages (from the binder interface), remove them. This follows the contract that methods in the service will not be called after onDestroy Test: manual with test tile Fixes: 172511340 Change-Id: I7d46c065d5a9597ce1d44bc5707e79b302b201f6