Skip to content
Discussion options

You must be logged in to vote

If this is .NET 10, you can do:

# enable verbose logging for Mono runtime
adb shell setprop debug.mono.log default,debugger,assembly,timing=bare,mono_log_level=debug,mono_log_mask=all
# clear the current log
adb logcat -c
# make the app crash
# save the log
adb logcat -d > log.txt

If the C# stacktrace is in dotnet/maui, it can be a new issue here. Otherwise, you can file a new issue at dotnet/android, or just share here and we can look.

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@jonathanpeppers
Comment options

Answer selected by rokmeglicbit
@rokmeglicbit
Comment options

@rokmeglicbit
Comment options

@rokmeglicbit
Comment options

@jonathanpeppers
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants