Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump_processor.cc205 string thread_string = dump->path() + ":" + thread_string_buffer; in Process() local
209 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()
/external/pigweed/pw_log/pw_log_proto/
Dlog.proto138 optional string thread_string = 18; field