You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output is directed to the android native Log method, which takes 2 parameters. The first one is the "TAG", useful to filter the logcat on the app using the command adb logcat -s TAGNAME
This tag should be configurable.
Actual Behavior
TAG is a constant set in the mono android code of stdout and can not be changed.