Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/processor/
Dstackwalker.h95 max_frames_ = max_frames; in set_max_frames()
98 static uint32_t max_frames() { return max_frames_; } in max_frames()
218 static uint32_t max_frames_; variable
/external/google-breakpad/src/processor/
Dstackwalker.cc63 uint32_t Stackwalker::max_frames_ = 1024; member in google_breakpad::Stackwalker
173 if (stack->frames_.size() > max_frames_) { in Walk()
177 BPLOG(ERROR) << "The stack is over " << max_frames_ << " frames."; in Walk()