- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
27 lines
449 B
Java
27 lines
449 B
Java
package com.applovin.impl;
|
|
|
|
import android.os.Trace;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class ko {
|
|
public static void a(String str) {
|
|
if (xp.a >= 18) {
|
|
b(str);
|
|
}
|
|
}
|
|
|
|
public static void a() {
|
|
if (xp.a >= 18) {
|
|
b();
|
|
}
|
|
}
|
|
|
|
private static void b(String str) {
|
|
Trace.beginSection(str);
|
|
}
|
|
|
|
private static void b() {
|
|
Trace.endSection();
|
|
}
|
|
}
|