Skip to content

Commit

Permalink
[NFC][sanitizer] VReport incomplete list (#111944)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka authored Oct 11, 2024
1 parent 374886a commit 36639af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ bool ThreadSuspender::SuspendAllThreads() {
VReport(1, "Failed to list threads\n");
return false;
case ThreadLister::Incomplete:
VReport(1, "Incomplete list\n");
retry = true;
break;
case ThreadLister::Ok:
Expand Down

0 comments on commit 36639af

Please sign in to comment.