Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
132741: kvprober: reuse TracingEnabled config variable r=kvoli,joshimhoff a=VishalJaishankar There was a panic caused due to null reference from variable `finishAndGetRecording` see #131672 This was happening because we check the TracingEnabled config twice and in a corner case the flag was false on the first call and enabled when the second call was made causing the null reference. This PR checks the flag once and reuses it. Fixes: #131672 Epic: none Release note: None Co-authored-by: Vishal Jaishankar <[email protected]>
- Loading branch information