Loading tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ public abstract class AbstractLauncherUiTest { } sDumpWasGenerated = true; Log.d("b/195319692", "sDumpWasGenerated := true", new Exception()); result = "memory dump filename: " + fileName; result = "saved memory dump as an artifact"; } catch (Throwable e) { Log.e(TAG, "dumpHprofData failed", e); result = "failed to save memory dump"; Loading Loading
tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ public abstract class AbstractLauncherUiTest { } sDumpWasGenerated = true; Log.d("b/195319692", "sDumpWasGenerated := true", new Exception()); result = "memory dump filename: " + fileName; result = "saved memory dump as an artifact"; } catch (Throwable e) { Log.e(TAG, "dumpHprofData failed", e); result = "failed to save memory dump"; Loading