| 337 | } |
| 338 | |
| 339 | void GrSystemMonitor::StartServer() { |
| 340 | auto srv_mgr = context_->GetRenderController(); |
| 341 | srv_mgr->StartServer(); |
| 342 | } |
| 343 | |
| 344 | void GrSystemMonitor::CheckThisDeviceInfo() { |
| 345 | //LOGI("CheckThisDeviceInfo..."); |
nothing calls this directly
no test coverage detected