You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
330 B

package p070x0;
import android.os.Trace;
/* renamed from: x0.c */
/* loaded from: classes.dex */
public final class C1806c {
/* renamed from: a */
public static void m365a(String str) {
Trace.beginSection(str);
}
/* renamed from: b */
public static void m364b() {
Trace.endSection();
}
}