Merge "Catching everything from dumpHprofData" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot 2020-03-06 02:14:19 +00:00 committed by Android (Google) Code Review
commit f67ab6c64d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public abstract class AbstractLauncherUiTest {
getInstrumentation().getTargetContext()
.getFilesDir().getPath()
+ "/ActivityLeakHeapDump.hprof");
} catch (IOException e) {
} catch (Throwable e) {
Log.e(TAG, "dumpHprofData failed", e);
}
}