Closed jmartinesp closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.51%. Comparing base (
322c5b3
) to head (10a0b7e
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I think it should be ok after https://github.com/matrix-org/matrix-rust-sdk/pull/4038/commits/e7f51352d7d32b8b7ce1c09d9d09caa6aefefb73
The
tracing
library has an issue that prevents the configured log rotation from working on Android. While there has been a proposed fix for some time, it hasn't been merged yet.We recently discovered some cases of users who had hundreds of log files, several times our current max limit, and today I confirmed old logs weren't being deleted.
My proposed solution is to use a forked tracing library in the meantime, along with a forked paranoid-android one, which needs to use this former fork.
I tested this on an Android client and I saw the old logs being removed, as expected.
Signed-off-by: