Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
package com.tencent.bugly.crashreport.crash;
/* compiled from: BUGLY */
/* loaded from: classes.dex */
public final class a implements Comparable<a> {
public long a = -1;
public long b = -1;
public String c = null;
public boolean d = false;
public boolean e = false;
public int f = 0;
@Override // java.lang.Comparable
public final /* bridge */ /* synthetic */ int compareTo(a aVar) {
a aVar2 = aVar;
if (aVar2 == null) {
return 1;
}
long j = this.b - aVar2.b;
if (j <= 0) {
return j < 0 ? -1 : 0;
}
return 1;
}
}