41 lines
1.1 KiB
Smali
41 lines
1.1 KiB
Smali
.class public interface abstract Lcom/google/firebase/crashlytics/internal/NativeSessionFileProvider;
|
|
.super Ljava/lang/Object;
|
|
.source "NativeSessionFileProvider.java"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getAppFile()Ljava/io/File;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getBinaryImagesFile()Ljava/io/File;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getDeviceFile()Ljava/io/File;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getMetadataFile()Ljava/io/File;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getMinidumpFile()Ljava/io/File;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getOsFile()Ljava/io/File;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getSessionFile()Ljava/io/File;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end method
|