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

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

Merge "Imporve docs to state exception that can be thrown by tracing method" into main

parents 0c5552da b8339831
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -445,6 +445,7 @@ public final class Trace {
     *
     * @param sectionName The name of the code section to appear in the trace.  This may be at
     *                    most 127 Unicode code units long.
     * @throws IllegalArgumentException if {@code sectionName} is too long.
     */
    public static void beginSection(@NonNull String sectionName) {
        if (isTagEnabled(TRACE_TAG_APP)) {