-
Notifications
You must be signed in to change notification settings - Fork 55
Configurable temp directory #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
JonasVautherin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't test it, but looks fine to me 👍
|
After my corrections (in local clone) I checked and it is working, I see log files are created. |
|
Amazing, thanks @AlexShafir. And you set the path or used the Android default? |
mavsdk_server/src/main/java/io/mavsdk/mavsdkserver/MavsdkServer.java
Outdated
Show resolved
Hide resolved
|
I had to set path, on my phone default path crashed: I used this path to set: val folder = File(context.filesDir, "logs")
if(!folder.exists()) folder.mkdir()
mMavsdkServer.setTempDirectory(folder.absolutePath) |
eda3d72 to
3262a19
Compare
778fce7 to
624ca1c
Compare
No description provided.