• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help How to delete these logs to view recovery logs?

Charada

Lurker
Every time I enter the recovery creates a new log, how do I delete these logs?

2r4mumb.jpg
 
Welcome to our AndroidForums, @Charada :).

Are you rooted?

Do you have a custom recovery installed (CWM or TWRP)?

What is your device and Android version?

I've actually never seen so many versions of the log files before (including the kernel (kmsg) logs).

There should be some upper-limit on how many files get created--i.e., each new one should be called last_log (for the non-kernel logs) and the others should be rolled-off / renamed depending on what the limit of maximum files to keep is (not sure--I'll have to research that).

If you are rooted you should be able to fire-up a rooted file explorer (Root Explorer, etc.) and navigate to the /cache/recovery folder and remove the files that you no longer want.

That's probably the easiest way, but if you have a custom recovery installed, you could start an adb shell session while booted in custom recovery and navigate to the /cache/recovery folder and delete (rm) the files you no longer want/need.

If you are not rooted, then I'm a bit stumped...I'm not aware of any mechanism you can use to remove these if you're not rooted.

Hope that helps!

:)
 
My phone is a Moto X Style / Pure to using the rom and karnel stock of Motorola, I do not have root because of the collateral.
 
Well, if you're not rooted, why are you entering recovery?

So, it looks like the stock recovery is creating those logs...they shouldn't be that big after all--a couple of k-bytes each, I'd imagine based on what I've seen from other recovery logs (custom or otherwise), so I'm not sure I'd worry too much about them.

If you are not rooted, you really can't do anything about removing them...
 
Back
Top Bottom