You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/changelog.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Revisited a number of API choices for heap growth, to simplify but also support
14
14
behavior such as keep heap dumps on test failure, or zipping heap dumps for CI upload.
15
15
16
16
*`HeapGrowthTraversal` is now `HeapDiff`
17
-
*`ObjectGrowthDetector.forAndroidHeap().repeatingAndroidInProcessScenario()` is now HeapDiff.repeatingAndroidInProcessScenario()` which is now really just a wrapper for HeapDiff.repeatingDumpingTestScenario()` with Android UI test specific configuration.
17
+
*`ObjectGrowthDetector.forAndroidHeap().repeatingAndroidInProcessScenario()` is now `HeapDiff.repeatingAndroidInProcessScenario()` which is now really just a wrapper for `HeapDiff.repeatingDumpingTestScenario()` with Android UI test specific configuration.
18
18
*`maxHeapDumps` and `scenarioLoopsPerDump` have moved from being factory parameters to being per scenario parameters.
19
19
* 💥 [#2683](https://github.com/square/leakcanary/pull/2683) Fix crash when java.lang.Object has multiple class load records in JVM heap dumps
20
20
* 🔨 [#2682](https://github.com/square/leakcanary/pull/2682) Add support for unload class tags and records
0 commit comments