- 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
719 B
Java
27 lines
719 B
Java
package com.facebook.internal.logging.dumpsys;
|
|
|
|
import java.io.PrintWriter;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface EndToEndDumper {
|
|
public static final Companion Companion = Companion.$$INSTANCE;
|
|
|
|
boolean maybeDump(String str, PrintWriter printWriter, String[] strArr);
|
|
|
|
public static final class Companion {
|
|
static final /* synthetic */ Companion $$INSTANCE = new Companion();
|
|
private static EndToEndDumper instance;
|
|
|
|
public final EndToEndDumper getInstance() {
|
|
return instance;
|
|
}
|
|
|
|
public final void setInstance(EndToEndDumper endToEndDumper) {
|
|
instance = endToEndDumper;
|
|
}
|
|
|
|
private Companion() {
|
|
}
|
|
}
|
|
}
|