Kaydet (Commit) 110ee112 authored tarafından Michael Meeks's avatar Michael Meeks

lok: rename - emitted as events not on stdout now.

Change-Id: Ie57c34eff1d917fada4e10e4b88b27adf8a34d1a
Reviewed-on: https://gerrit.libreoffice.org/70788
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst 30442580
......@@ -4531,7 +4531,7 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath, const char
// Did we do a pre-initialize
static bool bPreInited = false;
static bool bProfileZones = getenv("SAL_PROFILEZONE_STDOUT") != nullptr;
static bool bProfileZones = getenv("SAL_PROFILEZONE_EVENTS") != nullptr;
// What stage are we at ?
if (pThis == nullptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment