当前位置:网站首页>T2 iCloud日历无法同步
T2 iCloud日历无法同步
2022-04-23 15:09:00 【[shenhonglei]】
* ~ defaults write -g LogHTTPActivity YES; defaults write -g CalLogSimpleConfiguration -array-add com.apple.calendar.agent.log.push; defaults write -g com.apple.calendar.foundation.preference.logFilePath ~/calendar.log; defaults write -g CalLogSimpleConfiguration -array com.apple.calendar.store.log.caldav.http com.apple.calendar.store.log.caldav.queue
* ~ notifyutil -p com.apple.calendar.foundation.notification.logConfigUpdated
* ~ log stream --process CalendarAgent > ~/Httplogs
^C%
* ~ defaults delete -g LogHTTPActivity; defaults delete -g CalLogSimpleConfiguration; defaults delete -g com.apple.calendar.foundation.preference.logFilePath
* ~ log stream --process CalendarAgent > ~/Httplogs
Ctrl+C
* ~ notifyutil -p com.apple.calendar.foundation.notification.logConfigUpdated
* ~
* ~ sudo sysdiagnose
Password:
This tool generates files that allow Apple to investigate issues with your
computer and help improve Apple products. The files might contain personal
information found on your device or associated with your iCloud accounts,
including but not limited to your name, serial numbers of your device,
your device name, your attached peripheral devices, your user name, your
email address and email settings, file paths, file names, Siri suggestions,
your computer's IP addresses, and network connection information. This information is used by Apple in accordance with its privacy policy (www.apple.com/privacy) and is not shared with any other company. By using this tool and sending the results to Apple, you consent to Apple using the contents of these files to improve Apple products. Press 'Enter' to continue. Ctrl+\ to cancel. Progress: [|||||||||||||||||||||||||||||||||||||||100%|||||||||||||||||||||||||||||||||||] Output available at '/private/var/tmp/sysdiagnose_2022.04.23_12-27-57+0800_macOS_MacBookPro14-3_21E258.tar.gz'.
sysdiagnose
工具sysdiagnose,提供详细的技术分析和报告OS X和Mac硬件的各种组件,使其成为高级故障排除和诊断需求的潜在有价值的工具。
sysdiagnose将从Mac收集大量的信息和数据,包括spandump和崩溃报告,fs_usage和top,内核扩展和内核数据的输出,内存使用信息以及用户进程,所有系统日志和内核日志的详细信息,来自System Profiler的报告,磁盘使用细节和信息,I / O套件详细信息,网络状态和详细信息以及如果使用该命令指定了进程ID(PID),则附加的流程特定详细信息。
从OS X运行sysdiagnose并获取详细的Mac系统性能报告
要在OS X中运行高级系统诊断,您需要启动Terminal并键入以下命令string
sudo sysdiagnose -f〜/ Desktop /
使用sudo需要管理员密码,这是获取root访问权限并生成高级系统详细信息所必需的。-f标志是可选的,用于指定目标目录,在这种情况下,它将输出文件放在桌面上,否则命令将系统诊断转储到OS X的tmp目录中,位于/ var / tmp /
在运行sysdiagnose之前,该命令将回显一条消息,指示收集什么类型的数据,并可能包含一些个人详细信息,如用户名,驱动器名称,网络名称和计算机名称。如果您不想将所有数据从Mac转储到诊断文件中,那么不要运行该命令。在sysdiagnose之前显示的完整信息将运行
该诊断工具生成允许苹果调查问题的文件与您的电脑,并帮助苹果改进其产品。生成的文件可能包含您的某些个人信息,可能包括但不限于此限于,您的设备的序列号或类似的唯一编号,您的用户名或计算机名称。苹果公司使用的信息按照其隐私政策(www。苹果。com / privacy),不共享与任何第三方。通过启用此诊断工具并发送副本生成的文件给苹果,你同意苹果使用的内容的这样的文件。
按Enter键继续。
一旦命令运行,将需要一两分钟的时间来完成数据采集,当完成sys诊断时会报告输出文件在指定路径上可用。
版权声明
本文为[[shenhonglei]]所创,转载请带上原文链接,感谢
https://shenhonglei.blog.csdn.net/article/details/124362369
边栏推荐
- When splicing HQL, the new field does not appear in the construction method
- Nuxt project: Global get process Env information
- LeetCode 练习——396. 旋转函数
- PSYNC synchronization of redis source code analysis
- How to use OCR in 5 minutes
- Detailed explanation of C language knowledge points - data types and variables [2] - integer variables and constants [1]
- Async void caused the program to crash
- Detailed explanation of C language knowledge points -- data types and variables [1] - carry counting system
- eolink 如何助力远程办公
- asp. Net method of sending mail using mailmessage
猜你喜欢
On the day of entry, I cried (mushroom street was laid off and fought for seven months to win the offer)
Leetcode162 - find peak - dichotomy - array
Tun equipment principle
TLS / SSL protocol details (30) RSA, DHE, ecdhe and ecdh processes and differences in SSL
博睿数据携手F5共同构建金融科技从代码到用户的全数据链DNA
每日一题-LeetCode396-旋转函数-递推
nuxt项目:全局获取process.env信息
Tun model of flannel principle
Provided by Chengdu control panel design_ It's detailed_ Introduction to the definition, compilation and quotation of single chip microcomputer program header file
Leetcode165 compare version number double pointer string
随机推荐
Leetcode167 - sum of two numbers II - double pointer - bisection - array - Search
Llvm - generate if else and pH
OPPO数据湖统一存储技术实践
Openfaas practice 4: template operation
Tun model of flannel principle
Async keyword
Set onedrive or Google drive as a drawing bed in upic for free
How to design a good API interface?
The win10 taskbar notification area icon is missing
[thymeleaf] handle null values and use safe operators
async关键字
8.2 text preprocessing
asp. Net method of sending mail using mailmessage
Kubernetes详解(十一)——标签与标签选择器
Leetcode165 compare version number double pointer string
LeetCode167-两数之和II-双指针-二分-数组-查找
MySQL Basics
How does eolink help telecommuting
Introduction to dirty reading, unrepeatable reading and phantom reading
Redis cluster principle