commit | 03317bbcf52b5f7eca07cf0a32d30d757703fd99 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Oct 30 16:40:55 2019 -0700 |
committer | Yabin Cui <yabinc@google.com> | Fri Nov 01 12:12:59 2019 -0700 |
tree | 34eaaeac5c3d0255f09d8f881e00104ba9dff933 | |
parent | 5279bc29133cdf83d0c15edff5fa703c09de487c [diff] |
simpleperf: test profiling apps with the same abi. 32-bit simpleperf can't profile 64-bit java app. Because simpleperf uses process_vm_readv() to read jit debug interface of the app process. If the jit debug info is at address >= 1<<32, then 32-bit simpleperf can't read it. So install apks in the same abi as the test to avoid test failure. Bug: none Test: run 32-bit simpleperf_unit_test. Change-Id: Ie3b4db320389bf5acb30ff5ea1f071b5fc3e2736