[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - comphelper/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 15 15:58:36 UTC 2021
comphelper/source/misc/profilezone.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ebb07e85d4eaa0f751e0500a0577c9c42d73227e
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Apr 15 18:29:26 2021 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Apr 15 17:58:03 2021 +0200
Add also the comma separator between Event Trace events
Change-Id: I13221b9e6437789a72b6d759de4dd0f4434e0fd8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114160
Tested-by: Tor Lillqvist <tml at collabora.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/comphelper/source/misc/profilezone.cxx b/comphelper/source/misc/profilezone.cxx
index 103714b3be2d..3c586568a0dc 100644
--- a/comphelper/source/misc/profilezone.cxx
+++ b/comphelper/source/misc/profilezone.cxx
@@ -61,7 +61,7 @@ void ProfileZone::addRecording()
"\"dur\":" + OUString::number(nNow - m_nCreateTime) + ","
"\"pid\":" + OUString::number(m_nPid) + ","
"\"tid\":" + OUString::number(osl_getThreadIdentifier(nullptr)) +
- "}");
+ "},");
::osl::MutexGuard aGuard(g_aMutex);
g_aRecording.emplace_back(sRecordingData);
More information about the Libreoffice-commits
mailing list