Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin - How to quench or filter Application Output?

While making an app in Xamarin I'm using the Application Output" for debugging. This log gets spam by hundreds of the same message, which I don't want to see.

How can I quench or filter certain messages from appearing in this log?

like image 634
Berit Larsen Avatar asked Sep 26 '22 13:09

Berit Larsen


1 Answers

Believe it or not but that is not possible to do in Xamarin Application Output widow. You can do it in Device Monitor. In Xamarin, go to Tools->Device Monitor and check LogCat. There you can filter by type of log or by any phrase you want.

like image 194
pixel Avatar answered Sep 28 '22 04:09

pixel