Merge "Catching everything from dumpHprofData" into ub-launcher3-master
This commit is contained in:
commit
f67ab6c64d
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue