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

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


package h6;

import android.net.Uri;
import android.util.Log;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.Map;
public final class c extends Thread {
    public final Map f5116z;

    public c(Map map) {
        this.f5116z = map;
    }

    @Override
    public final void run() {
        String message;
        StringBuilder sb2;
        String str;
        Exception exc;
        Map map = this.f5116z;
        Uri.Builder buildUpon = Uri.parse("https://pagead2.googlesyndication.col/pagead/gen_204?id=gmob-apps").buildUpon();
        for (String str2 : map.keySet()) {
            buildUpon.appendQueryParameter(str2, (String) map.get(str2));
        }
        String uri = buildUpon.build().toString();
        try {
            HttpURLConnection httpURLConnection = (HttpURLConnection) new URL(uri).openConnection();
            int responseCode = httpURLConnection.getResponseCode();
            if (responseCode < 200 || responseCode >= 300) {
                StringBuilder sb3 = new StringBuilder(String.valueOf(uri).length() + 65);
                sb3.append("Received non-success response code ");
                sb3.append(responseCode);
                sb3.append(" from pinging URL: ");
                sb3.append(uri);
                Log.w("HttpUrlPinger", sb3.toString());
            }
            httpURLConnection.disconnect();
        } catch (IOException e10) {
            e = e10;
            message = e.getMessage();
            sb2 = new StringBuilder(d.b.a(message, d.b.a(uri, 27)));
            str = "Error while pinging URL: ";
            exc = e;
            sb2.append(str);
            sb2.append(uri);
            sb2.append(". ");
            sb2.append(message);
            Log.w("HttpUrlPinger", sb2.toString(), exc);
        } catch (IndexOutOfBoundsException e11) {
            message = e11.getMessage();
            sb2 = new StringBuilder(d.b.a(message, d.b.a(uri, 32)));
            str = "Error while parsing ping URL: ";
            exc = e11;
            sb2.append(str);
            sb2.append(uri);
            sb2.append(". ");
            sb2.append(message);
            Log.w("HttpUrlPinger", sb2.toString(), exc);
        } catch (RuntimeException e12) {
            e = e12;
            message = e.getMessage();
            sb2 = new StringBuilder(d.b.a(message, d.b.a(uri, 27)));
            str = "Error while pinging URL: ";
            exc = e;
            sb2.append(str);
            sb2.append(uri);
            sb2.append(". ");
            sb2.append(message);
            Log.w("HttpUrlPinger", sb2.toString(), exc);
        }
    }
}