Tungstwenty
Tungstwenty
Could you include distribution files for Android? I tried adding an additional block on the Makefile build-all target, similar to the other cross-compile entries: ``` -CGO_ENABLED=0 gox \ -os="android" \...
The idea is to have a way to explore existing or future dump files on the UI itself instead of relying on scrolling through text. Dumps will likely become more...
Currently the watchdog fires the notification after the device had the screen off for more than the threshold period, since it was 100% awake the whole time. I didn't manage...
It would ease the analysis if items such as alarms, wakelocks, etc. would show, in addition to the absolute value, the average value per hour during the period.
AFAIK this is a standard interface present in all kernels, and the counters might be marginally useful to help understand where do wakeups come from, at the hardware level. The...
Following #270, add detection on whether a non-blank file is actually produced and discard empty files, notifying the user. Since logcat can be disabled system-wide (e.g. by removing /dev/log) and...