[Libreoffice-commits] core.git: vcl/README.vars

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 12 18:30:15 UTC 2019


 vcl/README.vars |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 7dfc3d2def531fcdcfbf27f68c384fded1a948a1
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu Sep 12 17:20:31 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Sep 12 20:29:28 2019 +0200

    vcl: document what LO_COLLECT_UIINFO does and how to use it
    
    See <https://wiki.documentfoundation.org/Development/UITests> for more
    info.
    
    Change-Id: I17f647a5c67aa6aef3bf7ac4743fdc778f8a59d3
    Reviewed-on: https://gerrit.libreoffice.org/78836
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
    Tested-by: Jenkins

diff --git a/vcl/README.vars b/vcl/README.vars
index b170bb22c027..0530195363d8 100644
--- a/vcl/README.vars
+++ b/vcl/README.vars
@@ -10,6 +10,9 @@ SAL_FORCE_HC - force high-contrast mode
 
 SAL_NO_FONT_LOOKUP - disable font search and fallback and always use a hard-coded font name (for some unit tests)
 
+LO_COLLECT_UIINFO - enable the uitesting logging, value is expected to be a relative file name that
+will be used to write the log under instdir/uitest/.
+
 VCL_DOUBLEBUFFERING_AVOID_PAINT - don't paint the buffer, useful to see where we do direct painting
 VCL_DOUBLEBUFFERING_FORCE_ENABLE - enable double buffered painting
 VCL_DOUBLEBUFFERING_ENABLE - enable a safe subset of double buffered painting (currently in Writer, not in any other applications)


More information about the Libreoffice-commits mailing list