-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exit with error if any thread panics
The threads we run are crucial for the profiler to work correctly. They should never panic (and we should ensure that's the case) but if a panic occurs, hard stopping is better. Test Plan ========= panicked a thread and the main thread exited.
- Loading branch information
1 parent
3d15eaf
commit 3b6669f
Showing
1 changed file
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters