cutils: trace: add atrace_update_tags()

Adds a function to read the current trace system property value, and
sets the trace tags to it, do be used as a sysprop change callback.

Change-Id: Ia6336652173aa5b07188898736c2c795a69fe79a
diff --git a/include/cutils/trace.h b/include/cutils/trace.h
index 7fdb321..3869662 100644
--- a/include/cutils/trace.h
+++ b/include/cutils/trace.h
@@ -86,6 +86,12 @@
 void atrace_setup();
 
 /**
+ * If tracing is ready, set atrace_enabled_tags to the system property
+ * debug.atrace.tags.enableflags. Can be used as a sysprop change callback.
+ */
+void atrace_update_tags();
+
+/**
  * Flag indicating whether setup has been completed, initialized to 0.
  * Nonzero indicates setup has completed.
  * Note: This does NOT indicate whether or not setup was successful.