mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-24 16:12:29 -06:00
20 lines
472 B
Java
20 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);
|
||
|
}
|
||
|
}
|