Commit Graph

11 Commits

Author SHA1 Message Date
Andrey Gusakov 14b0e350f6 binary_log: return number of bytes writen 2025-01-21 15:05:47 -05:00
Andrey Gusakov 9b1684b5e6 binary_logging: we need resetFileLogging() for PROD_CODE
...for slicing big log into chunks.
2025-01-21 10:08:27 -05:00
rusefillc 98833fc775 unit tests to write MS logs #7222
only:simpler API
2024-12-27 17:34:25 -05:00
rusefillc da20d20bd9 unit tests to write MS logs #7222
only:refactoring
2024-12-27 16:57:18 -05:00
rusefillc 2faa6c3681 only:getSdCardFieldsCount 2024-10-14 22:24:53 -04:00
rusefillc 9085884794 guards 2022-12-17 16:37:57 -05:00
rusefillc af2d486614 SD logging: cutting out intermediate buffer since we already have nicely buffered writer 2022-10-11 23:41:18 -04:00
rusefillc 9c83cfd696 moving SD logic to better source 2022-09-12 20:39:43 -04:00
Matthew Kennedy a8057cfc16
write SD header using new Writer class (#1882)
* write header

* hooray, free memory!

* fix test

* is there really this much free space...?

* no, there is not
2020-10-15 16:00:13 -04:00
Matthew Kennedy 2cb665cc51
Check for sd buffer overrun (#1867)
* use actual header size

* and the buffer can be a little smaller
2020-10-08 21:02:15 -04:00
Matthew Kennedy 94e63e7c43
binary logging (#1443)
* field support

* tests

* makefiles

* test data too

* missing include dir

* write correct thing

* fix one test

* fix test

* omnomnomnom ram

* format

* use defined names

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-05-17 15:56:37 -04:00