nxdumptool/source
Pablo Curiel 6acdb38d11 FileWriter: remove call to ftruncate()
ftruncate() may severely delay the start of a dump process for certain UMS devices, and the write speed differences when using the SD card seem to be negligible.

Other changes include:

* FileWriter: add log messages throughout all class methods.

* log: update generic log macros to use __PRETTY_FUNCTION__ instead of __func__.
* log: add logFormatFunctionName() function, which takes an input __PRETTY_FUNCTION__ string and parses the info we need from it.
* log: update _logWriteFormattedStringToLogFile() and logWriteFormattedStringToBuffer() functions to reflect the other changes.
2024-05-03 15:14:32 +02:00
..
core FileWriter: remove call to ftruncate() 2024-05-03 15:14:32 +02:00
tasks FileWriter: remove call to ftruncate() 2024-05-03 15:14:32 +02:00
utils FileWriter: remove call to ftruncate() 2024-05-03 15:14:32 +02:00
views Remove all references to NSWDB. 2024-05-02 15:38:39 +02:00
main.cpp Improve directory layout while we still can. 2024-04-30 23:01:42 +02:00