Snap for 5590969 from 2d9ef878317bad498da8525b89e6ed1ae012b11a to sdk-release

Change-Id: I33e916ea4b5fb6dfed02dff92fdfb83880f13ed4
diff --git a/srcs/android/sysprop/TraceProperties.sysprop b/srcs/android/sysprop/TraceProperties.sysprop
index 1ace6d3..925bdff 100644
--- a/srcs/android/sysprop/TraceProperties.sysprop
+++ b/srcs/android/sysprop/TraceProperties.sysprop
@@ -23,3 +23,12 @@
     prop_name: "debug.atrace.user_initiated"
     integer_as_bool : true
 }
+
+prop {
+    api_name: "enable"
+    type: Boolean
+    scope: Internal
+    access: ReadWrite
+    prop_name: "persist.traced.enable"
+    integer_as_bool : true
+}