First Upload

Just the APK
Force update disabled, will only work offline.
This commit is contained in:
supermegamestre
2026-01-26 00:26:29 -03:00
commit 4bbd74a497
44413 changed files with 11043538 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
.class public interface abstract Lcom/google/firebase/crashlytics/internal/breadcrumbs/BreadcrumbHandler;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract handleBreadcrumb(Ljava/lang/String;)V
.end method

View File

@@ -0,0 +1,8 @@
.class public interface abstract Lcom/google/firebase/crashlytics/internal/breadcrumbs/BreadcrumbSource;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract registerBreadcrumbHandler(Lcom/google/firebase/crashlytics/internal/breadcrumbs/BreadcrumbHandler;)V
.end method

View File

@@ -0,0 +1,34 @@
.class public Lcom/google/firebase/crashlytics/internal/breadcrumbs/DisabledBreadcrumbSource;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/firebase/crashlytics/internal/breadcrumbs/BreadcrumbSource;
# direct methods
.method public constructor <init>()V
.locals 0
.line 21
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public registerBreadcrumbHandler(Lcom/google/firebase/crashlytics/internal/breadcrumbs/BreadcrumbHandler;)V
.locals 1
.line 25
invoke-static {}, Lcom/google/firebase/crashlytics/internal/Logger;->getLogger()Lcom/google/firebase/crashlytics/internal/Logger;
move-result-object p1
const-string v0, "Could not register handler for breadcrumbs events."
invoke-virtual {p1, v0}, Lcom/google/firebase/crashlytics/internal/Logger;->d(Ljava/lang/String;)V
return-void
.end method