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

Commit eea4379a authored by Alex Chau's avatar Alex Chau Committed by Android (Google) Code Review
Browse files

Merge "Improving memory dump diag" into sc-v2-dev

parents 293b5bc8 bc1da4ca
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";