/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/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/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()
|
/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/class2greylist/src/com/android/class2greylist/ |
D | Status.java | 24 private static final String ERROR = "\u001B[31mError: \u001B[0m"; field in Status 40 System.err.print(ERROR); in error() 46 System.err.print(ERROR); in error()
|
/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/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/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/adbconnection/ |
D | adbconnection.cc | 102 LOG(ERROR) << "Not starting debugger since process cannot load the jdwp agent."; in StartDebugger() 118 PLOG(ERROR) << "Failed to join debugger threads!"; in StopDebugger() 270 LOG(ERROR) << "The runtime is shutting down when we are trying to start up the debugger!"; in StartDebuggerThreads() 291 LOG(ERROR) << "Failed to create thread for adb-jdwp connection manager!"; in StartDebuggerThreads() 412 PLOG(ERROR) << StringPrintf("Failed to send DDMS packet %c%c%c%c to debugger (%zd of %zu)", in SendDdmPacket() 467 PLOG(ERROR) << "Failed to send agent adb connection fds."; in SendAgentFds() 536 LOG(ERROR) << "Failed to setup adb connection."; in RunPollLoop() 556 PLOG(ERROR) << "Failed to poll!"; in RunPollLoop() 570 PLOG(ERROR) << "Failed to read message from agent control socket! Retrying"; in RunPollLoop() 592 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/test/137-cfi/ |
D | cfi.cc | 136 PrintFileToLog(android::base::StringPrintf("/proc/%d/maps", pid), ::android::base::ERROR); in MoreErrorInfo() 141 PLOG(ERROR) << "Failed to send signal"; in MoreErrorInfo() 203 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status; in wait_for_sigstop() 230 PLOG(ERROR) << "Failed to attach."; in Java_Main_unwindOtherProcess() 274 PLOG(ERROR) << "Detach failed"; in Java_Main_unwindOtherProcess()
|
/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 | 484 LOG(ERROR) << "Invalid magic number in dex file header. " << " File: " << location; in ValidateDexFileHeader() 488 LOG(ERROR) << "Invalid version number in dex file header. " << " File: " << location; in ValidateDexFileHeader() 493 LOG(ERROR) << "Dex file header specifies file size insufficient to contain the header." in ValidateDexFileHeader() 505 PLOG(ERROR) << "Failed to read dex file header. Actual: " in GetDexFileHeader() 522 PLOG(ERROR) << "Failed to open dex file: '" << filename << "'"; in AddDexFileSource() 538 LOG(ERROR) << "Failed to read magic number from dex file '" << location << "': " << error_msg; in AddDexFileSource() 545 LOG(ERROR) << "Failed to get DexFileHeader from file descriptor for '" in AddDexFileSource() 562 LOG(ERROR) << "Failed to open zip from file descriptor for '" << location << "': " in AddDexFileSource() 584 LOG(ERROR) << "No dex files in zip file '" << location << "': " << error_msg; in AddDexFileSource() 588 LOG(ERROR) << "Expected valid zip or dex file: '" << location << "'"; in AddDexFileSource() [all …]
|
/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/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/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/runtime/gc/space/ |
D | image_space_fs.h | 69 PLOG(ERROR) << "Unable to rmdir " << file; in DeleteDirectoryContents() 78 PLOG(ERROR) << "Unable to unlink " << file; in DeleteDirectoryContents()
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 157 PLOG(ERROR) << "failed to create socket"; in CanConnectToSocket() 178 LOG(ERROR) << "rejecting extra guardrails"; in OnSetup() 196 PLOG(ERROR) << "failed to open /proc/self/cmdline"; in OnSetup() 202 PLOG(ERROR) << "failed to read /proc/self/cmdline"; in OnSetup() 212 PLOG(ERROR) << "failed to normalize cmdline"; in OnSetup() 221 PLOG(ERROR) << "failed to normalize other cmdline"; in OnSetup() 455 PLOG(ERROR) << "failed to open smaps"; in DumpSmaps() 482 PLOG(ERROR) << "fork"; in DumpPerfetto() 680 LOG(ERROR) << "perfetto_hprof already initialized. state: " << g_state; in ArtPlugin_Initialize() 687 PLOG(ERROR) << "Failed to pipe"; in ArtPlugin_Initialize() [all …]
|
/art/tools/dexanalyze/ |
D | dexanalyze.cc | 51 LOG(ERROR) in Usage() 206 LOG(ERROR) << "ReadFileToString failed for " + filename << std::endl; in Run() 219 LOG(ERROR) << "OpenAll failed for " + filename << " with " << error_msg << std::endl; in Run() 225 LOG(ERROR) << "Failed to process " << filename << " with error " << error_msg; in Run()
|
/art/profman/ |
D | profman.cc | 84 LOG(ERROR) << error; in UsageErrorV() 208 LOG(ERROR) << msg; in Abort() 564 LOG(ERROR) << "OpenZip failed for '" << dex_locations_[i] << "' " << error_msg; in OpenApkFilesFromLocations() 575 LOG(ERROR) << "Open failed for '" << dex_locations_[i] << "' " << error_msg; in OpenApkFilesFromLocations() 591 PLOG(ERROR) << "ComputeDexLocationsFromApkFds is unsupported on Windows."; in ComputeDexLocationsFromApkFds() 601 PLOG(ERROR) << "Could not open path from fd"; in ComputeDexLocationsFromApkFds() 621 PLOG(ERROR) << "Cannot open " << filename; in LoadProfile() 627 LOG(ERROR) << "Cannot load profile info from fd=" << fd << "\n"; in LoadProfile() 640 LOG(ERROR) << "Cannot load profile info from filename=" << filename << " fd=" << fd; in DumpOneProfile() 733 LOG(ERROR) << "Cannot load profile info"; in GetClassNamesAndMethods() [all …]
|
/art/dex2oat/ |
D | dex2oat.cc | 206 LOG(ERROR) << error; in UsageErrorV() 757 LOG(ERROR) << "Failed to override ThreadLocal.nextHashCode"; in ThreadLocalHashOverride() 1470 PLOG(ERROR) << "Failed to create oat file: " << oat_filename; in OpenFile() 1474 PLOG(ERROR) << "Failed to make oat file world readable: " << oat_filename; in OpenFile() 1500 PLOG(ERROR) << "Failed to open vdex file: " << vdex_filename; in OpenFile() 1504 PLOG(ERROR) << "Failed to make vdex file world readable: " << vdex_filename; in OpenFile() 1515 PLOG(ERROR) << "Failed to create oat file: " << oat_location_; in OpenFile() 1552 PLOG(ERROR) << "Failed to create vdex file: " << vdex_location; in OpenFile() 1559 PLOG(ERROR) << "Truncating vdex file " << vdex_location << " failed."; in OpenFile() 1578 PLOG(ERROR) << "Failed to invalidate vdex header. File: " << vdex_file->GetPath(); in OpenFile() [all …]
|