Home
last modified time | relevance | path

Searched refs:thread_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump_processor.cc243 string thread_string = dump->path() + ":" + thread_string_buffer; in Process() local
247 BPLOG(ERROR) << "Could not get thread for " << thread_string; in Process()
253 BPLOG(ERROR) << "Could not get thread ID for " << thread_string; in Process()
257 thread_string += " id " + HexString(thread_id); in Process()
264 thread_string += " name [" + thread_name + "]"; in Process()
266 BPLOG(INFO) << "Looking at thread " << thread_string; in Process()
281 BPLOG(ERROR) << "Duplicate requesting thread: " << thread_string; in Process()
320 BPLOG(ERROR) << "No memory region for " << thread_string; in Process()
345 << thread_string; in Process()
352 BPLOG(ERROR) << "No stackwalker for " << thread_string; in Process()
/aosp_15_r20/art/tools/jvmti-agents/ti-alloc-sample/
H A Dmkflame.py76 thread_string = thread_type_size[thread_type_size.find(THREAD_STRING) +
78 return thread_string[:thread_string.find("]")]