spion / adbfs-rootless

Mount Android phones on Linux with adb. No root required.
Other
908 stars 73 forks source link

Remove temporary files in adb_release() #33

Closed funnyflowerpot closed 5 years ago

funnyflowerpot commented 6 years ago

Cleanup temporary files when FUSE calls release().

This pull request is evolved from issue #18 and is most probably related to #8.

funnyflowerpot commented 6 years ago

On a first test, adbfs seemed to work fine with those changes. Is there an easy way for a stress test to rule out possible side effects?

spion commented 6 years ago

Thanks, I'll try it out as soon as I can.

No stress test scripts I'm afraid, but its a good idea.

spion commented 5 years ago

Looked at it carefully and tried it out. Seems to be working very well.