summaryrefslogtreecommitdiff
path: root/vcl/README
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-03-04 22:41:18 +0100
committerJan Holesovsky <kendy@collabora.com>2014-03-04 23:05:12 +0100
commita6560b114af3c9a37a664d82b1ed36761e5d23ac (patch)
treeb6de1183b584b86dab9bb1aace939e81055e42f8 /vcl/README
parentbe4f7ea3f6c8bddba3ca1ae3d9d9e67449bbc3cb (diff)
EMF+: Add info about logging.
Change-Id: I72f2c7436df4f1189673d7ccce0d4ac47d338a31
Diffstat (limited to 'vcl/README')
-rw-r--r--vcl/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/vcl/README b/vcl/README
index c1fc0bf2119c..76ee2bb21062 100644
--- a/vcl/README
+++ b/vcl/README
@@ -141,3 +141,14 @@ rendering:
another interesting part is actual rendering into canvas bitmap and
using that bitmap later in code using vcl API.
+
+EMF+ implementation has some extensive logging, best if you do a dbgutil
+build, and then
+
+export SAL_LOG=+INFO.cppcanvas.emf+INFO.vcl.emf
+
+before running LibreOffice; it will give you lots of useful hints.
+
+You can also fallback to EMF (from EMF+) rendering via
+
+export EMF_PLUS_DISABLE=1