Searched refs:thread_string (Results 1 – 2 of 2) sorted by relevance
205 string thread_string = dump->path() + ":" + thread_string_buffer; in Process() local209 BPLOG(ERROR) << "Could not get thread for " << thread_string; in Process()215 BPLOG(ERROR) << "Could not get thread ID for " << thread_string; in Process()219 thread_string += " id " + HexString(thread_id); in Process()220 BPLOG(INFO) << "Looking at thread " << thread_string; in Process()235 BPLOG(ERROR) << "Duplicate requesting thread: " << thread_string; in Process()274 BPLOG(ERROR) << "No memory region for " << thread_string; in Process()299 << thread_string; in Process()306 BPLOG(ERROR) << "No stackwalker for " << thread_string; in Process()
138 optional string thread_string = 18; field