ww-tech / roxie

Lightweight Android library for building reactive apps.
Apache License 2.0
482 stars 36 forks source link

Enable obfuscating Actions and States #1

Closed jshvarts closed 5 years ago

jshvarts commented 5 years ago

Sometimes it makes sense not to log details of an Action or a State (for instance when they contain sensitive user info if we log in production). Enable easy overriding of toString() in those cases.