Why am I not able to see whole log messages on the console?

Hi team,
I tried executing sample object detector tracker on nvidia drive orin provided by driveworks sdk. I could see the log messages getting displayed on the screen while executing the code. Afterwords, when I stop executing, I could not see the log messages from the beginning of main function. I could still see some log messages but they are not from beginning. What could be an issue?

Dear @akshay.tupkar,
May be the console has limit on number of output lines.

Yes @SivaRamaKrishnaNV
Earlier It used to be displayed on the console. Is there any way that I can do to resolve this issue?Because I multithreaded code, I want to measure execution time of code but it is not getting printed on the screen

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Does that mean excepct these print messages, others are printing? Could you check redirecting the console output to a logfile?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.