Questions tagged [crash-log]

119 questions
0
votes
1 answer

Why crash log couldn't be found

I have an app and under some circumstance the app crashes.It has crashed couple of times.But I am not able to find the crash log. I opened Xcode -> Window -> Devices & Simulators ->View Device logs - The device I am not seeing any crash logs over…
Rajan M
  • 345
  • 3
  • 22
0
votes
0 answers

Unable to read iOS Crash Log - is it symbolicated?

Is this iOS crash log symbolicated? It came from beta app review, so didn't auto symbolicate, but I imported it into the device crash logs, which apple said would use the dsym file to symbolicate. If it is, then how do I interpret this and where…
oeste
  • 1,389
  • 1
  • 8
  • 10
0
votes
1 answer

attributes given to getVaList are not displayed in the Crashlytics log files

I am new to using Crashlytics. I had started exploring use logging and created a sample ios project to test it. I am able to see the first parameter of the CLSLogv command but missing the second parameter Example: CLSLogv("Button1",…
curious
  • 169
  • 9
0
votes
0 answers

How to reproduce or symbolicate error log from reviewer?

Recently I submitted an app to appstore but I keep getting some error logs that I can't reproduce. I tried many times on simulator and device with the same ios version but no result. The error log is like below: Code Type: ARM-64…
Ega Setya Putra
  • 1,645
  • 6
  • 23
  • 51
0
votes
1 answer

Cordova app crashing in Samsung

I have developed a cordova app that runs fine in emulator, but when I try it on physical devices, a critical exception causes the app to abort on Samsung Galaxy. The app crashes before I could even see the first screen. The crash log is as…
hideki
  • 1
0
votes
2 answers

Unable to deploy my react native app to app store (iOS)

I'm trying to deploy my app to the apple app store, the app was created in react native, I sent my app to be reviewed with apple, it was rejected, their response was: Guideline 2.1 - Performance - App Completenes. We were unable to review your app…
0
votes
1 answer

UWP and HockeyApp crash reporting: Crash reports are not meaningful at all

I've integrated HockeyApp in my UWP application and put a NotImplementedException on a button click just for testing purpose. What I'm seeing in hockey is the following Exception…
mbob
  • 590
  • 1
  • 4
  • 22
0
votes
2 answers

iOS crash below iOS9.3 with SIGSEGV, different Crash Log

Many crashes happened below the iOS9.3 (which means devices with iOS10 are OK).. The crash logs seem to show that it's not a problem about API that can only be used below iOS 9.3 . But I have no idea about the crash logs. ( I'm sorry ...for I just…
Yancy
  • 1
  • 3
0
votes
0 answers

ios crash report from apple, unable to reproduce

I have the following 2 crash reports from app review team. Report 1: Hardware Model: xxx Process: lli [743] Path: …
OMGPOP
  • 1,995
  • 8
  • 52
  • 95
0
votes
1 answer

Looking for local crashlog when device was tethered to Xcode

Question: When iOS device is tethered to Xcode and crashed after building (app loaded in, was not a crash ON build), where is the crash log saved to? Here's my predicament with some context: I pulled a user's crashlog of EXC_BAD_ACCESS for my app.…
0
votes
0 answers

ios debug crash log

My crash log looks like: Thread 0 Crashed: 0 Odjezdy MHD 0x000000010008faac 0x100078000 + 96940 1 Odjezdy MHD 0x000000010008e4e8 0x100078000 + 91368 2 Odjezdy MHD 0x000000010008e534 0x100078000 + 91444 3 UIKit …
0
votes
0 answers

iOS application not work on some devices

I have created my first swift/objective c application and publish it to the store the application is working fine in simulator (8.1, 9.2) I have also test it on different device and it is working without any problems for example iPhone 4 (9.2),…
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
0
votes
1 answer

App hanging on first AppStore download then always crashes on launch (iOS 9)

My app has been on the AppStore for two months now and I had no issues with it so far. Recently, after a fresh install from the AppStore the app hangs for an undetermined time and ends up crashing on only one of my devices (iPhone 6S Plus). I get…
gabuchan
  • 785
  • 1
  • 7
  • 18
0
votes
0 answers

Understanding iPhone Crash Log...Having No Luck

AppStore rejected app for crashing although I cannot replicate the issue on simulator or device. Here is the crash log which I cannot symbolicate even after following detailed instructions from here How to symbolicate crash log Xcode? Can anybody…
JKX
  • 177
  • 2
  • 15
0
votes
0 answers

iTunes Connect trouble - 2.1 - Apps that crash will be rejected

I have created a game for iPhone in Swift (Xcode 6.4) and there is no error message in Xcode. Everything is working correctly in Simulator and also on real iPhone. Problem is after submitting the package to the iTunes Connect. I alway get error: 2.1…
Jiri Svec
  • 147
  • 1
  • 1
  • 12