Skip to content

Commit 7b54b1b

Browse files
author
Aman
committed
Adds demo APK
1 parent f9ea6c4 commit 7b54b1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* [License](#license)
2020

2121
## Overview
22-
A utility logger library for Android on top of standard Android `Log` class for debugging purpose. This is a simple library that will allow Android apps or library to store `log` into `database` so that developer can pull the logs from the database into `File` or push the logs to your `remote server` for `debugging` purpose. Want to know more on this and wondering why you should prefer using this library over doing it yourself. Check out the blog post.
22+
A utility logger library for Android on top of standard Android `Log` class for debugging purpose. This is a simple library that will allow Android apps or library to store `log` into `database` so that developer can pull the logs from the database into `File` or push the logs to your `remote server` for `debugging` purpose. Want to know more on this and wondering why you should prefer using this library over doing it yourself. Check out the [blog post](www.hypertrack.com/blog/hyperlog-library/) or [sample apk](hyperlog-demo-debug.apk).
2323

2424
<p align="center">
2525
<kbd>

hyperlog-demo-debug.apk

1.67 MB
Binary file not shown.

hyperlog/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Wed Dec 13 13:49:45 IST 2017
1+
#Wed Dec 13 13:52:20 IST 2017
22
version=0.0.7
3-
VERSION_BUILD=375
3+
VERSION_BUILD=378
44
VERSION_PATCH=7

0 commit comments

Comments
 (0)