| 43 | } |
| 44 | |
| 45 | GrSystemMonitor::GrSystemMonitor(const std::shared_ptr<GrApplication>& app) { |
| 46 | this->app_ = app; |
| 47 | this->context_ = app->GetContext(); |
| 48 | this->service_manager_ = context_->GetServiceManager(); |
| 49 | this->settings_ = GrSettings::Instance(); |
| 50 | } |
| 51 | |
| 52 | void GrSystemMonitor::Start() { |
| 53 | CheckServiceAlive(); |
nothing calls this directly
no test coverage detected