crashlytics

NSNotification.Name.UIKeyboardWillShow crash - Unable to find cause

北城以北 提交于 2019-12-24 10:40:04
问题 Users of my app have reported a random crash. I have integrated CrashAnalytics which is giving the following details : __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20. The line number indicated is 154, which is : self.notesView.content.frame = CGRect(x: self.notesView.content.frame.origin.x, y: self.notesView.content.frame.origin.y, width: self.notesView.content.frame.size.width, height: self.notesView.content.frame.size.height - keyboardFrame.size.height). Following is the code I

Firebase Crashlytics permissions issue

蹲街弑〆低调 提交于 2019-12-24 08:57:52
问题 I am unable access Crashlytics, it is showing the below message. To manage Crashlytics, ask a project owner for the necessary permissions. By default, every user will have viewing permission, but it is showing this error message asking the permissions. Please help me with this. 回答1: Add this permission: And these guys: Take note to not add the "Deprecated" version of the permission. You can see that permission on the Advanced Permission Settings. (Project Overview -> Project Settings -> Users

One line NDK crashlogs on android

你说的曾经没有我的故事 提交于 2019-12-24 08:56:53
问题 We have application which depends on ndk library packaged as aar. Also this app builds it's own NDK code using cmake. We upload symbols using crashlyticsUploadSymbols<Flavor> task. And when I check build/fabric/<flavor>/release/csyms there is csym files for both libraries and all our supported architectures. Everything seems ok, but native crashes symbolicated like this. Lots info about system lines and no info about contents of libglmapview which is most interesting part of every crash. What

How to read Crashlytics?

萝らか妹 提交于 2019-12-24 07:59:57
问题 I just get to know Fabric and integrated it into my project and trying to see how it brings value to me. I've used Crashlytics.crash(), and got the below "error log" but I'm wondering what language is that and how do we really able to understand it # Crashlytics - plaintext stacktrace downloaded by Isaac Lem at Thu, 18 Oct 2018 08:41:53 GMT # URL: https://fabric.io/mobile111539583220/ios/apps/com.xx.xx-xx/issues/5bc84705f8b88c29633d3016?time=last-seven-days/sessions

View.java line 18891 android.view.View.onRestoreInstanceState Exception

こ雲淡風輕ζ 提交于 2019-12-24 06:21:07
问题 I am getting some exceptions in crashlytics . but not able find the file or cause of an exception. Also, I am getting different line number every time. I don't have much information I am seeking for the details. From crashlytics I get the device details like : -- Samsung SM-G950F -- Android 8 -- View.java line 18877, View.java line 18891 -- Oppo R7plusf -- Android 5 -- View.java line 13790 --Asus ASUS_X00LD -- Android 8 -- View.java line 17753 View.java line 18891 android.view.View

Fabric: Integrating service hook GitLab fails with HTTP 308

你。 提交于 2019-12-24 04:41:21
问题 I tried integrating my GitLab Account with Fabric using the respective service hook. I used these parameters: Your GitLab URL: https://gitlab.com/ Your GitLab Namespace/Project: my projectname Your GitLab Private Token: New Personal Access Token created in GitLab User settings -> Access Tokens Entering these values I get a Could not access project "my projectname" - HTTP status code: 308 error I also tried changing the GitLab URL to point directly at my project, then I get a 404. What am I

How to disable auto download+open of Fabric.app on CI build server?

时光毁灭记忆、已成空白 提交于 2019-12-24 03:09:44
问题 We are unable to get our Fabric+Crashlytics working via teamcity CI. The problem is we don't get crash reports in fabric dashboard. So far I'v tried all the possible solutions and still nothing helps. The only remaining thing to try is to make sure Xcode is closed and Fabric.app is not installed on build machine. However, as soon as build is started to be created, build machine auto downloads and opens Fabric.app (I even tried to close it several times during build process but it stills pops

Can't build Android app using crashlytics behind VPN and proxy

試著忘記壹切 提交于 2019-12-24 03:01:40
问题 As a teleworker I use a VPN with a proxy.pac (config file is available at http://proxy.mycompany.com/proxy.pac). To update packages Android SDK Manager , the following proxy settings work properly: HTTP Proxy Server: proxy.mycompany.com HTTP Proxy Port: 80 In Android Studio I work on an Android-Gradle project using crashlytics. I have set the same parameters in Proxy HTTP. A gradle assembleDebug command fails when checking crashlytics apikey: :myproject-project:compileDebugNdk UP-TO-DATE

Can't build Android app using crashlytics behind VPN and proxy

你。 提交于 2019-12-24 03:01:12
问题 As a teleworker I use a VPN with a proxy.pac (config file is available at http://proxy.mycompany.com/proxy.pac). To update packages Android SDK Manager , the following proxy settings work properly: HTTP Proxy Server: proxy.mycompany.com HTTP Proxy Port: 80 In Android Studio I work on an Android-Gradle project using crashlytics. I have set the same parameters in Proxy HTTP. A gradle assembleDebug command fails when checking crashlytics apikey: :myproject-project:compileDebugNdk UP-TO-DATE

Reporting crash on UITableview reloadData

一世执手 提交于 2019-12-24 00:36:48
问题 I'm getting a crash report from Crashlytics that is always in the same place but I'm unable to replicate the crash. It seems to be only users on iOS 9 and only very occasionally. I'm not sure if it's a code issue or something else. The last line mentions libdispatch.dylib as being missing, again, not sure if relevant. Crashlytics indicates that the crash occurs at MMDetailTableVC.m line 1407, which is the reloadData line. Here's what is reported: Crashed: com.apple.main-thread EXC_BAD_ACCESS