Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 367f6262 authored by Alex Chau's avatar Alex Chau Committed by Automerger Merge Worker
Browse files

Merge "Improving memory dump diag" into sc-v2-dev am: eea4379a am: b944b46e

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16434161

Change-Id: I1af6741c983fad7b767f84747c0adadcfdbecdd2
parents aa6393be b944b46e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";