All Questions
Tagged with google-fabric crash
22
questions
5
votes
3
answers
4k
views
Firebase Crashlytics : Settings request failed - After migrate from fabric
After I migrate to crashlytics from fabric, crash reports does not shown on Firebase console anymore.
I followed upgrade document for migration.
I tried force crash to test and i logged with adb ...
1
vote
0
answers
322
views
probeGC crash in Fabric Crashlytics
This crash is happening only on iOS 13.3.1 on iPad 6 & iPad Pro (12.9 inch, 3rd Gen)
This crash is happening randomly and is a real deterrent to my customers.
0 libobjc.A.dylib ...
0
votes
1
answer
59
views
How to solve Google Fabrics crash - Fatal Exception: DeviceNotSupported?
I keep getting crashes on Fabric for my iOS App.
Fatal Exception: DeviceNotSupportedException: Device Not Supported
At the signature of the function,
+(NSString*) IPHONE_OS_VERSION // Fabric ...
1
vote
1
answer
659
views
Crash :Foundation NSClassFromString+200 in iOS 13
We have released the latest build with the minimum deployment target 10.We are getting the same many crashes in iOS 13 related to the background issues.
We are enabling the following capabilities:
...
0
votes
2
answers
908
views
It looks like we are missing dSYMs to process crashes for the versions
I have enabled the project settings of the project and target and set Debug Information Format for both Debug and Release to DWARF with dSYM File.
I have enabled the Bitcode to NO.
But I am getting ...
0
votes
1
answer
404
views
Crashlytics report upload crashed due java.lang.OutOfMemoryError
I have crash reported on Google console, there are two of them and it is identical (because stackoverflow detect it as spam, i will post only one), Crashlytics trying to upload report and it will be ...
11
votes
2
answers
4k
views
Fatal Exception: java.lang.IllegalStateException - Unable to create layer for LinearLayout(Crashing in only Galaxy j4+, j6+)
Fatal Exception: java.lang.IllegalStateException Unable to create
layer for LinearLayout, size 768x5440 max size 8192 color type 4 has
context 1
android.os.MessageQueue.nativePollOnce (...
2
votes
2
answers
504
views
How to get publicly accessible crashlytics report url?
I want to share my crashlytics crash report to some 3rd parties.
How can I get a publicly accessible url like below?
http://crashes.to/s/419b5b28766
I am bit new here, is it a old deprecated ...
2
votes
0
answers
60
views
Why are Crashlytics functions undefined?
I have installed the cordova-fabric-plugin in my Ionic 2 project. After that, I have extended IonicHandlerError in FabricHandlerError (code below). The problem is that when the cached error arrives, ...
0
votes
0
answers
933
views
How to fix Fatal Exception: NSInvalidArgumentException ,CoreFoundation exceptionPreprocess?
In my Crashlytics report, I can’t find any class file. From the stack trace, I see that when I invoke disconnect the app will crash. This bug is very hard to reproduce, in fact, I cannot invoke it, ...
0
votes
1
answer
268
views
Missing dSYMs in 1 version in the last 24 hrs Xcode?
We are adding pod file for fabric and Crashlytics in our project. When I tried to place a crash in my Crashlytics. I am getting this “Missing dSYMs in 1 version in the last 24 hrs ”error. But my ...
0
votes
1
answer
220
views
Missing data in Fabric for IOS "Crashed: com.apple.root.default-qos"
I'm using Fabric.io to monitor and collect crash data for a IOS app.
I'm receiving now a lot of crash reports for this error "Crashed: com.apple.root.default-qos" but when I check Fabric to analyze ...
0
votes
0
answers
51
views
Why Crashlytics create two bugs for same problem ? (Android 8 vs 7 and below)
For the same problem, Crashlytics in Fabric or Firebase create two bugs, one is only for Android 8 and the other for Android 7 and below.
The stacktrace is pretty the same except line number.
Is ...
3
votes
1
answer
2k
views
iOS App Crashes pointing to Crashed: com.twitter.crashlytics.ios.exception
I am slightly confused, I am getting few crashes from my application where the crash logs has the following information too.
Crashed: com.twitter.crashlytics.ios.exception
Does this means that, its ...
1
vote
1
answer
1k
views
Fabric Answer crash iOS app on start with Xcode 10 and iOS 12
EDIT:
Xcode 10 beta 6 fix the problem
I'm updating my app for ios 12 with the new xcode 10, but the Fabric framework makes the app crash at start.
I only run the code and the app crash on the ...