diff --git a/res/values/strings.xml b/res/values/strings.xml index 12f398b9f2b..26ef4c62e3c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -13237,6 +13237,9 @@ Capture system heap dump + + Reboot with MTE + This wil reboot and allow to experiment with Memory Tagging Extensions (MTE). This may negatively impact system performance and stability. Will be reset on next subsequent reboot. Capturing system heap dump diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml index 21ee30a4a9a..f29930c8bd4 100644 --- a/res/xml/development_settings.xml +++ b/res/xml/development_settings.xml @@ -44,6 +44,10 @@ android:key="system_server_heap_dump" android:title="@string/capture_system_heap_dump_title" /> + +