mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Improving memory dump diag" into sc-v2-dev am: eea4379a5d
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16434161 Change-Id: If3a45237f8a766eb6b812392e0aa979862a87a5e
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user