mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
19 lines
472 B
Java
19 lines
472 B
Java
package androidx.tracing;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class TraceApi29Impl {
|
|
private TraceApi29Impl() {
|
|
}
|
|
|
|
public static void beginAsyncSection(String str, int i) {
|
|
android.os.Trace.beginAsyncSection(str, i);
|
|
}
|
|
|
|
public static void endAsyncSection(String str, int i) {
|
|
android.os.Trace.endAsyncSection(str, i);
|
|
}
|
|
|
|
public static void setCounter(String str, int i) {
|
|
android.os.Trace.setCounter(str, i);
|
|
}
|
|
}
|