[Libreoffice-commits] core.git: desktop/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 29 10:00:18 UTC 2021
desktop/source/lib/init.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 857dee030f0a45cb3e28a0f3870b02a97fd8e280
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 11:59:29 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/+/114848
Tested-by: Tor Lillqvist <tml at collabora.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 6ebe3a1ce686..a8c0f078c6a7 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3849,7 +3849,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