- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
28 lines
986 B
Java
28 lines
986 B
Java
package androidx.tracing;
|
|
|
|
import kotlin.coroutines.Continuation;
|
|
import kotlin.coroutines.jvm.internal.ContinuationImpl;
|
|
import kotlin.coroutines.jvm.internal.DebugMetadata;
|
|
import kotlin.jvm.internal.SourceDebugExtension;
|
|
|
|
@DebugMetadata(c = "androidx.tracing.TraceKt", f = "Trace.kt", l = {76}, m = "traceAsync")
|
|
@SourceDebugExtension({"SMAP\nTrace.kt\nKotlin\n*S Kotlin\n*F\n+ 1 Trace.kt\nandroidx/tracing/TraceKt$traceAsync$1\n*L\n1#1,111:1\n*E\n"})
|
|
/* loaded from: classes.dex */
|
|
public final class TraceKt$traceAsync$1<T> extends ContinuationImpl {
|
|
int I$0;
|
|
Object L$0;
|
|
int label;
|
|
/* synthetic */ Object result;
|
|
|
|
public TraceKt$traceAsync$1(Continuation continuation) {
|
|
super(continuation);
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Object invokeSuspend(Object obj) {
|
|
this.result = obj;
|
|
this.label |= Integer.MIN_VALUE;
|
|
return TraceKt.traceAsync(null, 0, null, this);
|
|
}
|
|
}
|