crashlytics Questions
0
My App Quality Insights window says "Waiting for initial sync..." and nothing more:
✔️ I have Android Studio Giraffe (2022.3.1) installed.
✔️ I've signed in with my Google dev account on...
Vo asked 3/8, 2023 at 16:59
2
Solved
I'm using Flutter to build an apk for my application.
Flutter doctor result:
Flutter is already up to date on channel stable
Flutter 3.10.6 • channel stable • https://github.com/flutter/flutter.git...
Heartstricken asked 20/7, 2023 at 13:18
5
Solved
While working today, it seemed as if suddenly I could no longer debug our application. The funny thing is, if I ran the app normally it would work just fine. To clarify, I was running the debugger ...
Annadiane asked 24/5, 2016 at 20:26
2
I've migrated the application from "Fabric Crashlytics" to "Firebase Crashlytics" and successfully tested if the new crashes arrive.
But unfortunately, I don't see an option to search for an issue...
Justiciable asked 11/12, 2018 at 16:0
10
How can I get Crashlytics to receive a log without my app crashing?
I have the following code:
if(!context.managedObjectContext save:&error) {
CLS_LOG(@"%@",error.description)
}
When an err...
Pothead asked 25/7, 2014 at 7:58
4
Solved
How can we add Admob and Firebase crashlytics to Android studio bumble bee
earlier the build.gradle: was some thing like this
buildscript {
repositories {
google()
mavenCentral()
maven { url 'h...
Busterbustle asked 10/2, 2022 at 5:6
0
Mine is Xcode 14.2 version and I have installed Firebase/Crashlytics pod successfully in project
then i add 2 crashes in code and run the code in simulator and hit that crashes in simulator and che...
Paramedical asked 31/5, 2023 at 6:55
1
From Crashlytics in Firebase I get this error in my Flutter app:
FlutterJNI.java – line 116
io.flutter.embedding.engine.FlutterJNI.loadLibrary
or
FlutterJNI.java – line 1230
io.flutter.embedding...
Lockyer asked 9/9, 2021 at 9:20
2
I recently released my application on the Play Store and I've been receiving a large number of crash reports as below.
Fatal Exception: java.lang.RuntimeException: Unable to start activity Componen...
Hoskinson asked 21/3, 2023 at 6:21
2
I want to upload dsym symbols from Flutter app with multiple flavors. Each GoogleService-Info is places inside config/flavor_name folder. What script should I add to "Build Phases" to upl...
Propene asked 31/1, 2023 at 20:38
12
Solved
I am trying to follow the instructions on Firebase Docs to upload missing required dSYMs. However I am stuck on running the uploader script.
In my build phases I have
"${PODS_ROOT}/FirebaseCra...
Marillin asked 23/3, 2020 at 20:42
5
Im trying to add Fabric to my xcode project. I've done so succesfully in the past but now facing issues with a react-native project. Having looked around, i've tried pretty much all combinations su...
Gilthead asked 4/7, 2019 at 14:3
5
Solved
I started using Firebase (Crashlytics) in my project to track app crashes. It works perfectly with crashes but how can I log non-fatal crashes, i.e. caught exceptions. I tried Crashlytics.logExcept...
Ruder asked 6/8, 2018 at 19:21
1
I'm developing an app recording with a background service your position and sending it to a server, every second. As many other users, we have to deal with battery saver to make sure the background...
Circumnavigate asked 16/6, 2022 at 7:51
7
Solved
Is it possible to incorporate custom UncaughtExceptionHandler along with crashlytics in one application? If yes - how?
Belleslettres asked 8/8, 2014 at 12:32
4
I've been using AngularCrashlytics(from @angular/fire) for a while interestingly since this morning I became unable to get either build or ng serve which throws error as below.Can someone help me t...
Bathilda asked 3/2, 2023 at 12:19
3
Solved
I have recently switched to new Firebase Crashlytics from Fabric one and I can't find alternative for disabling Crashlytics in debug mode.
Fabric:
val crashlytics = Crashlytics.Builder().core(Cra...
Devise asked 16/6, 2020 at 7:10
6
Solved
After updating the classpath I can no longer build a release version of the app.
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':ap...
Bonita asked 7/6, 2021 at 2:31
4
* What went wrong:
Could not determine the dependencies of task ':app:mergeDebugResources'.
> Could not create task ':app:injectCrashlyticsMappingFileIdDebug'.
> No signature of method: org....
Aloeswood asked 15/2, 2021 at 17:57
1
Our mobile app is published in the Google play store. The Crashes and ANR report is generated in Firebase Crashlytics. There is an ANR shown as below.
0
libc.so
(syscall+28)
1
libart.so
(art::Condi...
Contend asked 3/2, 2023 at 4:54
2
After updating to kotlin 1.4.30 from 1.4.21, I found some issue:
Firebase crashlytics is not working. my logcat says
java.util.concurrent.TimeoutException
at com.google.firebase.crashlytics.inter...
Kendricks asked 18/2, 2021 at 1:24
6
Solved
I'm using Android Studio 1.0.2.
Due to some reason i have to uninstall the Crashlytics plugin/SDK from my Android studio.
I have tried going to File>Settings>Plugins to remove Crashlytics, but th...
Rooftree asked 20/1, 2015 at 12:33
1
I have the following versions for react native and react native firebase crashlytics.
package.json:
react-native: 0.66.4
@react-native-firebase/app: 14.2.4
@react-native-firebase/crashlytics: ^14....
Moment asked 26/1, 2022 at 3:16
2
Solved
While developing the app sometimes it crashes, and It's known crash while development, It unnecessarily sends mail to the client that some Trending stability issues in the app.
So I want to know if...
Offenbach asked 6/12, 2022 at 15:45
1
I have some problems with uploading dSYMs to crashlytics using Xcode 14. I saw a lot of similar questions and discussion on apple forum, but none if them are the same as my case.
Since in Xcode 14 ...
Quartana asked 17/11, 2022 at 10:55
© 2022 - 2025 — McMap. All rights reserved.