This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to use store_log.sh to get the vpssM3 log?

Hi,

Could someone tell me how to use store_log.sh to save the vpssM3 log when running the demos? I just don't know how to set the params.

Thanks in advance!

  • Are you referring to the store_log.sh that is part of DVR RDK ? Store logs stores the remote_debug_client prints to a file apart from printing on console. It is useful when you don't have uart connected or want to collect logs for long duration. To run store_log the cmd is :

    ./init.sh

    ./store_log.sh <path_to_log_file> <max_file_size_in_bytes>

     

    ./load.sh

    ./run.sh

     

  • Hi Badri,

    Thanks so much! I want to use store_log.sh because the console can only present the last part of the log when running the demo. I could not see the previous part. So I want to use store_log.sh to save the whole log.