Merge "Update ahat README and manifest for release 0.7."
diff --git a/tools/ahat/README.txt b/tools/ahat/README.txt
index 0cd77ab..ecf9e53 100644
--- a/tools/ahat/README.txt
+++ b/tools/ahat/README.txt
@@ -9,6 +9,9 @@
Serve pages on the given port. Defaults to 7100.
TODO:
+ * Show GC Root paths.
+ * Have a way to diff two heap dumps.
+
* Add more tips to the help page.
- Recommend how to start looking at a heap dump.
- Say how to enable allocation sites.
@@ -36,11 +39,6 @@
ignored or not? Is there any interest in what's unreachable, or is it only
reachable objects that people care about?
- * [low priority] Have a way to diff two heap dumps by site.
- This should be pretty easy to do, actually. The interface is the real
- question. Maybe: augment each byte count field on every page with the diff
- if a baseline has been provided, and allow the user to sort by the diff.
-
Things to Test:
* That we can open a hprof without an 'app' heap and show a tabulation of
objects normally sorted by 'app' heap by default.
@@ -77,7 +75,14 @@
* Instance.isRoot and Instance.getRootTypes.
Release History:
- 0.6 Pending
+ 0.8 Pending
+
+ 0.7 Aug 16, 2016
+ Launch ahat server before processing the heap dump.
+ Target Java 1.7.
+
+ 0.6 Jun 21, 2016
+ Add support for proguard deobfuscation (pending AOSP push of perflib)
0.5 Apr 19, 2016
Update perflib to perflib-25.0.0 to improve processing performance.
diff --git a/tools/ahat/src/manifest.txt b/tools/ahat/src/manifest.txt
index 368b744..cac53c5 100644
--- a/tools/ahat/src/manifest.txt
+++ b/tools/ahat/src/manifest.txt
@@ -1,4 +1,4 @@
Name: ahat/
Implementation-Title: ahat
-Implementation-Version: 0.4
+Implementation-Version: 0.7
Main-Class: com.android.ahat.Main