Giter Site home page Giter Site logo

phucdth12a / net.kibotu.android.error.tracking Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kibotu/net.kibotu.android.error.tracking

0.0 2.0 0.0 704 KB

Android Error Tracking for gh-pages

Home Page: http://kibotu.github.io/net.kibotu.android.error.tracking/

Java 100.00%

net.kibotu.android.error.tracking's Introduction

Android Error Tracking for gh-pages

Build Status

Introduction

Library to list errors of your live app on your github.io page.

How to use

  1. Add the lib to your project. Whether by copy & paste of the /jar/error-tracking-lib.jar or by including it into your maven pom.xml.
  2. Add Parse.com Android lib to your project. Latest Parse.com Android SDK Version
  3. Init the error tracking lib:
ErrorTracking.startSession(this, applicationId, clientKey); // Note: you get the ids by creating a parse.com application.
  1. Add the demo html code to your gh-page.

  2. Init parse in the main.js:3

Tests

A working example can be found in the error-tracking-app folder.

Ready to use lib in /jar/error-tracking-lib.jar

Ready to use mvn-repo

<dependency>
    <groupId>net.kibotu.android.error.tracking</groupId>
    <artifactId>error-tracking-lib</artifactId>
    <version>1.0.0</version>
</dependency>
<repositories>
    <repository>
        <id>net.kibotu.android.error.tracking-mvn-repo</id>
        <url>https://raw.github.com/kibotu/net.kibotu.android.error.tracking/mvn-repo/</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository>
</repositories>

Features

Sends uncaught exceptions of your live app to parse.com and lists them on your gh-page.

Changelog

TODO

  • write readme file :D

Known Issues

Contact

Contributers:

Dependancies

  • Parse.com for throwable storage.

See also

net.kibotu.android.error.tracking's People

Contributors

kibotu avatar

Watchers

James Cloos avatar Duong Hien Phu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.