summaryrefslogtreecommitdiff
path: root/platform/android/src/run_loop.cpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-16 13:48:33 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-15 09:56:18 -0700
commit6e78eabfff75579286ab23cbde8a36fba061ca1d (patch)
tree2437392712213f97c0326cce8691a6944fb72734 /platform/android/src/run_loop.cpp
parent253a007d99c2079b95d5c6d11715e16815067e16 (diff)
downloadqtlocation-mapboxgl-6e78eabfff75579286ab23cbde8a36fba061ca1d.tar.gz
[core] Clean up ThreadContext vestiges
Diffstat (limited to 'platform/android/src/run_loop.cpp')
-rw-r--r--platform/android/src/run_loop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/run_loop.cpp b/platform/android/src/run_loop.cpp
index 4bd0480219..7a28a6139c 100644
--- a/platform/android/src/run_loop.cpp
+++ b/platform/android/src/run_loop.cpp
@@ -49,7 +49,7 @@ namespace util {
RunLoop::Impl::Impl(RunLoop* runLoop, RunLoop::Type type) {
using namespace mbgl::android;
- detach = attach_jni_thread(theJVM, &env, ThreadContext::getName());
+ detach = attach_jni_thread(theJVM, &env, "");
loop = ALooper_prepare(0);
assert(loop);