HomeSort by relevance Sort by last modified time
    Searched refs:max_frames_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/google_breakpad/processor/
stackwalker.h 95 max_frames_ = max_frames;
98 static uint32_t max_frames() { return max_frames_; }
218 static uint32_t max_frames_; member in class:google_breakpad::Stackwalker
220 // Keep track of whether max_frames_ has been set by the user, since
228 // important. This defaults to 1024, the same as max_frames_.
  /external/google-breakpad/src/processor/
stackwalker.cc 63 uint32_t Stackwalker::max_frames_ = 1024; member in class:google_breakpad::Stackwalker
173 if (stack->frames_.size() > max_frames_) {
177 BPLOG(ERROR) << "The stack is over " << max_frames_ << " frames.";

Completed in 167 milliseconds