Function Snpe_Options_SetLogFileRotateCount

Function Documentation

void Snpe_Options_SetLogFileRotateCount(Snpe_Options_Handle_t handle, uint32_t logFileRotateCount)

Sets the maximum number of log files to create. If set to 0 no log rotation will be used and the log file name specified will be used each time, overwriting any existing log file that may exist.

Parameters
  • handle[in] : Handle to access options object.

  • logFileRotateCount[in] : max log files to create