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
It seems verbosity level quiet is not working properly.
I add printf in dispatch_callback.cpp and check the callback_prt and service.
I don't know why but callback_ptr changed and service.ignored is rewrite to 0, which causes this issue.
I tried to solve this issue, but I could not find the cause...
before callback: callback_ptr: 0x55f00f880850
before callback: service: 0x7f97db7fd070
before callback: service.ignored: 1
before callback: callback_ptr: 0x55f00f880880
before callback: service: 0x7f97db7fd070
before callback: service.ignored: 0
after callback: service: 0x7f97db7fd070
after callback: service.ignored: 0
after callback: service: 0x7f97db7fd070
after callback: service.ignored: 0
It seems verbosity level quiet is not working properly.
I add printf in
dispatch_callback.cpp
and check the callback_prt and service.I don't know why but callback_ptr changed and
service.ignored
is rewrite to0
, which causes this issue.I tried to solve this issue, but I could not find the cause...
How to check this issue
Please use this PR for printing
#81
Then, I changed as below to show the print output.
The text was updated successfully, but these errors were encountered: