Debugging MAUI issues from android playstore Crash details stacks

96 views Asked by At

I have a MAUI application available on the playstore. Google PlayStore has the "Crashes and ANRs" reports.
Because MAUI isn't exactly Java, I'm having a difficult time finding the actual issue from the callstack.

What's the best way to add debugging information or something to better locate the issues with google's reports? Espcially in the ANR section where it seems to look like native stacks.

Ideally I would like to have the line of code where an exception occured, or at least see proper non-native call stacks. Or alternatively, a way to load the callstack in visual studio to identify the issue.

ANR Issue

Might be related to this, but I would need a MAUI solution: Playstore error: App Bundle contains native code, and you've not uploaded debug symbols

0

There are 0 answers