crash-reports

Crash report when user accesses the address book

夙愿已清 提交于 2019-12-09 16:39:28
问题 In my App, Crashlytics is used to gather crash reports from users. Here is one crash report from a user. It is possibly depending on the contacts informations of the user. I can not recreate the crash, as I do not know what's in his/her contacts. Does any one has an idea about this situation? com.apple.root.default-priority Crashed 0 CoreFoundation CFStringCreateCopy + 13 1 AppSupport CPSqliteDatabaseCreateWithPath + 36 2 AppSupport CPSqliteDatabaseCreateWithPath + 36 3 AppSupport

Unknown crash reason (with CrashReport attached) SIGTRAP. AFNetworking?

烂漫一生 提交于 2019-12-09 08:09:08
问题 I keep getting these crashes in my app that´s in the AppStore. The CrashReport always looks like this: Incident Identifier: 986486D7-F013-4102-B9E3-84F923223914 CrashReporter Key: [TODO] Hardware Model: iPhone4,1 Process: MyApp [57885] Path: /Users/USER/MyApp.app/MyApp Identifier: de.myapp.iphone Version: 12475 Code Type: ARM Parent Process: launchd [1] Date/Time: 2012-12-20 15:48:53 +0000 OS Version: iPhone OS 6.0.1 (10A523) Report Version: 104 Exception Type: SIGTRAP Exception Codes: #0 at

Thousands of strange crashes in new Google Play Console version

喜你入骨 提交于 2019-12-09 07:48:24
问题 The ANRs & crashes section of the Google Play Console has been recently updated to display more ANRs & crashes (automatically collected from users that have opted in). I found a lot of strange new crashes, on various Android versions and devices: 1) The most common (thousands of occurrences a week), a ClassNotFoundException without any class name: java.lang.RuntimeException: at android.app.LoadedApk.makeApplication(LoadedApk.java:509) at android.app.ActivityThread.handleBindApplication

How to send crash reports to developer?

守給你的承諾、 提交于 2019-12-09 05:27:52
问题 I develop android app but in some cases my app force close How can I send email to developer contains details if force close happen in any time ? 回答1: The ACRA library will fulfill your requirement. You just need to setup the email. The tutorial and setup is defined here. Download the library with .jar in lib You just need to define the Application class and write the following code just above application class and override onCreate() method like this @ReportsCrashes(formKey = "", // will not

Strange stack at android crash report

泄露秘密 提交于 2019-12-09 03:34:23
问题 I receive some crash reports from android (with java.lang.NullPointerException), but I don't understand what mean __null __ in stacktrace below: at __null__.formatElapsedTime(MainActivity.java) at __null__.access$102(MainActivity.java) at __null__.access$200(MainActivity.java) at __null__.access$500(MainActivity.java) at ru.yandex.subbota_job.multiplicationtable.MainActivity.onEnterPressed(MainActivity.java) at ru.yandex.subbota_job.multiplicationtable.KeyboardFragment.onClick

iOS 8.0 - “failed to scene-update in time” crash

假如想象 提交于 2019-12-09 02:28:10
问题 I've encountered the following crash while running on iOS 8.0. This is the first time I'm seeing this so any observation will be helpful: Incident Identifier: C39AF13A-D02B-40B1-8FC3-CFED8226D6FA CrashReporter Key: dace0b0fe53a1661c59ffa598b3a139a6177d713 Hardware Model: iPhone7,2 Process: Vieu [435] Path: /private/var/mobile/Containers/Bundle/Application/36CE6BFB-F90E-452B-8A4F-2B352F95DE48/Vieu.app/Vieu Identifier: com.vieu.mobile Version: 140929 (1.0) Code Type: ARM-64 (Native) Parent

iOS - Global exception handler

泪湿孤枕 提交于 2019-12-08 15:50:13
问题 Is there anyway to implement a global exception handler for iPhone apps such that exceptions, instead of silently crashing the app, could allow for some sort of message? I can understand if it's not do-able since the program may be in an inconsistent state, but it'd be nice to at least tell users "Sorry - something went wrong!" Thanks! 回答1: Check this question for the answer. It seems to indicate that you'll be getting junky stack traces, but you definitely can set a global exception handler.

Unable to symbolicate crash log

不问归期 提交于 2019-12-08 13:28:53
问题 I am facing some problem in symbolicating my crash log. I followed all the steps as answered by naveenshan in this thread. But once I execute the line atos -arch armv7 -o 'app name.app'/'app name' 0x0003b508 , it just throws me back the address 0x0003b508 back on the console. I am not able to figure out why its not symbolicating my crash log. I even tried symbolicating by drag and drop my crash log into device logs in my xcode. But even that doesnt seem to work. 回答1: You have to have the

iOS Crash Report Service [closed]

好久不见. 提交于 2019-12-08 11:24:22
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . My concern is to improve my app by collecting crash reports via the crash report service in iOS. For internal testing I uploaded a beta version of it using Xcode, containing a built-in error throwing NSRangeException. After archiving and uploading the app to the store it was installed on an iPhone 5s running iOS

App crashes when launching after updating app via HockeyApp

為{幸葍}努か 提交于 2019-12-08 02:04:13
问题 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