Treessence icon indicating copy to clipboard operation
Treessence copied to clipboard

FileSystemException: Invalid Argument

Open ToastedNickel opened this issue 1 year ago • 0 comments

I have a crash showing up in Crashlytics:

Fatal Exception: java.lang.RuntimeException
Unable to create application com.companyname.app.AppName: java.nio.file.FileSystemException: /data/user/0/com.companyname.app/files/logs/ApplicationLog0.txt.lck: Invalid argument

It looks like sometimes Treessence is trying to read lck files, instead of just txt files.

ToastedNickel avatar Jan 17 '24 21:01 ToastedNickel