Home
last modified time | relevance | path

Searched refs:WARNING (Results 51 – 75 of 117) sorted by relevance

12345

/art/runtime/
Dthread_list.cc653 LOG(WARNING) << "Suspending all threads took: " << PrettyDuration(suspend_time); in SuspendAll()
919 ::android::base::WARNING, in SuspendThreadByPeer()
1036 ThreadSuspendByThreadIdWarning(::android::base::WARNING, in SuspendThreadByThreadId()
1080 ThreadSuspendByThreadIdWarning(::android::base::WARNING, in SuspendThreadByThreadId()
1202 LOG(WARNING) << "daemon thread not yet suspended: " << *thread; in SuspendAllDaemonThreadsForShutdown()
1221 LOG(WARNING) << "timed out suspending all daemon threads"; in SuspendAllDaemonThreadsForShutdown()
Delf_file.cc252 LOG(WARNING) << "Failed to find matching SHT_DYNAMIC for PT_DYNAMIC in " in Setup()
1527 LOG(WARNING) << "Failed to fixup .dynamic in " << file_path_; in Fixup()
1531 LOG(WARNING) << "Failed to fixup section headers in " << file_path_; in Fixup()
1535 LOG(WARNING) << "Failed to fixup program headers in " << file_path_; in Fixup()
1539 LOG(WARNING) << "Failed to fixup .dynsym in " << file_path_; in Fixup()
1543 LOG(WARNING) << "Failed to fixup .symtab in " << file_path_; in Fixup()
1547 LOG(WARNING) << "Failed to fixup .rel.dyn in " << file_path_; in Fixup()
1552 LOG(WARNING) << "Failed to fixup debug sections in " << file_path_; in Fixup()
Dclass_loader_utils.h139 LOG(WARNING) << "Null DexFile::mCookie"; in VisitClassLoaderDexFiles()
Dtrace.cc127 LOG(WARNING) << "Ignoring tracing request to use CPU time."; in SetDefaultClockSource()
499 PLOG(WARNING) << "Could not flush trace file."; in StopTracing()
851 PLOG(WARNING) << "Failed streaming a tracing event."; in WriteToBuf()
857 PLOG(WARNING) << "Failed streaming a tracing event."; in WriteToBuf()
875 PLOG(WARNING) << "Failed flush the remaining data in streaming."; in FlushBuf()
Dthread.cc392 UNIMPLEMENTED(WARNING); in Park()
414 UNIMPLEMENTED(WARNING); in Unpark()
988 LOG(WARNING) << "Thread attaching while runtime is shutting down: " << in Attach()
1061 LOG(WARNING) << *Thread::Current() << " attached without supplying a name"; in Attach()
1384 UNIMPLEMENTED(WARNING); in GetCpuMicroTime()
1396 LOG(WARNING) << "Dumping thread list without holding mutator_lock_"; in UnsafeLogFatalForSuspendCount()
1402 LOG(WARNING) << "Dumping thread list without holding thread_list_lock_"; in UnsafeLogFatalForSuspendCount()
1903 PLOG(WARNING) << "sched_getscheduler(" << tid << ")"; in DumpState()
1907 PLOG(WARNING) << "sched_getparam(" << tid << ", &sp)"; in DumpState()
2196 LOG(WARNING) << "Native thread exiting without having called DetachCurrentThread (maybe it's " in ThreadExitCallback()
[all …]
Ddebugger.cc192 LOG(WARNING) << "byte[] allocation failed: " << data.size(); in DdmHandleChunk()
636 LOG(WARNING) << "Chunk is too big to transmit (chunk_len=" << length << ", " in AppendChunk()
736 UNIMPLEMENTED(WARNING) << "Native heap inspection is not supported"; in DdmSendHeapSegments()
771 UNIMPLEMENTED(WARNING) << "Not counting objects in space " << *space; in DdmSendHeapSegments()
Dcommon_throws.cc791 LOG(WARNING) << "Could not allocate StackOverflowError object."; in ThrowStackOverflowError()
811 LOG(WARNING) << "Could not throw new StackOverflowError because JNI NewStringUTF failed."; in ThrowStackOverflowError()
849 LOG(WARNING) << "Could not create stack trace."; in ThrowStackOverflowError()
/art/runtime/verifier/
Dreg_type-inl.h95 LOG(WARNING) << "RegType::AssignableFrom lhs is Conflict!"; in AssignableFrom()
Dclass_verifier.cc327 LOG(WARNING) << tmp; in VerifyClass()
/art/dex2oat/
Ddex2oat.cc552 PLOG(WARNING) << "Failed to set CPU affinity."; in SetCpuAffinity()
555 LOG(WARNING) << "--cpu-set not supported on this platform."; in SetCpuAffinity()
1083 LOG(WARNING) << "Mismatch between dex2oat instruction set features to use (" in ProcessOptions()
1519 PLOG(WARNING) << "Truncating oat file " << oat_location_ << " failed."; in OpenFile()
1529 PLOG(WARNING) << "Failed getting length of vdex file"; in OpenFile()
1542 PLOG(WARNING) << "Failed opening vdex file: " << error_msg; in OpenFile()
1597 LOG(WARNING) << "Could not open DexMetadata archive " << error_msg; in OpenFile()
1616 LOG(WARNING) << "Could not open vdex file in DexMetadata archive: " << error_msg; in OpenFile()
1883 LOG(WARNING) << "The source files to be compiled are also in the classpath."; in Setup()
1895 LOG(WARNING) << "Failed to open classpath dex files"; in Setup()
[all …]
/art/adbconnection/
Dadbconnection.cc712 LOG(WARNING) << "Unable to handle ddm command in adbconnection due to insufficent data. " in HandleDataWithoutAgent()
772 LOG(WARNING) << "Closing connection to broken client."; in PerformHandshake()
787 LOG(WARNING) << "Handshake failed!"; in PerformHandshake()
/art/libartbase/base/
Dtime_utils.cc196 UNIMPLEMENTED(WARNING); in ThreadCpuNanoTime()
Dutils.cc279 PLOG(WARNING) << "Unable to set the name of current thread to '" << buf << "'"; in SetThreadName()
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc103 LOG(WARNING) << "Using default instruction set features for ARM CPU variant (" << variant in FromVariant()
/art/openjdkjvmti/
Ddeopt_manager.cc182 LOG(WARNING) << "Openjdkjvmti plugin was loaded on a non-debuggable Runtime. Plugin was " in FinishSetup()
200 LOG(WARNING) << "Could not start jit for openjdkjvmti plugin. This process might be " in FinishSetup()
/art/compiler/optimizing/
Dintrinsics.cc173 LOG(WARNING) << "Image class " << cache_class->PrettyDescriptor() << " is uninitialized."; in ComputeIntegerValueOfLocations()
180 LOG(WARNING) << "Image class " << integer_class->PrettyDescriptor() << " is uninitialized."; in ComputeIntegerValueOfLocations()
/art/test/ti-stress/
Dstress.cc632 LOG(WARNING) << "Ignoring load of class " << name << " because VMClassLoader is not yet " in ClassFileLoadHookSecretNoOp()
697 LOG(WARNING) << "Unable to find VMClassLoader class!"; in PerformFinalSetupVMInit()
718 LOG(WARNING) << "Couldn't get loaded classes! Ignoring."; in WatchAllFields()
/art/test/ti-agent/
Djni_binder.cc226 LOG(WARNING) << "Scanning all classloaders unimplemented"; in GetClass()
/art/cmdline/
Dcmdline.h263 LOG(WARNING) << "No instruction set given, assuming " << GetInstructionSetString(kRuntimeISA); in ParseCheckBootImage()
/art/compiler/debug/
Delf_debug_loc_writer.h244 LOG(WARNING) << "Unexpected register location: " << kind in WriteDebugLocEntry()
/art/libdexfile/dex/
Ddex_file_verifier.cc587 LOG(WARNING) << StringPrintf( in CheckHeader()
3375 LOG(WARNING) << "This dex file is invalid and will be rejected in the future. Error is: " in CheckFieldAccessFlags()
3390 LOG(WARNING) << "This dex file is invalid and will be rejected in the future. Error is: " in CheckFieldAccessFlags()
3522 LOG(WARNING) << "This dex file is invalid and will be rejected in the future. Error is: " in CheckMethodAccessFlags()
3558 LOG(WARNING) << "This dex file is invalid and will be rejected in the future. Error is: " in CheckMethodAccessFlags()
3583 LOG(WARNING) << "This dex file is invalid and will be rejected in the future. Error is: " in CheckMethodAccessFlags()
3600 LOG(WARNING) << "Method " << GetMethodDescription(begin_, header_, method_index) in CheckMethodAccessFlags()
3617 LOG(WARNING) << "This dex file is invalid and will be rejected in the future. Error is: " in CheckMethodAccessFlags()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc206 LOG(WARNING) << "Failed to find class for " << klass_name; in RedefineClass()
/art/runtime/gc/collector/
Dgarbage_collector.cc136 LOG(WARNING) << "Call to mincore() on memory range [0x" << std::hex << it.first in ExtractRssFromMincore()
/art/runtime/jni/
Djni_env_ext.cc124 LOG(WARNING) << "Enabling CheckJNI after a JNIEnv function table override is not functional."; in SetCheckJniEnabled()
Djni_internal.cc198 LOG(WARNING) << "Call to JNI FindClass with dots in name: " in NormalizeJniClassDescriptor()
489 LOG(WARNING) << "JNI DefineClass is not supported"; in DefineClass()
629 LOG(WARNING) << "JNI WARNING: no printStackTrace()V in " in ExceptionDescribe()
634 LOG(WARNING) << "JNI WARNING: " << mirror::Object::PrettyTypeOf(soa.Self()->GetException()) in ExceptionDescribe()
724 LOG(WARNING) << "JNI WARNING: DeleteLocalRef(" << obj << ") " in DeleteLocalRef()
2312 LOG(WARNING) << "JNI RegisterNativeMethods: attempt to register 0 native methods for " in RegisterNatives()
2387 LOG(WARNING) << "CheckJNI: method to register \"" << name << "\" not in the given class. " in RegisterNatives()
2419 LOG(WARNING) << "!bang JNI is deprecated. Switch to @FastNative for " << m->PrettyMethod(); in RegisterNatives()
2448 LOG(WARNING) << "JNI UnregisterNatives: attempt to unregister native methods of class '" in UnregisterNatives()
2700 LOG(WARNING) << "Possible incorrect JNI_ABORT in Release*ArrayElements"; in ReleasePrimitiveArray()
[all …]

12345