diff options
| author | 2025-01-02 17:05:41 -0800 | |
|---|---|---|
| committer | 2025-01-02 17:05:41 -0800 | |
| commit | 5a699b3a25896a0b14c65f908bd54566a9390c99 (patch) | |
| tree | b06643ad2953276dc909c92002ff36c11fe9de83 | |
| parent | dfef93889a4abfbc80ba1a6f1d698c146e4b4946 (diff) | |
| parent | da6e6929d2a1a02a871baf2893f15d3276c1153a (diff) | |
AHAT 1.8 release am: 3f87b5be94 am: da6e6929d2
Original change: https://android-review.googlesource.com/c/platform/art/+/3431821
Change-Id: I0966fd170723d4adda7b33f1458eff56878776b8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | tools/ahat/README.txt | 6 | ||||
| -rw-r--r-- | tools/ahat/etc/ahat.mf | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/tools/ahat/README.txt b/tools/ahat/README.txt index b799e481e5..526a64666a 100644 --- a/tools/ahat/README.txt +++ b/tools/ahat/README.txt @@ -55,6 +55,12 @@ Known Issues: * Line number decoding for allocations in proguarded classes. Release History: + 1.8 January 02, 2025 + Show string values of byte[] instances. + Fix accounting for cleaned native registrations + Add option to download the contents of a byte[] as a file. + Show retained size in allocations view. + 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>`, diff --git a/tools/ahat/etc/ahat.mf b/tools/ahat/etc/ahat.mf index 43bc17db37..5f3de53aa7 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.3 +Implementation-Version: 1.8 Main-Class: com.android.ahat.Main |