laiyi55
laiyi55
I agree when every minute we write log, creates a new file every minute and deletes the old one but it is my situation: I set roll file every day...
I have different idea about it that we first call `prune_old_logs` and then `create_writer` `prune_old_logs` is in `write` or `make_writer`,but `create_writer` is in `Inner::new`(which call `RollingFileAppender::builder().build()`) So I think first...
It is my test: ``` let (_file_guard, _console_guard) = box_tracing::BoxTracing::new().init("/Users/laiyi/AndroidStudioProjects/box_core/", true); tracing::debug!("start"); ``` ``` pub struct BoxTracing {} impl BoxTracing { pub fn new() -> BoxTracing { BoxTracing {} }...
But it is normal case on App and I try prune_old_logs at last it does work.By the way, entry.create is not supported on Android, so I change sort by file_name....
Thanks for your answer. So we can't use trust anchors to validate revocation information Sorry,I just find note : `1 Android does not provide any way only to attempt to...