summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/downloadfromdcthread.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp
index 21d1b4c20..082ca5c63 100644
--- a/core/downloadfromdcthread.cpp
+++ b/core/downloadfromdcthread.cpp
@@ -220,7 +220,11 @@ DCDeviceData::DCDeviceData()
data.force_download = false;
data.create_new_trip = false;
data.libdc_dump = false;
+#if defined(SUBSURFACE_MOBILE)
+ data.libdc_log = true;
+#else
data.libdc_log = false;
+#endif
if (m_instance) {
qDebug() << "already have an instance of DCDevieData";
return;