desktop/source/lib/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8ab3f5a0e6e1465aeb0cd780a26ccb6ce4f8282a Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Thu Apr 29 12:06:24 2021 +0300 Commit: Tor Lillqvist <t...@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 <jenkinscollaboraoff...@gmail.com> Reviewed-by: Tor Lillqvist <t...@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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits