Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

A simple watchdog that detects Android ANRs (Application Not Responding) for B4A

Usage:

Sub Globals
Dim ANR As WatchDog
End Sub
Sub Activity_Create(FirstTime As Boolean)
ANR.Startdelay(10000)
End Sub

About

A simple watchdog that detects Android ANR (Application Not Responding) error and throws a meaningful exception

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages