DebugDrawer
DebugDrawer copied to clipboard
Module requests
A QC (Quality checker) type module might be pretty useful.
- Switch for enabling Canary Leak.
- Button to launch the Canary Leak activity (to preview all your captured leaks).
- Switch for enabling/disabling Strict Mode (by passing in optional VmPolicy and ThreadPolicy objects as a constructor).
- A simple file explorer button to view your internal data like your shared preferences and cache might also be pretty useful as well, checking filesizes, exporting to "Android/data/" folder, previewing e.t.c.
Also, it would make sense to have the option to persist all Switch, Checkbox and Spinner changes to the shared_prefs so that it is consistent across all activities (SharedPreference persistence can be switched on/off globally depending on the developer's use-case).
Sounds like useful module. Feel free to create a PR!