commit | b13ea45a04a463646a7098b03f9f64d91b29d2b9 | [log] [tgz] |
---|---|---|
author | Jamie Gennis <jgennis@google.com> | Mon Apr 15 18:50:22 2013 -0700 |
committer | Jamie Gennis <jgennis@google.com> | Mon Apr 15 18:50:22 2013 -0700 |
tree | 324e55f069a345d493d4513d3121ed8305e2f549 | |
parent | c796ed97466510dd5239008554decbe72825e19c [diff] |
cutils: add a way to disable tracing for a process This change adds the atrace_set_tracing_enabled call to libcutils. The call can be used to disable all tracing (of the atrace variety) for the current process. This is to be used to disable tracing in the Zygote process, as there is no way for Zygote to be notified of changes to the enabled trace tags. Change-Id: I0b691cc0dcfc65b16e3d17e1db2866a4deb253a7