[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - desktop/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 29 12:18:08 UTC 2021
desktop/source/lib/init.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4419c19197280973d9bc6934e85bc08828871448
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Apr 29 12:06:24 2021 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Apr 29 14:17:32 2021 +0200
Let's call it "traceeventrecording" and not "profilezonerecording"
It is not just ProfileZone events any longer that are recorded.
Change-Id: I9c2b5817fca8f8a23ebd571cbaccb9ac063ec73b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114849
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index c0839e63f778..fcc260ee66a0 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3847,7 +3847,7 @@ static void lo_setOption(LibreOfficeKit* /*pThis*/, const char *pOption, const c
{
static char* pCurrentSalLogOverride = nullptr;
- if (strcmp(pOption, "profilezonerecording") == 0)
+ if (strcmp(pOption, "traceeventrecording") == 0)
{
if (strcmp(pValue, "start") == 0)
comphelper::TraceEvent::startRecording();
More information about the Libreoffice-commits
mailing list