commit before merge

This commit is contained in:
toni
2016-10-01 13:28:57 +02:00
parent 0bd9a5b5ce
commit 302c2deb02
4 changed files with 6 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ private:
#ifdef ANDROID
//Log::add("SLWA", "calling android with lon/lat/floor");
int res = QAndroidJniObject::callStaticMethod<int>("indoor/java/StepLoggerClient", "log", "(DDD)I", x, y, z);
int res = QAndroidJniObject::callStaticMethod<int>("indoor/java/StepLoggerClient", "log", "(DDD)I", x, y, std::round(z));
//if (res != 1337) {throw Exception("invalid return code while sending the current position to StepLogger.\nService Down?");}
#endif