hyperlog-android icon indicating copy to clipboard operation
hyperlog-android copied to clipboard

Utility logger library for storing logs into database and push them to remote server for debugging

Results 25 hyperlog-android issues
Sort by recently updated
recently updated
newest added

Hi Are the maintainers still supporting this project ? Is there a replacement library for this project ? Seems this project is now discontinued :-/

I've added mavenCentral for other libraries since jcenter is sunsetting, but this is the only library that isn't resolving. Can you verify the latest version is distributed?

This is basically "programming by copy-pasting from stackoverflow" since I don't really do Java but I wanted to test the demo app and I sure as heck did not want...

Hi, I'm pushing the logs on beeceptor.com (since request.bin is closed). Logs are displayed correctly, and also the header, so the pushing is OK. I'm trying to send log to...

Hi! I am using this library and it works fine but when I change the expiry period of logs in this way, it is not working: HyperLog.initialize(Constants.appContext, 172800, new CustomLogMessageFormat(this));...

Can anyone please let me know what is the location of the file in the hyperlog file in the memory system

How to change log file name present its saving as with timestamp format 2019_11_07T06_56_34.128Z.txt. I want to save with different names. can anyone suggest??

File file = HyperLog.getDeviceLogsInFile(this); return null always...

Automatic deletion mechanism of old logs is broken. It is based on incorrect assumption, that each log line should start with a time stamp like 2017-10-05T14:46:36.541Z, and chooses logs to...