commit | 94c148de3309a5510dc3d2cf820d2cb51eb07357 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Feb 18 14:32:33 2020 -0800 |
committer | Yabin Cui <yabinc@google.com> | Tue Feb 18 14:37:20 2020 -0800 |
tree | c4fb0dceb50515dfd445529176bc337d3eab3cc6 | |
parent | 83ba19ecb19c6e0d642dcc9e47776f181bdb6c17 [diff] |
simpleperf: force testing run-as and app_runner separately. In CtsSimpleperfTestCases, two methods are used to record an app: through run-as and through simpleperf_app_runner. Tests don't fail unless both methods fail. This can't detect the situation when only one method fails. So change to test run-as and simpleperf_app_runner separately. Bug: none Test: run simpleperf_unit_test. Change-Id: I023aa7793f748e695f809c153ed23f006e13ea12