Closed
Description
[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in the code in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
- For general technical questions, post a question on StackOverflow
with the firebase tag. - For general Firebase discussion, use the firebase-talk
google group. - For help troubleshooting your application that does not fall under one
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
- Android Studio version: Android Studio Chipmunk | 2021.2.1 Patch 1
- Firebase Component: Crashlytics
- Component version: 18.2.11
[REQUIRED] Step 3: Describe the problem
My app is collecting crashes but it fails to send them. This happens on every build type (debug, release) and with and without proguard. In analytics i see affected users but there are no crashlogs
2022-06-17 13:00:19.623 D/FirebaseCrashlytics: Opening a new session with ID 62AC5EC3025A00013BC89C3E6FCF8E24
2022-06-17 13:00:19.625 I/FirebaseInitProvider: FirebaseApp initialization successful
2022-06-17 13:00:19.634 D/FirebaseCrashlytics: Registered Firebase Analytics event receiver for breadcrumbs
2022-06-17 13:00:19.636 D/FirebaseCrashlytics: Crashlytics automatic data collection ENABLED by API.
2022-06-17 13:00:19.636 D/FirebaseCrashlytics: Automatic data collection is enabled. Allowing upload.
2022-06-17 13:00:19.816 D/FirebaseCrashlytics: Sending cached crash reports...
2022-06-17 13:00:19.822 D/FirebaseCrashlytics: Sending report through Google DataTransport: 62AC542603D900011F0B9C3E6FCF8E24
2022-06-17 13:00:19.836 W/FirebaseCrashlytics: Crashlytics report could not be enqueued to DataTransport
java.lang.IllegalArgumentException: Log tag "TRuntime.SQLiteEventStore" exceeds limit of 23 characters
at android.util.Log.isLoggable(Native Method)
at com.google.android.datatransport.runtime.logging.Logging.d(Logging.java:64)
at com.google.android.datatransport.runtime.scheduling.persistence.SQLiteEventStore.persist(SQLiteEventStore.java:104)
at com.google.android.datatransport.runtime.scheduling.DefaultScheduler.lambda$schedule$0$com-google-android-datatransport-runtime-scheduling-DefaultScheduler(DefaultScheduler.java:83)
at com.google.android.datatransport.runtime.scheduling.DefaultScheduler$$ExternalSyntheticLambda0.execute(D8$$SyntheticClass)
at com.google.android.datatransport.runtime.scheduling.persistence.SQLiteEventStore.runCriticalSection(SQLiteEventStore.java:754)
at com.google.android.datatransport.runtime.scheduling.DefaultScheduler.lambda$schedule$1$com-google-android-datatransport-runtime-scheduling-DefaultScheduler(DefaultScheduler.java:81)
at com.google.android.datatransport.runtime.scheduling.DefaultScheduler$$ExternalSyntheticLambda1.run(D8$$SyntheticClass)
at com.google.android.datatransport.runtime.SafeLoggingExecutor$SafeLoggingRunnable.run(SafeLoggingExecutor.java:47)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)
no other related logs are visible after