Searched refs:ERROR (Results 1 - 25 of 125) sorted by relevance

12345

/art/dexdump/
H A Ddexdump_main.cc41 LOG(ERROR) << "Copyright (C) 2007 The Android Open Source Project\n";
42 LOG(ERROR) << gProgName << ": [-a] [-c] [-d] [-e] [-f] [-h] [-i] [-j] [-l layout] [-o outfile]"
44 LOG(ERROR) << " -a : display annotations";
45 LOG(ERROR) << " -c : verify checksum and exit";
46 LOG(ERROR) << " -d : disassemble code sections";
47 LOG(ERROR) << " -e : display exported items only";
48 LOG(ERROR) << " -f : display summary information from file header";
49 LOG(ERROR) << " -g : display CFG for dex";
50 LOG(ERROR) << " -h : display file header details";
51 LOG(ERROR) << "
[all...]
/art/dexlayout/
H A Ddexlayout_main.cc47 LOG(ERROR) << "Copyright (C) 2016 The Android Open Source Project\n";
48 LOG(ERROR) << kProgramName
51 LOG(ERROR) << " -a : display annotations";
52 LOG(ERROR) << " -b : build dex_ir";
53 LOG(ERROR) << " -c : verify checksum and exit";
54 LOG(ERROR) << " -d : disassemble code sections";
55 LOG(ERROR) << " -e : display exported items only";
56 LOG(ERROR) << " -f : display summary information from file header";
57 LOG(ERROR) << " -h : display file header details";
58 LOG(ERROR) << "
[all...]
/art/tools/dexfuzz/src/dexfuzz/
H A DLog.java23 private static LogTag threshold = LogTag.ERROR;
32 ERROR, enum constant in enum:Log.LogTag
41 return (threshold.ordinal() < LogTag.ERROR.ordinal());
57 log(LogTag.ERROR, msg);
H A DStreamConsumer.java47 ERROR enum constant in enum:StreamConsumer.State
189 state = State.ERROR;
196 state = State.ERROR;
/art/runtime/jdwp/
H A Djdwp_socket.cc89 LOG(ERROR) << "JDWP net startup failed (req port=" << options->port << ")";
125 PLOG(probe ? ::android::base::ERROR : ::android::base::FATAL) << "Socket create failed";
133 PLOG(probe ? ::android::base::ERROR : ::android::base::FATAL)
148 PLOG(probe ? ::android::base::ERROR : ::android::base::FATAL)
156 PLOG(probe ? ::android::base::ERROR : ::android::base::FATAL) << "Listen failed";
236 PLOG(ERROR) << "accept failed";
239 PLOG(ERROR) << "accept failed";
334 PLOG(ERROR) << "Unable to create socket";
342 PLOG(ERROR) << "Unable to connect to " << inet_ntoa(addr.addrInet.sin_addr) << ":"
441 PLOG(ERROR) << "selec
[all...]
H A Djdwp_adb.cc230 PLOG(ERROR) << "Could not create ADB control socket";
270 PLOG(ERROR) << "trouble shutting down socket";
283 PLOG(ERROR) << "Weird, can't send JDWP process pid to ADB";
287 PLOG(ERROR) << "Can't connect to ADB control socket";
314 LOG(ERROR) << "adb connection max retries exceeded";
404 PLOG(ERROR) << "select failed";
461 LOG(ERROR) << StringPrintf("ERROR: bad handshake '%.14s'", input_buffer_);
468 PLOG(ERROR) << "Failed writing handshake bytes (" << cc << " of " << kMagicHandshakeLen << ")";
H A Djdwp_main.cc51 LOG(ERROR) << "JDWP transport not supported: " << value;
60 LOG(ERROR) << "JDWP option 'server' must be 'y' or 'n'";
69 LOG(ERROR) << "JDWP option 'suspend' must be 'y' or 'n'";
84 LOG(ERROR) << "JDWP address missing port: " << value;
90 LOG(ERROR) << "JDWP address has junk in port field: " << value;
108 LOG(ERROR) << "Example: -XjdwpOptions:transport=dt_socket,address=8000,server=y\n"
122 LOG(ERROR) << s << "Can't parse JDWP option '" << jdwp_option << "' in '" << options << "'";
136 LOG(ERROR) << s << "Must specify JDWP transport: " << options;
146 LOG(ERROR) << s << "Must specify JDWP host and port when server=n: " << options;
178 PLOG(ERROR) << "pip
[all...]
/art/tools/breakpoint-logger/
H A Dbreakpoint_logger.cc271 LOG(ERROR) << "Unable to get method info!";
292 LOG(ERROR) << option << " doesn't look like it has a class name";
299 LOG(ERROR) << bp << " doesn't seem to indicate a method, expected ->";
306 LOG(ERROR) << bp << " doesn't seem to have a method sig!";
311 LOG(ERROR) << bp << " doesn't seem to have a valid location!";
338 LOG(ERROR) << "Unable to parse breakpoint from " << next;
361 LOG(ERROR) << "Unable to access JVMTI, error code " << res;
370 LOG(ERROR) << "Unable to alloc memory for breakpoint target data";
377 LOG(ERROR) << "Unable to set local storage";
382 LOG(ERROR) << "faile
[all...]
/art/compiler/linker/
H A Derror_delaying_output_stream.h43 PLOG(ERROR) << "Failed to write " << byte_count
72 PLOG(ERROR) << "Failed to seek in " << GetLocation() << ". Offset=" << offset
/art/dexlist/
H A Ddexlist.cc179 LOG(ERROR) << "ReadFileToString failed";
192 LOG(ERROR) << error_msg;
213 LOG(ERROR) << "Copyright (C) 2007 The Android Open Source Project\n";
214 LOG(ERROR) << gProgName << ": [-m p.c.m] [-o outfile] dexfile...";
215 LOG(ERROR) << "";
244 LOG(ERROR) << "Expected: package.Class.method";
261 LOG(ERROR) << "No file specified";
274 PLOG(ERROR) << "Can't open " << gOptions.outputFileName;
/art/test/137-cfi/
H A Dcfi.cc96 PrintFileToLog(android::base::StringPrintf("/proc/%d/maps", pid), ::android::base::ERROR); member in class:art::android::base
101 PLOG(ERROR) << "Failed to send signal";
167 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status;
199 PLOG(ERROR) << "Failed to attach.";
242 PLOG(ERROR) << "Detach failed";
/art/dex2oat/linker/
H A Doat_writer.cc453 LOG(ERROR) << "Invalid magic number in dex file header. " << " File: " << location;
457 LOG(ERROR) << "Invalid version number in dex file header. " << " File: " << location;
462 LOG(ERROR) << "Dex file header specifies file size insufficient to contain the header."
474 PLOG(ERROR) << "Failed to read dex file header. Actual: "
493 PLOG(ERROR) << "Failed to read magic number from dex file: '" << filename << "'";
515 LOG(ERROR) << "Expected valid zip or dex file: '" << filename << "'";
530 LOG(ERROR) << "Failed to open zip from file descriptor for '" << location << "': "
552 LOG(ERROR) << "No dex files in zip file '" << location << "': " << error_msg;
568 LOG(ERROR) << "Unexpected number of dex files in vdex " << location;
573 LOG(ERROR) << "Invali
[all...]
/art/test/ti-stress/
H A Dstress.cc71 LOG(ERROR) << "ERROR: Can't find class " << descriptor;
381 LOG(ERROR) << "Unable to get method info!";
392 LOG(ERROR) << "Unable to get class name!";
447 return "<ERROR Found type " + type + ">";
465 LOG(ERROR) << "Unable to get callback info!";
535 LOG(ERROR) << "Unable to get callback info!";
554 LOG(ERROR) << "Unable to get method info!";
573 LOG(ERROR) << "Unable to get method info!";
590 LOG(ERROR) << "Unabl
[all...]
/art/adbconnection/
H A Dadbconnection.cc93 LOG(ERROR) << "Not starting debugger since process cannot load the jdwp agent.";
248 LOG(ERROR) << "The runtime is shutting down when we are trying to start up the debugger!";
266 LOG(ERROR) << "Failed to create thread for adb-jdwp connection manager!";
387 PLOG(ERROR) << StringPrintf("Failed to send DDMS packet %c%c%c%c to debugger (%zd of %zu)",
442 PLOG(ERROR) << "Failed to send agent adb connection fds.";
494 PLOG(ERROR) << "Could not create ADB control socket";
523 LOG(ERROR) << "adb socket is not trusted. Aborting connection.";
525 PLOG(ERROR) << "trouble shutting down socket";
536 PLOG(ERROR) << "Weird, can't send JDWP process pid to ADB. Aborting connection.";
541 PLOG(ERROR) << "Ca
[all...]
/art/test/136-daemon-jni-shutdown/
H A Ddaemon_jni_shutdown.cc50 LOG(ERROR) << "Should not be reached!";
/art/runtime/
H A Ddebug_print.cc143 LOG(ERROR) << " descriptor match in "
152 LOG(ERROR) << "Maybe bug 77342775, looking for " << target_descriptor
161 LOG(ERROR) << " in interface table for " << source_descriptor
170 LOG(ERROR) << " iface #" << i << ": " << iface->PrettyDescriptor();
174 LOG(ERROR) << " in superclass chain for " << source_descriptor
182 LOG(ERROR) << " - " << klass->PrettyDescriptor();
H A Dimtable_test.cc57 LOG(ERROR) << self->GetException()->Dump();
67 LOG(ERROR) << self->GetException()->Dump();
H A Dplugin.h56 LOG(ERROR) << "Error unloading " << this;
/art/patchoat/
H A Dpatchoat.cc87 PLOG(ERROR) << "Unable to make " << name << " world readable";
100 PLOG(ERROR) << "Failed to flush and close file.";
121 PLOG(ERROR) << "Failed to create symlink " << output_filename << " -> " << input_filename;
402 PLOG(ERROR) << "Readlink on " << link_name << " failed.";
425 LOG(ERROR) << "Unable to open input oat file at " << input_oat_filename;
434 LOG(ERROR) << "Unable to open oat file " << input_oat_filename << " : " << error_msg;
443 LOG(ERROR) << "patchoat cannot be used on non-PIC oat file: " << input_oat_filename;
471 LOG(ERROR) << "Cannot output image relocation information when requested relocation delta is 0";
485 LOG(ERROR) << "Unable to initialize runtime";
504 LOG(ERROR) << "Unabl
[all...]
/art/libartbase/base/unix_file/
H A Dfd_file.cc68 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction.";
71 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction.";
109 LOG(ERROR) << warning;
122 LOG(ERROR) << warning;
404 LOG(ERROR) << "CloseOrErase failed while flushing a file.";
410 LOG(ERROR) << "CloseOrErase failed while closing a file.";
421 LOG(ERROR) << "FlushClose failed while flushing a file.";
425 LOG(ERROR) << "FlushClose failed while closing a file.";
437 PLOG(ERROR) << "Failed to reset the length";
447 PLOG(ERROR) << "Faile
[all...]
/art/compiler/utils/
H A Dswap_space.cc76 PLOG(ERROR) << "Failed to unmap swap space chunk at "
172 LOG(ERROR) << "Unable to mmap new swap file chunk.";
173 LOG(ERROR) << "Current size: " << size_ << " requested: " << next_part << "/" << min_size;
174 LOG(ERROR) << "Free list:";
176 LOG(ERROR) << "In free list: " << CollectFree(free_by_start_, free_by_size_);
/art/tools/hiddenapi/
H A Dhiddenapi.cc47 LOG(ERROR) << error;
249 LOG(ERROR) << "Unable to open file '" << path << "' " << strerror(errno);
270 LOG(ERROR) << "Unable to open file '" << filename << "': " << strerror(errno);
287 LOG(ERROR) << "Open failed for '" << filename << "' " << error_msg;
292 LOG(ERROR) << "Expected a standard dex file '" << filename << "'";
298 LOG(ERROR) << "Failed to enable write permission for '" << filename << "'";
/art/runtime/gc/space/
H A Dimage_space_fs.h68 PLOG(ERROR) << "Unable to rmdir " << file;
77 PLOG(ERROR) << "Unable to unlink " << file;
/art/test/626-const-class-linking/
H A Dclear_dex_cache_types.cc44 LOG(ERROR) << klass->PrettyClass() << " has unexpected status: " << status;
60 LOG(ERROR) << "Class #" << i << ": " << as_class->PrettyDescriptor()
/art/dexoptanalyzer/
H A Ddexoptanalyzer.cc66 LOG(ERROR) << error;
214 LOG(ERROR) << error_msg;
239 LOG(ERROR) << "Unable to initialize runtime";
284 LOG(ERROR) << "Unknown dexoptNeeded " << dexoptNeeded;

Completed in 558 milliseconds

12345