summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map_context.hpp
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 /src/mbgl/map/map_context.hpp
parentdd56e832b5035a07ae6d1d362ee2560b24ae0681 (diff)
downloadqtlocation-mapboxgl-014b517820b935137d1f6cf654c42fb041ee2d71.tar.gz
[node] Output debug logs when a render test times out
Diffstat (limited to 'src/mbgl/map/map_context.hpp')
-rw-r--r--src/mbgl/map/map_context.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mbgl/map/map_context.hpp b/src/mbgl/map/map_context.hpp
index 028a05e4bb..c2e0213dfb 100644
--- a/src/mbgl/map/map_context.hpp
+++ b/src/mbgl/map/map_context.hpp
@@ -67,6 +67,8 @@ public:
void onTileDataChanged() override;
void onResourceLoadingFailed(std::exception_ptr error) override;
+ void dumpDebugLogs() const;
+
private:
// Update the state indicated by the accumulated Update flags, then render.
void update();