commit | 8055a3a44617183f13d59499a7009637715b3852 | [log] [tgz] |
---|---|---|
author | Jing Ji <jji@google.com> | Tue Dec 17 15:55:33 2019 -0800 |
committer | Jing Ji <jji@google.com> | Fri Jan 17 20:47:53 2020 -0800 |
tree | 6279e403236f7922eea9f701b59c551cea463c56 | |
parent | e29afc9b7f8382deff8a877806e4bde09ed61cd8 [diff] |
Add support to get historical app process exit reason Apps can call ActivityManager.getHistoricalProcessExitInfos() to get the historical process exit reason now. Also add the below command to support dumping of the information $ adb shell dumpsys activity exit-info [package name] Bug: 136036078 Test: atest ApplicationExitInfoTest Test: atest CtsAppExitTestCases:ActivityManagerAppExitInfoTest Change-Id: I634f247e42a7e8e4535eedd76cf84089abdf1129