Last Version

ANR-Watchdog 1.4.0

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

License

License

MIT
GroupId

GroupId

com.github.anrwatchdog
ArtifactId

ArtifactId

anrwatchdog
Version

Version

1.4.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/SalomonBrys/ANR-WatchDog
Source Code Management

Source Code Management

https://github.com/SalomonBrys/ANR-WatchDog

Download anrwatchdog 1.4.0


<!-- https://jarcasting.com/artifacts/com.github.anrwatchdog/anrwatchdog/ -->
<dependency>
    <groupId>com.github.anrwatchdog</groupId>
    <artifactId>anrwatchdog</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anrwatchdog/anrwatchdog/
implementation 'com.github.anrwatchdog:anrwatchdog:1.4.0'
// https://jarcasting.com/artifacts/com.github.anrwatchdog/anrwatchdog/
implementation ("com.github.anrwatchdog:anrwatchdog:1.4.0")
'com.github.anrwatchdog:anrwatchdog:jar:1.4.0'
<dependency org="com.github.anrwatchdog" name="anrwatchdog" rev="1.4.0">
  <artifact name="anrwatchdog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anrwatchdog', module='anrwatchdog', version='1.4.0')
)
libraryDependencies += "com.github.anrwatchdog" % "anrwatchdog" % "1.4.0"
[com.github.anrwatchdog/anrwatchdog "1.4.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.