Lines Matching refs:ALOGW

104         ALOGW("[%s] failed to open file", this->name.string());  in Execute()
114 ALOGW("[%s] failed to setup pipes", this->name.string()); in Execute()
120 ALOGW("[%s] failed to fork", this->name.string()); in Execute()
131 ALOGW("[%s] failed to read data from incident helper: %s, timedout: %s", in Execute()
139 ALOGW("[%s] abnormal child process: %s", this->name.string(), strerror(-ihStatus)); in Execute()
169 ALOGW("GZipSection failed to open file %s", mFilenames[index]); in Execute()
173 ALOGW("[%s] can't open all the files", this->name.string()); in Execute()
181 ALOGW("[%s] failed to setup pipes", this->name.string()); in Execute()
187 ALOGW("[%s] failed to fork", this->name.string()); in Execute()
213 ALOGW("[%s] failed to read data from gzip: %s, timedout: %s", this->name.string(), in Execute()
221 ALOGW("[%s] abnormal child process: %s", this->name.string(), strerror(-gzipStatus)); in Execute()
318 ALOGW("[%s] too large, truncating", this->name.string()); in Execute()
323 ALOGW("[%s] timed out", this->name.string()); in Execute()
364 ALOGW("[%s] failed to setup pipes", this->name.string()); in Execute()
370 ALOGW("[%s] failed to fork", this->name.string()); in Execute()
375 ALOGW("[%s] failed to fork", this->name.string()); in Execute()
384 ALOGW("[%s] failed to read data from incident helper: %s, timedout: %s", in Execute()
396 ALOGW("[%s] abnormal child processes, return status: command: %s, incident helper: %s", in Execute()
432 ALOGW("DumpsysSection: Can't lookup service: %s", String8(mService).string()); in BlockingCall()
467 ALOGW("TextDumpsysSection: Can't lookup service: %s", String8(mService).string()); in Execute()
474 ALOGW("[%s] failed to setup pipe", this->name.string()); in Execute()
486 ALOGW("[%s] dump thread failed. Error: %s", this->name.string(), strerror(-err)); in Execute()
508 ALOGW("[%s] failed to read from dumpsys: %s, timedout: %s", this->name.string(), in Execute()
583 ALOGW("[%s] failed to fork", this->name.string()); in BlockingCall()
614 ALOGW("[%s] fails to read a log_msg.\n", this->name.string()); in BlockingCall()
684 ALOGW("[%s] fails to process to an entry.\n", this->name.string()); in BlockingCall()
706 ALOGW("[%s] wrote to a broken pipe\n", this->name.string()); in BlockingCall()
792 ALOGW("[%s] failed to setup dump pipe", this->name.string()); in BlockingCall()
810 ALOGW("Dumping failed for pid '%d', likely due to a timeout\n", pid); in BlockingCall()
826 ALOGW("[%s] failed to read stack dump: %d", this->name.string(), err); in BlockingCall()