package defpackage;

import android.os.Build;

/* JADX INFO: renamed from: ᵫᵛᵦ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3988 {

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

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

    public C3988(String str, C0236 c0236) {
        String str2 = Build.MODEL;
        String str3 = Build.VERSION.RELEASE;
        this.f15281 = str;
        this.f15280 = c0236;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C3988)) {
            return false;
        }
        C3988 c3988 = (C3988) obj;
        if (!ᵥˈᵛ.ˊᵫᵗ(this.f15281, c3988.f15281)) {
            return false;
        }
        String str = Build.MODEL;
        if (!ᵥˈᵛ.ˊᵫᵗ(str, str)) {
            return false;
        }
        String str2 = Build.VERSION.RELEASE;
        return ᵥˈᵛ.ˊᵫᵗ(str2, str2) && this.f15280.equals(c3988.f15280);
    }

    public final int hashCode() {
        return this.f15280.hashCode() + ((EnumC4234.f16155.hashCode() + AbstractC3589.m8108((((Build.MODEL.hashCode() + (this.f15281.hashCode() * 31)) * 31) + 48517565) * 31, 31, Build.VERSION.RELEASE)) * 31);
    }

    public final String toString() {
        return "ApplicationInfo(appId=" + this.f15281 + ", deviceModel=" + Build.MODEL + ", sessionSdkVersion=3.0.6, osVersion=" + Build.VERSION.RELEASE + ", logEnvironment=" + EnumC4234.f16155 + ", androidAppInfo=" + this.f15280 + ')';
    }
}
