简体   繁体   中英

How do I view Apple App Store crash reports older than two weeks old?

Yesterday, I had two crash reports in my Crash Log section of Organizer in Xcode.

Today, my Crashes section is empty and the crash reports are missing.

组织者的崩溃日志部分的空状态

(empty state of Crash Log section of Organizer)

Xcode says,

"No crash logs reported for this version in the last two weeks"

but I need access to the older crash reports which were there just yesterday.

How do access the older reports?

It seems that Apple currently only supports a time frame of two weeks for crash stats. As per their doc

Xcode downloads the top crash reports—crash reports with the most number of occurrences on unique devices—that occurred during the past two weeks.

And if you would like to keep the downloaded log file for further analysis then you can found it by simply

Right click on the crash report entry in Xcode's Organizer window and select "Show in Finder"

Or usually, it will be available in the following path

~/Library/Developer/Xcode/Products/{your bundle id}/{your selected version number}/Crashes/AppStore/

You can use this .xccrashpoint package file for futhur analysis( more details.. ).

Note: For more better crash issues with the detailed analysis, you can use this tool: Fabric Crashlytics

Hope this may help you

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM