Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(process monitoring): dont abort lo2s on unexpected child process
exit If currently a process exits after ptrace catched it but before sampling with perf_event_open has been set up, perf_event_open will throw ESRCH ("no such process"), aborting lo2s. Change the behaviour on an exception in ScopeMonitor so lo2s merely prints a warning instead of exiting, as no error in the ScopeMonitor should affect the measurement as a whole
- Loading branch information