Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid crash in reporting::Engine::ScheduleRun() (#13093)
#### Problem `reporting::Engine::ScheduleRun()` crashes if invoked after `SessionManager` has shut down. #### Change overview Check pointers. #### Testing Verified using pending PR #13060 with ``` server start server stop exit ``` which crashes without this change.
- Loading branch information