Celestial Disable Log logo

Celestial Disable Log

Developed by @Kzyoo

Version v1.5
0.73 MB Size
Updated 27 Jul 2026
celestial-disable-log.md

The Celestial Disable Log AxManager Plugin is a root-level utility that stops non-essential Android logging, tracing, and telemetry. By halting background data collection and minimizing buffer sizes, it directly reduces storage I/O load to keep the system fast and responsive.

I've been running the new C binary port on my daily driver via AxManager to cut down on storage write abuse. Under the hood, it aggressively targets everything from kernel-level traces to dumpsys loops, forcing logcat buffers down to just 16K. I’m seeing far fewer random I/O spikes, meaning the phone stays cooler and feels noticeably smoother since the storage isn't constantly writing useless background diagnostic data.

Core Features

  • Deep telemetry blocking: It targets specific tracking tags like statsd, dumpstate, and tombstoned to shut down diagnostic collection completely.
  • Tiny log buffers: Forces all logcat limits down to 16K and wipes out old data automatically.
  • Battery stats silencing: Built-in patches for dumpsys batterystats stop full-history logs and disable unnecessary tracking loops.
  • Native C binary: Running as a lightweight background daemon means this plugin won't stall your boot sequence like older shell scripts did.

Support & Requirements

  • Manager Requirement: AxManager
  • Supported OS: Rooted Android environments compatible with AxManager

How to Install

  1. Open the AxManager app on your device.
  2. Navigate to the plugin/module installation section and select the Celestial Disable Log .zip file.
  3. Reboot your phone so the daemon can start working in the background.

Developer: Kzyoo | kazuyoo-stuff