diff options
| author | Vikas Marwaha <vikasmarwaha@google.com> | 2020-08-29 00:28:27 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-08-29 00:28:27 +0000 |
| commit | 0be5022017f06d0bb22065b799d4402c24c872d6 (patch) | |
| tree | 1ff22d5160e1c20caaff89c8b76c8ea4a27d04f3 | |
| parent | 1110a74cdf7655ab92257c14e5263776cab76241 (diff) | |
| parent | 8eb931c3949306dde0f0848c331f19da4c9d1f45 (diff) | |
| download | platform_compatibility_cdd-0be5022017f06d0bb22065b799d4402c24c872d6.tar.gz platform_compatibility_cdd-0be5022017f06d0bb22065b799d4402c24c872d6.tar.bz2 platform_compatibility_cdd-0be5022017f06d0bb22065b799d4402c24c872d6.zip | |
Merge "CDD: Require writing LMK_KILL_OCCURRED_FIELD_NUMBER to the statsd log when an app is terminated by the Low Memory Killer." into rvc-dev am: 81794619a3 am: 1cb3a92e96 am: 8eb931c394
Original change: https://googleplex-android-review.googlesource.com/c/platform/compatibility/cdd/+/12483943
Change-Id: I94712bffe39d7d69cbf0d8419082fc8fa572933d
| -rw-r--r-- | 6_dev-tools-and-options/6_1_developer_tools.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/6_dev-tools-and-options/6_1_developer_tools.md b/6_dev-tools-and-options/6_1_developer_tools.md index 8045e8e4..33e6df16 100644 --- a/6_dev-tools-and-options/6_1_developer_tools.md +++ b/6_dev-tools-and-options/6_1_developer_tools.md @@ -98,7 +98,10 @@ SDK. * [C-SR] Are STRONGLY RECOMMENDED to provide, through the perfetto binary, at least the data sources described in [the perfetto documentation]( https://developer.android.com/studio/command-line/perfetto). - +* [**Low Memory Killer**](https://source.android.com/devices/tech/perf/lmkd) + * [C-0-10] MUST write a `LMK_KILL_OCCURRED_FIELD_NUMBER` Atom to the + statsd log when an app is terminated by the [Low Memory Killer]( + https://source.android.com/devices/tech/perf/lmkd). * [**Test Harness Mode**](https://source.android.com/compatibility/cts/harness) If device implementations support the shell command `cmd testharness` and run `cmd testharness enable`, they: |
