subsurface/mobile-widgets
Berthold Stoeger f3acb0ca02 Mobile: catch null references in DownloadDCThread
There are reported crashes on Android that suggest a null
"tables" attribute in DownloadDCThread. This should never
happen, as the table() function connected to this attribute
returns the address of a subobject. Thus, even if the original
DownloadThread is null, this would not return a null pointer
(the subobject is not at address 0).

Catch these null-object accesses and write a warning message
to the console. Hopefully, this will help is localizing the
problem.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-08-10 09:58:19 -07:00
..
qml Mobile: catch null references in DownloadDCThread 2019-08-10 09:58:19 -07:00
qmlmanager.cpp Mobile: update dive site model if dive sites are created 2019-08-10 09:55:11 -07:00
qmlmanager.h Mobile: update dive site model if dive sites are created 2019-08-10 09:55:11 -07:00
qmlprefs.cpp Mobile: set units system in "No cloud mode" 2018-09-19 14:41:11 -07:00
qmlprefs.h mobile-widgets: replace qmlprefs::theme with qPrefDisplay::theme 2018-09-12 20:18:32 -07:00