/art/dexlayout/ |
D | dexlayout_main.cc | 46 LOG(ERROR) << "Copyright (C) 2016 The Android Open Source Project\n"; in Usage() 47 LOG(ERROR) << kProgramName in Usage() 50 LOG(ERROR) << " -a : display annotations"; in Usage() 51 LOG(ERROR) << " -b : build dex_ir"; in Usage() 52 LOG(ERROR) << " -c : verify checksum and exit"; in Usage() 53 LOG(ERROR) << " -d : disassemble code sections"; in Usage() 54 LOG(ERROR) << " -e : display exported items only"; in Usage() 55 LOG(ERROR) << " -f : display summary information from file header"; in Usage() 56 LOG(ERROR) << " -h : display file header details"; in Usage() 57 LOG(ERROR) << " -i : ignore checksum failures"; in Usage() [all …]
|
/art/dexdump/ |
D | dexdump_main.cc | 41 LOG(ERROR) << "Copyright (C) 2007 The Android Open Source Project\n"; in usage() 42 LOG(ERROR) << gProgName << ": [-a] [-c] [-d] [-e] [-f] [-h] [-i] [-j] [-l layout] [-o outfile]" in usage() 44 LOG(ERROR) << " -a : display annotations"; in usage() 45 LOG(ERROR) << " -c : verify checksum and exit"; in usage() 46 LOG(ERROR) << " -d : disassemble code sections"; in usage() 47 LOG(ERROR) << " -e : display exported items only"; in usage() 48 LOG(ERROR) << " -f : display summary information from file header"; in usage() 49 LOG(ERROR) << " -g : display CFG for dex"; in usage() 50 LOG(ERROR) << " -h : display file header details"; in usage() 51 LOG(ERROR) << " -i : ignore checksum failures"; in usage() [all …]
|
/art/tools/checker/common/ |
D | logger.py | 22 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/libartbase/base/ |
D | mem_map_windows.cc | 53 PLOG(ERROR) << "Protection or flag error was not supported."; in TargetMMap() 60 PLOG(ERROR) << "MAP_FIXED not supported."; in TargetMMap() 75 PLOG(ERROR) << "MAP_PRIVATE and MAP_SHARED inconsistently set."; in TargetMMap() 91 PLOG(ERROR) << "Couldn't get file size."; in TargetMMap() 109 PLOG(ERROR) << StringPrintf("Couldn't create file mapping %lx.", error); in TargetMMap() 124 PLOG(ERROR) << StringPrintf("Couldn't create file view %lx.", error); in TargetMMap()
|
D | socket_peer_is_trusted.cc | 34 PLOG(ERROR) << "couldn't get socket credentials"; in SocketPeerIsTrusted() 40 LOG(ERROR) << "untrusted uid " << cr.uid << " on other end of socket"; in SocketPeerIsTrusted()
|
D | flags_test.cc | 172 LOG(ERROR) << "Release does not support property setting, skipping test: " in TEST_F() 178 LOG(ERROR) << "Release does not support property setting, skipping test: " in TEST_F() 196 LOG(ERROR) << "Release does not support property setting, skipping test: " in TEST_F() 226 LOG(ERROR) << "Release does not support property setting, skipping test: " in TEST_F() 232 LOG(ERROR) << "Release does not support property setting, skipping test: " in TEST_F()
|
/art/tools/dexfuzz/src/dexfuzz/ |
D | Log.java | 23 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()
|
D | StreamConsumer.java | 47 ERROR enumConstant 189 state = State.ERROR; in changeState() 196 state = State.ERROR; in setErrorState()
|
/art/dexlist/ |
D | dexlist.cc | 165 LOG(ERROR) << "ReadFileToString failed"; in processFile() 180 LOG(ERROR) << error_msg; in processFile() 201 LOG(ERROR) << "Copyright (C) 2007 The Android Open Source Project\n"; in usage() 202 LOG(ERROR) << gProgName << ": [-m p.c.m] [-o outfile] dexfile..."; in usage() 203 LOG(ERROR) << ""; in usage() 232 LOG(ERROR) << "Expected: package.Class.method"; in dexlistDriver() 249 LOG(ERROR) << "No file specified"; in dexlistDriver() 262 PLOG(ERROR) << "Can't open " << gOptions.outputFileName; in dexlistDriver()
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | breakpoint_logger.cc | 271 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/libprofile/profile/ |
D | profile_boot_info.cc | 68 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/ |
D | odr_fs_utils.cc | 66 LOG(ERROR) << "Failed to clean-up '" << dir_path << "'"; in CleanDirectory() 74 LOG(ERROR) << "Path not absolute '" << absolute_path << "'"; in EnsureDirectoryExists() 83 PLOG(ERROR) << "Could not create directory: " << path; in EnsureDirectoryExists() 94 PLOG(ERROR) << "statvfs '" << path << "'"; in GetFreeSpace() 127 PLOG(ERROR) << "Failed to stat() file " << entity_name; in GetUsedSpace()
|
D | odrefresh.cc | 94 LOG(ERROR) << error; in UsageErrorV() 173 PLOG(ERROR) << "Failed to open " << QuotePath(output_file_path); in MoveOrEraseFiles() 182 PLOG(ERROR) << "Could not set file mode on " << QuotePath(output_file_path); in MoveOrEraseFiles() 190 PLOG(ERROR) << "Failed to copy " << QuotePath(file->GetPath()) in MoveOrEraseFiles() 198 PLOG(ERROR) << "Failed to erase " << QuotePath(file->GetPath()); in MoveOrEraseFiles() 205 PLOG(ERROR) << "Failed to flush and close file " << QuotePath(output_file_path); in MoveOrEraseFiles() 313 PLOG(ERROR) << "Failed to unlink() file " << QuotePath(cache_info_filename_); in WriteCacheInfo() 319 LOG(ERROR) << "Could not create directory: " << QuotePath(dir_name); in WriteCacheInfo() 325 LOG(ERROR) << "Unable to generate cache provenance"; in WriteCacheInfo() 336 LOG(ERROR) << "No boot classpath extension components."; in WriteCacheInfo() [all …]
|
/art/test/ti-stress/ |
D | stress.cc | 76 LOG(ERROR) << "ERROR: Can't find class " << descriptor; in DoExtractClassFromData() 365 LOG(ERROR) << "Unable to get method info!"; in doJvmtiMethodBind() 376 LOG(ERROR) << "Unable to get class name!"; in GetName() 449 LOG(ERROR) << "Unable to get callback info!"; in FieldAccessHook() 519 LOG(ERROR) << "Unable to get callback info!"; in FieldModificationHook() 538 LOG(ERROR) << "Unable to get method info!"; in MethodExitHook() 557 LOG(ERROR) << "Unable to get method info!"; in MethodEntryHook() 574 LOG(ERROR) << "Unable to get a classes fields!"; in ClassPrepareHook() 589 LOG(ERROR) << "Unable to get class info!"; in ClassPrepareHook() 605 LOG(ERROR) << "Unable to get method info!"; in SingleStepHook() [all …]
|
/art/tools/signal_dumper/ |
D | signal_dumper.cc | 339 PLOG(ERROR) << "Failed to scan task folder"; in PtraceSiblings() 361 PLOG(ERROR) << "Failed to attach to tid " << tid; in PtraceSiblings() 390 LOG(ERROR) << "Could not get registers to determine abi."; in DumpABI() 434 LOG(ERROR) << "ABI: '" << abi_str << "'" << std::endl; in DumpABI() 471 PLOG(ERROR) << "Failed to waitpid for " << pid; in WaitForSigStopped() 477 LOG(ERROR) << "Did not get expected stopped signal for " << pid; in WaitForSigStopped() 500 LOG(ERROR) << std::endl << "=== pid: " << pid << " tid: " << tid << " ===" << std::endl; in DumpThread() 504 LOG(ERROR) << "Failed to wait for sigstop on " << tid; in DumpThread() 509 LOG(ERROR) << prefix << "(failed to create Backtrace for thread " << tid << ")"; in DumpThread() 514 LOG(ERROR) << prefix << "(backtrace::Unwind failed for thread " << tid in DumpThread() [all …]
|
/art/adbconnection/ |
D | adbconnection.cc | 104 LOG(ERROR) << "Not starting debugger since process cannot load the jdwp agent."; in StartDebugger() 120 PLOG(ERROR) << "Failed to join debugger threads!"; in StopDebugger() 272 LOG(ERROR) << "The runtime is shutting down when we are trying to start up the debugger!"; in StartDebuggerThreads() 293 LOG(ERROR) << "Failed to create thread for adb-jdwp connection manager!"; in StartDebuggerThreads() 414 PLOG(ERROR) << StringPrintf("Failed to send DDMS packet %c%c%c%c to debugger (%zd of %zu)", in SendDdmPacket() 469 PLOG(ERROR) << "Failed to send agent adb connection fds."; in SendAgentFds() 538 LOG(ERROR) << "Failed to setup adb connection."; in RunPollLoop() 558 PLOG(ERROR) << "Failed to poll!"; in RunPollLoop() 572 PLOG(ERROR) << "Failed to read message from agent control socket! Retrying"; in RunPollLoop() 598 LOG(ERROR) << "Unknown message received from debugger! '" << std::string(buf) << "'"; in RunPollLoop() [all …]
|
/art/runtime/ |
D | debug_print.cc | 143 LOG(ERROR) << " descriptor match in " in DumpB77342775DebugData() 152 LOG(ERROR) << "Maybe bug 77342775, looking for " << target_descriptor in DumpB77342775DebugData() 161 LOG(ERROR) << " in interface table for " << source_descriptor in DumpB77342775DebugData() 170 LOG(ERROR) << " iface #" << i << ": " << iface->PrettyDescriptor(); in DumpB77342775DebugData() 174 LOG(ERROR) << " in superclass chain for " << source_descriptor in DumpB77342775DebugData() 182 LOG(ERROR) << " - " << klass->PrettyDescriptor(); in DumpB77342775DebugData()
|
/art/libartbase/base/unix_file/ |
D | fd_file.cc | 73 PLOG(ERROR) << "Could not create event handle."; in pread() 102 PLOG(ERROR) << "Could not create event handle."; in pwrite() 175 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction."; in Destroy() 178 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction."; in Destroy() 268 LOG(ERROR) << warning; in moveTo() 281 LOG(ERROR) << warning; in moveUp() 568 LOG(ERROR) << "CloseOrErase failed while flushing a file."; in FlushCloseOrErase() 574 LOG(ERROR) << "CloseOrErase failed while closing a file."; in FlushCloseOrErase() 585 LOG(ERROR) << "FlushClose failed while flushing a file."; in FlushClose() 589 LOG(ERROR) << "FlushClose failed while closing a file."; in FlushClose() [all …]
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 498 LOG(ERROR) << "Invalid magic number in dex file header. " << " File: " << location; in ValidateDexFileHeader() 502 LOG(ERROR) << "Invalid version number in dex file header. " << " File: " << location; in ValidateDexFileHeader() 507 LOG(ERROR) << "Dex file header specifies file size insufficient to contain the header." in ValidateDexFileHeader() 519 PLOG(ERROR) << "Failed to read dex file header. Actual: " in GetDexFileHeader() 534 PLOG(ERROR) << "Failed to open dex file: '" << filename << "'"; in AddDexFileSource() 548 LOG(ERROR) << "Failed to read magic number from dex file '" << location << "': " << error_msg; in AddDexFileSource() 555 LOG(ERROR) << "Failed to get DexFileHeader from file descriptor for '" in AddDexFileSource() 571 LOG(ERROR) << "Failed to open zip from file descriptor for '" << location << "': " in AddDexFileSource() 592 LOG(ERROR) << "No dex files in zip file '" << location << "': " << error_msg; in AddDexFileSource() 596 LOG(ERROR) << "Expected valid zip or dex file: '" << location << "'"; in AddDexFileSource() [all …]
|
/art/test/137-cfi/ |
D | cfi.cc | 153 PrintFileToLog(android::base::StringPrintf("/proc/%d/maps", pid), ::android::base::ERROR); in MoreErrorInfo() 158 PLOG(ERROR) << "Failed to send signal"; in MoreErrorInfo() 220 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status; in wait_for_sigstop() 247 PLOG(ERROR) << "Failed to attach."; in Java_Main_unwindOtherProcess() 291 PLOG(ERROR) << "Detach failed"; in Java_Main_unwindOtherProcess()
|
/art/compiler/utils/ |
D | swap_space.cc | 76 PLOG(ERROR) << "Failed to unmap swap space chunk at " in ~SwapSpace() 157 LOG(ERROR) << "Unable to mmap new swap file chunk."; in NewFileChunk() 158 LOG(ERROR) << "Current size: " << size_ << " requested: " << next_part << "/" << min_size; in NewFileChunk() 159 LOG(ERROR) << "Free list:"; in NewFileChunk() 161 LOG(ERROR) << "In free list: " << CollectFree(free_by_start_, free_by_size_); in NewFileChunk()
|
/art/tools/jvmti-agents/enable-vlog/ |
D | enablevlog.cc | 84 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/dex2oat/ |
D | dex2oat.cc | 217 LOG(ERROR) << error; in UsageErrorV() 473 LOG(ERROR) << "Failed to override ThreadLocal.nextHashCode"; in ThreadLocalHashOverride() 578 LOG(ERROR) << "Inlines allowed from core-oj! FOR TESTING USE ONLY! DO NOT DISTRIBUTE" in ~Dex2Oat() 1194 PLOG(ERROR) << "Failed to create oat file: " << oat_filename; in OpenFile() 1198 PLOG(ERROR) << "Failed to make oat file world readable: " << oat_filename; in OpenFile() 1224 PLOG(ERROR) << "Failed to open vdex file: " << vdex_filename; in OpenFile() 1228 PLOG(ERROR) << "Failed to make vdex file world readable: " << vdex_filename; in OpenFile() 1239 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile() 1276 PLOG(ERROR) << "Failed to create vdex file: " << vdex_location; in OpenFile() 1283 PLOG(ERROR) << "Truncating vdex file " << vdex_location << " failed."; in OpenFile() [all …]
|
/art/libelffile/stream/ |
D | error_delaying_output_stream.h | 42 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/ |
D | simple_profile.cc | 389 LOG(ERROR) << "Too many args!"; in ParseArgs() 411 LOG(ERROR) << "Unable to access JVMTI, error code " << res; in SetupJvmtiEnv() 431 LOG(ERROR) << "Unable to access JVMTI, error code " << res; in AgentStart() 445 LOG(ERROR) << "failed to get output file from " << options << "!"; in AgentStart() 452 LOG(ERROR) << "Unable to alloc memory for breakpoint target data"; in AgentStart() 460 LOG(ERROR) << "Unable to set local storage"; in AgentStart() 469 LOG(ERROR) << "Unable to set caps"; in AgentStart() 485 LOG(ERROR) << "Unable to set event callbacks."; in AgentStart() 494 LOG(ERROR) << "Unable to get jnienv"; in AgentStart() 506 LOG(ERROR) << "Unable to set event vminit"; in AgentStart()
|