diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2015-03-12 14:18:25 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2015-03-12 14:18:25 +0200 |
commit | 2b6afe6a549284a862d0231653d2183d57a5b496 (patch) | |
tree | 715182b2fc50edd793b6a945950b68c7b135ec8d /android | |
parent | 4e8036311d434db9bb1bd41b65bd39e2891e17d0 (diff) | |
parent | 79f3149d9d973a31bcc5cf3ba1dbe77d90884ace (diff) | |
download | qtlocation-mapboxgl-2b6afe6a549284a862d0231653d2183d57a5b496.tar.gz |
Merge pull request #972 from mapbox/log_cleanup
Refactoring of the log system
Diffstat (limited to 'android')
-rw-r--r-- | android/cpp/jni.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/android/cpp/jni.cpp b/android/cpp/jni.cpp index 8a67c0e876..9cde5d385d 100644 --- a/android/cpp/jni.cpp +++ b/android/cpp/jni.cpp @@ -15,7 +15,6 @@ #include <mbgl/android/jni.hpp> #include <mbgl/android/native_map_view.hpp> #include <mbgl/map/map.hpp> -#include <mbgl/platform/android/log_android.hpp> #include <mbgl/platform/event.hpp> #include <mbgl/platform/log.hpp> #include <mbgl/storage/network_status.hpp> @@ -806,8 +805,6 @@ jobject JNICALL nativeLatLngForPixel(JNIEnv *env, jobject obj, jlong nativeMapVi extern "C" { extern "C" JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved) { - mbgl::Log::Set<mbgl::AndroidLogBackend>(); - mbgl::Log::Debug(mbgl::Event::JNI, "JNI_OnLoad"); JNIEnv *env = nullptr; |