It's a super minor bug so I think I may just report its instead of following the bug report
On the definition of diag function in kernel on this line, a timer is set as function argument to turn timer on/off. Then on the begining line of this function, a timer is initialized regardless of the function argument, which, turn out to log unwanted information later in the logging part
We changed it in our local src code to avoid redundant logging and maybe a change in original code would be better
It's a super minor bug so I think I may just report its instead of following the bug report
On the definition of diag function in kernel on this line, a timer is set as function argument to turn timer on/off. Then on the begining line of this function, a timer is initialized regardless of the function argument, which, turn out to log unwanted information later in the logging part
We changed it in our local src code to avoid redundant logging and maybe a change in original code would be better