Questions tagged [crash-reports]
Crash reports covers anything related to obtaining any data related to an application failure.
1,502
questions
6
votes
1
answer
45
views
Android release crash with exception net.sqlcipher.database.SQLiteException
I've uploaded my app to play store but it still crashes as "crash report image" of developer console shows.
on some devices the app did not lunch at all
while on other it crashes when start ...
0
votes
0
answers
7
views
Is there any way to create App crash report file in Ubuntu 18.04, just be similar as Mac Os's
Is there any way to create App crash report file in Ubuntu 18.04, just be similar as Mac Os's ? Now I get the app crash file in Mac Os. Because I'm a newer of Ubuntu Os, have no idea how to create the ...
0
votes
2
answers
60
views
Xamarin Android 12 - Initial Crash
I just worked on my Xamarin Forms App and released the next version for iOS.
Then I went back to the Android version, assuming it would work perfectly well (as android has always been doing for me).
...
0
votes
1
answer
23
views
How can i make an Application crash to trigger wermgr.exe?
I need to trigger the Windows Error Reporting service (in a natural way) to investigate something. Therefore I have to crash an application. Preferably I would like to do this via script, to automate ...
0
votes
0
answers
11
views
How to track project instantly while working in Kubernates
I have a project in .net that which is working at Kubernates pods. I want to track my project and i want to know instantly before my users or any clients as quickly as possible. I have logs yes but ...
1
vote
1
answer
90
views
Firebase crashlytics not able to read crash reports
I have configured crashlytics as per Firebase Documentation
https://firebase.google.com/docs/crashlytics/get-started?platform=android.
But crash reports not generated and uploaded to server.
Kindly ...
0
votes
1
answer
23
views
Xcode Downloading audio working fine in Simulator but fails in TestFlight, doesn't save to iPhone device
I'm basically trying to save an audio file to an iPhone device, specifically in the Files app.
This is the code I'm using which works in the iOS Simulator:
if let audioUrl = URL(string: "https://...
0
votes
0
answers
37
views
kernel crash dump not generated
I am using an upstream kernel and trying to read the crash dump file but it is not generated. Any idea what the issue might be? I am using 5.13 kernel. On 4.xx kernel it works fine and generates the ...
0
votes
1
answer
33
views
Xamarin crash file @ xamarin_get_block_descriptor
I am new to iOS Crash debugging but I managed to find the crash file and and symbolicate it (I think? I pressed the button in any case). Here is the thread that crashed info. It occurs occasionally on ...
0
votes
1
answer
11
views
what does the keyword "/8836-DAE0/" 'denotes in DirectoryPath=/storage/8836-DAE0/System Volume Information ' in android logcat logs
I am working to debug a usb crash in android infotainment system . I wanted to know ,what does the keyword "/8836-DAE0/" 'denotes in DirectoryPath=/storage/8836-DAE0/System Volume ...
0
votes
0
answers
25
views
Identify cause of Language Exception
I'm attempting to test an app on TestFlight. The app shows the splash, and then crashes. Could someone point out exactly what I should be looking for in this report? I'm pretty sure it's before frame ...
0
votes
1
answer
87
views
iOS Crash related to UIFeedbackGeneratorConfiguration
In my iOS app release recently on Apple Store, I am seeing a crash related to something called UIFeedbackGeneratorConfiguration which I dont know what exactly is.
Below is screenshot from Xcode ...
0
votes
0
answers
37
views
Difference between Device in Xcode Organizer and Hardware Model in symbolicated crash report
I recently released an app update on app store. And there have been some crashes reported which I am able to view in Xcode Organizer window under Crashes section. However, I see there is a discrepancy ...
1
vote
1
answer
121
views
How to identify an app's version in an .ips crash report if app_version is empty (macOS Monterey)?
My macOS app reads the crashlog files directly and submits them to my server for analysis if the user allows it. Which means I get to see the original .ips files generated on Monterey.
Now, these ...
0
votes
0
answers
190
views
Cannot replicate a crash found by AppleConnect. Xcode 13.2, iOS 15.2
I am getting a rejection from the App Store, based on a crash. I cannot replicate the crash on any of my iOS and iPad devices.
I'm attaching the Apple log.
I'm not an expert in reading crash logs, but ...