commit | e4193ad6f070c3c5ab884e0f9bf4aa6ff71d4cfc | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Feb 17 14:57:36 2023 -0800 |
committer | Yabin Cui <yabinc@google.com> | Thu Feb 23 11:29:10 2023 -0800 |
tree | 31c9568fd2c42dd80977d3eb2b0b0b8a3a9b3e42 | |
parent | 01fb5dfc4c730c094e30e1306c9e46105be74917 [diff] |
simpleperf: Don't remove r8 synthesized frames by default Because some synthesized methods are generated via Horizontal Class Merger optimization from R8. These frames may still be useful to users. Also add env variable REMOVE_R8_SYNTHESIZED_FRAME to control removing synthesized frames. So we can try its effect. Bug: 263549058 Test: run simpleperf_unit_test Change-Id: I30ba6b65f0c23c7f0c7b482e623087fceafeb579