commit | c160f2cf9b620b57ec3d1f2b8710e0feb8fbd81c | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Apr 24 14:44:48 2018 -0700 |
committer | Yabin Cui <yabinc@google.com> | Tue Apr 24 14:53:30 2018 -0700 |
tree | 9e39aee550ecc65460d061c603a9e02335e0b46b | |
parent | 7aed4125be59e756f980bc4ba90350e32088770a [diff] |
simpleperf: fix recording Java code with -p option. When recording with both --app and -p option, simpleperf doesn't start JITDebugReader, thus can't profile JITed and interpreted Java code. This patch fixes it. Also change test.py to test it. Bug: none Test: run simpleperf_unit_test. Test: run test.py. Change-Id: Ib03fe689ad7c4ebbd69fd3c66a21f496dfdcf97f