https://bugs.documentfoundation.org/show_bug.cgi?id=96434

--- Comment #4 from Jan Holesovsky <ke...@collabora.com> ---
aybuke: Thank you for working on this!

Please use an environment variable (using getenv()), a command line parameter
is an overkill here.

Ie. a code like

static bool bCollecting = getenv("LO_COLLECT_USAGE") != nullptr;

and then initiate the functionality based on that.

Thank you! - glad you are working on this :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to