How to Completely Disable ‘System Tracing’ System-Wide on Android

System Tracing is a developer-centric feature hidden within the Android operating system. When enabled, it captures detailed performance metrics, hardware utilization, and kernel events into a trace file, which developers use to optimize application frame rates and identify bottlenecks. While highly useful for debugging, leaving System Tracing enabled in a production environment or on a personal device is detrimental. It constantly writes high-volume telemetry data to the local storage, resulting in accelerated battery drain, reduced flash memory lifespan, and overall sluggish system performance. Furthermore, trace files can inadvertently capture sensitive operational data.

This guide explains how to completely disable System Tracing system-wide on an Android device, ensuring your smartphone does not waste resources generating debug telemetry.

Disable System Tracing via Developer Options

Because System Tracing is an advanced feature, it is located within the hidden Developer Options menu. We must first ensure we have access to this menu before disabling the trace daemons.

  1. Open the main Settings app on your Android smartphone.
  2. Scroll to the bottom and tap on About phone.
  3. Locate the Build number entry. Tap it rapidly 7 times in a row until you see a toast notification stating, “You are now a developer!” (You may be prompted for your PIN).
  4. Navigate back to the main Settings menu and tap on System.
  5. Tap on Developer options.
  6. Scroll down to the “Debugging” section and locate System Tracing. Tap on it.
  7. Ensure the following toggles are switched to the Off (grey) position:
    • Record trace
    • Trace debuggable applications
  8. Tap on Clear saved traces to delete any telemetry data previously written to the local storage.

Verify the Configuration Lockdown

By disabling these toggles, you instruct the Android kernel to stop the Perfetto telemetry daemon from aggregating performance metrics, immediately freeing up CPU cycles and I/O bandwidth.

To verify the restriction is active, look at the Quick Settings panel (swipe down from the top of the screen). If a “System Tracing” tile was previously active or recording, it will now be disabled. Furthermore, you will no longer see persistent notifications warning you that a trace is being recorded. Your device is now optimized for daily production use rather than heavy developer debugging.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.