crashlytics

Why do Kotlin files appear as .java is Fabric Crashlytics with Proguard enabled?

淺唱寂寞╮ 提交于 2021-02-18 22:09:17
问题 I have recently turned on Proguard minimisation for an Android app which uses Crashylics reporting on the Fabric console. The project is written mainly in Kotlin. Crash reports are still received. The stack trace no longer lists Kotlin source files as .kt though, but as .java eg, MyFragment.java:20 instead of MyFragment.kt:20 From the information in the traces, such as function and variable names, the line numbers in the stack match up to those in the .kt file I have Proguard exclusions as

Why do Kotlin files appear as .java is Fabric Crashlytics with Proguard enabled?

流过昼夜 提交于 2021-02-18 22:07:44
问题 I have recently turned on Proguard minimisation for an Android app which uses Crashylics reporting on the Fabric console. The project is written mainly in Kotlin. Crash reports are still received. The stack trace no longer lists Kotlin source files as .kt though, but as .java eg, MyFragment.java:20 instead of MyFragment.kt:20 From the information in the traces, such as function and variable names, the line numbers in the stack match up to those in the .kt file I have Proguard exclusions as

Why do Kotlin files appear as .java is Fabric Crashlytics with Proguard enabled?

耗尽温柔 提交于 2021-02-18 22:04:19
问题 I have recently turned on Proguard minimisation for an Android app which uses Crashylics reporting on the Fabric console. The project is written mainly in Kotlin. Crash reports are still received. The stack trace no longer lists Kotlin source files as .kt though, but as .java eg, MyFragment.java:20 instead of MyFragment.kt:20 From the information in the traces, such as function and variable names, the line numbers in the stack match up to those in the .kt file I have Proguard exclusions as

How to export data from Firebase Crashlytics to another application?

徘徊边缘 提交于 2021-02-16 20:20:46
问题 I am interested in fetching the Crash-free users statistics and the user affected by Crashes trend from the Google firebase Crashlytics. Is there any API using which I can call using my application to export the data from Firebase Crashlytics? I looked at a few other similar questions like theses: How long does Firebase store my crash data? / Export data from Crashlytics? Export data from Firebase Crashlytics console? How to export crash-free users from firebase? , but none of them actually

How to export data from Firebase Crashlytics to another application?

时光总嘲笑我的痴心妄想 提交于 2021-02-16 20:19:01
问题 I am interested in fetching the Crash-free users statistics and the user affected by Crashes trend from the Google firebase Crashlytics. Is there any API using which I can call using my application to export the data from Firebase Crashlytics? I looked at a few other similar questions like theses: How long does Firebase store my crash data? / Export data from Crashlytics? Export data from Firebase Crashlytics console? How to export crash-free users from firebase? , but none of them actually

Old Fabric app won't show crashes on new Firebase implementation

て烟熏妆下的殇ゞ 提交于 2021-02-11 17:52:25
问题 I have implemented Firebase/Crashlytics to an app. I can see in the logs that app is sending crashes. Firebase Console doesn't show anything. I can see crash free user count decreased after the implementation. Console doesn't show up anything. Please help. My app ID: com.obssmobile.mychesspuzzlegame I have disconnected the Xcode debugger, relaunched the app and remade the crashes. Issue is persisting. Here I can see that crash free users started dropping. Here I can see "report submission

Crashes not being received by Firebase/Crashlytics

余生长醉 提交于 2021-02-10 07:24:53
问题 I'm forcing a crash, via a button, and Firebase/Crashlytics doesn't seem to pic it up. Some background on my app. My app has two App IDs, one for enterprise to be used internally and one for the app store. A script is triggered when a build is triggered, so that the right GoogleService-Info.plist is being used for the build. The enterprise version works fine, dsyms upload and crashes are received. The app store is missing the dsym and the crashes wont go through. I make the build, stop the

Crashes not being received by Firebase/Crashlytics

左心房为你撑大大i 提交于 2021-02-10 07:24:32
问题 I'm forcing a crash, via a button, and Firebase/Crashlytics doesn't seem to pic it up. Some background on my app. My app has two App IDs, one for enterprise to be used internally and one for the app store. A script is triggered when a build is triggered, so that the right GoogleService-Info.plist is being used for the build. The enterprise version works fine, dsyms upload and crashes are received. The app store is missing the dsym and the crashes wont go through. I make the build, stop the

How to integrate Crashlytics into an iOS framework project?

怎甘沉沦 提交于 2021-02-08 15:33:47
问题 I am building a new iOS framework and would like to integrate Crashlytics in it. Using Fabric.io Mac tool I clicked on +New App and selected my iOS framework Xcode project. However, in the next screen ("Initialize the SDK") I get the following error: This Xcode project does not have any Mac or iOS targets Well yes - my framework target Bundle OS code is FMWK and not the usual AAPL of an app. My question: has anyone managed to integrate Crashlytics into an iOS framework project? Is it possible

How to get Crashlytics event from BigQuery[Firebase project]

非 Y 不嫁゛ 提交于 2021-02-08 11:40:21
问题 We have enabled BigQuery feature for our Firebase project , since last week firebase team announced that Crashlytics is moved from Beta to Prod release , so I was thinking this data should be available in BigQuery in some form. But I was not able to see any Crash event in my BigQuery table even the app crashed a couple of time. So does anybody know how to extract the crashlytics report from Firebase for custom reporting solution. 回答1: Crashlytics data is not currently available in BigQuery