MT Manager v2.15.3版本的 MD5 值为:1cbd6ee7afdac97645dd3a8c4751ecf0

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


package l;

import java.net.SocketTimeoutException;
import java.util.HashMap;
import java.util.Map;

public final class RunnableC1725 implements Runnable {

    public final Map f6056;

    public final String f6057 = "https://cgi.qplus.com/report/report";

    @Override
    public final void run() {
        try {
            int m14960 = C5984.m14954(C11739.m25896(), (String) null).m14960("Common_HttpRetryCount");
            if (m14960 == 0) {
                m14960 = 2;
            }
            if (m14960 == 0) {
                m14960 = 3;
            }
            C14358.m30095("openSDK_LOG.ReportManager", "-->httpRequest, retryCount: " + m14960);
            int i = 0;
            do {
                i++;
                try {
                    C14358.m30098("openSDK_LOG.ReportManager", "-->httpRequest, statusCode: " + C10102.m23145().m23149(this.f6057, this.f6056).d());
                } catch (SocketTimeoutException e) {
                    C14358.m30096("openSDK_LOG.ReportManager", "-->ReportCenter httpRequest SocketTimeoutException:", e);
                } catch (Exception e2) {
                    C14358.m30096("openSDK_LOG.ReportManager", "-->ReportCenter httpRequest Exception:", e2);
                }
            } while (i < m14960);
        } catch (Exception e3) {
            C14358.m30096("openSDK_LOG.ReportManager", "-->httpRequest, exception in serial executor:", e3);
        }
    }

    public RunnableC1725(HashMap hashMap) {
        this.f6056 = hashMap;
    }
}