Quote:
Originally Posted by bachvarov
Hi,
I would like to report a koreader crash. When pocketbook is shutdown,without first manually exiting koreader, it crashes (see attached log). As a result metadata is not saved and each time metadata has to be indexed from scratch. As a workaround I always exit koreader, before shutting pocketbook down.
|
There's no crash in that crash.log.
Also, pocketbook system send a EVT_BACKGROUND that makes possible for us to save settings. It is already handled in
https://github.com/koreader/koreader....lua#L136-L141
There's also a handled auto shutdown event called EVT_EXIT.
So, with any recent version (2020.09+) all possibles scenarios are covered, IIRC, except you long press the home button and poweroff with KO in the foreground. If that's the case use the exit menu to poweroff or short press the home button to return to PB home and poweroff from there.