Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trace Logger Feature Review and Merge #2953
base: devel
Are you sure you want to change the base?
Trace Logger Feature Review and Merge #2953
Changes from all commits
2a5dba3
2e67154
27a58bc
2156618
25ede54
8d30c55
3638982
6160ed2
d1c48ca
5d50140
9b1cd59
3a5a366
ccf88a9
10ef05b
3f0d2db
1a000c2
8c53be4
33dd922
11eabfe
9193a20
aaadbab
5d372d4
a4b5cb6
b548ebb
b0a9ba0
f99fc34
d598e4e
74eb8f8
0f0692a
ed63e2d
a94b8f7
3e28797
e70c568
8bbda39
d30244b
3e0b546
15cb971
44fc775
acf1982
6486bd3
64844f4
66a9cb8
2dbf993
b42e62c
9e10a49
ca35e21
7539954
7d4e9e4
f3479d1
6bc9b92
97af364
179127e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check notice
Code scanning / CodeQL
Use of basic integral type Note
Check warning
Code scanning / CodeQL
Unchecked function argument Warning
Check warning
Code scanning / CppCheck
Member variable 'TraceBuffer::m_bufferData' is not assigned in the copy constructor. Should it be copied? Warning
Check warning
Code scanning / CodeQL
Unchecked function argument Warning
Check notice
Code scanning / CodeQL
Use of basic integral type Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this being used? It looks like there is commented out code that we shouldn't deliver.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was initially writing it as a string output to file to be able to read it. I've removed it since. I thought it would be nice to have for debugging purposes in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed commented out code
Check warning
Code scanning / CodeQL
Unchecked function argument Warning
Check warning
Code scanning / CodeQL
Unchecked return value Warning
Check notice
Code scanning / CodeQL
Long function without assertion Note
Check warning
Code scanning / CodeQL
Unchecked function argument Warning
Check notice
Code scanning / CodeQL
Long function without assertion Note
Check warning
Code scanning / CodeQL
Unchecked function argument Warning
Check notice
Code scanning / CodeQL
Use of basic integral type Note
Check warning
Code scanning / CodeQL
Unchecked function argument Warning
Check warning
Code scanning / CodeQL
Unchecked return value Warning
Check warning
Code scanning / CodeQL
Unchecked function argument Warning
Check warning
Code scanning / CodeQL
Unchecked return value Warning
Check warning
Code scanning / CodeQL
Unchecked function argument Warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove Trace Entry entirely. Not used anywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove ComPacket , add serializable base class here instead