From f709cc48e6a58aacb12c33302b3f680b26131b07 Mon Sep 17 00:00:00 2001 From: Will Date: Mon, 14 Mar 2022 04:07:08 -0400 Subject: [PATCH] [doc] Add location of logs to Hacking document (#8901) --- doc/Hacking.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Hacking.md b/doc/Hacking.md index e5288e93a..a797ef6e3 100644 --- a/doc/Hacking.md +++ b/doc/Hacking.md @@ -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 ```