If you are getting these annoying log messages when debugging on Android:
Unexpected value from nativeGetEnabledTags: 0
Edit your Logcat filter, and add this rule:
^(?!.*(nativeGetEnabledTags)).*$
More info on this thread
If you are getting these annoying log messages when debugging on Android:
Unexpected value from nativeGetEnabledTags: 0
Edit your Logcat filter, and add this rule:
^(?!.*(nativeGetEnabledTags)).*$
More info on this thread