Is Application level tracing possible in PIO as described in the Application Level Tracing library - ESP32 - — ESP-IDF Programming Guide latest documentation (espressif.com) documentation?
I believe I have enabled what is required in menu config.
I have tried the command
esp apptrace start file://trace.log 1 -1 -1 0 0
in the debug console but apparently the command is not recognized.
esp apptrace start file://trace.log 1 -1 -1 0 0
Undefined command: “esp”. Try “help”.
Undefined command: “esp”. Try “help”. (from interpreter-exec console “esp apptrace start file://trace.log 1 -1 -1 0 0”)