diff options
| -rw-r--r-- | packages/SystemUI/tests/utils/src/com/android/systemui/MemoryTrackingTestCase.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/utils/src/com/android/systemui/MemoryTrackingTestCase.java b/packages/SystemUI/tests/utils/src/com/android/systemui/MemoryTrackingTestCase.java index 342855357fd2..80016046e9cf 100644 --- a/packages/SystemUI/tests/utils/src/com/android/systemui/MemoryTrackingTestCase.java +++ b/packages/SystemUI/tests/utils/src/com/android/systemui/MemoryTrackingTestCase.java @@ -30,6 +30,7 @@ import java.io.IOException; * * To use: * - locally edit your test class to inherit from MemoryTrackingTestCase instead of SysuiTestCase + * - Use `atest -d` to prevent files being cleaned up * - Watch the logcat with tag MEMORY to see the path to the .ahprof file * - adb pull /path/to/something.ahprof * - Download ahat from https://sites.google.com/corp/google.com/ahat/home |