commit | d8349052b9bd575b07358be60701b6cb046a2686 | [log] [tgz] |
---|---|---|
author | Robin Lee <rgl@google.com> | Thu Feb 06 15:18:37 2020 +0000 |
committer | Robin Lee <rgl@google.com> | Thu Feb 06 15:20:37 2020 +0000 |
tree | a07260fd1da9163da6a9ffdf6197db1d5731e63b | |
parent | e7566acd18675f7b877c0debebd9a3505e0fd407 [diff] |
Make TvInputManagerService robust against user race conditions If USER_REMOVED was received by the broadcastreceiver before USER_SWITCHED was processed, TvInputManagerService before this change would null pointer and bring down the whole system server. Change-Id: I004d549572e17aba05d0a8f3cf5c08d14391789d Test: atest --iterations 20 WindowStateTests StartActivityAsUserTests Fix: 149013745