package defpackage;

import java.io.File;

/* JADX INFO: renamed from: ʽʙ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0054 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final String f1223;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final File f1224;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final C3051 f1225;

    public C0054(C3051 c3051, String str, File file) {
        this.f1225 = c3051;
        if (str == null) {
            C4935.m10233("Null sessionId");
            throw null;
        }
        this.f1223 = str;
        this.f1224 = file;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (!(obj instanceof C0054)) {
            return false;
        }
        C0054 c0054 = (C0054) obj;
        return this.f1225.equals(c0054.f1225) && this.f1223.equals(c0054.f1223) && this.f1224.equals(c0054.f1224);
    }

    public final int hashCode() {
        return this.f1224.hashCode() ^ ((((this.f1225.hashCode() ^ 1000003) * 1000003) ^ this.f1223.hashCode()) * 1000003);
    }

    public final String toString() {
        return "CrashlyticsReportWithSessionId{report=" + this.f1225 + ", sessionId=" + this.f1223 + ", reportFile=" + this.f1224 + "}";
    }
}
