Skip to content
Snippets Groups Projects
Unverified Commit d0db7800 authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Catch debug log FileNotFoundExceptions (DEV) (#3259)


* On low storage, the system may clean caches without asking, if the parent dir of the debuglog is deleted, writing will fail with an exception.
Catch that exception, and try to recreate the path+file, otherwise fail silently.

* Update logsize after retry as log could have been deleted.

Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
Co-authored-by: default avatarAlexanderAlferov <64849422+AlexanderAlferov@users.noreply.github.com>
parent 2cc54374
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment