Import dives from Cressi Cartesio

Dirk Hohndel dirk at hohndel.org
Sun Feb 16 13:48:45 PST 2020



> On Feb 16, 2020, at 1:44 PM, Linus Torvalds <torvalds at linux-foundation.org> wrote:
> 
> Hmm. I just realized that we've seem to have lost a lot of the Qt BLE
> debugging output. The "libdivecomputer logfile" shows the actual
> communication part, but you're not getting far enough for that to
> matter.
> 
> Dirk, where does it go? We get the logs on mobile with the whole log
> capture and "copy to clipboard", but I think the BLE debugging on the
> desktop app just goes to stdout - but it's suppressed entirely by
> default.


You need to manually run the actual executable

.../Subsurface.app/Contents/MacOS/Subsurface > log 2>&1

and then send the log. That SHOULD include all of the debug output that Linus
is looking for

/D


More information about the subsurface mailing list