Searched refs:ADB_LOG (Results 1 – 4 of 4) sorted by relevance
31 #define ADB_LOG(type) ::adb::is_logging_enabled(::adb::LogType::type) && LOG(INFO) macro
770 ADB_LOG(Shell) << "subprocess " << pid_ << " killed by signal " << WTERMSIG(status); in WaitForExit()777 ADB_LOG(Shell) << "subprocess " << pid_ << " exited with status " << exit_code; in WaitForExit()
264 ADB_LOG(Service) << "transport " << transport->serial_name() << " opening service " << name; in daemon_service_to_fd()
349 ADB_LOG(Connection) << "received CNXN: version=" << p->msg.arg0 << ", maxdata = " << p->msg.arg1 in handle_new_connection()