Commit Graph

10 Commits

Author SHA1 Message Date
Frans de Jonge
4638929e86 Issue template: ask for firmware version (#13637)
Some checks failed
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
It wasn't in the old template, and I didn't think of it for #13633

See #13636
2025-04-20 21:46:29 +02:00
Frans de Jonge
0e2a462d52 Issue template: convert to form and add log instructions for deskop (#13633)
Some checks failed
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled
Follow-up to <https://github.com/koreader/koreader/pull/13632>, also see <https://github.com/koreader/koreader/pull/13619#issuecomment-2816833050>.
2025-04-20 11:12:32 +02:00
mergen3107
16fcc38a3a Update bug_report.md with new location of verbose logging toggle (#12042)
Closes #11276
2024-06-17 15:35:17 +02:00
NiLuJe
e98bf342e7 GH: Mention that toggling verbose debug logging requires a restart.
Otherwise, stuff that inherits logger functions on require don't get
logged (i.e., framebuffer), and the debug guards aren't hooked.
2022-10-29 22:55:20 +02:00
NiLuJe
7b9f02e1ac GH: Extend the issue template to request verbose debug logs for non-crash issues. (#9585)
Because it's literally 90% of our first replies :/.
2022-10-05 17:37:33 +02:00
Martín Fernández
fdb0539aae Bug report changes (#7709)
* android: dump logcat to file
* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2021-05-23 01:20:13 +02:00
NiLuJe
ce624be8b8 Cache: Fix a whole lot of things.
* Minor updates to the min & max cache sizes (16 & 64MB). Mostly to satisfy my power-of-two OCD.
  * Purge broken on-disk cache files
  * Optimize free RAM computations
  * Start dropping LRU items when running low on memory before pre-rendring (hinting) pages in non-reflowable documents.
  * Make serialize dump the most recently *displayed* page, as the actual MRU item is the most recently *hinted* page, not the current one.
  * Use more accurate item size estimations across the whole codebase.

TileCacheItem:

  * Drop lua-serialize in favor of Persist.

KoptInterface:

  * Drop lua-serialize in favor of Persist.
  * Make KOPTContext caching actually work by ensuring its hash is stable.
2021-05-05 20:37:33 +02:00
Martín Fernández
b9a59f3930 bug template: [android] log native crashes too (#6920)
So we can get the whole picture since the beginning.
2020-11-28 17:48:03 +01:00
Frans de Jonge
eee54ffbae Add FR template (#6296)
Follow-up to <https://github.com/koreader/koreader/pull/6291>.
2020-06-22 18:26:39 +02:00
Frans de Jonge
704f174c3d Migrate to new issue templates workflow (#6291)
See https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates
2020-06-22 08:31:54 +02:00