crashlytics

Is there a manual for the run command in crashlytics framework

梦想的初衷 提交于 2019-12-23 22:31:10
问题 ../Crashlytics/Crashlytics.framework/run <key> is there any parameter which can be used along with key which prints any success or the activities which happens when the run phase of the build gets executed. I was not able to find any documentation on this. ic you can point me any docs link for run command will be very helpful. Thanks. 回答1: The run command by default is printing out some information already. Specifically, it is printing out the version number of the framework the date/time and

Whitelisting Fabric & Crashlytics IP

ⅰ亾dé卋堺 提交于 2019-12-23 18:16:56
问题 Question - would like to allow access to Fabric & Crashlytics from our server which means that we need to allow it through our firewall for access. Can anyone share the domains or IPs that we should allow through ? Secondly, we would also like the fabric plugin for Android Studio and Xcode to work, would the above domains and IPs also apply ? 回答1: Mike from Fabric and Firebase here. We don't support IP whitelisting as our IP addresses can and do change quite frequently. You should whitelist

Fabric with Android Studio

大憨熊 提交于 2019-12-23 16:45:03
问题 I'm trying to install Crashlytics trough Fabric into my Android Studio Project I'm running into the following error: Gradle tasks [:App:generateDebugSources, :App:generateDebugAndroidTestSources, :Customer:generateDebugSources, :Customer:generateDebugAndroidTestSources, :PDFViewCtrlTools:generateDebugSources, :PDFViewCtrlTools:generateDebugAndroidTestSources] Crashlytics was applied to an android-library project. Android-library support is currently an incubating feature. Contact support

Can I add Crashlytics to an iOS Library?

老子叫甜甜 提交于 2019-12-23 13:08:07
问题 I am working in an iOS Library and I want to add Crashlytics so I can get notified if the library crashes to any user. I have already integrated the Crashlytics and Fabric frameworks: I added the .frameworks bundles, then I added the Fabric API Key into the library's info.plist as well as the run script phase into build phases, but when the library crashes inside a running app, nothing happens in the fabric dashboard. Is it possible to add Crashlytics to an iOS Library? 回答1: Looks like the

Crashlytics distribution failed body too long

半世苍凉 提交于 2019-12-23 12:15:15
问题 I am having problem while uploading build to Crashlytics using Jenkins. Here is my ant build command looks so far. ant -file build.xml -DbetaDistributionGroupAliases=android-beta-testers -DbetaDistributionReleaseNotesFilePath=/opt/jenkins/workspace/staging-mobile-android/change_log.txt -Dkey.store=/var/lib/jenkins/Test.keystore -Dkey.store.password=testpassword -Dkey.alias=testkeystore I am contentiously receiving following error message. crashlytics-upload-distribution: [echo] Uploading /opt

Fabric Crashlytics - Aggregate data from different projects

醉酒当歌 提交于 2019-12-23 09:59:52
问题 I have several customized Apps which have different package name/bundle ID. Crash data will be sent to different apps in Fabric Crashlytics dashboard (I guess they have different package name), even if the crash data are same(same type, same exceptions...). My question is: is that possible or is there a way to get the aggregated crash data from these Apps? Thanks. 回答1: Mike from Crashlytics and Fabric here. If you want multiple apps to flow into a single "parent" app on your Fabric dashboard,

Proguard with Crashlytics

偶尔善良 提交于 2019-12-23 09:35:14
问题 We have added crashlytics in our android application, and we are using proguard . So, as the crashlytics documentation says, we have added the following code in our proguard configuration file: -keep class com.crashlytics.** { *; } -keep class com.crashlytics.android.** -keepattributes SourceFile,LineNumberTable *Annotation* Unfortunately, when we sign the APK, we get the following error: java.io.IOException: proguard.ParseException: Unknown option '*Annotation*' What are we doing wrong?

How to integrate fabric with Xcode 6.2

六眼飞鱼酱① 提交于 2019-12-23 09:03:20
问题 i want to know how to implement the fabric with Xcode.am installed the fabric in mac,but unable the complete the process.it's still running with to continue build your project,i have built my project also.Any one help me 回答1: Here is how I have implemented Febric-SDK into my app for crash analytics Hope this will help someone out there. 1.After making signup —> go to https://fabric.io/downloads 2.Download SDK for Xcode 3.Extract downloaded zip file and install Fabric. now you can see Menu

Fabric Crashlytics stuck on build and run

*爱你&永不变心* 提交于 2019-12-23 08:51:30
问题 Currently, I'm trying to integrate Crashlytics into an Android Application. However I can't get the app to be recognized and added to the Fabric Dashboard. When using the Android Studio Fabric plugin following these steps: New App Select Crashlytics Apply Code changes Sync gradle Rebuild project Build app onto device (not virtual) However when I do this, the Fabric plugin is still stuck on the "Please build and run your application" screen, and eventually gives an error message "It's been a

Wrong native callstacks

*爱你&永不变心* 提交于 2019-12-23 04:33:41
问题 I'am having problems with crashylitics showing proper callstacks for native crashes. It used to work some time ago, but now callstacks either make no sense, or the names are missing. I have made sure that symbols are being uploaded by looking into ~/.crashylitics log file. Everything looks fine there. I have made a test crash and compared tombstone from logcat with what appears in crashylitics (I have connected fabric.io project with firebase). What bothers me is that we are uploading symbols