设备日志未出现在Xcode中

时间:2023-01-13 18:11:14

I have some crash logs which I am able to see in the iPad when I go to Settings->About->Diagnostics & Usage ->Diagnostics & Usage Data. But when I connect my iPad to the my computer and click Xcode->Window->Organizer->My Device Name, I am not able to see the logs at all. What might have been the issue? Any idea.

我有一些崩溃日志,当我进入设置 - >关于 - >诊断和使用 - >诊断和使用数据时,我可以在iPad中看到这些日志。但当我将iPad连接到我的电脑并单击Xco​​de-> Window-> Organizer->我的设备名称时,我根本看不到日志。可能是什么问题?任何想法。

2 个解决方案

#1


4  

Better Method to take device logs:

获取设备日志的更好方法:

~/Library/Logs/CrashReporter/MobileDevice/<your iPhone’s name>/

#2


0  

The device logs are now contained in SQLite databases in this folder:

设备日志现在包含在此文件夹中的SQLite数据库中:

/Users/mh/Library/Developer/Xcode/iOS Device Logs

/ Users / mh / Library / Developer / Xcode / iOS Device Logs

Clear that out and take control of your CPU from Xcode again! Once its cleared out then maybe you'll get it to show the one you want if to perform the crash again.

清除它并再次从Xcode控制您的CPU!一旦它被清除,那么也许你会得到它以显示你想要的那个再次执行崩溃。

#1


4  

Better Method to take device logs:

获取设备日志的更好方法:

~/Library/Logs/CrashReporter/MobileDevice/<your iPhone’s name>/

#2


0  

The device logs are now contained in SQLite databases in this folder:

设备日志现在包含在此文件夹中的SQLite数据库中:

/Users/mh/Library/Developer/Xcode/iOS Device Logs

/ Users / mh / Library / Developer / Xcode / iOS Device Logs

Clear that out and take control of your CPU from Xcode again! Once its cleared out then maybe you'll get it to show the one you want if to perform the crash again.

清除它并再次从Xcode控制您的CPU!一旦它被清除,那么也许你会得到它以显示你想要的那个再次执行崩溃。