chrisjenx / Calligraphy

Custom fonts in Android the easy way...
Apache License 2.0
8.59k stars 1.1k forks source link

Add method to disable logging #436

Closed Aditya94A closed 5 years ago

Aditya94A commented 6 years ago

I use productFlavors to shave of everything I don't need in debug builds, things like languages other than english, multiple resolution drawables, ARM native dependencies and fonts.

So I don't care about fonts in most of my debug builds so I remove them and Calligraphy complains and clutters up my logcat. Would love an option disable this :)

chrisjenx commented 5 years ago

Won't fix here, but if it's still an issue in V3 please raise an issue over there.