Home > database >  In c#/Xamarin/Android How do I get the stack trace for all managed threads?
In c#/Xamarin/Android How do I get the stack trace for all managed threads?

Time:07-11

I'm trying to diagnose why my app is freezing up and android is displaying a message that app is not responding. For an unknown reason, messages that should show in logcat output do not when this happens.

I'm looking at using threads tab

I understand that things are rarely this simple...

  • Related