当前位置:网站首页>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
边栏推荐
- Share 20 tips for ES6 that should not be missed
- Basic operation of sequential stack
- 8.4 realization of recurrent neural network from zero
- UML学习_day2
- Baidu written test 2022.4.12 + programming topic: simple integer problem
- A series of problems about the best time to buy and sell stocks
- Byte interview programming question: the minimum number of K
- Adobe Illustrator menu in Chinese and English
- How to upload large files quickly?
- How to design a good API interface?
猜你喜欢
Share 20 tips for ES6 that should not be missed
如何设计一个良好的API接口?
Openfaas practice 4: template operation
LeetCode153-寻找旋转排序数组中的最小值-数组-二分查找
Byte interview programming question: the minimum number of K
setcontext getcontext makecontext swapcontext
Redis主从同步
8.5 concise implementation of cyclic neural network
thinkphp5+数据大屏展示效果
How does eolink help telecommuting
随机推荐
Llvm - generate for loop
Tun equipment principle
eolink 如何助力遠程辦公
深度学习——超参数设置
T2 iCloud日历无法同步
How to write the keywords in the cover and title? As we media, why is there no video playback
Nacos程序连接MySQL8.0+ NullPointerException
About UDP receiving ICMP port unreachable
The difference between having and where in SQL
A series of problems about the best time to buy and sell stocks
JUC学习记录(2022.4.22)
Application of skiplist in leveldb
LeetCode149-直线上最多的点数-数学-哈希表
setcontext getcontext makecontext swapcontext
Introduction to dirty reading, unrepeatable reading and phantom reading
Llvm - generate addition
Practice of unified storage technology of oppo data Lake
Leetcode153 - find the minimum value in the rotation sort array - array - binary search
C language super complete learning route (collection allows you to avoid detours)
LeetCode167-两数之和II-双指针-二分-数组-查找