commit | cb82bf8705a97acc264253d32f1aeb254bfc17d8 | [log] [tgz] |
---|---|---|
author | Yukun Yang <yukun.yang@mediatek.com> | Tue Nov 22 13:59:09 2022 +0800 |
committer | Lin Lili <lili.lin@mediatek.com> | Wed Nov 23 01:42:36 2022 +0000 |
tree | 3adb979afd32ae32e684b17392d56e69f0d26e2a | |
parent | 1291b83a2fb8ae8a095d50730f75013151f6ce3f [diff] |
Fix flakiness of testNativeCrash TestNativeCrash is not always able to get the tombstone of the crashed native app. This is because the tombstone timestamp can be more than 5000ms before the ApplicationExitInfo, causing them to not match. This patch increases timestamp difference to ensure that the tombstone always matches in Low-end smartphone. Bug: 260043829 Test: atest CtsAppExitTestCases:ActivityManagerAppExitInfoTest Change-Id: I7d6094bc791430a930c1904eab03096aae4b8822