米多多 v3.0.1版本的 MD5 值为:f69e79dbe1787218a397ad907fb8f3ab

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


package c.l.a.e.d.b;

import android.os.Parcel;
import android.os.Parcelable;
import c.l.a.f.b0;
import java.util.Map;
public class a implements Parcelable {
    public static final Parcelable.Creator<a> CREATOR = new C0143a();
    public static String w = "https://android.bugly.qq.com/rqd/async";
    public static String x = "https://android.bugly.qq.com/rqd/async";
    public long f5866a;
    public long f5867b;
    public boolean f5868c;
    public boolean f5869d;
    public boolean f5870e;
    public boolean f5871f;
    public boolean f5872g;
    public boolean f5873h;
    public boolean f5874j;
    public boolean f5875k;
    public boolean l;
    public long m;
    public long n;
    public String p;
    public String q;
    public String r;
    public Map<String, String> s;
    public int t;
    public long u;
    public long v;

    public static class C0143a implements Parcelable.Creator<a> {
        @Override
        public final a createFromParcel(Parcel parcel) {
            return new a(parcel);
        }

        @Override
        public final a[] newArray(int i2) {
            return new a[i2];
        }
    }

    public a() {
        this.f5866a = -1L;
        this.f5867b = -1L;
        this.f5868c = true;
        this.f5869d = true;
        this.f5870e = true;
        this.f5871f = true;
        this.f5872g = false;
        this.f5873h = true;
        this.f5874j = true;
        this.f5875k = true;
        this.l = true;
        this.n = 30000L;
        this.p = w;
        this.q = x;
        this.t = 10;
        this.u = 300000L;
        this.v = -1L;
        this.f5867b = System.currentTimeMillis();
        StringBuilder sb = new StringBuilder();
        sb.append("S(@L@L");
        sb.append("@)");
        sb.toString();
        sb.setLength(0);
        sb.append("*^@K#K");
        sb.append("@!");
        this.r = sb.toString();
    }

    @Override
    public int describeContents() {
        return 0;
    }

    @Override
    public void writeToParcel(Parcel parcel, int i2) {
        parcel.writeLong(this.f5867b);
        parcel.writeByte(this.f5868c ? (byte) 1 : (byte) 0);
        parcel.writeByte(this.f5869d ? (byte) 1 : (byte) 0);
        parcel.writeByte(this.f5870e ? (byte) 1 : (byte) 0);
        parcel.writeString(this.p);
        parcel.writeString(this.q);
        parcel.writeString(this.r);
        b0.G(parcel, this.s);
        parcel.writeByte(this.f5871f ? (byte) 1 : (byte) 0);
        parcel.writeByte(this.f5872g ? (byte) 1 : (byte) 0);
        parcel.writeByte(this.f5875k ? (byte) 1 : (byte) 0);
        parcel.writeByte(this.l ? (byte) 1 : (byte) 0);
        parcel.writeLong(this.n);
        parcel.writeByte(this.f5873h ? (byte) 1 : (byte) 0);
        parcel.writeByte(this.f5874j ? (byte) 1 : (byte) 0);
        parcel.writeLong(this.m);
        parcel.writeInt(this.t);
        parcel.writeLong(this.u);
        parcel.writeLong(this.v);
    }

    public a(Parcel parcel) {
        this.f5866a = -1L;
        this.f5867b = -1L;
        boolean z = true;
        this.f5868c = true;
        this.f5869d = true;
        this.f5870e = true;
        this.f5871f = true;
        this.f5872g = false;
        this.f5873h = true;
        this.f5874j = true;
        this.f5875k = true;
        this.l = true;
        this.n = 30000L;
        this.p = w;
        this.q = x;
        this.t = 10;
        this.u = 300000L;
        this.v = -1L;
        try {
            String str = "S(@L@L@)";
            this.f5867b = parcel.readLong();
            this.f5868c = parcel.readByte() == 1;
            this.f5869d = parcel.readByte() == 1;
            this.f5870e = parcel.readByte() == 1;
            this.p = parcel.readString();
            this.q = parcel.readString();
            this.r = parcel.readString();
            this.s = b0.E(parcel);
            this.f5871f = parcel.readByte() == 1;
            this.f5872g = parcel.readByte() == 1;
            this.f5875k = parcel.readByte() == 1;
            this.l = parcel.readByte() == 1;
            this.n = parcel.readLong();
            this.f5873h = parcel.readByte() == 1;
            if (parcel.readByte() != 1) {
                z = false;
            }
            this.f5874j = z;
            this.m = parcel.readLong();
            this.t = parcel.readInt();
            this.u = parcel.readLong();
            this.v = parcel.readLong();
        } catch (Exception e2) {
            e2.printStackTrace();
        }
    }
}