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

Thanks for the great library. We are moving away from our custom remote logger to hyperlog. Our old backend was not able to support the new request of hyperlog. One...

I have NPE when my app call HyperLog.getDeviceLogsInFile. This is stacktrace: ```java 02-19 21:21:33.625 7736-7736/com.ubikinformatica.it.eteam W/System.err: java.lang.IllegalStateException: Couldn't read row 0, col 1 from CursorWindow. Make sure the Cursor is...

It would be helpful if one could override the data format that is sent. Currently, it appears that it just joins log records with a line separator. However, if one's...

Log file is not getting created for Huawei Honor device. Whenever I call `File file = HyperLog.getDeviceLogsInFile(getActivity(), false);` `file` is always returning `null`.

Fixed broken links and added missing links