Write 3 ms digits to ascii to resolve CANoe bug#1362
Write 3 ms digits to ascii to resolve CANoe bug#1362zariiii9003 merged 4 commits intohardbyte:developfrom
Conversation
The ascii format currently is not setup to append. I recenly added in **options to the logger script. **options are only required for the rolling logger.
Codecov Report
@@ Coverage Diff @@
## develop #1362 +/- ##
===========================================
+ Coverage 66.13% 66.18% +0.05%
===========================================
Files 86 86
Lines 9004 9006 +2
===========================================
+ Hits 5955 5961 +6
+ Misses 3049 3045 -4 |
|
@zariiii9003 ready for review. |
|
@zariiii9003 I believe this is a fix for the bug described in #1315. |
|
At a glance, I'm not sure how the test failure of |
I just ran into this issue, too. It's weird because nothing changed. I'll try to fix it. |
|
Should be fixed in develop. |
|
See logs header below:
We can see that in log from CANalyzer, log datetime is the same as trigger beginning datetime. |
|
@zariiii9003, what's your opinion? |
|
I see what you mean now. Technically the current implementation is correct, The header tells when the file was created and the triggerblock tells the timestamp of the first message. But i'd like to hear other opinions on this. |
the rolling logger.
closes #1315
closes #1357