diff options
| author | 2024-06-27 13:05:30 -0700 | |
|---|---|---|
| committer | 2024-07-24 13:24:25 +0000 | |
| commit | c2ed77e95335a1f03d3aa8dab14e3ef4bf0abb55 (patch) | |
| tree | ed64f81a4b76abe009682e4d3455da5ee8bfe384 | |
| parent | 20cb02cf71f7e02d128ca2cd1d857f38a65f3e44 (diff) | |
Update ahat version number to 1.7.3
Update README.txt to include added bitmap related changes
Bug: 347355061
Test: atest ahat-tests
Test: open heap dump with bitmaps included and verify
1) bitmaps can be displayed
2) duplicated bitmaps are listed and ordered by size
Change-Id: Icc4b2f07e211905436f7de2cf1f7b3b2b9e7e443
| -rw-r--r-- | tools/ahat/README.txt | 5 | ||||
| -rw-r--r-- | tools/ahat/etc/ahat.mf | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/tools/ahat/README.txt b/tools/ahat/README.txt index da97c10a5b..b799e481e5 100644 --- a/tools/ahat/README.txt +++ b/tools/ahat/README.txt @@ -55,6 +55,11 @@ Known Issues: * Line number decoding for allocations in proguarded classes. Release History: + 1.7.3 June 27, 2024 + Add support to display bitmaps included in heapdump. To use this + functionality, collect the heapdump with `adb shell am dumpheap -b <fmt>`, + <fmt> can be `png`, `jpg` or `webp`. + 1.7.2 March 2, 2022 Fix ahat parsing to allow leading whitespaces for comments. Hide Value class constructor. diff --git a/tools/ahat/etc/ahat.mf b/tools/ahat/etc/ahat.mf index 53bb4acf9e..43bc17db37 100644 --- a/tools/ahat/etc/ahat.mf +++ b/tools/ahat/etc/ahat.mf @@ -1,4 +1,4 @@ Name: ahat/ Implementation-Title: ahat -Implementation-Version: 1.7.2 +Implementation-Version: 1.7.3 Main-Class: com.android.ahat.Main |