Commit e925cb4
authored
Add ExitOnEnqueueCount control (#371)
* Add StopOnEnqueueCount control
If set, CLIntercept will terminate the application on achieved enqueue count.
Useful to debug applications with sporadic issues.
Signed-off-by: Igor Venevtsev <[email protected]>
* add ExitOnEnqueueCount control
If set to nonzero value, application will be forced to exit on achieved enqueue count.
This can be used to debug sporadic applications issues. In case issue is
not visible on specified enqueue, not needed to wait application normal exit.
Signed-off-by: Igor Venevtsev <[email protected]>
---------
Signed-off-by: Igor Venevtsev <[email protected]>1 parent d36a5cc commit e925cb4
3 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
710 | 714 | | |
711 | 715 | | |
712 | 716 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1947 | 1947 | | |
1948 | 1948 | | |
1949 | 1949 | | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
1950 | 1959 | | |
1951 | 1960 | | |
1952 | 1961 | | |
1953 | | - | |
1954 | 1962 | | |
1955 | 1963 | | |
1956 | 1964 | | |
| |||
0 commit comments