Lines Matching refs:ALOGE
145 ALOGE("Error in getting cpu status. Skipping this check."); in get_cpu_stat()
269 ALOGE("Failed to create %s. Dump aborted.", path_buf); in dump_trace()
274 ALOGE("Failed to write the header."); in dump_trace()
281 ALOGE("Failed to open %s. Dump aborted.", dfs_trace_output_path); in dump_trace()
293 ALOGE("error initializing zlib: %d\n", result); in dump_trace()
311 ALOGE("error reading trace: %s", strerror(errno)); in dump_trace()
325 ALOGE("error writing deflated trace: %s", strerror(errno)); in dump_trace()
337 ALOGE("error deflating trace: %s\n", zs.msg); in dump_trace()
344 ALOGE("error writing deflated trace: %s", strerror(errno)); in dump_trace()
350 ALOGE("error cleaning up zlib: %d\n", result); in dump_trace()
370 ALOGE("Failed to start tracing."); in start_tracing()
381 ALOGE("Failed to stop tracing."); in start_tracing()
608 ALOGE("Specify at least one category to trace."); in get_options()
628 ALOGE("Faield to open and cleaup previous log"); in main()
637 ALOGE("ANRdaemon stopped due to Error: %s", err_msg); in main()