[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - desktop/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 29 20:14:34 UTC 2021


 desktop/source/lib/init.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8ab3f5a0e6e1465aeb0cd780a26ccb6ce4f8282a
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 22:13:58 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/+/114873
    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 f46530ebc803..fecf7871f69b 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3865,7 +3865,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