openthread / ot-commissioner

OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
49 stars 36 forks source link

[logging] misc logging enhance / fix #124

Closed wgtdkp closed 4 years ago

wgtdkp commented 4 years ago

This PR includes a fix and enhancement to logging messages:

  1. replace commissioning session with joiner session;
  2. Logging DTLS data length;
codecov-commenter commented 4 years ago

Codecov Report

Merging #124 into master will not change coverage. The diff coverage is 60.00%.

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   62.23%   62.23%           
=======================================
  Files          58       58           
  Lines        5372     5372           
=======================================
  Hits         3343     3343           
  Misses       2029     2029           
Impacted Files Coverage Δ
src/library/joiner_session.cpp 86.84% <0.00%> (ø)
src/library/commissioner_impl.cpp 62.43% <50.00%> (ø)
src/library/dtls.cpp 79.03% <100.00%> (ø)