2022-06-10 21:38:30 +09:00

75 lines
2.1 KiB
Smali

.class public interface abstract Lcom/google/android/gms/analytics/Logger;
.super Ljava/lang/Object;
.source "com.google.android.gms:play-services-analytics-impl@@17.0.1"
# annotations
.annotation build Lcom/google/android/gms/common/util/VisibleForTesting;
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/analytics/Logger$LogLevel;
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract error(Ljava/lang/Exception;)V
.param p1 # Ljava/lang/Exception;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract error(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getLogLevel()I
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract info(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract setLogLevel(I)V
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract verbose(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract warn(Ljava/lang/String;)V
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/RecentlyNonNull;
.end annotation
.end param
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method