I have a native Xamarin Android app which throws an Exception in an IntentService. The callstack is useless for determining where I'm standing in the excecution when the Exception happens (IntentServices run in a separate thread I guess?).I have a native Xamarin Android app which throw