有没有办法为MonoDroid创建全局错误处理程序?我的调试器坏了,所以我需要一种方法来在应用程序崩溃时查看异常信息。 最佳答案 看来AndroidEnvironment.UnhandledExceptionRaiser就是您要找的://that'sadirty-codeexample,donotuseas-is!:)AndroidEnvironment.UnhandledExceptionRaiser+=(sender,args)=>{File.AppendAllText("tmp.txt",args.Exception.ToSt