summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-10-28 11:58:42 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-10-28 15:54:34 -0700
commit014b517820b935137d1f6cf654c42fb041ee2d71 (patch)
tree52faeed442d203a9cdfa5fc28f195da3f9897cbc /include
parentdd56e832b5035a07ae6d1d362ee2560b24ae0681 (diff)
downloadqtlocation-mapboxgl-014b517820b935137d1f6cf654c42fb041ee2d71.tar.gz
[node] Output debug logs when a render test times out
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 52136aeb4b..6851520bfa 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -170,6 +170,7 @@ public:
void toggleCollisionDebug();
bool getCollisionDebug() const;
bool isFullyLoaded() const;
+ void dumpDebugLogs() const;
private:
View& view;