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

Original change: https://googleplex-android-review.googlesource.com/c/platform/compatibility/cdd/+/12483943

Change-Id: I8ff79f60d483ee49661d3d4385de4ac6fc195295
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 8045e8e..33e6df1 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 @@
     *   [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: