33 lines
1.4 KiB
Java
33 lines
1.4 KiB
Java
package com.google.firebase.sessions;
|
|
|
|
import kotlin.Metadata;
|
|
import kotlin.coroutines.Continuation;
|
|
import kotlin.coroutines.jvm.internal.ContinuationImpl;
|
|
import kotlin.coroutines.jvm.internal.DebugMetadata;
|
|
import kotlin.jvm.internal.IntCompanionObject;
|
|
|
|
@Metadata(k = 3, mv = {1, 7, 1}, xi = 48)
|
|
@DebugMetadata(c = "com.google.firebase.sessions.SessionFirelogPublisherImpl", f = "SessionFirelogPublisher.kt", i = {0}, l = {95}, m = "shouldLogSession", n = {"this"}, s = {"L$0"})
|
|
/* loaded from: classes3.dex */
|
|
public final class SessionFirelogPublisherImpl$shouldLogSession$1 extends ContinuationImpl {
|
|
Object L$0;
|
|
int label;
|
|
/* synthetic */ Object result;
|
|
final /* synthetic */ SessionFirelogPublisherImpl this$0;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public SessionFirelogPublisherImpl$shouldLogSession$1(SessionFirelogPublisherImpl sessionFirelogPublisherImpl, Continuation<? super SessionFirelogPublisherImpl$shouldLogSession$1> continuation) {
|
|
super(continuation);
|
|
this.this$0 = sessionFirelogPublisherImpl;
|
|
}
|
|
|
|
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
|
|
public final Object invokeSuspend(Object obj) {
|
|
Object shouldLogSession;
|
|
this.result = obj;
|
|
this.label |= IntCompanionObject.MIN_VALUE;
|
|
shouldLogSession = this.this$0.shouldLogSession(this);
|
|
return shouldLogSession;
|
|
}
|
|
}
|