jamesbutler01 / Mymou

Mymou: A standalone touchscreen in-cage testing device
16 stars 10 forks source link

Folder fix #4

Closed iandol closed 5 years ago

iandol commented 5 years ago

LogEvent was failing as FolderManager couldn't create folders. It was using mkdir() but this doesn't create parent folders as needed. So switched to use mkdirs() and the folders are made.

I suspect that FolderManager should be a singleton (i.e. it should exclusively control this and retain state)?

iandol commented 5 years ago

Gah, my merge request seems to also include the androidx changes, I think it should be OK to merge both, but otherwise I can just rebase these changes separately if you run into problems.

iandol commented 5 years ago

I will rebase this from master