[doc] Add location of logs to Hacking document (#8901)

This commit is contained in:
Will
2022-03-14 04:07:08 -04:00
committed by GitHub
parent 36fc981b7c
commit f709cc48e6

View File

@@ -13,6 +13,8 @@ logger.dbg("table a: ", a)
Anything printed by `logger.dbg` starts with `DEBUG`.
On most target platforms, log output is saved to `crash.log` in the `koreader` directory.
```
04/06/17-21:44:53 DEBUG foo
```