commit | bc1da4ca982edd109c250dd5edd900df28994251 | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Thu Dec 09 13:55:22 2021 -0800 |
committer | Vadim Tryshev <vadimt@google.com> | Thu Dec 09 21:58:45 2021 +0000 |
tree | 90c5a67d4dc5bb5827c912e61c648d50b0f2615f | |
parent | 5b2bbe7e204be1b66065f97c1489b7651ebb8124 [diff] |
Improving memory dump diag atest deletes artifacts directory on the device, but saves artifacts at the host machine. Bug: 187761685 Test: presubmit Change-Id: I1f5244ebfe6b606c4891f5fca003541b27cc944c
diff --git a/tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java b/tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java index 19dca45..075505e 100644 --- a/tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +++ b/tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java
@@ -149,7 +149,7 @@ } 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";