This is useful for improving the sensors HAL.
Change-Id: I41430974b40e14095396aaf645b8b37d08b13710
* limitations under the License.
*/
+//#define VERBOSE
+
#include "Sensors.h"
#include <sensors/convert.h>
#include "multihal.h"
dst->typeAsString = SENSOR_STRING_TYPE_PROXIMITY;
dst->maxRange = 1;
}
+
+#ifdef VERBOSE
+ LOG(INFO) << "SENSOR NAME: " << dst->name;
+ LOG(INFO) << " VENDOR: " << dst->name;
+ LOG(INFO) << " TYPE: " << (uint32_t)dst->type;
+ LOG(INFO) << " TYPE_AS_STRING: " << dst->typeAsString;
+ LOG(INFO) << " FLAGS: " << std::hex << dst->flags;
+ LOG(INFO) << "";
+#endif
}
_hidl_cb(out);