HomeSort by relevance Sort by last modified time
    Searched refs:LOG (Results 276 - 300 of 1871) sorted by null

<<11121314151617181920>>

  /system/update_engine/
boot_control_chromeos.cc 52 LOG(ERROR) << "rootdev failed to find the root device";
82 LOG(ERROR) << "Ignoring BootControlChromeOS failure. We won't run updates.";
101 LOG(INFO)
119 LOG(ERROR) << "Couldn't find the slot number corresponding to the "
128 LOG(INFO) << "Booted from slot " << current_slot_ << " (slot "
175 LOG(INFO) << "Marking slot " << SlotName(slot) << " unbootable";
178 LOG(ERROR) << "Refusing to mark current slot as unbootable.";
200 LOG(ERROR) << "Marking kernel unbootable failed.";
208 LOG(INFO) << "Marking slot " << SlotName(slot) << " active.";
224 LOG(ERROR) << "Unable to set highest priority for slot " << SlotName(slot
    [all...]
test_http_server.cc 95 LOG(INFO) << "got headers:\n--8<------8<------8<------8<----\n"
112 LOG(INFO) << "URL: " << request->url;
123 LOG(INFO) << "range attribute: " << range;
139 LOG(INFO) << tmp_str;
143 LOG(INFO) << "host attribute: " << request->host;
145 LOG(WARNING) << "ignoring HTTP attribute: `" << lines[i] << "'";
169 LOG(INFO) << "write failed";
227 LOG(INFO) << "writing payload: " << line_len << "-byte lines starting with `"
280 LOG(INFO) << "pid(" << getpid() << "): HTTP server exiting ...";
298 LOG(WARNING) << "start offset (" << start_offse
    [all...]
  /system/update_engine/payload_consumer/
download_action.cc 75 LOG(INFO) << "Deleted p2p file " << path.value();
87 LOG(ERROR) << "Unable to share file via p2p";
114 LOG(INFO) << "Writing payload contents to " << path.value();
144 LOG(ERROR) << "Wanting to write to file offset " << file_offset
178 LOG(INFO) << "Marking new slot as unbootable";
180 LOG(WARNING) << "Unable to mark new slot "
186 LOG(INFO) << "Using writer for test.";
202 LOG(INFO) << "p2p file id: " << p2p_file_id_;
214 LOG(INFO) << "Deleting partial p2p file " << path.value()
224 LOG(INFO) << "Tweaking HTTP fetcher since we're downloading via p2p"
    [all...]
  /system/bt/service/example/heart_rate/
heart_rate_server.cpp 45 LOG(ERROR) << "Failed to register BLE client, will not start advertising";
49 LOG(INFO) << "Registered BLE client with ID: " << client_id;
73 LOG(INFO) << "Advertising" << (is_start?" started":" stopped");
115 LOG(ERROR) << "Already started";
122 LOG(ERROR) << "Failed to obtain handle to IBluetoothGattServer interface";
129 LOG(ERROR) << "Failed to register with the server interface";
219 LOG(ERROR) << "Failed to register GATT server";
228 LOG(INFO) << "Heart Rate server registered - server_if: " << server_if_;
229 LOG(INFO) << "Populating attributes";
236 LOG(ERROR) << "Failed to begin service declaration"
    [all...]
  /system/core/crash_reporter/
user_collector.cc 123 LOG(INFO) << (enabled ? "Enabling" : "Disabling") << " user crash handling";
182 LOG(INFO) << "Writing conversion problems as separate crash report.";
184 LOG(ERROR) << "Could not even get log directory; out of space?";
195 // the error log. We cannot just append to files because we need
202 FilePath log_path = GetCrashPath(crash_path, dump_basename, "log");
208 LOG(ERROR) << "Error writing new file " << log_path.value();
234 LOG(ERROR) << "Path " << process_path.value() << " does not exist";
247 LOG(ERROR) << "Could not copy " << proc_files[i] << " file";
259 LOG(ERROR) << "Could not get the size of maps file"
    [all...]
  /art/runtime/arch/
instruction_set.h 102 LOG(FATAL) << "ISA kNone does not have pointer size.";
105 LOG(FATAL) << "Unknown ISA " << isa;
142 LOG(FATAL) << "ISA kNone does not have bit width.";
145 LOG(FATAL) << "Unknown ISA " << isa;
171 LOG(FATAL) << "ISA kNone does not have spills.";
174 LOG(FATAL) << "Unknown ISA " << isa;
196 LOG(FATAL) << "ISA kNone does not have spills.";
199 LOG(FATAL) << "Unknown ISA " << isa;
  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 36 LOG(INFO) << "Deopting:";
37 self->Dump(LOG(INFO));
  /build/kati/
log.h 35 #define LOG(args...)
37 #define LOG(args...) do { \
  /external/jetty/src/java/org/eclipse/jetty/security/
SpnegoLoginService.java 27 import org.eclipse.jetty.util.log.Log;
28 import org.eclipse.jetty.util.log.Logger;
40 private static final Logger LOG = Log.getLogger(SpnegoLoginService.class);
105 LOG.debug("Target Name {}", _targetName);
129 LOG.debug("SpnegoUserRealm: failed to establish GSSContext");
142 LOG.debug("SpnegoUserRealm: established a security context");
143 LOG.debug("Client Principal is: " + gContext.getSrcName());
144 LOG.debug("Server Principal is: " + gContext.getTargName())
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/servlets/
CloseableDoSFilter.java 28 import org.eclipse.jetty.util.log.Log;
29 import org.eclipse.jetty.util.log.Logger;
39 private static final Logger LOG = Log.getLogger(CloseableDoSFilter.class);
50 LOG.warn(e);
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
PermissionsTest.groovy 79 LOG.info("Testing can read/write/execute for $permissions")
92 LOG.info("Verifying invalid: [$string]")
97 LOG.info("Verifying valid: [$string]")
99 LOG.info(permissions.toString())
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
TypeCommandHandler.java 42 private static final Logger LOG = Logger.getLogger(TypeCommandHandler.class);
55 LOG.debug("Processing TYPE: " + command);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleCoverBox.java 9 private static Logger LOG = Logger.getLogger(AppleCoverBox.class.getName());
37 LOG.warning("---");
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/util/
ServerRunner.java 45 * logger to log to.
47 private static final Logger LOG = Logger.getLogger(ServerRunner.class.getName());
72 ServerRunner.LOG.log(Level.SEVERE, "Cound nor create server", e);
  /external/nanohttpd/samples/src/main/java/fi/iki/elonen/
HelloServer.java 47 * logger to log to.
49 private static final Logger LOG = Logger.getLogger(HelloServer.class.getName());
63 HelloServer.LOG.info(method + " '" + uri + "' ");
  /external/strace/tests/
strace-k.test 47 result=$(sed -n '1,/(main+0x[a-f0-9]\+) .*/ s/^.*(\([^+]\+\)+0x[a-f0-9]\+) .*/\1/p' "$LOG" |
  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 134 LOG(LS_INFO) << "SCTP: " << s;
182 // Log the packet in text2pcap format, if log level is at LS_VERBOSE.
188 LOG(LS_VERBOSE) << dump_buf;
199 LOG(LS_VERBOSE) << "global OnSctpOutboundPacket():"
230 LOG(LS_ERROR) << "Received an unknown PPID " << ppid
268 LOG(LS_ERROR) << "Got different send size than expected: " << send_size;
305 LOG(LS_VERBOSE) << "usrsctp_engines_count:" << usrsctp_engines_count;
316 LOG(LS_ERROR) << "Failed to shutdown usrsctp.";
358 LOG(LS_ERROR) << "SendThresholdCallback: Failed to get channel for socket
    [all...]
  /external/webrtc/webrtc/base/
macutils_unittest.cc 16 LOG(LS_INFO) << "GetOsVersionName " << ver;
23 LOG(LS_INFO) << "GetQuickTimeVersion " << version;
worker.cc 39 LOG(LS_ERROR) << "Automatically switching threads is not supported";
54 LOG(LS_ERROR) << "Stopping from a different thread is not supported";
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_resampler.cc 46 LOG(LS_ERROR) << "InitializeIfNeeded(" << in_freq_hz << ", " << out_freq_hz
54 LOG(LS_ERROR) << "Resample(" << in_audio << ", " << in_length << ", "
  /external/webrtc/webrtc/sound/
automaticallychosensoundsystem.h 62 LOG(LS_ERROR) << "Failed to find a usable sound system";
65 LOG(LS_INFO) << "Selected " << wrapped_->GetName() << " sound system";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msplog.h 28 #define LOG(arg) g_bMSPBaseTracingOn?LogPrint arg:0
32 #define LOG(arg)
  /system/connectivity/dhcp_client/
main.cc 54 LOG(INFO) << __func__;
64 LOG(INFO) << switches::kHelpMessage;
  /system/connectivity/shill/cellular/
modem.cc 62 LOG(INFO) << "Modem created: at " << path;
66 LOG(INFO) << "Modem destructed: " << path_;
96 LOG(INFO) << "Creating a cellular device on link " << link_name
118 LOG(ERROR) << "Unable to find modem interface properties.";
127 LOG(ERROR) << "Unable to create cellular device -- no interface index.";
132 LOG(WARNING)
142 LOG(INFO) << "Cellular device without link name; assuming PPP dongle.";
149 LOG(INFO) << "Not creating cellular device for blacklisted interface "
  /system/connectivity/shill/
certificate_file.cc 89 LOG(ERROR) << "Found two PEM headers in a row.";
98 LOG(ERROR) << "Found a PEM footer before header.";
109 LOG(ERROR) << "Found PEM header but no footer.";
120 LOG(ERROR) << "Unable to create parent directory "
126 LOG(ERROR) << "Failed to set permissions on "
139 LOG(ERROR) << "Unable to create output file.";
146 LOG(ERROR) << "Unable to write to output file.";
152 LOG(ERROR) << "Failed to set permissions on " << output_file.value();

Completed in 840 milliseconds

<<11121314151617181920>>