Quote:
Originally Posted by Fbone
Here are my Kindle logs.
|
There are several interesting things in those logs.
The system log starts out on June 9, 2021 and goes up to November 15 of that year before reverting back to midnight on May 1, 2021. The clock being off by that much along with the backwards jump probably indicates multiple occurrences where the Kindle's battery ran down completely, resetting the internal clock. The clock advances again to May 3, 2021 and then changes suddenly to February 7, 2024 once it connects to Amazon.
The Kindle is running firmware version 5.13.7 which was released in 2021. As far as I know the book deletion problem started happening in 2023. So it seems that the change causing books being deleted probably occurred on Amazon servers rather than in the Kindle firmware.
I am not certain what exactly in the log corresponds to the deletion of books. The most likely is the pair of entries that occurs 16 times in the log:
Code:
cvm[5380]: I ReaderSDKImpl:Information::Processing remove item
...
cvm[5380]: I ReaderSDKImpl:Information::Successfully deleted content
Also suspicious are 24 occurrences of:
Code:
archive[2987]: I archive:ProcessArchiveItem:status=success,cdeKey=<private>,cdeType=EBOK,title=<private>,action=delete:Successfully processed archive item
I do not see any identification of which specific books were deleted and what triggered the deletion to occur.
I will continue to examine the logs. However at this point I do not expect to find anything that could be useful in pinpointing the exact cause or preventing this type of deletion from occurring in the future.