Merge "libbacktrace: make Backtrace::FormatFrameData static."
This commit is contained in:
commit
48b68b4944
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ public:
|
||||||
// Create a string representing the formatted line of backtrace information
|
// Create a string representing the formatted line of backtrace information
|
||||||
// for a single frame.
|
// for a single frame.
|
||||||
virtual std::string FormatFrameData(size_t frame_num);
|
virtual std::string FormatFrameData(size_t frame_num);
|
||||||
virtual std::string FormatFrameData(const backtrace_frame_data_t* frame);
|
static std::string FormatFrameData(const backtrace_frame_data_t* frame);
|
||||||
|
|
||||||
pid_t Pid() const { return pid_; }
|
pid_t Pid() const { return pid_; }
|
||||||
pid_t Tid() const { return tid_; }
|
pid_t Tid() const { return tid_; }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue