Lines Matching refs:HLOGE
107 HLOGE("tmpfile create failed '%s' with mode '%s'", tempFile.c_str(), mode.c_str());
167 HLOGE("tmp file read failed (try read %ld)", fileLength);
169 HLOGE("not all the data is read, lost %ld/%ld bytes", fileLength - len, fileLength);
172 HLOGE("recordFile_ is nullptr");
326 HLOGE("Fail to open data file %s", dataFile.c_str());
333 HLOGE("Fail to call gzopen(%s)", destFile.c_str());
342 HLOGE("Fail to call gzwrite for %zu bytes", len);
349 HLOGE("ferror return err");
366 HLOGE("Fail to open data file %s", dataFile.c_str());
372 HLOGE("Fail to call gzopen(%s)", gzipFile.c_str());
381 HLOGE("Fail to call fwrite for %zu bytes", len);
390 HLOGE("gzfread return %d:%s", rc, err);