crash-reports

In iOS, what caused this crash?

不想你离开。 提交于 2019-12-08 00:58:06
问题 I got a crash in my iOS app, but their has only a few messages, some like this. Application received signal SIGABRT (null) ( 0 CoreFoundation 0x359c68a7 __exceptionPreprocess + 186 1 libobjc.A.dylib 0x37d6d259 objc_exception_throw + 32 2 CoreFoundation 0x359c6789 +[NSException raise:format:] + 0 3 CoreFoundation 0x359c67ab +[NSException raise:format:] + 34 4 myapp 0x00241bf9 _ZNSt11_Deque_baseIsSaIsEE15_M_create_nodesEPPsS3_ + 1432772 5 libsystem_c.dylib 0x32dd27e3 _sigtramp + 38 6 libsystem

iOS 7 App Crash EXC_CRASH (SIGABRT) objc_exception_throw Works fine on iOS 6

泄露秘密 提交于 2019-12-08 00:51:38
问题 Our app is crashing in iOS 7, its working fine in iOS 6. We are not sure what is causing the issue. We can see that there is some exception thrown but we are not sure where in code is causing that. Here is the crash report: Incident Identifier: 1F589930-15BD-49F7-80E6-831A95092FDF CrashReporter Key: aaa79870161ff1e371394b881a26e97f0066f464 Hardware Model: iPhone5,2 Process: myapp [1492] Path: /var/mobile/Applications/A121DF2F-A7B9-4DD9-9FBC-BB06CD7C5EF5/myapp.app/myapp Identifier: co.uk.myapp

Programmatically getting Crash Reports inside an iOS app

瘦欲@ 提交于 2019-12-07 22:27:44
问题 I want to access the crash reports of my app inside my app and i need to send the crash reports to a server. I searched in google and I couldn't find any API that helps my purpose but I found there are open source projects like QuincyKit, plcrashreporter for getting the crash reports of the application. If I use these APIs will apple reject my app ? Thanks in Advance 回答1: There is no API from Apple to do that. So the only chance is to use a 3rd party framework which catches the crash when it

Reporting Crashes in Android Library via Crashlytics

感情迁移 提交于 2019-12-07 16:19:41
问题 I am building an android library that I plan to integrate into many 3rd party apps(which do not belong to me). So, I am trying to figure out a way to find out if any of those 3rd party apps crashes due to the code in my library. Is there any way to find that out? I was looking at Crashlytics to achieve the same. But, as I understand, Crashlytics will be able to give the Crash analytics to only the app owner, right? Is there any way to collect the crash info without the intervention of the 3rd

Debugging an iPhone crash report

匆匆过客 提交于 2019-12-07 05:35:41
问题 How do I debug the following crash report? A user installs the App from the App Store but the App crashes when loaded. I cannot re-produce the crash myself. I went to my crash reports on my own iPad and found a similar one, but again, cannot re-produce it. The problem is for the user that it prevents the App from loading (whereas, the crash I found myself just crashed the App, but it works fine when restarted). Is there anybody who can point me in the way to debug the below?

Xcode crash Logs not appearing

左心房为你撑大大i 提交于 2019-12-07 05:15:12
问题 I have an iOS app that is only crashing with the client on iOS8.0 At first I tried to install iOS simulator8.0 on my xcode7.0, OS X El Capitan to test the code but, facing some issues, I dropped the case Now, what I am trying to do is get the crash log from xcode's organizer, but weird things are happening: I am logged in xcode with my iTunes account The app had the checkbox on for "Include app symbols for your application…" when uploading it to testflight, BUT the build details in iTunes

Strange Crash issue as:- Dispatch queue: com.apple.root.default-overcommit-priority

喜欢而已 提交于 2019-12-07 02:39:52
问题 I am developing an application in which a lot of operations are added in ASINetworkQueue.The operations are basically used for fetching the image from server and then in successful completion set the image in table view cell. Everything is happening fine.I have a button a table view cell on which another view controller gets opened. On that another view there is a cross button on which I pop that view controller. Now when the cross button gets clicked sometimes the app gets crashed there,

Android crash report doesn't send to developer console

大城市里の小女人 提交于 2019-12-07 01:31:14
问题 I have been testing my application with my relatives through distribution via Google Play's alpha testing feature. Crashes have been showing under "Crashes & ANRS" for a while. However, there have been many crashes in the past few days but none have shown up on this page at all. I have spoken with them and they have assured me that there have been crashes and that they have been reporting them and sending them off to Google. Does anyone know why the Crashes & ANRS page on the Google Play

App crashes when launching after updating app via HockeyApp

给你一囗甜甜゛ 提交于 2019-12-06 15:54:51
Here's the CrashReporter information: Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0: 0 libsystem_kernel.dylib 0x347c2848 __kill + 8 1 [My Application] 0x0002ec44 fatal_signal_handler (PLCrashSignalHandler.m:98) 2 libsystem_c.dylib 0x37518522 _sigtramp + 42 3 [My Application] 0x0003040a uncaught_exception_handler (PLCrashReporter.m:136) 4 CoreFoundation 0x37663984 __handleUncaughtException + 68 5 libobjc.A.dylib 0x334082ca _objc_terminate + 122 6 libc++abi.dylib 0x37f473be safe_handler_caller(void (*)()) + 70 7 libc++abi.dylib 0x37f4744a std::terminate() + 14 8 libc++abi.dylib

Crash log without crash?

房东的猫 提交于 2019-12-06 14:05:44
问题 Hey this may be a stupid question but I couldn't find the answer anywhere, apologies if the answer is easily found and if my research skills are pants. anyway is it possible to generate a crash report when an app doesn't crash? so say if a user encounters a bug could there be an option to allow them to generate a crash report which can then be sent to me? also how would I go about doing this? Thanks for any help :) 回答1: I have used it couple of times when I had to print stack trace: +