Home
last modified time | relevance | path

Searched refs:WARNING (Results 1 – 25 of 98) sorted by relevance

1234

/art/runtime/gc/space/
Dimage_space_fs.h51 PLOG(WARNING) << "Unable to open " << dir << " to delete it's contents"; in DeleteDirectoryContents()
72 LOG(WARNING) << "Unexpected file type of " << std::hex << de->d_type << " encountered."; in DeleteDirectoryContents()
123 PLOG(WARNING) << "Failed to create boot marker."; in MarkZygoteStart()
128 LOG(WARNING) << "Pruning dalvik cache because of low-memory situation."; in MarkZygoteStart()
134 PLOG(WARNING) << "Failed to create boot marker."; in MarkZygoteStart()
140 PLOG(WARNING) << "Failed to read boot marker."; in MarkZygoteStart()
147 LOG(WARNING) << "Incomplete boot detected. Pruning dalvik cache"; in MarkZygoteStart()
155 PLOG(WARNING) << "Failed to write boot marker."; in MarkZygoteStart()
161 PLOG(WARNING) << "Failed to write boot marker."; in MarkZygoteStart()
167 PLOG(WARNING) << "Failed to flush boot marker."; in MarkZygoteStart()
/art/profman/
Dprofile_assistant.cc41 LOG(WARNING) << "Could not load reference profile file"; in ProcessProfilesInternal()
53 LOG(WARNING) << "Could not load profile file at index " << i; in ProcessProfilesInternal()
57 LOG(WARNING) << "Could not merge profile file at index " << i; in ProcessProfilesInternal()
77 PLOG(WARNING) << "Could not clear reference profile file"; in ProcessProfilesInternal()
81 LOG(WARNING) << "Could not save reference profile file"; in ProcessProfilesInternal()
133 LOG(WARNING) << "Could not lock profile files: " << error; in ProcessProfiles()
144 LOG(WARNING) << "Could not lock reference profiled files: " << error; in ProcessProfiles()
161 LOG(WARNING) << "Could not lock profile files: " << error; in ProcessProfiles()
168 LOG(WARNING) << "Could not lock reference profile files: " << error; in ProcessProfiles()
Dprofman.cc637 PLOG(WARNING) << "Failed to close descriptor"; in GetClassNamesAndMethods()
798 LOG(WARNING) << "Could not find name: " << name; in FindMethodIndex()
804 LOG(WARNING) << "Could not create type list" << signature; in FindMethodIndex()
809 LOG(WARNING) << "Could not find proto_id: " << name; in FindMethodIndex()
815 LOG(WARNING) << "Could not find method_id: " << name; in FindMethodIndex()
890 LOG(WARNING) << "Invalid flag " << c; in ProcessLine()
912 LOG(WARNING) << "Could not find class: " << klass; in ProcessLine()
1071 PLOG(WARNING) << "Failed to close descriptor"; in CreateProfile()
1234 PLOG(WARNING) << "Failed to close descriptor for " in CloseAllFds()
1244 LOG(WARNING) << "profman took " << PrettyDuration(time_taken); in LogCompletionTime()
/art/runtime/
Dplugin.cc51 LOG(WARNING) << this << " does not include an initialization function"; in Load()
65 LOG(WARNING) << this << " failed deinitialization"; in Unload()
69 LOG(WARNING) << this << " does not include a deinitialization function"; in Unload()
Dcompiler_filter.cc192 LOG(WARNING) << "'verify-none' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
196 LOG(WARNING) << "'interpret-only' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
200 LOG(WARNING) << "'verify-profile' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
204 LOG(WARNING) << "'verify-at-runtime' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
208 LOG(WARNING) << "'balanced' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
212 LOG(WARNING) << "'time' is an obsolete compiler filter name that will be " in ParseCompilerFilter()
Dthread_android.cc51 LOG(WARNING) << "bad priority " << newPriority; in SetNativePriority()
80 PLOG(WARNING) << "getpriority failed"; in GetNativePriority()
Doat_file_manager.cc263 LOG(WARNING) << "Could not create dex file from oat file: " << error; in AddDexFilesFromOat()
370 LOG(WARNING) << "Skipping duplicate class check due to unsupported classloader"; in HasCollisions()
414 LOG(WARNING) << "Opening an oat file without a class loader. " in OpenDexFilesFromOat()
455 LOG(WARNING) << error_msg; in OpenDexFilesFromOat()
492 LOG(WARNING) << "Dex location " << dex_location << " does not seem to include dex file. " in OpenDexFilesFromOat()
497 LOG(WARNING) << "Found duplicate classes, falling back to extracting from APK : " in OpenDexFilesFromOat()
499 LOG(WARNING) << "NOTE: This wastes RAM and hurts startup performance."; in OpenDexFilesFromOat()
509 LOG(WARNING) << "Found duplicate classes, dex-file-fallback disabled, will be failing to " in OpenDexFilesFromOat()
513 LOG(WARNING) << error_msg; in OpenDexFilesFromOat()
621 LOG(WARNING) << error_msg; in OpenDexFilesFromOat()
Dnative_bridge_art_interface.cc73 LOG(WARNING) << "Output native method array too small. Skipping " in GetNativeMethods()
105 LOG(WARNING) << "Could not create mount namespace."; in PreInitializeNativeBridge()
Dindirect_reference_table-inl.h38 LOG(WARNING) << "Attempt to look up nullptr " << kind_; in GetChecked()
102 LOG(WARNING) << "IndirectReferenceTable Update failed to find reference " << iref; in Update()
Djni_env_ext-inl.h41 locals_.Dump(LOG_STREAM(WARNING) << "Warning: more than 16 JNI local references: " in AddLocalReference()
Dindirect_reference_table.cc362 LOG(WARNING) << "Attempt to remove non-JNI local reference, dumping thread"; in Remove()
364 self->Dump(LOG_STREAM(WARNING)); in Remove()
373 LOG(WARNING) << "Attempt to remove index outside index area (" << idx in Remove()
379 LOG(WARNING) << "Attempt to remove invalid index " << idx in Remove()
505 LOG(WARNING) << "JNI ERROR: Unable to reserve space in EnsureFreeCapacity (" << free_capacity in EnsureFreeCapacity()
Dclass_loader_context.cc242 LOG(WARNING) << "Could not open dex files from location: " << location; in OpenDexFiles()
611 LOG(WARNING) << "Unsupported class loader"; in AddInfoToContextFromClassLoader()
685 LOG(WARNING) << "Invalid class loader context: " << context_spec; in VerifyClassLoaderContextMatch()
698 LOG(WARNING) << "ClassLoaderContext size mismatch. expected=" in VerifyClassLoaderContextMatch()
709 LOG(WARNING) << "ClassLoaderContext type mismatch for position " << i in VerifyClassLoaderContextMatch()
716 LOG(WARNING) << "ClassLoaderContext classpath size mismatch for position " << i in VerifyClassLoaderContextMatch()
771 LOG(WARNING) << "ClassLoaderContext classpath element mismatch for position " << i in VerifyClassLoaderContextMatch()
780 LOG(WARNING) << "ClassLoaderContext classpath element checksum mismatch for position " << i in VerifyClassLoaderContextMatch()
Doat_file_assistant.cc113 LOG(WARNING) << "OatFileAssistant: Load executable specified, " in OatFileAssistant()
124 LOG(WARNING) << "Failed to determine odex file name: " << error_msg; in OatFileAssistant()
133 LOG(WARNING) << "Failed to determine oat file name for dex location " in OatFileAssistant()
144 LOG(WARNING) << "Failed to determine dex file parent directory: " << dex_location_; in OatFileAssistant()
360 LOG(WARNING) << error_msg; in LoadDexFiles()
366 LOG(WARNING) << "Failed to open dex file from oat dex file: " << error_msg; in LoadDexFiles()
382 LOG(WARNING) << "Failed to open dex file from oat dex file: " << error_msg; in LoadDexFiles()
409 LOG(WARNING) << "Required dex checksums not found. Assuming dex checksums are up to date."; in DexChecksumUpToDate()
441 LOG(WARNING) << "Required dex checksums not found. Assuming dex checksums are up to date."; in DexChecksumUpToDate()
510 LOG(WARNING) << "Dex location " << dex_location_ << " does not seem to include dex file. " in GivenOatFileStatus()
[all …]
/art/libartbase/base/
Dscoped_flock.cc68 PLOG(WARNING) << "Failed to stat, will retry: " << filename; in Open()
80 LOG(WARNING) << "File changed while locking, will retry: " << filename; in Open()
125 PLOG(WARNING) << "Unable to unlock file " << this->GetPath(); in ReleaseLock()
Dtime_utils.cc168 UNIMPLEMENTED(WARNING); in ThreadCpuNanoTime()
179 UNIMPLEMENTED(WARNING); in ProcessCpuNanoTime()
/art/runtime/arch/
Dinstruction_set_features_test.cc35 LOG(WARNING) << "Test disabled due to no CPP define for A53 erratum 835769";
62 LOG(WARNING) << "Test disabled due to no CPP define for A53 erratum 835769";
100 LOG(WARNING) << "Test disabled due to buggy ARM kernels";
134 LOG(WARNING) << "Test disabled due to buggy ARM kernels";
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.cc35 LOG(WARNING) << "Unexpected CPU variant for Mips64 using defaults: " << variant; in FromVariant()
82 UNIMPLEMENTED(WARNING); in FromHwcap()
87 UNIMPLEMENTED(WARNING); in FromAssembly()
/art/compiler/jit/
Djit_logger.cc68 LOG(WARNING) << "Failed to write jitted method info in log: write failure."; in WritePerfMapLog()
71 LOG(WARNING) << "Failed to write jitted method info in log: log file doesn't exist."; in WritePerfMapLog()
206 UNIMPLEMENTED(WARNING) << "Unsupported architecture in JitLogger"; in GetElfMach()
217 LOG(WARNING) << "Failed to create record in perf.data. JITed code profiling will not work."; in OpenMarkerFile()
246 LOG(WARNING) << "Failed to write profiling log. The 'perf inject' tool will not work."; in WriteJitDumpHeader()
Djit_compiler.cc116 LOG(WARNING) << "Error parsing " << option << " message=" << error_msg; in JitCompiler()
125 LOG(WARNING) << "Error parsing " << option << " message=" << error_msg; in JitCompiler()
131 LOG(WARNING) << "Error parsing " << option << " message=" << error_msg; in JitCompiler()
/art/test/137-cfi/
Dcfi.cc161 PLOG(WARNING) << "waitpid failed: tid " << tid; in wait_for_sigstop()
173 PLOG(WARNING) << "timed out waiting for stop signal: tid=" << tid; in wait_for_sigstop()
210 LOG(WARNING) << "wait_for_sigstop failed."; in Java_Main_unwindOtherProcess()
/art/runtime/arch/mips/
Dinstruction_set_features_mips.cc103 LOG(WARNING) << "Unexpected CPU variant for Mips32 using defaults: " << variant; in FromVariant()
160 UNIMPLEMENTED(WARNING); in FromHwcap()
165 UNIMPLEMENTED(WARNING); in FromAssembly()
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc107 LOG(WARNING) << "Unexpected CPU variant for X86 using defaults: " << variant; in FromVariant()
211 UNIMPLEMENTED(WARNING); in FromHwcap()
216 UNIMPLEMENTED(WARNING); in FromAssembly()
/art/runtime/jdwp/
Djdwp_main.cc142 LOG(WARNING) << "no JDWP transport specified. Defaulting to dt_android_adb"; in ParseJdwpOptions()
248 LOG(WARNING) << "Connection with debugger is closed"; in WritePacket()
457 LOG(WARNING) << "Resetting state while event in progress"; in ResetState()
487 LOG(WARNING) << "JDWP thread join failed"; in ~JdwpState()
728 LOG(WARNING) << "no active debugger"; in LastDebuggerActivity()
749 LOG(WARNING) << "Debugger told VM to exit with status " << exit_status; in ExitAfterReplying()
/art/openjdkjvmti/
Dti_ddms.cc72 LOG(WARNING) << "Something went wrong with handling the ddm chunk."; in HandleChunk()
/art/runtime/jit/
Dprofile_compilation_info.cc195 LOG(WARNING) << "Couldn't lock the profile file " << filename << ": " << error; in MergeWith()
206 LOG(WARNING) << "Could not load profile data from file " << filename << ": " << error; in MergeWith()
226 LOG(WARNING) << "Couldn't lock the profile file " << filename << ": " << error; in Load()
239 LOG(WARNING) << "Clearing bad or obsolete profile data from file " in Load()
244 PLOG(WARNING) << "Could not clear profile file: " << filename; in Load()
249 LOG(WARNING) << "Could not load profile data from file " << filename << ": " << error; in Load()
263 LOG(WARNING) << "Couldn't lock the profile file " << filename << ": " << error; in Save()
271 PLOG(WARNING) << "Could not clear profile file: " << filename; in Save()
396 LOG(WARNING) << "DexFileKey exceeds allocated limit"; in Save()
452 LOG(WARNING) << "Profile data size exceeds " in Save()
[all …]

1234