MCPcopy Create free account
hub / github.com/cinder/Cinder / dbg_log_sensor

Function dbg_log_sensor

src/cinder/app/android/EventManagerAndroid.cpp:641–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639}
640
641void dbg_log_sensor( const std::string& name, const std::shared_ptr<EventManagerAndroid::Sensor>& sensor )
642{
643 std::stringstream ss;
644 ss << "Sensor " << name << " : " << (nullptr != sensor->mSensor ? "FOUND" : "not found" );
645 dbg_app_log( ss.str() );
646}
647
648void EventManagerAndroid::execute()
649{

Callers 1

executeMethod · 0.85

Calls 2

dbg_app_logFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected