Brazzers Premium v2.1.5版本的 MD5 值为:822198ebc1561433ac78052c8b72a0ea

以下内容为反编译后的 o1.java 源代码,内容仅作参考


package k7;

import android.app.Application;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
public final class o1 {
    public static volatile o1 f6882g;
    public final ExecutorService f6883a;
    public final r4.e f6884b;
    public final List f6885c;
    public int f6886d;
    public boolean f6887e;
    public volatile r0 f6888f;

    public o1(Context context, String str, String str2, String str3, Bundle bundle) {
        ThreadPoolExecutor threadPoolExecutor = new ThreadPoolExecutor(1, 1, 60L, TimeUnit.SECONDS, new LinkedBlockingQueue(), new h1());
        threadPoolExecutor.allowCoreThreadTimeOut(true);
        this.f6883a = Executors.unconfigurableExecutorService(threadPoolExecutor);
        this.f6884b = new r4.e(this);
        this.f6885c = new ArrayList();
        try {
            k6.e.j(context, "google_app_id", b5.h(context));
        } catch (IllegalStateException unused) {
        }
        if (str2 == null || str3 == null) {
            if ((str3 == null) ^ (str2 == null)) {
                Log.w("FA", "Specified origin or custom app id is null. Both parameters will be ignored.");
            }
        } else {
            Log.v("FA", "Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy");
        }
        this.f6883a.execute(new b1(this, str2, str3, context, bundle));
        Application application = (Application) context.getApplicationContext();
        if (application == null) {
            Log.w("FA", "Unable to register lifecycle notifications. Application null.");
        } else {
            application.registerActivityLifecycleCallbacks(new n1(this));
        }
    }

    public static o1 b(Context context, String str, String str2, String str3, Bundle bundle) {
        Objects.requireNonNull(context, "null reference");
        if (f6882g == null) {
            synchronized (o1.class) {
                if (f6882g == null) {
                    f6882g = new o1(context, null, null, null, bundle);
                }
            }
        }
        return f6882g;
    }

    public final void a(Exception exc, boolean z10, boolean z11) {
        this.f6887e |= z10;
        if (z10) {
            Log.w("FA", "Data collection startup failed. No data will be collected.", exc);
            return;
        }
        if (z11) {
            this.f6883a.execute(new g1(this, "Error with data collection. Data lost.", exc));
        }
        Log.w("FA", "Error with data collection. Data lost.", exc);
    }

    public final void c(String str, String str2, Bundle bundle) {
        this.f6883a.execute(new i1(this, null, str, str2, bundle, true, true));
    }
}