当前位置:网站首页>T2 icloud calendar cannot be synchronized
T2 icloud calendar cannot be synchronized
2022-04-23 15:18: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
Tools sysdiagnose, Provide detailed technical analysis and report OS X and Mac Various components of hardware , Make it a potentially valuable tool for advanced troubleshooting and diagnostic requirements .
sysdiagnose Will be taken from Mac Collect a lot of information and data , Include spandump And crash reports ,fs_usage and top, Kernel extension and output of kernel data , Memory usage information and user processes , Details of all system logs and kernel logs , come from System Profiler The report of , Disk usage details and information ,I / O Kit details , Network status and details, and if the process is specified with this command ID(PID), Then additional process specific details .
from OS X function sysdiagnose And get detailed Mac System performance report
To be in OS X Run advanced system diagnostics , You need to start Terminal And type the following command string
sudo sysdiagnose -f〜/ Desktop /
Use sudo Need administrator password , This is to obtain root Necessary to access and generate advanced system details .-f The logo is optional , Used to specify the target directory , under these circumstances , It puts the output file on the desktop , Otherwise, the command dumps the system diagnosis to OS X Of tmp Directory , be located / var / tmp /
Running sysdiagnose Before , This command will echo a message , Indicates what type of data to collect , And may contain some personal details , Such as user name , Drive name , Network name and computer name . If you don't want all the data from Mac Dump to diagnostic file , Then don't run the command . stay sysdiagnose The complete information previously displayed will run
The diagnostic tool generates files that allow apple to investigate problems with your computer , And help Apple improve its products . The generated file may contain some of your personal information , May include but not limited to , Serial number or similar unique number of your device , Your user name or computer name . Apple uses information in accordance with its privacy policy (www. Apple .com / privacy), Do not share with any third party . By enabling this diagnostic tool and sending a copy of the generated file to apple , You agree with the content of such documents used by Apple .
Press Enter Key continuation .
Once the command runs , It will take a minute or two to complete the data collection , When finished sys The diagnosis will report that the output file is available on the specified path .
版权声明
本文为[[shenhonglei]]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231509037849.html
边栏推荐
- Leetcode149 - maximum number of points on a line - Math - hash table
- Leetcode165 compare version number double pointer string
- 函数(第一部分)
- Alexnet model
- Have you learned the basic operation of circular queue?
- JS - implémenter la fonction de copie par clic
- LeetCode167-两数之和II-双指针-二分-数组-查找
- UML learning_ Day2
- 分享3个使用工具,在家剪辑5个作品挣了400多
- January 1, 1990 is Monday. Define the function date_ to_ Week (year, month, day), which realizes the function of returning the day of the week after inputting the year, month and day, such as date_ to
猜你喜欢
每日一题-LeetCode396-旋转函数-递推
如何设计一个良好的API接口?
Comment eolink facilite le télétravail
X509 certificate cer format to PEM format
Leetcode149 - maximum number of points on a line - Math - hash table
Leetcode153 - find the minimum value in the rotation sort array - array - binary search
Reptile exercises (1)
Explanation and example application of the principle of logistic regression in machine learning
分布式事务Seata介绍
UML learning_ Day2
随机推荐
Comment eolink facilite le télétravail
setcontext getcontext makecontext swapcontext
Alexnet model
JUC学习记录(2022.4.22)
Sqlserver transaction and lock problem
MySQL Basics
Practice of unified storage technology of oppo data Lake
adobe illustrator 菜单中英文对照
JS -- realize click Copy function
【thymeleaf】处理空值和使用安全操作符
Tencent has written a few words, Ali has written them all for a month
重定向和请求转发详解
For 22 years, you didn't know the file contained vulnerabilities?
Difference between like and regexp
Lotus DB design and Implementation - 1 Basic Concepts
Reptile exercises (1)
Introduction to dirty reading, unrepeatable reading and phantom reading
API gateway / API gateway (II) - use of Kong - load balancing
LeetCode167-两数之和II-双指针-二分-数组-查找
PSYNC synchronization of redis source code analysis