summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Richard Uhler <ruhler@google.com> 2017-10-02 11:37:34 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-10-02 11:37:34 +0000
commit865a0503515f78611dce103bd04b7c66c051d304 (patch)
tree746fdeb75cc00de02b2880593e6afd0dddad428e
parentd7d5ed9531579170e416d5af2625edcb704940b5 (diff)
parent10e4b85ac3171635429b7fd1aacd65aa327ce983 (diff)
Merge "Update ahat version number to 1.4."
-rw-r--r--tools/ahat/README.txt13
-rw-r--r--tools/ahat/src/manifest.txt2
2 files changed, 11 insertions, 4 deletions
diff --git a/tools/ahat/README.txt b/tools/ahat/README.txt
index ed40cb7030..a765b17951 100644
--- a/tools/ahat/README.txt
+++ b/tools/ahat/README.txt
@@ -48,15 +48,22 @@ Things to Test:
time.
* That we don't show the 'extra' column in the DominatedList if we are
showing all the instances.
- * That Instance.asString properly takes into account "offset" and
- "count" fields, if they are present.
* Instance.getDexCacheLocation
Reported Issues:
* Request to be able to sort tables by size.
Release History:
- 1.4 Pending
+ 1.5 Pending
+
+ 1.4 October 03, 2017
+ Give better error messages on failure to launch ahat.
+ Properly mark thread and non-default root objects as roots.
+ Improve startup performance, in some cases significantly.
+ Other miscellaneous bug fixes.
+
+ 1.3.1 August 22, 2017
+ Don't include weak references in sample paths.
1.3 July 25, 2017
Improve diffing of static and instance fields.
diff --git a/tools/ahat/src/manifest.txt b/tools/ahat/src/manifest.txt
index d893c5e8ae..1753406e6e 100644
--- a/tools/ahat/src/manifest.txt
+++ b/tools/ahat/src/manifest.txt
@@ -1,4 +1,4 @@
Name: ahat/
Implementation-Title: ahat
-Implementation-Version: 1.3
+Implementation-Version: 1.4
Main-Class: com.android.ahat.Main