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

Commit e7f1979d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "docs: Add brief and detailed descriptions for native trace API. Test:...

Merge "docs: Add brief and detailed descriptions for native trace API. Test: Verified via technical review and manual build."
parents b0493a9b 0e40c149
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,13 @@
 * limitations under the License.
 * limitations under the License.
 */
 */


/**
 * @file trace.h
 * @brief Writes trace events to the system trace buffer.
 *
 * These trace events can be collected and visualized using the Systrace tool.
 * For information about using the Systrace tool, read <a href="https://developer.android.com/studio/profile/systrace.html">Analyzing UI Performance with Systrace</a>.
 */


#ifndef ANDROID_NATIVE_TRACE_H
#ifndef ANDROID_NATIVE_TRACE_H
#define ANDROID_NATIVE_TRACE_H
#define ANDROID_NATIVE_TRACE_H