正在查看: Moneyman v2.316.0.0 应用的 e.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Moneyman v2.316.0.0 应用的 e.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package C8;
import android.os.Handler;
import com.google.firebase.database.DatabaseException;
import com.singular.sdk.BuildConfig;
import io.sentry.android.core.Q;
public final class e extends J8.f {
public final M8.c b;
public final g c;
public e(g gVar, M8.c cVar) {
this.c = gVar;
this.b = cVar;
}
@Override
public final void a(Throwable th2) {
String str = th2 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" : th2 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" : th2 instanceof DatabaseException ? BuildConfig.FLAVOR : "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.b(str, th2);
new Handler(this.c.a.getMainLooper()).post(new Q(1, str, th2, false));
this.a.shutdownNow();
}
}