Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a16c70c authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "libbacktrace: make Backtrace::FormatFrameData static." am: 48b68b49 am: 487f8890

am: afd41a98

Change-Id: Id6c8a1a3a0d3cc70e138a6d14b7cf2d02b30ee5a
parents 5d2ccfd8 afd41a98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ public:
  // Create a string representing the formatted line of backtrace information
  // for a single frame.
  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 Tid() const { return tid_; }