Re: Logging vs Reporting

2014-07-23 Thread Christopher James Halse Rogers
On Thu, Jul 24, 2014 at 4:14 PM, Daniel van Vugt wrote: We currently have no logging in our codebase outside of the 3rd_party android code. Yes we do. Just remember to re-use or enhance it: include/shared/mir/logging/logger.h src/shared/logging/dumb_console_logger.cpp Yes, we have some i

Re: Logging vs Reporting

2014-07-23 Thread Daniel van Vugt
We currently have no logging in our codebase outside of the 3rd_party android code. Yes we do. Just remember to re-use or enhance it: include/shared/mir/logging/logger.h src/shared/logging/dumb_console_logger.cpp -- Mir-devel mailing list Mir-devel@lists.ubuntu.com Modify settings or unsubs

Logging vs Reporting

2014-07-23 Thread Christopher James Halse Rogers
Hey all. This is somewhat of a revival of a discussion from London, and tangentially related to the contentious fatal-error branch. We currently have no logging in our codebase outside of the 3rd_party android code. This makes it difficult to work out what's happening when things go wrong be