firebase-crash-reporting

IOS upload symbol files for crash reporting fail

一个人想着一个人 提交于 2019-12-04 16:37:58
/Users/appledev018/LarsonApp/Pods/FirebaseCrash/upload-sym-util.bash:335: error: curl exited with non-zero status 35. hello Command /bin/sh emitted errors but did not return a nonzero exit code to indicate failure I follow the guide to set up firebase crash reporting and when I run my project get above error and following is my script echo "### hello world" GOOGLE_APP_ID=1:688585241582:ios:0203552cad37c112 echo "### hello google" "${PODS_ROOT}"/FirebaseCrash/upload-sym "${PROJECT_DIR}/ServiceAccount.json" echo "### hello" Enable "Run Script only when install" in build phases. Then it'll run as

Crashlytics says “Received null settings, skipping report submission”

喜你入骨 提交于 2019-12-04 16:35:14
问题 I am trying to switch from Firebase Crash reporting to Firebase Crashlytics. I have followed the guide here: https://firebase.google.com/docs/crashlytics/upgrade-from-crash-reporting But during initialization the logs says: Received null settings, skipping report submission! And then when testing crashes: Cannot send reports. Settings are unavailable. Network connection is good, so no reason why it can't get settings. Log output: D/CrashlyticsCore: Initialization marker file created. W

Crashlytics found an invalid API key: null. after updated com.google.gms:google-services:4.1.0

北战南征 提交于 2019-12-04 08:20:54
问题 I had this bug after updated from com.google.gms:google-services:4.0.1 to com.google.gms:google-services:4.1.0 Crashlytics found an invalid API key: null. Check the Crashlytics plugin to make sure that the application has been added successfully! Contact support@fabric.io for assistance. For Java projects, they hadn't this problem. I tried to invalidate cache and restart but not resolve. I'm using: Android Studio 3.3 Canary 8 dependencies { classpath 'com.android.tools.build:gradle:3.3.0

Google Firebase - how to delete Crash reports?

你离开我真会死。 提交于 2019-12-03 12:27:37
问题 Have I finally gone blind or is there not an obvious way to delete Firebase Crash reports through the Google Firebase web console? My Android app is successfully logging reports but now I have a flood of "development crashes" that are eating up a lot of my view in the console. It makes it very difficult to find actual beta user crashes (especially since I also can't seem to filter the crashes by date/time). Any help is much appreciated. 回答1: The best thing you can do for the long term is to

Xcode error in Upload symbol files file

前提是你 提交于 2019-12-03 11:19:36
问题 I have followed proper steps for firebase crash reporting integration but I still have errors like this, /Users/satish/Desktop/firebase_crash/Pods/FirebaseCrash/upload-sym:174: error: Please ensure you've followed the steps at:: command not found /Users/satish/Desktop/firebase_crash/Pods/FirebaseCrash/upload-sym:175: error: https://firebase.google.com/docs/crash/ios#upload_symbol_files: No such file or directory /Users/satish/Desktop/firebase_crash/Pods/FirebaseCrash/upload-sym:197: error:

How to upload a mapping file to Firebase Crashlytics?

别说谁变了你拦得住时间么 提交于 2019-12-03 03:01:19
问题 In the old Crash reporting - there is easy way to upload. i didn't find it in the Crashlytics section 回答1: UPDATE: Firebase update their docs: see here There is no need anymore to manually upload mapping file. 1 - To preserve the info Crashlytics needs for readable crash reports, add the following lines to your config file: -keepattributes *Annotation* -keepattributes SourceFile,LineNumberTable -keep public class * extends java.lang.Exception 2 - To let Crashlytics automatically upload the

Crashlytics found an invalid API key: null. after updated com.google.gms:google-services:4.1.0

和自甴很熟 提交于 2019-12-03 00:27:20
I had this bug after updated from com.google.gms:google-services:4.0.1 to com.google.gms:google-services:4.1.0 Crashlytics found an invalid API key: null. Check the Crashlytics plugin to make sure that the application has been added successfully! Contact support@fabric.io for assistance. For Java projects, they hadn't this problem. I tried to invalidate cache and restart but not resolve. I'm using: Android Studio 3.3 Canary 8 dependencies { classpath 'com.android.tools.build:gradle:3.3.0-alpha08' classpath 'com.google.gms:google-services:4.1.0' classpath 'io.fabric.tools:gradle:1.25.4'

Xcode Error with Crash Symbol Upload: symbolFileUploadLocation: The caller does not have permission

浪尽此生 提交于 2019-12-02 17:38:52
I followed the guide located here: https://firebase.google.com/docs/crash/ios But when I'm done and attempt to build, I get the following error: /Users/--/Desktop/Test2/Pods/FirebaseCrash/upload-sym-util.bash:349: error: symbolFileUploadLocation: The caller does not have permission Anyone have any ideas? I've searched on google, stack overflow and google groups and don't see anyone else stating this issue that I can find. Running 10.11.5, Xcode 7.3.1 When I open the source for the error, it takes you to upload-sym-util.bash, line 349, here is a snippet of that area: if [[ "$ERRMSG" ]]; then if

How to upload a mapping file to Firebase Crashlytics?

[亡魂溺海] 提交于 2019-12-02 16:34:33
In the old Crash reporting - there is easy way to upload. i didn't find it in the Crashlytics section UPDATE: Firebase update their docs: see here There is no need anymore to manually upload mapping file. 1 - To preserve the info Crashlytics needs for readable crash reports, add the following lines to your config file: -keepattributes *Annotation* -keepattributes SourceFile,LineNumberTable -keep public class * extends java.lang.Exception 2 - To let Crashlytics automatically upload the ProGuard or DexGuard mapping file, remove this line from the config file ( app/proguard-rules.pro ):

How to disable default Firebase crash reporting?

廉价感情. 提交于 2019-12-01 09:30:47
If I use apply plugin: 'com.google.gms.google-services' in my build.gradle, Google says, The default configuration includes Firebase Analytics and Crash Reporting, which can be disabled manually in the SDK. I need to disable firebase crash reporting as it is creating issues with Google Play Services 9.6.80 (currently in rollout) please check this . How to disable firebase crash reporting from my app? Please check the attached screen shot for your reference. You need to remove compile com.google.android.gms:play-services:9.0.0 from your build dependencies and replace it with with the individual