Catching everything from dumpHprofData

Change-Id: I79ced1d4bb3e6ea43ce6fa5bd07fe22b577006f9
This commit is contained in:
vadimt
2020-03-05 17:22:18 -08:00
parent 74e78e95a8
commit bb2bf277c0

View File

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