fixed fallback step-logger

moved vap-grouping to settings-file
sanity-checks
This commit is contained in:
2016-10-02 18:28:17 +02:00
parent a4a8593023
commit 3a1cd1bccc
9 changed files with 95 additions and 32 deletions

View File

@@ -11,7 +11,8 @@ public:
static std::string getDataFolder() {
#ifdef ANDROID
return getenv("DIRECTORY_DOWNLOADS");
//return std::string(getenv("DIRECTORY_DOWNLOADS")) + "/";
return "/sdcard/Download/";
#else
return "/apps/android/workspace/YASMIN_DATA/";
#endif