crash-reports

Can not find reason for crash test flight

六眼飞鱼酱① 提交于 2019-12-11 01:07:31
问题 Just one of my test flight beta testers has reported a crash. I have for 2 months now been scratching my head as to why it crashes for them and no others. I am unable to replicate the crash myself so have to submit a new build through the test flight system with iTunes connect and wait for user to test it before I know if I have made progress or not. This is very slow and tedious process and so I am here to plead you for your knowledge and help me first understand why the app crashes only for

Hockeyapp doesnt send any crash report

你离开我真会死。 提交于 2019-12-11 00:38:19
问题 i had problem with latest version of my app, there is no crash report (in hockeyappp panel) at all but i had seen several crash on my device, i update sdk and check this doc and report: https://www.hockeyapp.net/help/sdk/ios/4.1.3/docs/docs/Troubleshooting-Crash-Reporting-Not-Working.html https://support.hockeyapp.net/discussions/problems/44219-cant-submit-crash-report-macos-hockeysdk-31 but nothing changed, there is no crash report in new fake version with throwing manual crash, my log is :

Way to see crash logs for an iOS app outside of an Xcode debugging session?

扶醉桌前 提交于 2019-12-10 20:07:05
问题 I have an app where the user needs to login before using it . to enhance the user experience , the user needs only to login at the first time and each other time the app will not show the login screen but it will show the app [ I am using user default to store his id ] now I have achieved this but I ran into a bug and the app crashes when I open it after a succeeded login .. The problem is : to mimic the scenario where I open the app without the need to login , I had to stop the app [ which

what does “exited abnormally with signal 9: Killed: 9” mean

徘徊边缘 提交于 2019-12-10 12:44:01
问题 How to read error codes which appear in the console? <Warning>: ....... -exited abnormally with signal 9: Killed: 9 <Warning>: ....... -1 err = Bad file descriptor (0x00000009) Here what does signal 9 mean, are there any more signals apart from it. Any documentation available for it. I get this kind of error, when a App. launched from Xcode is terminated by "Stop" button in Xcode toolbar. (Another way to get this error is , to press home button, then double tap home button and close the app.)

Windows Store app crashes, quality reports, and CEIP

一世执手 提交于 2019-12-10 11:14:36
问题 Microsoft's Antoine Leblond discusses here how the Windows Store dashboard shows app crashes, which is nice. Separately, Microsoft has an article that talks about their Windows Customer Experience Improvement (CEIP) system, noting that CEIP is turned off by default in Windows 8. However, the article also says this: When Windows 8 is installed and the computer is started for the first time, the Initial Configuration Tasks dialog box appears. Accepting the default recommendations for Initial

xCode device logs not populating after application crash

别来无恙 提交于 2019-12-10 09:39:47
问题 I'm getting a crash on my iPad 2 when building my Corona SDK app with a distribution profile, and putting it on my device via a USB cable. I'm testing a bug that happens when the internet is not connected (not sure if relevant). When the app crashes, the devices window's output stream states that it's storing a crash report (http://pastebin.com/Qa3BeaJ2), but then the crash never shows up when I push the "view device logs" button. When I push that button, I get an error message. Is resolving

Unknown exception and crash

情到浓时终转凉″ 提交于 2019-12-10 09:33:57
问题 My application crashes when I try to scroll the tableview very fast or reload the data from remote. Everything seems to be working fine, when I let the remote fetch happen first and then scroll the tableview. I have no idea what the crash log below means. It just works fine sometimes and crashes sometime. Incident Identifier: 710A120C-97E3-45C8-A7B2-E6A7BD98BC1A CrashReporter Key: 8bd54d8428128b9e6b8c04d59b86c40cccf33457 Hardware Model: iPhone5,2 Process: MyApp [5294] Path: /var/mobile

How to set user information to Crashlytics api in Android

情到浓时终转凉″ 提交于 2019-12-10 04:35:36
问题 I am trying to set user information to crash reports in crashlytics in Android App, so that it will help me to find out which of our users experienced a given crash. I have explored and found there are 3 APIs can set user information in crash report. Those are, void Crashlytics.setUserIdentifier(String identifier); void Crashlytics.setUserName(String name); void Crashlytics.setUserEmail(String email); It is recommended to use all the APIs. All documented at http://support.crashlytics.com

Symbolicating an iOS 7 crash report using Flurry Crash Analytics

前提是你 提交于 2019-12-10 01:56:48
问题 I recently pushed an iOS 7 update for my application and implemented Flurry Analytics with crash reporting enabled. I recently noticed some users are experiencing crashes. Using Flurry I can retrieve the stack trace at the moment my app crashed to track down the issue. Well, I'm certainly familiar with crash reports and already fixed bugs using them before by getting them from iTunes Connect or mail and simply symbolicating them in Xcode. I however don't succeed at doing that using Flurry.

App crashing when launching from AppStore or TestFlight but working fine elseways

与世无争的帅哥 提交于 2019-12-09 18:22:03
问题 My application update has been rejected. Into the rejection message, they wrote "Application crashes at launch". I then tried my application but couldn't make it crash. So I used TestFlight and noticed that when I was launched my app from TestFlight or AppStore, it was crashing at launch. But if I launch my app normally, it does work without any crashes. The thing is this bug occurred since iOS 10 update. Now my application on store also crashes when launched from AppStore while it was