forked from openkylin/platform_build
Add dexdiag tool to images
Allow on-device analysis of dex memory usage by adding dexdiag to the
image.
Bug: 38181622
Test: adb shell "dexdiag"
Change-Id: I2142b5e42eae8cc01755d0e86c179c2fa86be00c
(cherry picked from commit 76f5fe5b63
)
This commit is contained in:
parent
212c418ee7
commit
5c2be9a291
|
@ -63,6 +63,7 @@ PRODUCT_PACKAGES += \
|
||||||
# ART/dex helpers.
|
# ART/dex helpers.
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
ahat \
|
ahat \
|
||||||
|
dexdiag \
|
||||||
dexdump \
|
dexdump \
|
||||||
dexlist \
|
dexlist \
|
||||||
hprof-conv \
|
hprof-conv \
|
||||||
|
|
Loading…
Reference in New Issue