Commit 254280b
authored
Fixed verbose logging via ZoomLogger (#214)
Currently verbose logs are sent to `Log.i`, but the message validation is still based on verbose level. So:
* With `ZoomLogger.setLogLevel(ZoomLogger.LEVEL_VERBOSE)`, all the messages are there, though they are posted as info level, so it's a bit hard to make sense of my own debug logging interleaved with these.
* With `ZoomLogger.setLogLevel(ZoomLogger.LEVEL_INFO)`, there are tons of empty `I/StateController: ` in logcat.
This PR is a simple fix for the issue.1 parent 529d4d0 commit 254280b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments