You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by java.lang.IllegalStateException: /storage/emulated/0/app_name/logs/app_name-latest.log should not have existing parent directory
at ch.qos.logback.core.util.FileUtil.createMissingParentDirectories(Unknown Source)
at ch.qos.logback.core.FileAppender.openFile(Unknown Source)
at ch.qos.logback.core.FileAppender.start(Unknown Source)
at ch.qos.logback.core.rolling.RollingFileAppender.start(Unknown Source)
...
Upon investigation, this issue has since been addressed in logback upstream, see JIRA issue and corresponding patch
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Got crash report in Fabric:
Upon investigation, this issue has since been addressed in logback upstream, see JIRA issue and corresponding patch
Needs to be applied to https://github.com/tony19/logback-android/blob/master/logback-android/src/main/java/ch/qos/logback/core/util/FileUtil.java#L53
The text was updated successfully, but these errors were encountered: