Change-Id: I61000853c56f03d6789480567c037960b45a131b
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
int stringSize = 0;
for (int idx = 0; idx < attributeSize; ++idx) {
stringSize = attributeValue[idx].size();
- LOGE("Converting %s with length %d to char*", attributeValue[idx].c_str(), stringSize);
+ LOGI("Converting %s with length %d to char*", attributeValue[idx].c_str(), stringSize);
(*values)[idx] = (char *) malloc(sizeof(char) * (stringSize + 1));
if ((*values)[idx] == NULL) {
LOGE("Failed to convert string to char*");
LOGI("left:%d, top:%d, right:%d, bottom:%d", left, top, right, bottom);
}
- LOGE("Inference: GetFaceDetectionResults: %d\n", results->number_of_faces);
+ LOGI("Inference: GetFaceDetectionResults: %d\n", results->number_of_faces);
}
return MEDIA_VISION_ERROR_NONE;