diff options
Diffstat (limited to 'src/core/thread/Task.cpp')
-rw-r--r-- | src/core/thread/Task.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/thread/Task.cpp b/src/core/thread/Task.cpp index 6e545d81..b1c8135a 100644 --- a/src/core/thread/Task.cpp +++ b/src/core/thread/Task.cpp @@ -149,6 +149,9 @@ class Task::Impl : public QObject { DataObjectPtr data_object_ = nullptr; ///< void init() { + SPDLOG_TRACE("task {} created, parent: {}, impl: {}", name_, + (void *)parent_, (void *)this); + // HoldOnLifeCycle(false); |