diff options
| author | 2018-03-28 00:28:24 +0000 | |
|---|---|---|
| committer | 2018-03-28 00:28:24 +0000 | |
| commit | c25786b9eca8162ab773ef1b2ee9fac764e83f82 (patch) | |
| tree | 15330a526e6dbb04e6b4c17de93bc5ca87f4ac11 | |
| parent | 4bf07f6921384d44987d68e6a6cabf32b9b90714 (diff) | |
| parent | a0b252726ea12d3bc1834aad2a4230447d562181 (diff) | |
Merge "Fix mac build."
| -rw-r--r-- | runtime/native_stack_dump.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/native_stack_dump.cc b/runtime/native_stack_dump.cc index 0db1770eea..14f3f45f9e 100644 --- a/runtime/native_stack_dump.cc +++ b/runtime/native_stack_dump.cc @@ -429,7 +429,8 @@ void DumpNativeStack(std::ostream& os ATTRIBUTE_UNUSED, BacktraceMap* existing_map ATTRIBUTE_UNUSED, const char* prefix ATTRIBUTE_UNUSED, ArtMethod* current_method ATTRIBUTE_UNUSED, - void* ucontext_ptr ATTRIBUTE_UNUSED) { + void* ucontext_ptr ATTRIBUTE_UNUSED, + bool skip_frames ATTRIBUTE_UNUSED) { } void DumpKernelStack(std::ostream& os ATTRIBUTE_UNUSED, |