kit/ChildSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit de006eab171c66a27a3c14baf643b245388c6301 Author: Jan Holesovsky <[email protected]> AuthorDate: Mon Dec 30 14:17:27 2019 +0100 Commit: Jan Holesovsky <[email protected]> CommitDate: Mon Dec 30 14:20:54 2019 +0100 android: Fix build. Change-Id: Ie3359efb0518bcb2ae8ac369efb628efdb9ed0b5 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/85996 Reviewed-by: Jan Holesovsky <[email protected]> Tested-by: Jan Holesovsky <[email protected]> diff --git a/kit/ChildSession.cpp b/kit/ChildSession.cpp index cf65a51b9..afb052be9 100644 --- a/kit/ChildSession.cpp +++ b/kit/ChildSession.cpp @@ -607,7 +607,7 @@ bool ChildSession::loadDocument(const char * /*buffer*/, int /*length*/, const s std::unique_lock<std::recursive_mutex> lock(Mutex); -#ifdef ENABLE_DEBUG +#if defined(ENABLE_DEBUG) && !MOBILEAPP if (std::getenv("PAUSEFORDEBUGGER")) { std::cerr << getDocURL() << " paused waiting for a debugger to attach: " << Poco::Process::id() << std::endl; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
