Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 109) sorted by relevance

12345

/art/tools/dexfuzz/src/dexfuzz/
DLog.java23 private static LogTag threshold = LogTag.ERROR;
32 ERROR, enumConstant
41 return (threshold.ordinal() < LogTag.ERROR.ordinal()); in likelyToLog()
57 log(LogTag.ERROR, msg); in error()
DStreamConsumer.java47 ERROR enumConstant
189 state = State.ERROR; in changeState()
196 state = State.ERROR; in setErrorState()
/art/runtime/jdwp/
Djdwp_socket.cc89 LOG(ERROR) << "JDWP net startup failed (req port=" << options->port << ")"; in InitSocketTransport()
125 PLOG(probe ? ::android::base::ERROR : ::android::base::FATAL) << "Socket create failed"; in SocketStartup()
133 PLOG(probe ? ::android::base::ERROR : ::android::base::FATAL) in SocketStartup()
148 PLOG(probe ? ::android::base::ERROR : ::android::base::FATAL) in SocketStartup()
156 PLOG(probe ? ::android::base::ERROR : ::android::base::FATAL) << "Listen failed"; in SocketStartup()
236 PLOG(ERROR) << "accept failed"; in Accept()
239 PLOG(ERROR) << "accept failed"; in Accept()
334 PLOG(ERROR) << "Unable to create socket"; in Establish()
342 PLOG(ERROR) << "Unable to connect to " << inet_ntoa(addr.addrInet.sin_addr) << ":" in Establish()
441 PLOG(ERROR) << "select failed"; in ProcessIncoming()
[all …]
Djdwp_adb.cc232 PLOG(ERROR) << "Could not create ADB control socket"; in Accept()
273 PLOG(ERROR) << "trouble shutting down socket"; in Accept()
286 PLOG(ERROR) << "Weird, can't send JDWP process pid to ADB"; in Accept()
290 PLOG(ERROR) << "Can't connect to ADB control socket"; in Accept()
317 LOG(ERROR) << "adb connection max retries exceeded"; in Accept()
407 PLOG(ERROR) << "select failed"; in ProcessIncoming()
464 LOG(ERROR) << StringPrintf("ERROR: bad handshake '%.14s'", input_buffer_); in ProcessIncoming()
471 … PLOG(ERROR) << "Failed writing handshake bytes (" << cc << " of " << kMagicHandshakeLen << ")"; in ProcessIncoming()
/art/test/ti-stress/
Dstress.cc81 LOG(ERROR) << "unable to execute dexter: " << error; in DoExtractClassFromData()
105 LOG(ERROR) << "Unable to get method declaring class!"; in doJvmtiMethodBind()
109 LOG(ERROR) << "Unable to get method name!"; in doJvmtiMethodBind()
114 LOG(ERROR) << "Unable to get class name!"; in doJvmtiMethodBind()
208 LOG(ERROR) << "Unable to get jvmti env."; in Agent_OnLoad()
214 LOG(ERROR) << "Unable to allocate data for stress test."; in Agent_OnLoad()
222 LOG(ERROR) << "Unable to save stress test data."; in Agent_OnLoad()
238 LOG(ERROR) << "Unable to set class file load hook cb!"; in Agent_OnLoad()
244 LOG(ERROR) << "Unable to enable JVMTI_EVENT_NATIVE_METHOD_BIND event!"; in Agent_OnLoad()
250 LOG(ERROR) << "Unable to enable JVMTI_EVENT_VM_INIT event!"; in Agent_OnLoad()
[all …]
/art/compiler/
Doat_writer.cc356 PLOG(ERROR) << "Failed to read magic number from dex file: '" << filename << "'"; in AddDexFileSource()
370 LOG(ERROR) << "Expected valid zip or dex file: '" << filename << "'"; in AddDexFileSource()
385 LOG(ERROR) << "Failed to open zip from file descriptor for '" << location << "': " in AddZippedDexFilesSource()
403 LOG(ERROR) << "No dex files in zip file '" << location << "': " << error_msg; in AddZippedDexFilesSource()
418 LOG(ERROR) << "Unexpected number of dex files in vdex " << location; in AddVdexDexFilesSource()
422 LOG(ERROR) << "Invalid magic in vdex file created from " << location; in AddVdexDexFilesSource()
435 LOG(ERROR) << "Unexpected number of dex files in vdex " << location; in AddVdexDexFilesSource()
440 LOG(ERROR) << "No dex files in vdex file created from " << location; in AddVdexDexFilesSource()
453 LOG(ERROR) << "Provided data is shorter than dex file header. size: " in AddRawDexFileSource()
462 LOG(ERROR) << "Truncated dex file data. Data size: " << data.size() in AddRawDexFileSource()
[all …]
/art/runtime/base/unix_file/
Dfd_file.cc67 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction."; in Destroy()
70 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction."; in Destroy()
107 LOG(ERROR) << warning; in moveTo()
120 LOG(ERROR) << warning; in moveUp()
390 LOG(ERROR) << "CloseOrErase failed while flushing a file."; in FlushCloseOrErase()
396 LOG(ERROR) << "CloseOrErase failed while closing a file."; in FlushCloseOrErase()
407 LOG(ERROR) << "FlushClose failed while flushing a file."; in FlushClose()
411 LOG(ERROR) << "FlushClose failed while closing a file."; in FlushClose()
423 PLOG(ERROR) << "Failed to reset the length"; in ClearContent()
433 PLOG(ERROR) << "Failed to reset the offset"; in ResetOffset()
/art/patchoat/
Dpatchoat.cc75 PLOG(ERROR) << "Unable to make " << name << " world readable"; in CreateOrOpen()
88 PLOG(ERROR) << "Failed to flush and close file."; in FinishFile()
109 PLOG(ERROR) << "Failed to create symlink " << output_filename << " -> " << input_filename; in SymlinkFile()
142 LOG(ERROR) << "Unable to initialize runtime"; in Patch()
161 LOG(ERROR) << "Unable to open input image file at " << input_image_filename; in Patch()
167 LOG(ERROR) << "Error while getting image length"; in Patch()
173 LOG(ERROR) << "Unable to read image header from image file " << input_image->GetPath(); in Patch()
191 LOG(ERROR) << "Unable to map image file " << input_image->GetPath() << " : " << error_msg; in Patch()
208 LOG(ERROR) << "Unable to open input oat file at " << input_oat_filename; in Patch()
215 LOG(ERROR) << "Unable to open oat file " << input_oat_file->GetPath() << " : " << error_msg; in Patch()
[all …]
/art/test/137-cfi/
Dcfi.cc94 PrintFileToLog(android::base::StringPrintf("/proc/%d/maps", pid), ::android::base::ERROR); in MoreErrorInfo()
99 PLOG(ERROR) << "Failed to send signal"; in MoreErrorInfo()
190 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status; in wait_for_sigstop()
222 PLOG(ERROR) << "Failed to attach."; in Java_Main_unwindOtherProcess()
277 PLOG(ERROR) << "Detach failed"; in Java_Main_unwindOtherProcess()
/art/profman/
Dprofman.cc69 LOG(ERROR) << error; in UsageErrorV()
329 LOG(ERROR) << "Cannot open " << filename << strerror(errno); in DumpOneProfile()
335 LOG(ERROR) << "Cannot load profile info from fd=" << fd << "\n"; in DumpOneProfile()
423 LOG(ERROR) << "Cannot load profile info"; in GetClassNamesAndMethods()
451 LOG(ERROR) << "Cannot open " << profile_file << strerror(errno); in GetClassNamesAndMethods()
528 LOG(ERROR) << "Failed to open input file " << input_filename; in ReadCommentedInputFromFile()
613 LOG(ERROR) << "Invalid method name and signature " << method_spec; in FindMethodIndex()
622 LOG(ERROR) << "Could not find name: " << name; in FindMethodIndex()
628 LOG(ERROR) << "Could not create type list" << signature; in FindMethodIndex()
633 LOG(ERROR) << "Could not find proto_id: " << name; in FindMethodIndex()
[all …]
/art/compiler/linker/
Derror_delaying_output_stream.h40 PLOG(ERROR) << "Failed to write " << byte_count in WriteFully()
69 PLOG(ERROR) << "Failed to seek in " << GetLocation() << ". Offset=" << offset in Seek()
/art/compiler/utils/
Dswap_space.cc75 PLOG(ERROR) << "Failed to unmap swap space chunk at " in ~SwapSpace()
171 LOG(ERROR) << "Unable to mmap new swap file chunk."; in NewFileChunk()
172 LOG(ERROR) << "Current size: " << size_ << " requested: " << next_part << "/" << min_size; in NewFileChunk()
173 LOG(ERROR) << "Free list:"; in NewFileChunk()
175 LOG(ERROR) << "In free list: " << CollectFree(free_by_start_, free_by_size_); in NewFileChunk()
Dassembler_test_base.h75 LOG(ERROR) << "Could not find assembler from " << assembler_cmd_name_; in CheckTools()
76 LOG(ERROR) << "FindTool returned " << asm_tool; in CheckTools()
84 LOG(ERROR) << "Could not find objdump from " << objdump_cmd_name_; in CheckTools()
85 LOG(ERROR) << "FindTool returned " << objdump_tool; in CheckTools()
96 LOG(ERROR) << "Could not find disassembler from " << disassembler_cmd_name_; in CheckTools()
97 LOG(ERROR) << "FindTool returned " << disassembler_tool; in CheckTools()
236 LOG(ERROR) << "Assembler command line:"; in Assemble()
238 LOG(ERROR) << arg; in Assemble()
560 LOG(ERROR) << "FindToolDump: gcc_path=" << gcc_path in FindToolDumpPrintout()
566 LOG(ERROR) << line; in FindToolDumpPrintout()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc62 LOG(ERROR) << error; in UsageErrorV()
175 LOG(ERROR) << error_msg; in ParseArgs()
200 LOG(ERROR) << "Unable to initialize runtime"; in CreateRuntime()
240 LOG(ERROR) << "Unknown dexoptNeeded " << dexoptNeeded; in GetDexOptNeeded()
/art/dex2oat/
Ddex2oat.cc183 LOG(ERROR) << error; in UsageErrorV()
1281 PLOG(ERROR) << "Failed to create oat file: " << oat_filename; in OpenFile()
1285 PLOG(ERROR) << "Failed to make oat file world readable: " << oat_filename; in OpenFile()
1311 PLOG(ERROR) << "Failed to open vdex file: " << vdex_filename; in OpenFile()
1315 PLOG(ERROR) << "Failed to make vdex file world readable: " << vdex_filename; in OpenFile()
1325 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile()
1360 PLOG(ERROR) << "Failed to create vdex file: " << vdex_location; in OpenFile()
1368 PLOG(ERROR) << "Truncating vdex file " << vdex_location << " failed."; in OpenFile()
1386 PLOG(ERROR) << "Failed to invalidate vdex header. File: " << vdex_out->GetLocation(); in OpenFile()
1391 PLOG(ERROR) << "Failed to flush stream after invalidating header of vdex file." in OpenFile()
[all …]
/art/test/089-many-methods/
Dexpected.txt1 ERROR: Dex writing phase: classes.dex has too many IDs. Try using multi-dex
/art/runtime/
Dsignal_catcher.cc112 PLOG(ERROR) << "Unable to open stack trace file '" << stack_trace_file_ << "'"; in Output()
125 PLOG(ERROR) << "Failed to write stack traces to '" << stack_trace_file_ << "'"; in Output()
219 LOG(ERROR) << "Unexpected signal %d" << signal_number; in Run()
Dtrace.cc320 LOG(ERROR) << "Trace already in progress, ignoring this request"; in Start()
327 LOG(ERROR) << "Invalid sampling interval: " << interval_us; in Start()
343 PLOG(ERROR) << "Unable to open trace file '" << trace_filename << "'"; in Start()
364 LOG(ERROR) << "Trace already in progress, ignoring this request"; in Start()
400 LOG(ERROR) << "Trace stop requested, but no trace currently running"; in StopTracing()
446 PLOG(ERROR) << "Could not close trace file."; in StopTracing()
484 LOG(ERROR) << "Trace pause requested, but no trace currently running"; in Pause()
537 LOG(ERROR) << "No trace to resume (or sampling mode), ignoring this request"; in Resume()
734 PLOG(ERROR) << detail; in FinishTracing()
746 LOG(ERROR) << "Unexpected dex PC event in tracing " << ArtMethod::PrettyMethod(method) in DexPcMoved()
[all …]
Dimtable_test.cc57 LOG(ERROR) << self->GetException()->Dump(); in LoadClasses()
67 LOG(ERROR) << self->GetException()->Dump(); in LoadClasses()
Doat_file_assistant_test.cc55 PLOG(ERROR) << "Could not change permissions on " << dex_parent_; in ScopedNonWritable()
65 PLOG(ERROR) << "Could not restore permissions on " << dex_parent_; in ~ScopedNonWritable()
186 LOG(ERROR) << "Test skipped because it's running as root"; in TEST_F()
221 LOG(ERROR) << "Test skipped because it's running as root"; in TEST_F()
316 LOG(ERROR) << "Test skipped because it's running as root"; in TEST_F()
349 LOG(ERROR) << "Test skipped because it's running as root"; in TEST_F()
382 LOG(ERROR) << "Test skipped because it's running as root"; in TEST_F()
412 LOG(ERROR) << "Test skipped because it's running as root"; in TEST_F()
502 LOG(ERROR) << "Test skipped because it's running as root"; in TEST_F()
578 LOG(ERROR) << "Test skipped because it's running as root"; in TEST_F()
[all …]
/art/tools/common/
Dcommon.py51 ERROR = 2 variable in RetCode
62 ERROR = 4 variable in LogSeverity
163 retcode = RetCode.ERROR
263 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
337 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
436 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc56 PLOG(ERROR) << "prctl(PR_SET_DUMPABLE) failed for pid " << getpid(); in EnableDebugger()
65 PLOG(ERROR) << "prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) failed for pid " << getpid(); in EnableDebugger()
74 PLOG(ERROR) << "setrlimit(RLIMIT_CORE) failed for pid " << getpid(); in EnableDebugger()
238 LOG(ERROR) << StringPrintf("Unknown bits set in debug_flags: %#x", debug_flags); in EnableDebugFeatures()
/art/test/626-const-class-linking/
Dclear_dex_cache_types.cc44 LOG(ERROR) << klass->PrettyClass() << " has unexpected status: " << status; in Java_Main_nativeSkipVerification()
60 LOG(ERROR) << "Class #" << i << ": " << as_class->PrettyDescriptor() in Java_Main_nativeDumpClasses()
/art/runtime/gc/space/
Dimage_space_fs.h67 PLOG(ERROR) << "Unable to rmdir " << file; in DeleteDirectoryContents()
76 PLOG(ERROR) << "Unable to unlink " << file; in DeleteDirectoryContents()
/art/runtime/gc/
Dallocation_record.cc51 LOG(ERROR) << "Ignoring " << propertyName << " '" << allocMaxString in SetProperties()
67 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
70 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
83 LOG(ERROR) << "Ignoring " << propertyName << " '" << stackDepthString in SetProperties()

12345