desktop/source/lib/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 857dee030f0a45cb3e28a0f3870b02a97fd8e280 Author: Tor Lillqvist <[email protected]> AuthorDate: Thu Apr 29 12:06:24 2021 +0300 Commit: Tor Lillqvist <[email protected]> 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 <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> 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(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
