Xamarin.ANRWatchDog:https:github.com的Xamarin端口SalomonBrysANR WatchDog 源码
Xamarin.ANRWatchDog Xamarin端口 一个简单的看门狗,可检测Android ANR(应用程序无响应)。 目录 为什么存在 目前,Android应用程序无法捕获和报告ANR错误。 如果您的应用程序不在Play商店中(要么是因为您仍在开发中,要么是因为您分配的方式不同),调查ANR的唯一方法是提取文件/data/anr/traces.txt。 此外,我们发现使用Play商店不如选择我们自己的错误跟踪服务有效。 android bug跟踪器中有一个描述了这种不足,请随时给它加注星标;) 它能做什么 它设置了一个“看门狗”计时器,该计时器将检测UI线程何时停止响应。 这样做
文件列表
Xamarin_ANRWatchDog-master.zip
(预估有个20文件)
Xamarin.ANRWatchDog-master
ANRWatchDog
ANRWatchDog.cs
8KB
ANRError.cs
7KB
Xamarin.ANRWatchDog.csproj
3KB
Xamarin.ANRWatchDog.nuspec
674B
Properties
AssemblyInfo.cs
1KB
ANRTestApp
packages.config
289B
暂无评论