jimu-decompiled/sources/com/google/android/gms/measurement/internal/zzat.java
2025-05-13 19:24:51 +02:00

69 lines
1.9 KiB
Java

package com.google.android.gms.measurement.internal;
import com.ijm.dataencryption.de.DataDecryptTool;
/* loaded from: classes.dex */
final class zzat implements Runnable {
private final /* synthetic */ int a;
private final /* synthetic */ String b;
private final /* synthetic */ Object c;
private final /* synthetic */ Object d;
private final /* synthetic */ Object e;
private final /* synthetic */ zzas f;
zzat(zzas zzasVar, int i, String str, Object obj, Object obj2, Object obj3) {
this.f = zzasVar;
this.a = i;
this.b = str;
this.c = obj;
this.d = obj2;
this.e = obj3;
}
@Override // java.lang.Runnable
public final void run() {
char c;
long j;
char c2;
long j2;
zzbd t = this.f.a.t();
if (!t.n()) {
this.f.a(6, "Persisted config not initialized. Not logging error/warn");
return;
}
c = this.f.c;
if (c == 0) {
if (this.f.m().n()) {
zzas zzasVar = this.f;
zzasVar.c();
zzasVar.c = 'C';
} else {
zzas zzasVar2 = this.f;
zzasVar2.c();
zzasVar2.c = 'c';
}
}
j = this.f.d;
if (j < 0) {
zzas zzasVar3 = this.f;
zzasVar3.d = zzasVar3.m().o();
}
char charAt = "01VDIWEA?".charAt(this.a);
c2 = this.f.c;
j2 = this.f.d;
String a = zzas.a(true, this.b, this.c, this.d, this.e);
StringBuilder sb = new StringBuilder(String.valueOf(a).length() + 24);
sb.append("2");
sb.append(charAt);
sb.append(c2);
sb.append(j2);
sb.append(":");
sb.append(a);
String sb2 = sb.toString();
if (sb2.length() > 1024) {
sb2 = this.b.substring(0, DataDecryptTool.DECRYPT_SP_FILE);
}
t.d.a(sb2, 1L);
}
}