There are various obvious key words and phrases to look for in case of sync failures, exceptions, etc. For example, for sync failures, look for “sync failed”; for exceptions, look for “exception thrown”. To see what is being downloaded, look for “for downloading”.
Sometimes, we get problems were the sync stops. In this case, the best thing to do is to follow the Sync thread. The thread is always in brackets, i.e. [2152]: If you see 2152 go away before its time (no further references to it), you can assume a crash occurred. To see where the sync thread gets initialized, you can look for "Initializing Sync thread" |