OLD | NEW |
(Empty) | |
| 1 Name: Headless Android Heap Analyzer |
| 2 Short Name: haha |
| 3 URL: https://github.com/square/haha |
| 4 Version: 2.0.2 |
| 5 Revision: a86bf3ef22a5c8dec638ded87e984fb62f344510 |
| 6 License: Apache 2.0, LGPL 2.1 |
| 7 License File: LICENSE |
| 8 Security Critical: no |
| 9 |
| 10 Description: |
| 11 HAHA is a Java library used by Leak Canary to analyze Android heap dumps. |
| 12 It is essentially a repackaging of Android's perflib, with its dependencies |
| 13 (guava and trove4j) bundled in and Proguarded. |
| 14 |
| 15 Local Modifications: |
| 16 None |
| 17 |
| 18 How to build the .jar: |
| 19 git clone https://github.com/square/haha |
| 20 cd haha |
| 21 git checkout haha-2.0.2 |
| 22 git submodule update --init |
| 23 mvn package |
OLD | NEW |