GNOME Bugzilla – Bug 793963
Add debugging for GOA accounts
Last modified: 2018-03-14 17:31:34 UTC
https://wiki.gnome.org/Apps/Evolution/Debugging does not cover debugging GOA accounts under GNOME's "Settings > Online Accounts". Stuff like > ESR_DEBUG=1 /usr/share/evolution-source-registry as Milan just mentioned on IRC...
Right. There's only not any specific debugging for GOA as such, the ESR_DEBUG is for source registry and provides some information about the ESource dealing and such. Would it make sense to add GOA-specific debugging? Though this was just for the first time when it had been risen on IRC, as far as I know.
It would make sense to tell average humans how to debug issues with their GOA accounts. It's not been the first time I've seen that question on IRC. :)
I added GOA_DEBUG=1 for evolution-source-registry, which prints some information about found GOA accounts and their pairing with eds sources, together with some signal processing. These messages are prefixed with "[EDS-GOA]" and the time when it had been printed. I hope it'll be good as a starter. I also updated the wiki page: https://wiki.gnome.org/Apps/Evolution/Debugging#GNOME_Online_Accounts Created commit 8d3298198 in eds master (3.29.1+)