WormaCeptor
The Android debugging toolkit that's safe in production
WormaCeptor – Android debugging toolkit with physical dependency separation
Summary: WormaCeptor V2 is an open-source Android debugging suite that excludes debug code from release builds through physical dependency separation. It integrates over 30 features including network inspection, performance overlays, crash reporting, and leak detection, ensuring no debug code runs in production.
What it does
WormaCeptor provides a modular debugging toolkit with 50+ modules covering network traffic, performance metrics, SQLite browsing, WebSocket monitoring, location and push simulators, and more. Debug code is physically absent from release builds rather than hidden by ProGuard or runtime flags.
Who it's for
Android developers needing comprehensive debugging tools that do not affect production builds or cause runtime issues.
Why it matters
It eliminates risks of debug code leaking into production, addressing limitations of traditional inspectors that rely on obfuscation or runtime toggles.