Skip to content

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

Notifications You must be signed in to change notification settings

unic0x/watchdoganr

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages