Questions tagged [crash-log]
119 questions
2
votes
1 answer
how to get iPhone App Crash Log file from iPhone programmatically
Is there a way to access iphone crash log file via programmatically. I trying to write a crash report feature that when you launch the app after a crash, it will offer to send the crash report to the server. I can't find how to get the crash log…

Charlie
- 168
- 2
- 11
2
votes
1 answer
iOS - Crash Log when open from lock screen
I'm getting a really weird behavior, my app crashes almost only with the device (I did manage to reproduce the bug on the simulator, but only twice), and only when it is not running from Xcode.
What happens is, I can, sometimes, reproduce the bug by…

Rodrigo Ruiz
- 4,248
- 6
- 43
- 75
2
votes
2 answers
iOS: what does those addresses mean in iOS crash log's stack trace?
This is a line of stack track from my iOS app crash log:
MyAPPName 0x001f642e 0xd2000 + 1197102
I know how to symbolicate a crash log, but what does 0x001f642e 0xd2000 + 1197102 mean in every line of stack trace?

CarmeloS
- 7,868
- 8
- 56
- 103
2
votes
0 answers
How to track crash in IOS5?
I am new to IOS development. I got a crash but it is not showing me crash location in my program. Is there is any way to show crash location in IOS 5.1.
Thank you.
1
vote
1 answer
UIApplication _preferredInterfaceOrientationGivenCurrentOrientation: SIGABRT
My app continues to crash on startup with this odd error: -[UIApplication _preferredInterfaceOrientationGivenCurrentOrientation:]: unrecognized selector sent to instance 0x23b5f0. The _preferredInterfaceOrientationGivenCurrentOrientation method is…

CodaFi
- 43,043
- 8
- 107
- 153
1
vote
1 answer
I can't reproduce iOS Crash Log
I am new at mobile development and Xamarin, trying to publish my first iOS app but,
Apple rejected my app due to this crash log :
OS Version: iPhone OS 13.6.1 (17G80)
Release Type: User
Baseband Version: n/a
Report Version: …

Fatih M. GENÇ
- 23
- 1
- 5
1
vote
0 answers
Crash: When can shortValue return nil in iOS?
I am getting a crash in my class _PRLog.m in the method below -
@property (nonatomic, strong) NSNumber* logID;
- (int16_t)logIDValue
{
NSNumber *result = [self logID];
return [result shortValue]; // ---> ON THIS LINE
}
logID is being fetched…

priti 1911.s
- 11
- 1
1
vote
1 answer
Understanding Xcode Device Log Crashes
I am a relatively new developer and would like some assistance. My app does not crash when I have it hooked up via Xcode. However, when I try to run it again the next day (launching from my phone), it crashes when trying to open it. I am currently…

mbro12
- 101
- 2
- 3
1
vote
1 answer
IOS Device Logs
I recently made some changes to my app that was already on the app store, and a couple days later, I find that my new version gets rejected for crashing on launch. Which is strange because I tested it n an ipad air, and iphone 6 and an iphone 5 and…

JustANoob
- 65
- 2
- 14
1
vote
1 answer
iOS crashlog iPad sqlite mutex lock
how can I understand, at which position in my App, the App aborts.
If I start the App on other iPads it works great, only on one, I get the following crash log:
Is the following crash-log correct symbolized and when not, how to do it right? I get…

Pascal
- 91
- 1
- 10
1
vote
0 answers
"View Device Logs" option does not show all the logs in Xcode on one Mac
I noticed when I develop apps using different Macs(i.e. office-Mac and home-Mac), every time I plug the iDevice(iPhone, iPod...) with Mac, click the View Device Logs button under Window -> Devices and Simulators option, there are some (crash)logs in…

inexcii
- 1,591
- 2
- 15
- 28
1
vote
0 answers
Exception reason in Apple Crashlogs not (no longer?) present
I used to view Apple Crashlogs which had an exception reason included. These days though I can no longer see these, e.g. here:
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: …

DrMickeyLauer
- 4,455
- 3
- 31
- 67
1
vote
1 answer
How do I include the reason for the crash in crash logs?
When my app crashes when connected to Xcode, I get all the information I need to debug and fix the problem. But not when the app crashes when not connected to Xcode, I don't know if was a nil unwrap, an assertion failure or an exception.
In the…

Kartick Vaddadi
- 4,818
- 6
- 39
- 55
1
vote
2 answers
How to specify a unique name for the JVM crash log files?
When the JVM crashes it generates a log file that is saved (by default) in the current folder of the application and has a name respecting the following format: hs_err_pid[PID].log
I need to make the JVM save this file in a different folder with a…

Valy
- 573
- 2
- 12
1
vote
2 answers
submit crash logs to Apple via iTunes Connect
How can I force an iPhone or iPod Touch to send/update its crash logs to Apple?
I can crash an app within my device. When I visit iTunes Connect, I don't see any crash logs.

aryaxt
- 76,198
- 92
- 293
- 442