jensstein / oandbackup

backup manager for android
Other
539 stars 193 forks source link

oandbackup.log written to "wrong" folder: internal backup folder instead of specified other folder #231

Open hvdwolf opened 5 years ago

hvdwolf commented 5 years ago

I specified the backup folder to be on my external real sdcard. In my case "/mnt/sd1/oandbackups" (or whatever path your system gives you). The log however is still written to the internal memory folder being "/storage/emulated/0/oandbackups".

From my point of view, the log should be written to the specified external backup folder. I consider this a bug, but others might consider this a feature :)

Edit: I guess the shared preference "pathBackupFolder" linking to the "backupDirPath" is not used when writing the logfile (using backupSubDir)