You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear all,
I add 3 lines in the file [contiki-ng]/tools/cooja/apps/powertracker/java/PowerTracker.java to see the timing they call the radio.isTransmitting(), radio.isReceiving() and radio.isInterfered().
If you use logger.info instead of log, the output will go to the console.
If you want that information to also be written to a file, you can pass -logfile=name.log to Cooja (so for latest master in the docker image, cooja --args="-logfile=name.log -logdir=/tmp" will write /tmp/name.log).
Dear all,
I add 3 lines in the file
[contiki-ng]/tools/cooja/apps/powertracker/java/PowerTracker.java
to see the timing they call theradio.isTransmitting()
,radio.isReceiving()
andradio.isInterfered()
.How could I set the log level for Cooja source files, and where could I see the log outputs?
The text was updated successfully, but these errors were encountered: