Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can output a debug log from AdamApp by using ADAM_DEBUG_PRINT() fuction included in AdamDebug.h. (In this case, you do not need to call ADAM_DEBUG_OPEN() function nor ADAM_DEBUG_CLOSE() function.)

Info

For Python, please use the adam_debug_print() function.

The logs will be saved in non-volatile memory of i-PRO camera itself if the UDP Log setting shown below
was not set.
The non-volatile memory is a ring buffer, thus the older logs will be overwritten by new ones.
The AdamApp log output will be in pf_<install ID>_<processId>.log* within log/adam in syslog.tgz which
can be obtained from the i-PRO Web display.

...