c# - Xamarin - How to quench or filter Application Output? -


while making app in xamarin i'm using application output" debugging. log gets spam hundreds of same message, don't want see.

how can quench or filter messages appearing in log?

believe or not not possible in xamarin application output widow. can in device monitor. in xamarin, go tools->device monitor , check logcat. there can filter type of log or phrase want.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -