Hi,
I want to save all the screen output such as printf output messages into a log file. As on board there is no tee command, we could not use "./run.sh | tee > log.txt". The ./store_log.sh could just save the system messages.
Could someone know how to save all the messages released by the program?
Thanks in advance!