commit | d347bb4c112789cf84ec195824c832ea3c1d82a6 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Nov 14 15:24:07 2019 -0800 |
committer | Yabin Cui <yabinc@google.com> | Fri Nov 15 14:21:11 2019 -0800 |
tree | dd310bce7306b08dad36d966856ae2fe9430fac1 | |
parent | 5c96779dd0a4e9ed4a837cc86e9609a81215675a [diff] |
simpleperf: fix build_id checking. Native libraries in apks may not have build ids. So change to below rules when looking for a debug elf file: 1) If having a build id, the build ids should match. 2) Otherwise, the debug elf file should exist and not have a build id. Bug: none Test: run simpleperf_unit_test. Test: test.py. Change-Id: I01332e3010a6df17e70c6c55e15874d43bfaeb86