diff options
author | Tor Lillqvist <tml@collabora.com> | 2021-04-21 17:37:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2021-04-28 09:30:17 +0200 |
commit | 41ff704cc49b7097b717882616011962ecd7198f (patch) | |
tree | 65c94d0f52acebe9c637e0de1a636dd2f0b79cfc /sal/util/sal.map | |
parent | 9bfe083adf1fd9d470b600d0a801d144db24474f (diff) |
Add API to LibreOfficeKit to set arbitrary run-time options in core
Add setOption(const char*, const char*)
At the moment this enables starting and stopping the ProfileZone event
recording and overriding the SAL_LOG environment variable.
Change-Id: Ic3a934bb4246c755a91eee8a8343fafc15815116
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114439
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114559
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114656
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sal/util/sal.map')
-rw-r--r-- | sal/util/sal.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index dbd22c36ee16..49efb2a436cd 100644 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -747,6 +747,7 @@ PRIVATE_1.6 { # LibreOffice 6.4 global: rtl_str_toInt64_WithLength; rtl_ustr_toInt64_WithLength; + sal_detail_set_log_selector; } PRIVATE_1.5; PRIVATE_1.7 { # LibreOffice 7.1 |