firebase-crash-reporting

Firebase iOS multiple errors when uploading symbol files

独自空忆成欢 提交于 2019-12-08 08:42:45
问题 I'm trying to setup Firebase Crash Reporting on a Swift project. I'm using Xcode 7.3. Firebase Crash Reporting version is 1.0.7. After following all steps properly, this is the error I'm getting on Xcode, which isn't allowing my project to run: http://imgur.com/a/DtHTH I've also tried to manually upload it using batch-upload, but it gives me an error: ./batch-upload: line 121: FIREBASE_API_KEY: environment variable empty or unset Explicitly add to environment or set GoogleService-Info.plist (

Firebase crash console asking for UUID of a build that does not exist

旧街凉风 提交于 2019-12-07 21:04:49
问题 I am trying to get crash reports working on my ios app. I am getting an error message in the Firebase Crash dashboard that says Upload symbol file to symbolicate future stack traces for UUID 69696969-7F8H-567E-1ABCD-FAKEID123 I have checked every binary on my machine, and not a single one of them has this UUID. So where is this UUID coming from? I put a fake one in the example above obviously, but how can Firebase be asking for this UUID if it doesn't exist? Note that this is a test crash. I

FirebaseCrash: Failed to initialize crash reporting

我的梦境 提交于 2019-12-07 18:04:57
问题 I am getting following error in my logcat while trying to use Firebase Crash Reporting: FirebaseCrash: Failed to initialize crash reporting FirebaseCrash: com.google.firebase.crash.internal.zzg$zza: com.google.android.gms.internal.zzsb$zza: No acceptable module found. Local version is 0 and remote version is 0. I have added the following in module app project and build gradle: classpath 'com.google.gms:google-services:3.0.0' compile 'com.google.firebase:firebase-core:9.4.0' compile 'com

Firebase crash console asking for UUID of a build that does not exist

不想你离开。 提交于 2019-12-06 13:43:32
I am trying to get crash reports working on my ios app. I am getting an error message in the Firebase Crash dashboard that says Upload symbol file to symbolicate future stack traces for UUID 69696969-7F8H-567E-1ABCD-FAKEID123 I have checked every binary on my machine, and not a single one of them has this UUID. So where is this UUID coming from? I put a fake one in the example above obviously, but how can Firebase be asking for this UUID if it doesn't exist? Note that this is a test crash. I am calling FIRCrashMessage("Hey man, you crashed.") fatalError() in my app. The build is one I've

IOS upload symbol files for crash reporting fail

。_饼干妹妹 提交于 2019-12-06 09:53:21
问题 /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}

FirebaseCrash: Failed to initialize crash reporting

心不动则不痛 提交于 2019-12-05 21:43:23
I am getting following error in my logcat while trying to use Firebase Crash Reporting: FirebaseCrash: Failed to initialize crash reporting FirebaseCrash: com.google.firebase.crash.internal.zzg$zza: com.google.android.gms.internal.zzsb$zza: No acceptable module found. Local version is 0 and remote version is 0. I have added the following in module app project and build gradle: classpath 'com.google.gms:google-services:3.0.0' compile 'com.google.firebase:firebase-core:9.4.0' compile 'com.google.firebase:firebase-ads:9.4.0' compile 'com.google.firebase:firebase-crash:9.4.0` apply plugin: 'com

iOS Firebase Crash Reporting - Error running build script

吃可爱长大的小学妹 提交于 2019-12-05 03:40:47
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-sym "${SRCROOT}"/<app>/Firebase/CrashReportingKey.json fi Things I've done/checked: The GOOGLE_APP_ID and

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

家住魔仙堡 提交于 2019-12-05 02:06:00
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__ + 920908 CoreFoundation __CFRunLoopRun + 912308 9 CoreFoundation CFRunLoopRunSpecific + 35916

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

不羁岁月 提交于 2019-12-04 22:50:47
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. 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. After google's acquisition of fabric and their claim that crashlytics will become the main crash reporting tool for firebase; I

Two google-services.json (with different accounts) in one app

∥☆過路亽.° 提交于 2019-12-04 17:36:31
Is it possible, to use two different accounts for two different services of google in an Android app? I want to use Google Analytics with Account customer@gmail.com and Firebase Crashreport with Account developer@gmail.com. I get two google-services.json with different project_info values and can't combine them. The solution for different flavours is not relevant as I understand this, because I want to use 2 configuration files for the same flavour (release). You can't split between projects like this with Analytics and Crash Reporting. Crash Reporting actually depends pretty heavily on