正在查看: Atlys v4.8.7 应用的 e.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Atlys v4.8.7 应用的 e.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package He;
import android.content.Context;
import android.os.Handler;
import com.google.firebase.database.DatabaseException;
import java.util.concurrent.TimeUnit;
import jk.l;
public final class e {
public final Oe.b a;
public final Aj.f b;
public final l c;
public e(l lVar, Aj.f fVar) {
this.c = lVar;
this.b = fVar;
Oe.b bVar = new Oe.b(this, new Oe.c(this, 0), 0);
this.a = bVar;
bVar.setKeepAliveTime(3L, TimeUnit.SECONDS);
}
public final void a(Throwable th) {
String str = th instanceof OutOfMemoryError ? "Firebase Database encountered an OutOfMemoryError. You may need to reduce the amount of data you are syncing to the client (e.g. by using queries or syncing a deeper path). See https://firebase.google.com/docs/database/ios/structure-data#best_practices_for_data_structure and https://firebase.google.com/docs/database/android/retrieve-data#filtering_data" : th instanceof NoClassDefFoundError ? "A symbol that the Firebase Database SDK depends on failed to load. This usually indicates that your project includes an incompatible version of another Firebase dependency. If updating your dependencies to the latest version does not resolve this issue, please file a report at https://github.com/firebase/firebase-android-sdk" : th instanceof DatabaseException ? "" : "Uncaught exception in Firebase Database runloop (21.0.0). If you are not already on the latest version of the Firebase SDKs, try updating your dependencies. Should this problem persist, please file a report at https://github.com/firebase/firebase-android-sdk";
this.b.H(str, th);
new Handler(((Context) this.c.a).getMainLooper()).post(new I.e(str, th, 4));
this.a.shutdownNow();
}
}