crash reports in iOS17 and above #667
ICE-FlatLine
started this conversation in
General
Replies: 1 comment 5 replies
-
I have a suspicion for the root cause. Can you verify what |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that there are some changes in iOS17 and above on where certain crash reports are being stored on device. For instance, I can see lots of records of crash reports in UI (Settings-->Privacy&Security-->Analytics&Improvments-->Analytics Data), however, when running
pymobiledevice3 crash ls
command, the output is very limited:DiagnosticLogs
/Retired
/Panics
/Assistant
/SiriSearchFeedback-2023-11-13-165019.ips
/SiriSearchFeedback-2023-11-14-111816.ips
All the folders are empty.
Can it be that there is an additional location to where certain crash reports are being written on device and CrashReportManager and AfcService in pymobiledevice3 aren't aware of it?
Or is it a permission issue? I wasn't able to find anything related on the subject besides some substantial changes to file system in iOS17:
https://developer.apple.com/forums/thread/733642
Though I am not sure if the article is relevant to the issue of crash reports.
Beta Was this translation helpful? Give feedback.
All reactions