apkfuckery/com.discord/smali/okhttp3/logging/HttpLoggingInterceptor$Logger.smali
2019-02-04 21:05:16 +01:00

38 lines
976 B
Smali

.class public interface abstract Lokhttp3/logging/HttpLoggingInterceptor$Logger;
.super Ljava/lang/Object;
.source "HttpLoggingInterceptor.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokhttp3/logging/HttpLoggingInterceptor;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Logger"
.end annotation
# static fields
.field public static final DEFAULT:Lokhttp3/logging/HttpLoggingInterceptor$Logger;
# direct methods
.method static constructor <clinit>()V
.locals 1
.prologue
new-instance v0, Lokhttp3/logging/HttpLoggingInterceptor$Logger$1;
invoke-direct {v0}, Lokhttp3/logging/HttpLoggingInterceptor$Logger$1;-><init>()V
sput-object v0, Lokhttp3/logging/HttpLoggingInterceptor$Logger;->DEFAULT:Lokhttp3/logging/HttpLoggingInterceptor$Logger;
return-void
.end method
# virtual methods
.method public abstract log(Ljava/lang/String;)V
.end method