그늘 v4.6.9版本的 MD5 值为:45bd3dac9e441bb87fea09c92b437adc

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


package zd;

import android.content.Context;
import java.io.Serializable;
import java.net.SocketTimeoutException;
import java.util.HashMap;
import java.util.List;
public final class j implements Runnable {
    public final h f16464a;

    public j(h hVar) {
        this.f16464a = hVar;
    }

    @Override
    public final void run() {
        h hVar = this.f16464a;
        try {
            HashMap h2 = hVar.h();
            if (h2 != null && !h2.isEmpty()) {
                Context context = be.g.f864a;
                if (context == null) {
                    context = null;
                }
                int a10 = be.h.b(context, null).a("Common_HttpRetryCount");
                if (a10 == 0) {
                    a10 = 3;
                }
                ae.a.b("openSDK_LOG.ReportManager", "-->doReportCgi, retryCount: " + a10);
                boolean z10 = false;
                int i = 0;
                while (true) {
                    i++;
                    try {
                        int i10 = yd.a.a().d("https://wspeed.qq.com/w.cgi", h2).f15902c;
                        ae.a.f("openSDK_LOG.ReportManager", "-->doReportCgi, statusCode: " + i10);
                        if (i10 != 200) {
                            break;
                        }
                        g.g().n("report_cgi");
                        z10 = true;
                        break;
                    } catch (SocketTimeoutException e10) {
                        ae.a.d("openSDK_LOG.ReportManager", "-->doReportCgi, doupload exception", e10);
                        if (i >= a10) {
                            break;
                        }
                    } catch (Exception e11) {
                        ae.a.d("openSDK_LOG.ReportManager", "-->doReportCgi, doupload exception", e11);
                    }
                }
                List<Serializable> list = hVar.f16447b;
                if (!z10) {
                    g.g().m("report_cgi", list);
                }
                list.clear();
            }
        } catch (Exception e12) {
            ae.a.d("openSDK_LOG.ReportManager", "-->doReportCgi, doupload exception out.", e12);
        }
    }
}