mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-24 08:02:37 -06:00
15 lines
312 B
Java
15 lines
312 B
Java
package androidx.tracing;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class TraceApi18Impl {
|
|
private TraceApi18Impl() {
|
|
}
|
|
|
|
public static void beginSection(String str) {
|
|
android.os.Trace.beginSection(str);
|
|
}
|
|
|
|
public static void endSection() {
|
|
android.os.Trace.endSection();
|
|
}
|
|
}
|