You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/tools
Benoit Pierre 6e7ccf2320
android: add custom `adb logcat` formatter (#12385)
- standalone: no other dependencies than Python (>= 3.7) and adb
  (Android >= 4.3 [Jelly Bean])
- filter KOReader's traces, and other processes chatter about KOReader
  (e.g. mentions of its application ID or PID)
- show time, PID, TID (when different), tag, priority, and message
- only parse the log (don't rely on `adb shell` commands)
- can be used as a filter, including on its own (uncolored) output
- we can simplify instructions to users when asking for detailed logs

Why not use pidcat?
- project is unmaintained
- does not support Python 3 (need at least one extra patch)
- mangle long lines by wrapping them, even when not outputting to a terminal,
  which is a big no-no, IMHO (as it break searching, copy pasting, etc…)
1 month ago
..
benchmark.lua tweaks for new build system 4 months ago
eink_cmap.gif Remove PNG icons, add koreader.svg 4 years ago
graph_memory.sh kodev: rewrite most of it 1 month ago
ja_keyboard_generate.py keyboard: japanese: always put digits as the south gesture for latin (#8443) 3 years ago
kobo-touch-probe.png Remove PNG icons, add koreader.svg 4 years ago
kobo_touch_probe.lua tweaks for new build system 4 months ago
logcat.py android: add custom `adb logcat` formatter (#12385) 1 month ago
mk7z.sh tools/mk7z: support debian unstable / ubuntu 22.04 5 months ago
trace_require.lua
update-metadata.lua [minor] Fix lowercase typo in "Google Translate" (#12157) 3 months ago
valgrind_amd.supp kodev: Use getopt instead of a hand-rolled hack (#6980) 4 years ago
wbuilder.lua ReaderStatus, Book status widget: cleanup (#12343) 1 month ago