google-fabric

How can I change the time zone in Fabric? [duplicate]

自闭症网瘾萝莉.ら 提交于 2019-12-05 01:22:09
This question already has an answer here : How do you set the time zone in Crashlytics? (1 answer) Closed 2 years ago . Can I change the time zone in Fabric? Fabric got the UTC, but we located in other time zone. So when we checked the data in Fabric, we would be confused by the time. UTC time zone Ah, currently I think there is not a way to change the timezone cause all the way to change timezone are based on the UTC. 来源: https://stackoverflow.com/questions/43338481/how-can-i-change-the-time-zone-in-fabric

ios beta distribution with Free account

无人久伴 提交于 2019-12-04 20:32:48
I have integrated Fabric Crashlytics sdk with my ios application, using the Fabric mac desktop app. I archive my application using the free apple developer account. I uploaded the application using Fabric desktop app. Setup with my email. open the email on my iPhone and setup the fabric Beta webhooks. But whenever i keep trying to download and install my application. it will ends with unable to download app dialog. Mike from Fabric here. If you have a free Apple Developer account, you can only install the app directly on your device via Xcode. This is a restriction of the membership . You can

Bogus NDK stack backtrace after upgrading to Crashlytics NDK 2.+

风流意气都作罢 提交于 2019-12-04 12:15:12
Looking for fabric support on an unwinding issue in the NDK stack trace after migrating from Crashlytics (2.6.8)/Crashlytics NDK (1.1.5) to Crashlytics (2.8.0)/Crashlytics NDK (2.0.0) and any newer versions after that. The stack trace we get prior to upgrading the libraries looked OK but after there a lot of missing symbols and the addresses jump wildly within and outside the application libraries. We've seen addresses jump hundreds of megabytes in address space from one frame to the next. So far we've verified the issue is caused by changing the version strings in the .gradle file--there were

Crashlytics could not find the manifest

僤鯓⒐⒋嵵緔 提交于 2019-12-04 09:20:53
问题 The Fabric SDK (for Android) intermittently fails builds with the following error: ERROR - Crashlytics Developer Tools error. com.crashlytics.tools.android.project.ManifestData$ManifestIOException: Crashlytics could not find the manifest. Not found at /Users/Shared/Jenkins/Home/workspace/my_project@2/true at com.crashlytics.tools.android.project.ManifestFileProvider.getManifestStream(ManifestFileProvider.java:32) at com.crashlytics.tools.android.project.DefaultManifestData.createManifest

react-native-firebase crashlytics not showing up on firebase dashboard

南楼画角 提交于 2019-12-04 05:27:12
I am using firebase crashlytics. I am causing a crash by doing firebase.crashlytics().crash() and I am not seeing the crash report on the firebase dashboard. The crash is working because on android i get this screen and on ios the app freezes and i get brought to this page on xcode But on the crashlytics dashboard on firebase the crashes are not showing up. Is there any reason why the crashes are not showing up on crashlytics dashboard? I am using react-native-firebase. I know i installed it correctly because I tried causing the crashes natively on android with java and I am able to see the

Google Fabric: UiAutomation not connected

时光毁灭记忆、已成空白 提交于 2019-12-03 02:10:36
问题 After deployment of an app to Google Play Beta I see next issue in Crashlytics (6 - 7 users are affected) Fatal Exception: java.lang.IllegalStateException: UiAutomation not connected! at android.app.UiAutomation.throwIfNotConnectedLocked(UiAutomation.java:971) at android.app.UiAutomation.disconnect(UiAutomation.java:237) at android.app.Instrumentation.finish(Instrumentation.java:222) at android.support.test.runner.MonitoringInstrumentation.finish(MonitoringInstrumentation.java:351) at android

Crashlytics could not find the manifest

一曲冷凌霜 提交于 2019-12-03 01:52:57
The Fabric SDK (for Android) intermittently fails builds with the following error: ERROR - Crashlytics Developer Tools error. com.crashlytics.tools.android.project.ManifestData$ManifestIOException: Crashlytics could not find the manifest. Not found at /Users/Shared/Jenkins/Home/workspace/my_project@2/true at com.crashlytics.tools.android.project.ManifestFileProvider.getManifestStream(ManifestFileProvider.java:32) at com.crashlytics.tools.android.project.DefaultManifestData.createManifest(DefaultManifestData.java:124) ... There is no apparent pattern for when it will or will not fail the build,

Fabric Plugin: Archive Packaging Error: -6 Error re-signing the application for distribution

纵饮孤独 提交于 2019-12-02 23:39:00
When I try to upload a new build using the Fabric Plugin I get the following error: Archive Packaging Error: -6 Error re-signing the application for distribution. /usr/bin/codesign --sign 937558639C8878BB6E161112505FA2965804A6AE --all-architectures --force --entitlements /var/folders/xf/l7r1f0m54mjbwd9c3myd88zw0000gn/T/com.crashlytics.ipas/A6C80578-CC0E-443D-B81C-C10E972E88F8/Payload/entitlements.xml /var/folders/xf/l7r1f0m54mjbwd9c3myd88zw0000gn/T/com.crashlytics.ipas/A6C80578-CC0E-443D-B81C-C10E972E88F8/Payload/ShowGo.app 937558639C8878BB6E161112505FA2965804A6AE: no identity found It used to

Fabric API key not valid

狂风中的少年 提交于 2019-12-01 06:39:15
I am trying to install Fabric to my iOS app. I downloaded the Fabric app to install Crashlytics but when I add the run script in build phase provided by the app, after I build the project I get the error: line 2: 1:myfirebaseid:ios:myfirebaseid=1:my:app:id: command not found Fabric.framework/run 1.7.0 (208) error: Fabric: Configuration Issue Fabric API key not valid. Your Fabric run script build phase should contain your API key: ./Fabric.framework/run INSERT_YOUR_API_KEY INSERT_YOUR_BUILD_SECRET Some answers suggested removing Fabric from plist which I did and the error got away. But later, I