mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Generating Hdumps for more leaks
Test: presubmits Bug: 177065099 Change-Id: I386229cf92a925d2953952ed0fab6c44dcdc61f0
This commit is contained in:
@@ -150,7 +150,7 @@ public abstract class AbstractLauncherUiTest {
|
||||
return "Activity leak detector has found leaked activities, " + dumpHprofData() + ".";
|
||||
}
|
||||
|
||||
private static String dumpHprofData() {
|
||||
public static String dumpHprofData() {
|
||||
try {
|
||||
final String fileName = getInstrumentation().getTargetContext().getFilesDir().getPath()
|
||||
+ "/ActivityLeakHeapDump.hprof";
|
||||
|
||||
Reference in New Issue
Block a user