Home
last modified time | relevance | path

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

12345678

/art/dexdump/
Ddexdump_main.cc41 LOG(ERROR) << "Copyright (C) 2007 The Android Open Source Project\n"; in usage()
42 LOG(ERROR) << gProgName in usage()
45 LOG(ERROR) << " -a : display annotations"; in usage()
46 LOG(ERROR) << " -c : verify checksum and exit"; in usage()
47 LOG(ERROR) << " -d : disassemble code sections"; in usage()
48 LOG(ERROR) << " -e : display exported items only"; in usage()
49 LOG(ERROR) << " -f : display dex file header"; in usage()
50 LOG(ERROR) << " -g : display CFG for dex"; in usage()
51 LOG(ERROR) << " -h : display all sections header"; in usage()
52 LOG(ERROR) << " -i : ignore checksum failures"; in usage()
[all …]
/art/libartbase/base/
Dmem_map_windows.cc23 #ifdef ERROR
24 #undef ERROR
58 PLOG(ERROR) << "Protection or flag error was not supported."; in TargetMMap()
65 PLOG(ERROR) << "MAP_FIXED not supported."; in TargetMMap()
80 PLOG(ERROR) << "MAP_PRIVATE and MAP_SHARED inconsistently set."; in TargetMMap()
96 PLOG(ERROR) << "Couldn't get file size."; in TargetMMap()
114 PLOG(ERROR) << StringPrintf("Couldn't create file mapping %lx.", error); in TargetMMap()
129 PLOG(ERROR) << StringPrintf("Couldn't create file view %lx.", error); in TargetMMap()
Dsocket_peer_is_trusted.cc34 PLOG(ERROR) << "couldn't get socket credentials"; in SocketPeerIsTrusted()
40 LOG(ERROR) << "untrusted uid " << cr.uid << " on other end of socket"; in SocketPeerIsTrusted()
Dflags_test.cc176 LOG(ERROR) << "Release does not support property setting, skipping test: " in TEST_F()
182 LOG(ERROR) << "Release does not support property setting, skipping test: " in TEST_F()
200 LOG(ERROR) << "Release does not support property setting, skipping test: " in TEST_F()
230 LOG(ERROR) << "Release does not support property setting, skipping test: " in TEST_F()
236 LOG(ERROR) << "Release does not support property setting, skipping test: " in TEST_F()
/art/tools/checker/common/
Dlogger.py22 NO_OUTPUT, ERROR, INFO = range(3) variable in Logger.Level
59 Logger.log("error: ", Logger.Level.ERROR, color=Logger.Color.RED, new_line=False,
61 Logger.log(msg, Logger.Level.ERROR, out=sys.stderr)
71 Logger.log(loc, Logger.Level.ERROR, color=Logger.Color.GRAY, new_line=False,
73 Logger.log(line_text, Logger.Level.ERROR, out=sys.stderr)
80 Logger.log(var, Logger.Level.ERROR, color=Logger.Color.GREEN, new_line=False,
82 Logger.log(padding, Logger.Level.ERROR, new_line=False, out=sys.stderr)
83 Logger.log(" = ", Logger.Level.ERROR, new_line=False, out=sys.stderr)
84 Logger.log(variables[var], Logger.Level.ERROR, out=sys.stderr)
/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/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc271 LOG(ERROR) << "Unable to get method info!"; in BreakpointCB()
292 LOG(ERROR) << option << " doesn't look like it has a class name"; in ParseSingleBreakpoint()
299 LOG(ERROR) << bp << " doesn't seem to indicate a method, expected ->"; in ParseSingleBreakpoint()
306 LOG(ERROR) << bp << " doesn't seem to have a method sig!"; in ParseSingleBreakpoint()
311 LOG(ERROR) << bp << " doesn't seem to have a valid location!"; in ParseSingleBreakpoint()
338 LOG(ERROR) << "Unable to parse breakpoint from " << next; in ParseArgs()
361 LOG(ERROR) << "Unable to access JVMTI, error code " << res; in AgentStart()
370 LOG(ERROR) << "Unable to alloc memory for breakpoint target data"; in AgentStart()
377 LOG(ERROR) << "Unable to set local storage"; in AgentStart()
382 LOG(ERROR) << "failed to parse breakpoint list!"; in AgentStart()
[all …]
/art/dexlist/
Ddexlist.cc169 LOG(ERROR) << "ReadFileToString failed"; in processFile()
179 LOG(ERROR) << error_msg; in processFile()
200 LOG(ERROR) << "Copyright (C) 2007 The Android Open Source Project\n"; in usage()
201 LOG(ERROR) << gProgName << ": [-m p.c.m] [-o outfile] dexfile..."; in usage()
202 LOG(ERROR) << ""; in usage()
231 LOG(ERROR) << "Expected: package.Class.method"; in dexlistDriver()
248 LOG(ERROR) << "No file specified"; in dexlistDriver()
261 PLOG(ERROR) << "Can't open " << gOptions.outputFileName; in dexlistDriver()
/art/libprofile/profile/
Dprofile_boot_info.cc68 PLOG(ERROR) << "Unexpected error reading profile"; in Load()
75 LOG(ERROR) << "Unexpected end of file for length"; in Load()
88 LOG(ERROR) << "Unexpected end of file for name"; in Load()
102 LOG(ERROR) << "Couldn't find " << std::string(data.get(), string_length); in Load()
117 LOG(ERROR) << "Didn't get a method id"; in Load()
/art/odrefresh/
Dodr_fs_utils.cc66 LOG(ERROR) << "Failed to clean-up '" << dir_path << "'"; in RemoveDirectory()
82 LOG(ERROR) << "Path not absolute '" << absolute_path << "'"; in EnsureDirectoryExists()
91 PLOG(ERROR) << "Could not create directory: " << path; in EnsureDirectoryExists()
102 PLOG(ERROR) << "statvfs '" << path << "'"; in GetFreeSpace()
135 PLOG(ERROR) << "Failed to stat() file " << entity_name; in GetUsedSpace()
/art/test/ti-stress/
Dstress.cc75 LOG(ERROR) << "ERROR: Can't find class " << descriptor; in DoExtractClassFromData()
364 LOG(ERROR) << "Unable to get method info!"; in doJvmtiMethodBind()
375 LOG(ERROR) << "Unable to get class name!"; in GetName()
448 LOG(ERROR) << "Unable to get callback info!"; in FieldAccessHook()
518 LOG(ERROR) << "Unable to get callback info!"; in FieldModificationHook()
537 LOG(ERROR) << "Unable to get method info!"; in MethodExitHook()
556 LOG(ERROR) << "Unable to get method info!"; in MethodEntryHook()
573 LOG(ERROR) << "Unable to get a classes fields!"; in ClassPrepareHook()
588 LOG(ERROR) << "Unable to get class info!"; in ClassPrepareHook()
604 LOG(ERROR) << "Unable to get method info!"; in SingleStepHook()
[all …]
/art/libartbase/base/unix_file/
Dfd_file.cc77 PLOG(ERROR) << "Could not create event handle."; in pread()
106 PLOG(ERROR) << "Could not create event handle."; in pwrite()
179 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction."; in Destroy()
182 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction."; in Destroy()
272 LOG(ERROR) << warning; in moveTo()
285 LOG(ERROR) << warning; in moveUp()
488 LOG(ERROR) << "File " << file_path_ << " has not been flushed before renaming."; in Rename()
494 LOG(ERROR) << "Failed rename because the file descriptor is not backed by the expected file " in Rename()
502 LOG(ERROR) << "Rename from '" << old_path << "' to '" << new_path << "' failed."; in Rename()
520 LOG(ERROR) << "Flushing directory '" << dirname << "' during rename failed."; in Rename()
[all …]
/art/libarttools/
Dart_exec.cc89 LOG(ERROR) << error_msg; in Usage()
195 LOG(ERROR) << "Failed to close open FDs: " << result.error(); in main()
202 LOG(ERROR) << "Failed to set task profile: " << ret; in main()
209 PLOG(ERROR) << "Failed to setpriority"; in main()
216 LOG(ERROR) << "Failed to drop inheritable capabilities: " << result.error(); in main()
227 PLOG(ERROR) << ART_FORMAT("Failed to chroot to '{}'", options.chroot); in main()
/art/tools/signal_dumper/
Dsignal_dumper.cc339 PLOG(ERROR) << "Failed to scan task folder"; in PtraceSiblings()
361 PLOG(ERROR) << "Failed to attach to tid " << tid; in PtraceSiblings()
392 LOG(ERROR) << "Could not get registers to determine abi."; in DumpABI()
441 LOG(ERROR) << "ABI: '" << abi_str << "'" << std::endl; in DumpABI()
478 PLOG(ERROR) << "Failed to waitpid for " << pid; in WaitForSigStopped()
484 LOG(ERROR) << "Did not get expected stopped signal for " << pid; in WaitForSigStopped()
506 LOG(ERROR) << std::endl << "=== pid: " << pid << " tid: " << tid << " ===" << std::endl; in DumpThread()
510 LOG(ERROR) << "Failed to wait for sigstop on " << tid; in DumpThread()
515 LOG(ERROR) << prefix << "(Unwind failed for thread " << tid << ": " in DumpThread()
555 LOG(ERROR) << oss.str() << std::endl; in DumpThread()
[all …]
/art/adbconnection/
Dadbconnection.cc187 LOG(ERROR) << "Not starting debugger since process cannot load the jdwp agent."; in StartDebugger()
203 PLOG(ERROR) << "Failed to join debugger threads!"; in StopDebugger()
377 LOG(ERROR) << "The runtime is shutting down when we are trying to start up the debugger!"; in StartDebuggerThreads()
384 LOG(ERROR) << "Failed to create debugger thread!"; in StartDebuggerThreads()
400 LOG(ERROR) << "Failed to create thread for adb-jdwp connection manager!"; in StartDebuggerThreads()
554 PLOG(ERROR) << StringPrintf("Failed to send DDMS packet %c%c%c%c to debugger (%zd of %zu)", in SendDdmPacket()
609 PLOG(ERROR) << "Failed to send agent adb connection fds."; in SendAgentFds()
674 LOG(ERROR) << "Failed to setup adb connection."; in RunPollLoop()
700 PLOG(ERROR) << "Failed to poll!"; in RunPollLoop()
715 PLOG(ERROR) << "Failed to read message from agent control socket! Retrying"; in RunPollLoop()
[all …]
/art/dex2oat/linker/
Doat_writer.cc392 LOG(ERROR) << "Invalid magic number in dex file header. " << " File: " << location; in ValidateDexFileHeader()
396 LOG(ERROR) << "Invalid version number in dex file header. " << " File: " << location; in ValidateDexFileHeader()
401 LOG(ERROR) << "Dex file header specifies file size insufficient to contain the header." in ValidateDexFileHeader()
412 PLOG(ERROR) << "Failed to open dex file: '" << filename << "'"; in AddDexFileSource()
430 LOG(ERROR) << "Failed to open dex file '" << location << "': " << error_msg; in AddDexFileSource()
435 LOG(ERROR) << "Compact dex is only supported from vdex: " << location; in AddDexFileSource()
453 LOG(ERROR) << "Unexpected number of dex files in vdex " << location; in AddVdexDexFilesSource()
458 LOG(ERROR) << "Invalid magic in vdex file created from " << location; in AddVdexDexFilesSource()
472 LOG(ERROR) << "Unexpected number of dex files in vdex " << location; in AddVdexDexFilesSource()
477 LOG(ERROR) << "No dex files in vdex file created from " << location; in AddVdexDexFilesSource()
[all …]
/art/test/137-cfi/
Dcfi.cc161 PrintFileToLog(android::base::StringPrintf("/proc/%d/maps", pid), ::android::base::ERROR); in MoreErrorInfo()
166 PLOG(ERROR) << "Failed to send signal"; in MoreErrorInfo()
226 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status; in wait_for_sigstop()
264 PLOG(ERROR) << "Failed to attach."; in Java_Main_unwindOtherProcess()
296 PLOG(ERROR) << "Detach failed"; in Java_Main_unwindOtherProcess()
/art/artd/
Dartd_main.cc32 LOG(ERROR) << error_msg; in ParseError()
67 LOG(ERROR) << "Unable to start artd: " << ret.error(); in main()
/art/dex2oat/utils/
Dswap_space.cc77 PLOG(ERROR) << "Failed to unmap swap space chunk at " in ~SwapSpace()
159 LOG(ERROR) << "Unable to mmap new swap file chunk."; in NewFileChunk()
160 LOG(ERROR) << "Current size: " << size_ << " requested: " << next_part << "/" << min_size; in NewFileChunk()
161 LOG(ERROR) << "Free list:"; in NewFileChunk()
163 LOG(ERROR) << "In free list: " << CollectFree(free_by_start_, free_by_size_); in NewFileChunk()
/art/tools/jvmti-agents/enable-vlog/
Denablevlog.cc84 LOG(ERROR) << "Unable to access JVMTI, error code " << res; in SetupJvmtiEnv()
95 LOG(ERROR) << "Could not get JVMTI env or ArtTiEnv!"; in AgentStart()
100 LOG(ERROR) << "Could not find extension " << kSetVerboseExtensionName; in AgentStart()
/art/libelffile/stream/
Derror_delaying_output_stream.h42 PLOG(ERROR) << "Failed to write " << byte_count in WriteFully()
71 PLOG(ERROR) << "Failed to seek in " << GetLocation() << ". Offset=" << offset in Seek()
/art/tools/jvmti-agents/simple-profile/
Dsimple_profile.cc390 LOG(ERROR) << "Too many args!"; in ParseArgs()
412 LOG(ERROR) << "Unable to access JVMTI, error code " << res; in SetupJvmtiEnv()
432 LOG(ERROR) << "Unable to access JVMTI, error code " << res; in AgentStart()
446 LOG(ERROR) << "failed to get output file from " << options << "!"; in AgentStart()
453 LOG(ERROR) << "Unable to alloc memory for breakpoint target data"; in AgentStart()
461 LOG(ERROR) << "Unable to set local storage"; in AgentStart()
470 LOG(ERROR) << "Unable to set caps"; in AgentStart()
486 LOG(ERROR) << "Unable to set event callbacks."; in AgentStart()
495 LOG(ERROR) << "Unable to get jnienv"; in AgentStart()
507 LOG(ERROR) << "Unable to set event vminit"; in AgentStart()
/art/dex2oat/
Ddex2oat.cc223 LOG(ERROR) << error; in UsageErrorV()
479 LOG(ERROR) << "Failed to override ThreadLocal.nextHashCode"; in ThreadLocalHashOverride()
584 LOG(ERROR) << "Inlines allowed from core-oj! FOR TESTING USE ONLY! DO NOT DISTRIBUTE" in ~Dex2Oat()
1256 PLOG(ERROR) << "Failed to create oat file: " << oat_filename; in OpenFile()
1260 PLOG(ERROR) << "Failed to make oat file world readable: " << oat_filename; in OpenFile()
1285 PLOG(ERROR) << "Failed to open vdex file: " << vdex_filename; in OpenFile()
1289 PLOG(ERROR) << "Failed to make vdex file world readable: " << vdex_filename; in OpenFile()
1300 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile()
1342 PLOG(ERROR) << "Failed to create vdex file: " << vdex_location; in OpenFile()
1348 PLOG(ERROR) << "Truncating vdex file " << vdex_location << " failed."; in OpenFile()
[all …]
/art/tools/dexanalyze/
Ddexanalyze.cc52 LOG(ERROR) in Usage()
207 LOG(ERROR) << "ReadFileToString failed for " + filename << std::endl; in Run()
218 LOG(ERROR) << "OpenAll failed for " + filename << " with " << error_msg << std::endl; in Run()
224 LOG(ERROR) << "Failed to process " << filename << " with error " << error_msg; in Run()

12345678