Skip to content

royerloic/BadTrack

Repository files navigation

README

BadTrack

Dead simple exception tracking for java projects.

How to add BadTrack to your project ?###

BadTrack has a maven repository:

Download

<repository>
    <id>bintray-clearcontrol-ClearControl</id>
    <name>bintray</name>
    <url>http://dl.bintray.com/clearcontrol/ClearControl</url>
</repository>
<dependency>
  <groupId>net.clearcontrol</groupId>
  <artifactId>BadTrack</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>

How to build the project?

to build the project:

./gradlew build

To generate eclipse project files:

./gradlew eclipse

To clean-up modified eclipse project files:

./gradlew cleanEclipse

Author(s)

About

Track your app's exceptions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages