翰林优商.apk(点击下载) / a.java


package com.qq.e.comm.managers.plugin;

import java.lang.reflect.Method;

/* access modifiers changed from: package-private */
public class a {
    private static Method a = null;
    private static boolean b = false;

    static void a(Throwable th, String str) {
        try {
            Exception exc = new Exception("插件错误:" + str, th);
            if (!b) {
                if (a == null) {
                    Method declaredMethod = Class.forName("com.tencent.bugly.crashreport.CrashReport").getDeclaredMethod("postCatchedException", Throwable.class);
                    a = declaredMethod;
                    declaredMethod.setAccessible(true);
                }
                a.invoke(null, exc);
            }
        } catch (Throwable unused) {
            b = true;
        }
    }
}