Hi,
I am trying to debug a Xamarin Forms project running on an android device using VS 2015.
I have numerous Debug.WriteLine messages in my code and when I try to follow these the output window gets swamped with other messages that are not from me. An example is below.
01-12 18:33:47.290 D/Mono (23826): Unloading image System.Core.dll [0xae8f7200].
01-12 18:33:47.290 D/Mono (23826): Image addref System.Core[0x99455d60] -> System.Core.dll[0x9b30d100]: 72
01-12 18:33:47.300 D/Mono (23826): Config attempting to parse: 'System.Core.dll.config'.
Is there any way to turn off these other messages so that I can follow mine?
Thanks
Anthony