commit | 37693445bc8039dbef7d9e5961433f328f4278f1 | [log] [tgz] |
---|---|---|
author | Jing Ji <jji@google.com> | Fri Jan 31 14:16:07 2020 -0800 |
committer | Jing Ji <jji@google.com> | Fri Jan 31 14:16:07 2020 -0800 |
tree | d208ebab093716344f3938adb0decb0eda1f8960 | |
parent | 291d7350e5312aaa72da34eed0374db22c95710e [diff] |
Move the app exit handler to a new thread Previously the handler was sharing the same thread with LmkdConnection which takes care of receiving incoming data from lmkd; in case there is any lock contention, the lmkd communication would get wedged. Bug: 148387160 Test: atest ApplicationExitInfoTest Test: atest CtsAppExitTestCases:ActivityManagerAppExitInfoTest Change-Id: Ifc0aacec0e64e1d920ae61e65eef94ea9e3b1828