iPad - How to get crash report

前端 未结 4 1493
陌清茗
陌清茗 2020-12-16 14:53

My app on the iPad (physical device) is crashing and I get this:

Mon Nov 22 14:08:42 ianvinkipad ReportCrash[521] : Saved crashreport to /var/mobile/Library/Logs/Cra

相关标签:
4条回答
  • 2020-12-16 15:32

    Looks like the crash reports are moved to my mac after syncing. Found them at ~/Library/Logs/CrashReporter/MobileDevice/

    0 讨论(0)
  • 2020-12-16 15:39

    Apple has an official tech article about it.

    iOS 8 and iOS 9

    On your iOS device, go to Settings > Privacy > Diagnostics & Usage, and select Diagnostic & Usage Data.

    0 讨论(0)
  • 2020-12-16 15:45

    Here's how to read crash reports in iOS:

    // Upto iOS 8
    Settings
    General
    About
    Diagnostics & Usage
    Diagnotstic & Usage Data
    
    // iOS 8
    Settings
    Privacy
    Diagnostics & Usage
    Diagnotstic & Usage Data
    

    Then copy and paste what you need.

    0 讨论(0)
  • 2020-12-16 15:47

    The technical note Understanding and Analyzing iPhone OS Application Crash Reports from Apple developer center has a good overview of how to retrieve and analyze your crash report.

    0 讨论(0)
提交回复
热议问题