discord-jadx/app/src/main/java/com/discord/utilities/systemlog/SystemLogCapture$startThread$1.java
2021-06-27 22:44:35 +02:00

21 lines
716 B
Java

package com.discord.utilities.systemlog;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: SystemLogCapture.kt */
public final class SystemLogCapture$startThread$1 extends o implements Function0<Unit> {
public final /* synthetic */ SystemLogCapture this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public SystemLogCapture$startThread$1(SystemLogCapture systemLogCapture) {
super(0);
this.this$0 = systemLogCapture;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
SystemLogCapture.access$start(this.this$0);
}
}