Loading core/java/android/os/Trace.java +2 −1 Original line number Diff line number Diff line Loading @@ -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)) { Loading Loading
core/java/android/os/Trace.java +2 −1 Original line number Diff line number Diff line Loading @@ -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)) { Loading