Lines Matching refs:LOG
66 LOG(DEBUG) << "Requesting camera list"; in EvsStateControl()
69 LOG(INFO) << "Camera list callback received " << cameraList.size() << "cameras."; in EvsStateControl()
71 LOG(DEBUG) << "Found camera " << cam.v1.cameraId; in EvsStateControl()
104 LOG(WARNING) << "No config information for hardware camera " in EvsStateControl()
111 LOG(DEBUG) << "State controller ready"; in EvsStateControl()
146 LOG(DEBUG) << "Starting EvsStateControl update loop"; in updateLoop()
172 LOG(ERROR) << "selectStateForCurrentConditions failed so we're going to die"; in updateLoop()
186 LOG(ERROR) << "Didn't get requested output buffer -- skipping this frame."; in updateLoop()
212 LOG(WARNING) << "EvsStateControl update loop ending"; in updateLoop()
223 LOG(ERROR) << "Shutting down app due to state control loop ending"; in updateLoop()
234 LOG(ERROR) << "GEAR_SELECTION not available from vehicle. Exiting."; in selectStateForCurrentConditions()
306 LOG(DEBUG) << "Switching to state " << desiredState; in configureEvsPipeline()
307 LOG(DEBUG) << " Current state " << mCurrentState in configureEvsPipeline()
309 LOG(DEBUG) << " Desired state " << desiredState in configureEvsPipeline()
318 LOG(ERROR) << "Failed to construct Pixel Copy renderer. Skipping state change."; in configureEvsPipeline()
322 LOG(DEBUG) << "Unsupported, desiredState " << desiredState in configureEvsPipeline()
335 LOG(ERROR) << "Failed to construct direct renderer. Skipping state change."; in configureEvsPipeline()
345 LOG(ERROR) << "Failed to construct top view renderer. Skipping state change."; in configureEvsPipeline()
349 LOG(DEBUG) << "Unsupported, desiredState " << desiredState in configureEvsPipeline()
365 LOG(DEBUG) << "Turning off the display"; in configureEvsPipeline()
371 LOG(DEBUG) << "EvsStartCameraStreamTiming start time: " in configureEvsPipeline()
374 LOG(ERROR) << "New renderer failed to activate"; in configureEvsPipeline()
379 LOG(DEBUG) << "EvsActivateDisplayTiming start time: " in configureEvsPipeline()
383 LOG(ERROR) << "setDisplayState returned an error " in configureEvsPipeline()
390 LOG(INFO) << "Activated state " << desiredState; in configureEvsPipeline()