DebugDrawer icon indicating copy to clipboard operation
DebugDrawer copied to clipboard

Module requests

Open autovalue opened this issue 10 years ago • 1 comments

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).

autovalue avatar Dec 13 '15 10:12 autovalue

Sounds like useful module. Feel free to create a PR!

palaima avatar Dec 27 '15 15:12 palaima