Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Name: LeakCanary | |
| 2 URL: https://github.com/square/leakcanary | |
| 3 Version: 1.4-beta1 | |
| 4 Revision: 608ded739e036a3aa69db47ac43777dcee506f8e | |
| 5 License: Apache 2.0 | |
| 6 License File: LICENSE | |
| 7 Security Critical: no | |
| 8 | |
|
Nico
2016/02/12 21:26:23
did you do the stuff in https://www.chromium.org/d
| |
| 9 Description: | |
| 10 A Java memory leak detection library for Android. | |
| 11 | |
| 12 Local Modifications: | |
| 13 * Added leakcanary-android-build-config/com/squareup/leakcanary/BuildConfig.java | |
| 14 | |
| 15 How to Roll: | |
| 16 1. Update hash in DEPS | |
| 17 2. Update list of Java and resource files in BUILD.gn | |
| 18 3. Update any AndroidManifest.xml within the codebase that contains "leakcanary" | |
| 19 4. Update version in: | |
| 20 leakcanary-android-build-config/com/squareup/leakcanary/BuildConfig.java | |
| OLD | NEW |