Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b21754a5 authored by Steven Terrell's avatar Steven Terrell
Browse files

Add flag for debug memory info api

This commit adds the flag that will control the api for getting
Debug.MemoryInfo stats in ApplicationExitInfo.

Bug: 283096463
Flag: android.app.app_exit_info_debug_memory_api
Test: m
Change-Id: I4e435b931f131727b3a8d5fcbfbeb609044d8cb5
parent 09c4c9df
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -48,3 +48,10 @@ flag {
     description: "Updated test mode for PIC"
     bug: "396173886"
}

flag {
     name: "app_exit_info_debug_memory_api"
     namespace: "system_performance"
     description: "Controls the ability to get Debug.MemoryInfo stats from ApplicationExitInfo api"
     bug: "283096463"
}