commit | 202475e9e5e309e3a1a19a7363f21f54e24ad1a4 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Jan 26 14:31:52 2021 -0800 |
committer | Yabin Cui <yabinc@google.com> | Tue Jan 26 14:47:17 2021 -0800 |
tree | 5fb5ae478b715250530c70ac3622809e827d0097 | |
parent | ce5d72463cc05275f10637dcf82d7e41cc182873 [diff] |
simpleperf: don't hide jni methods after art_jni_trampoline. Art jni methods are all called after art_jni_trampoline. We can show them by not hiding methods directly called by art_jni_trampoline. Also add test checking if art jni methods are called by art_jni_trampoline. Bug: 169799020 Test: run simpleperf_unit_test Change-Id: Ia6c144b478b2397e2e4dc4eeedd37ec74920e9c3