Home | History | Annotate | Download | only in profile

Lines Matching refs:ALOGE

159         ALOGE("%s: failed to malloc buffer", __func__);
188 ALOGE("Couldn't parase the filter %s\n", atts[attIndex+1]);
191 ALOGE("couldn't handle \"%s\" element for Filter\n", name);
198 ALOGE("Skip this element(%s) becaue this filter couldn't be supported\n", name);
209 ALOGE("Skip this element(%s) becaue this filter couldn't be supported\n", name);
220 ALOGE("Skip this element(%s) becaue this filter couldn't be supported\n", name);
240 ALOGE("\"FRCRate\" element is only for ProcFilterFrameRateConversion\n");
249 ALOGE("Couldn't handle this element %s!\n", name);
257 ALOGE("\"%s\" must be in Filter element\n", name);
262 ALOGE("\"%s\" or \"%s\" couldn't match the %s format\n", atts[attIndex], atts[attIndex + 2], name);
273 ALOGE("\"%s\" or \"%s\" couldn't match the %s format\n", atts[attIndex], atts[attIndex + 2], name);
308 ALOGE("@%s, line:%d, couldn't open profile %s", __func__, __LINE__, DEFAULT_XML_FILE);
314 ALOGE("@%s, line:%d, parser is NULL", __func__, __LINE__);
322 ALOGE("@%s, line:%d, failed to malloc buffer", __func__, __LINE__);
336 ALOGE("@%s, line:%d, XML_Parse error", __func__, __LINE__);
361 ALOGE("%s: failed to open file %s\n", __func__, path);
366 ALOGE("%s: failed to open file %s\n", __func__, DEFAULT_XML_FILE);
373 ALOGE("%s: failed to read config xml file!\n", __func__);
396 ALOGE("%s: failed to read vpp config file %d", __func__, userId);
447 ALOGE("%s=%f,", mConfigs[i].paraTables[j].name, mConfigs[i].paraTables[j].value);