How to read crash report from iPad using Windows

2019-08-13 02:39发布

I am new to developing for ios using Marmalade and Visual Studio, so I need to know how to read crash report from iPad ? Crash report is on location /var/mobile/Library/Logs/CrashReporter/game.plist How to read this file from windows ?

3条回答
可以哭但决不认输i
2楼-- · 2019-08-13 02:51

You need to sync your iPad to the iTunes, and it'll be available in your iTunes sync folder.
Also I once found a way to read those reports in iPad itself, it was in about section maybe. Do the search, you may find it.

The path is Settings > Privacy > Diagnostics & Usage > Diagnostics & Usage Data

查看更多
Root(大扎)
3楼-- · 2019-08-13 03:07

When you sync your iPad with iTunes, the crash report will be copied onto your computer. You can then find it in the location:

C:\Users\<Your Username>\AppData\Roaming\Apple Computer\Logs\CrashReporter\MobileDevice\<Your iPad's Name>\<Crash Log Name>.crash

查看更多
爷的心禁止访问
4楼-- · 2019-08-13 03:07

Use iTunes software . it will help for you.

查看更多
登录 后发表回答