Searched refs:LOG_IF (Results 1 - 24 of 24) sorted by relevance

/system/bt/tools/mcap_tool/
H A Dmcap_test_mdl.cc66 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
78 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
88 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
95 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
103 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
111 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
H A Dmcap_test_mdep.cc36 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
43 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
H A Dmcap_test_mcl.cc38 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
48 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
97 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
126 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
132 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << (int)ret;
H A Dmcap_test_app.cc298 LOG_IF(WARNING, mcap_mdl && mcap_mdl->IsConnected())
301 LOG_IF(WARNING, !mcap_mdl) << "No MDL for mdl_id "
312 LOG_IF(INFO, ret != MCA_SUCCESS) << "ret=" << ret;
H A Dmcap_tool.cc344 LOG_IF(ERROR, ret != 0) << "Error during pthread_create";
/system/update_engine/
H A Ddaemon.cc56 LOG_IF(ERROR, !real_system_state->Initialize())
61 LOG_IF(ERROR, !daemon_state_android->Initialize())
H A Ddaemon_state_android.cc43 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode.";
44 LOG_IF(INFO, !hardware_->IsOfficialBuild()) << "Booted non-official build.";
H A Domaha_response_handler_action.cc115 LOG_IF(WARNING,
118 LOG_IF(WARNING,
H A Dreal_system_state.cc77 LOG_IF(INFO, !hardware_->IsNormalBootMode()) << "Booted in dev mode.";
78 LOG_IF(INFO, !hardware_->IsOfficialBuild()) << "Booted non-official build.";
H A Dboot_control_chromeos.cc55 LOG_IF(WARNING, ret > 0) << "rootdev found a device name with no device node";
H A Dupdate_engine_client.cc467 LOG_IF(WARNING, FLAGS_reboot) << "-reboot flag ignored.";
H A Dpayload_state.cc1156 LOG_IF(INFO, log) << "Current bytes downloaded for "
1181 LOG_IF(INFO, log) << "Total bytes downloaded for "
H A Dupdate_attempter.cc448 LOG_IF(INFO, !obeying_proxies_) << "To help ensure updates work, this update "
535 LOG_IF(ERROR, omaha_request_params_->waiting_period().InSeconds() == 0)
H A Dlibcurl_http_fetcher.cc110 LOG_IF(ERROR, transfer_in_progress_)
H A Domaha_request_action.cc153 LOG_IF(WARNING, !prefs->SetString(kPrefsPreviousVersion, ""))
1087 LOG_IF(ERROR, !UpdateLastPingDays(&parser_data, system_state_->prefs()))
/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc64 LOG_IF(FATAL, !parsing_successful)
67 LOG_IF(FATAL, size != (2048 / 8)) <<
111 LOG_IF(FATAL, in_file.empty())
113 LOG_IF(FATAL, out_hash_file.empty())
146 LOG_IF(FATAL, in_file.empty())
148 LOG_IF(FATAL, out_file.empty())
150 LOG_IF(FATAL, payload_signature_file.empty())
171 LOG_IF(FATAL, in_file.empty())
173 LOG_IF(FATAL, public_key.empty())
187 LOG_IF(FATA
[all...]
/system/update_engine/payload_consumer/
H A Dextent_writer.h38 LOG_IF(ERROR, !end_called_) << "End() not called on ExtentWriter.";
H A Ddownload_action.cc351 LOG_IF(WARNING, writer_->Close() != 0) << "Error closing the writer.";
H A Ddelta_performer.cc300 LOG_IF(ERROR, !payload_hash_calculator_.Finalize() ||
641 LOG_IF(WARNING, !prefs_->SetInt64(kPrefsManifestMetadataSize,
644 LOG_IF(WARNING, !prefs_->SetInt64(kPrefsManifestSignatureSize,
1304 LOG_IF(WARNING, !prefs_->SetString(kPrefsUpdateStateSignatureBlob,
/system/extras/perfprofd/quipper/base/
H A Dlogging.h27 // LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
40 // compiles. LOG_IF and development flags also work well together
48 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
141 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
189 #define LOG_IF(severity, condition) \ macro
206 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
325 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
665 LOG_IF(ERROR, !logged_once) << NOTIMPLEMENTED_MSG;\
/system/update_engine/common/
H A Dfile_fetcher.cc51 LOG_IF(ERROR, transfer_in_progress_)
H A Dhash_calculator.cc32 LOG_IF(ERROR, !valid_) << "SHA256_Init failed";
H A Dmulti_range_http_fetcher.cc101 LOG_IF(WARNING, next_size <= 0) << "Asked to write length <= 0";
/system/update_engine/update_manager/
H A Dupdate_manager-inl.h131 LOG_IF(WARNING, EvalStatus::kAskMeAgainLater == ret)

Completed in 1226 milliseconds