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

Commit 9752de17 authored by Thiébaud Weksteen's avatar Thiébaud Weksteen
Browse files

Add dynamic_code_logging_service_removal flag

This flag will gate the execution and eventual removal of the
DynamicCodeLoggingService within system_server.

Bug: 403391929
Test: presumit
Flag: EXEMPT new flag definition
Change-Id: I46a9b6d7a9f1b96701ea687717a9a80b3f351d4b
parent 701cc4c4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -43,3 +43,10 @@ flag {
    description: "Keystore cleans up all components of the UserSuperKeys when the user credential encrypted storage is locked"
    bug: "384030190"
}

flag {
    name: "dynamic_code_logging_service_removal"
    namespace: "security"
    description: "Remove the DynamicCodeLoggingService from the platform"
    bug: "403391929"
}