google-fabric

Crashlytics Generate Symbols gradle step fails: GC Overhead Limit Exceeded

我们两清 提交于 2020-06-25 01:26:32
问题 I'm converting a project from gradle version 3.3 to 4.10.1. This project is mostly C++ code built using a custom build step - not CMake (externalNativeBuild) or Android.mk(ndkBuild). It produces the following libraries: armeabi-v7a unstripped: 883.2MB arm64-v8a unstripped: 864.6MB armeabi-v7a stripped: 15.6MB arm64-v8a stripped: 23.9MB The build process fails at the crashlyticsGenerateSymbolsGoogleDistribution step, with the error OutOfMemoryError: GC Overhead Limit Exceeded. Is there a

CrashlyticsUploadSymbols for Android native library suceeded but no symbols shown in Firebase console?

*爱你&永不变心* 提交于 2020-06-24 14:51:12
问题 I'm trying to upload native symbols for external native library in Android app. All setup and it seems the crashlyticsUploadSymbolsRelease succeeded. I checked the crashlytics.log and it says that the .cSYM file 's being generated and uploaded to https://cm.crashlytics.com/api/v3/platforms/android/code_mappings. But when I check the Crashlytics tab in the Firebase console the logs are not resolved i.e. no stack traces to be shown. I use LLD as default. I thought that this could be the problem

What data is being sent to the Fabric server ? [Fabric/Crashlytics]

こ雲淡風輕ζ 提交于 2020-05-28 05:24:05
问题 We are working on a restricted Banking iOS/Android App and before integrating Fabric.io to our app we need to know what data will be sent to Fabric cloud Our two main concerns are : What is the data that will be sent to Fabric servers? Is there a possibility that it can send any sensitive data like accessKey/username/password etc. Does it have access to all the codes in our app? 回答1: Mike from Fabric here. We collect just the minimum amount of data to provide you with high quality crash

Crashlytics is reporting wrong line numbers

那年仲夏 提交于 2020-04-13 03:47:48
问题 In the past few weeks I've been seeing a lot of crashes with line numbers in the import statement lines. For example this stacktrace with a crash at line 2 Fatal Exception: java.lang.IllegalArgumentException: Unexpected TLS version: NONE at okhttp3.TlsVersion.forJavaName(TlsVersion.java:2) at okhttp3.Handshake.get(Handshake.java:4) at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.java:12) at okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection

Crashlytics is reporting wrong line numbers

孤者浪人 提交于 2020-04-13 03:47:40
问题 In the past few weeks I've been seeing a lot of crashes with line numbers in the import statement lines. For example this stacktrace with a crash at line 2 Fatal Exception: java.lang.IllegalArgumentException: Unexpected TLS version: NONE at okhttp3.TlsVersion.forJavaName(TlsVersion.java:2) at okhttp3.Handshake.get(Handshake.java:4) at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.java:12) at okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection

Crashed: com.twitter.crashlytics.ios.exception IOS

给你一囗甜甜゛ 提交于 2020-03-18 04:58:07
问题 I'm getting this issue in Crashlytics and, I really don't know what is causing it. It show me that the error is in my AppDelegate, 15 line, but there is where the class beginning: class AppDelegate: UIResponder, UIApplicationDelegate { This is the issue: Fatal Exception: NSInvalidArgumentException Application tried to present modally an active controller RN.ViewController: 0x1509e200. Crashed: com.twitter.crashlytics.ios.exception SIGABRT ABORT 0x00000000206e6c5c 0 RN

The iOS Simulator deployment targets is set to 7.0, but the range of supported deployment target version for this platform is 8.0 to 12.1

∥☆過路亽.° 提交于 2020-01-22 05:35:33
问题 I'm getting this below warning message in my Xcode 10.1. The iOS Simulator deployment targets is set to 7.0, but the range of supported deployment target version for this platform is 8.0 to 12.1. My simulator os in 12.1 Xcode 10.1 And i updated my pod file. My deployment target is 9.0 In my target 回答1: The problem is in your pod files deployment target iOS Version not in your project deployment target iOS Version, so you need to change the deployment iOS version for your pods as well to

How to print customize logging in Crashlytics Swift?

孤人 提交于 2020-01-16 01:08:06
问题 We have install pod file for fabric and crashlytics and imported in the app delegate. Fabric.with([Crashlytics.self, Branch.self]) in didFinishLaunchingWithOptions function. It's working fine. But I want to print which action could be clicked by the user. Eg) Clicked Login Button. I saw we can call this function, But where can i call this? func write(string: String) { CLSLogv("%@", getVaList([string])) } we won't be able to find the line of code from this crash How to print custom logs in

App version always 0.0(0) after upload to fabric beta

浪尽此生 提交于 2020-01-14 03:33:25
问题 I have strange problem with app version in fabric beta. After executing task :app:crashlyticsUploadDistribution build uploaded successfully. Version name and version code are correct for build, but version in the list of uploaded builds is always 0.0(0).And after downloading, versions of this builds are correcting. Wrong versions displayed only on fabric. Update: For setting version name and code I'm using "com.gladed.androidgitversion" plugin : androidGitVersion { format '%tag%' } android {

Why does Fabric mac app opens automatically when project is running?

半城伤御伤魂 提交于 2020-01-13 13:27:27
问题 As part of fabric integration I have installed Fabric mac app, I found that whenever I run the project(I am running iOS app through XCode), the Fabric app also gets launched automatically, My Questions are: Why it automatically launches when running project ? Is there a way I can stop this happening ? FYI: The same happens even when the app is running in simulator. 回答1: Mike from Fabric here. It's an odd behavior that you're seeing and is most likely due to an old version of the Run Script.