firebase-crash-reporting

Firebase crashes unreadable

て烟熏妆下的殇ゞ 提交于 2019-12-19 10:26:13
问题 I have a problem reading crash reports on FireBase, my reports look like: I've already followed these instructions to symbolicate the stacktrace, got the same result. I'm using Xcode 8 My app is made in Swift 3 Already wrote "FIRApp.configure()" in my appDelegate.didFinishLaunchingWithOptions method, did make it crash, deattach the debbuger, fix the error, re-run the app, got message "Crash successfully uploaded", etc... I'm using pods(pod 'Firebase' and pod 'Firebase/Crash') I see in the

Failed to resolve: com.google.firebase:firebase-auth:9.0.0 [duplicate]

依然范特西╮ 提交于 2019-12-19 03:24:28
问题 This question already has answers here : Failed to resolve: com.google.firebase:firebase-analytics:9.0.0 [duplicate] (2 answers) Closed 3 years ago . As per Firebase codelab Android tutorial,while adding com.google.firebase:firebase-auth:9.0.0 in build.gradle dependencies, getting below error: Error:(28, 13) Failed to resolve: com.google.firebase:firebase-auth:9.0.0 See below screenshot: 回答1: The 9.0.0 version of Firebase was built using Google Play services 9.0 While adding compile 'com

All firebase libraries must be either above or below 14.0.0

隐身守侯 提交于 2019-12-18 18:51:37
问题 I have checked my app build.gradle file and these are the only lines that are related to firebase in them /*** * Firebase */ implementation 'com.google.firebase:firebase-core:15.0.0' implementation 'com.google.firebase:firebase-messaging:15.0.0' implementation('com.crashlytics.sdk.android:crashlytics:2.9.1@aar') { transitive = true } implementation 'com.google.firebase:firebase-ads:15.0.0' I do not have any library that makes use of firebase so I don't think there can be an issue with a

Firebase Crash produces ANR during launch

我与影子孤独终老i 提交于 2019-12-18 02:23:07
问题 Recently I got feedback and also I was able to reproduce it easily on my Nexus 5 with cleared app data. Simply, when adding compile 'com.google.firebase:firebase-crash:9.4.0' only to project dependencies I get following Exception: 09-14 00:47:54.899 3129-3129/com.szyk.myheart E/FirebaseCrash: Failed to initialize crash reporting java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference at bol.<init>(:com.google

Upload symbol files

試著忘記壹切 提交于 2019-12-18 01:12:46
问题 In my Firebase Crash Reporting page i can't find the full information of crashes (for example the number of row, the file and so on) . I thought it can be because it says Upload symbol file to symbolicate future stack traces for UUID - - - -*** telling me to Using the command line, navigate to your Xcode project folder and run the following: ./Pods/FirebaseCrash/batch-upload - - - -*** Unfortunately when i try to execute that command in my Xcode project i get the following message: - - - -***

SecurityException Permission Denial: opening provider com.google.android.gms.phenotype.provider.ConfigurationProvider [closed]

倖福魔咒の 提交于 2019-12-17 21:24:42
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . After integrating Firebase Crashlytics instead of Firebase Crash Reporting I have begun to get some crashes. I don't know anything about com.google.android.gms.phenotype.provider.ConfigurationProvider . What is it? And it appears on some devices (e.g. Samsung S8) This is a stack trace: Fatal Exception: java.lang

Does/Will Google support NDK C++ crashes in Firebase Crash Reporting?

假如想象 提交于 2019-12-12 09:33:59
问题 I have tried to find out from the documentation whether Google is supporting NDK C++ crashes in the newly released Firebase Crash Reporting. So far I have seen only Java crashes support. Does any one know if Google is planning to add support in the near future. 回答1: In the initial beta version, Firebase Crash Reporting only supports collecting Java crashes (on Android). Can't make any comments on future support, but its certainly an important area to consider for us. 回答2: After google's

What is '<OR>' in firebase crash stack?

你。 提交于 2019-12-10 16:17:12
问题 What is <OR> in the firebase crash stack? android.app.Activity.onMenuItemSelected (Activity.java:2566) android.support.v4.app.FragmentActivity.onMenuItemSelected (FragmentActivity.java) android.support.v7.app.AppCompatActivity.onMenuItemSelected (AppCompatActivity.java) android.support.v7.view.WindowCallbackWrapper.onMenuItemSelected (WindowCallbackWrapper.java) android.support.v7.app.AppCompatDelegateImplV9.onCreate (AppCompatDelegateImplV9.java) <OR>.setSupportActionBar

iOS Firebase Crash Reporting - Error running build script

时光总嘲笑我的痴心妄想 提交于 2019-12-10 03:34:10
问题 I get the following error when running the script to upload symbol files (everytime I try and build my project): upload-sym-util.bash:351: error: symbolFileUploadLocation: The API Key and the authentication credential are from different projects. Here is my build script: if [ "$CONFIGURATION" == "Debug" ]; then GOOGLE_APP_ID=<app-id> "${PODS_ROOT}"/FirebaseCrash/upload-sym "${SRCROOT}"/<app>/Firebase/CrashReportingKey-Dev.json else GOOGLE_APP_ID=<app-id> "${PODS_ROOT}"/FirebaseCrash/upload

Unreadble errors with Firebase Crash Reporting on ios (Symbol files)

血红的双手。 提交于 2019-12-10 03:14:31
问题 I'm using firebase crash reporting to get crash on my iphone project. But the logs that I receive are not readable : Exception name: EXC_BREAKPOINT / EXC_ARM_BREAKPOINT TPC_swift 4295841940 + 284820 TPC_swift 4295841344 + 284224 TPC_swift 4296852240 + 1295120 libdispatch.dylib _dispatch_call_block_and_release + 5304 libdispatch.dylib _dispatch_client_callout + 5240 libdispatch.dylib _dispatch_main_queue_callback_4CF + 27520 CoreFoundation __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ +