[Libreoffice-commits] online.git: common/MessageQueue.cpp

Jan Holesovsky kendy at collabora.com
Fri Jan 27 17:32:38 UTC 2017


 common/MessageQueue.cpp |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9d4eab1aba30a8f6bca1d0237f3cf86fe5862b14
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Fri Jan 27 18:31:28 2017 +0100

    Re-introduce the TileQueue depth logging.
    
    Change-Id: I025aa9745d1b0a3306930323764957c6d84a0966

diff --git a/common/MessageQueue.cpp b/common/MessageQueue.cpp
index 05bdf58..5bf489d 100644
--- a/common/MessageQueue.cpp
+++ b/common/MessageQueue.cpp
@@ -423,6 +423,8 @@ void TileQueue::deprioritizePreviews()
 
 TileQueue::Payload TileQueue::get_impl()
 {
+    LOG_TRC("MessageQueue depth: " << _queue.size());
+
     const auto front = _queue.front();
 
     auto msg = std::string(front.data(), front.size());


More information about the Libreoffice-commits mailing list