Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump_processor.cc165 string thread_string = dump->path() + ":" + thread_string_buffer; in Process() local
169 BPLOG(ERROR) << "Could not get thread for " << thread_string; in Process()
175 BPLOG(ERROR) << "Could not get thread ID for " << thread_string; in Process()
179 thread_string += " id " + HexString(thread_id); in Process()
180 BPLOG(INFO) << "Looking at thread " << thread_string; in Process()
195 BPLOG(ERROR) << "Duplicate requesting thread: " << thread_string; in Process()
234 BPLOG(ERROR) << "No memory region for " << thread_string; in Process()
258 << thread_string; in Process()
265 BPLOG(ERROR) << "No stackwalker for " << thread_string; in Process()