crash-reports

Understand Google Play Developer Console's Crash Logs with Titanium

谁说胖子不能爱 提交于 2019-12-12 03:35:54
问题 I have an app published on Google Play. I have a few crashes. Below is one of the logs. By looking at it, I have no idea where to start to find the cause. I don't see crashes when I run the app on my devices or on the emulators. Any advice? Anyone understands it? Usually how are these crash logs useful to Titanium developers? *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Build fingerprint: 'samsung/degasltezt/degaslte:4.4.2/KOT49H/T235YZTU1AOE1:user/release-keys' Revision:

How to debug EXC_BAD_ACCESS (SIGABRT) crash

折月煮酒 提交于 2019-12-12 03:29:06
问题 My app keeps crashing at random whilst on device and I'm lost in the depths of mono trying to find the cause. I've got one of the crash logs off the device and symbolicated the crash logs but am none the wiser as to what is going on. Incident Identifier: C08DE68B-8F34-4890-B98F-82E419AE22B8 CrashReporter Key: 4366a5c0e38fe77ba2472a4965721c1dcf116cbd Hardware Model: iPad2,1 Process: TestingApp [802] Path: /private/var/mobile/Containers/Bundle/Application/7CBC009C-4304-4F45-9244-AA668F346513

UWP: optimize crash report with HockeyApp

假装没事ソ 提交于 2019-12-11 15:22:00
问题 I've developed an UWP app for a client: as we encountered some bugs that I can't reproduce on my device, we've implemented HockeyApp . The client wanted to gain time/money so I only used the basis crash report: HockeyClient.Current.Configure("xxxxxx", new TelemetryConfiguration() { EnableDiagnostics = true }) .SetExceptionDescriptionLoader((Exception ex) => { return "Exception HResult: " + ex.HResult.ToString(); }); But it seems that isn't enough, as the doesn't allow me to fix the latest

how to throw unhanded exceptions from flash active x controller callback

给你一囗甜甜゛ 提交于 2019-12-11 14:43:23
问题 i have written a application for improve the software quality used the Crashrpt api for windows. i have tried to integrate the api with My application.Basically i m using flash Active x shockwave object class for Loading swf file. if any exception is raised from WinApp its throwing the exceptions able to catch the report.if any kind of Exception is reised in flash call back method.its not able to process and not able to thrown the exception.i tried with ::SetUnhandledExceptionFilter

Git has stop working on windows 10 (git version 2.7.0 and git version 2.6.x)

谁都会走 提交于 2019-12-11 09:59:48
问题 I don't know the reason why git is stop working on windows 10, I'd upgraded my windows from 8.1 to 10 few months ago, and now I had new project and I realized that git is always crash on windows 10 when I try git in command prompt and also not working when I try git clone on GUI version. So I take my error picture to show you. I need your help!!! 回答1: I suspect if you are in the Windows 10 Insider program the most recent update Build 14251.rs1 may be the common issue here. I have two machines

Crystal Reports - No rowset was returned for this table, query or procedure - Crash!

前提是你 提交于 2019-12-11 07:49:59
问题 I am using Crystal Reports 8.0.1.0 and have an OLEDB connection set as "favourite". We have several reports being run against a few stored procedures on the database. Our database is an SQLExpress 2005 named instance. One of the reports deals with balance, i.e. we have to provide a balance report for a specific company or set of companies. The customer, however, has specifically asked us to have a separate section to be the last one for a specific economic account typology and in order to do

How to make gdb send an external notification on receiving a signal?

不羁的心 提交于 2019-12-11 05:19:33
问题 I'm debug-running a daemon application in foreground mode inside gdb inside a tmux session. This daemon occasionally crashes with a SIGSEGV. Results of this crash are not immediately evident to the outside world, so it might take a while for me to discover the daemon has crashed. I would like to receive some sort of a notification immediately when a crash happens, even e-mail is fine. I've found no help from man gdb. How (if at all) is this achieved? ~ $ gdb --version GNU gdb (Gentoo 7.2 p1)

Not receiving crashes on crashlytics while do internal testing

让人想犯罪 __ 提交于 2019-12-11 04:56:36
问题 I have integrated crashlytics with the pod. I used to test application with Testflight. I have noticed that there were few crashed on iTunes connect but Did not received any email from fabric/crashlytics. I Try app crash manually like exit(1) and I received an email on very next launch of the application. So assuming that crashlytics framework integrated successfully. Do you have any suggestion where I suppose to look? 回答1: Mike from Fabric here. Our email notifications will not be sent on

C# part of iOS crash log stack trace doesn't make any sense

南笙酒味 提交于 2019-12-11 04:53:18
问题 I have a crash log file that I symbolicate using information in the binary file. I verified that crash log is related to this particular binary. I'm even able to get out C#-level stack trace: $atos -arch armv7 -o 'dev.app'/'dev' 0x00156ac0 m_Action_Spin_MakeChips_Cell_double_double_ulong_System_Collections_Hashtable_System_Collections_Generic_List_1_Chip (in dev) + 1316 However, the stack trace I get that way doesn't make any sense! These methods don't call each other, and aren't related. May

Fabric/Crashlytics - No data and crash reports for iOS

僤鯓⒐⒋嵵緔 提交于 2019-12-11 04:36:29
问题 I followed all the Fabric documentation concerning crash reports for iOS. I can see my first crash test on the dashboard, but now the App is on the AppStore, and I see no crashes, no active users, no data at all on the Fabric App. But I know there are a lot of users right now, we can see all the stats for Android. How can we make this solution working for iOS ? 回答1: you might want to check 3 things: missing dYSIM runscript plist 来源: https://stackoverflow.com/questions/41160661/fabric