diff options
Diffstat (limited to 'runtime/backtrace_helper.h')
| -rw-r--r-- | runtime/backtrace_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/backtrace_helper.h b/runtime/backtrace_helper.h index a74d0e0354..9be2550b92 100644 --- a/runtime/backtrace_helper.h +++ b/runtime/backtrace_helper.h @@ -26,7 +26,7 @@ class Unwinder; namespace art { -// Using libbacktrace +// Using libunwindstack class BacktraceCollector { public: BacktraceCollector(uintptr_t* out_frames, size_t max_depth, size_t skip_count) |