commit | 7e93bd24b2263fed937e8f0d4b24e053dc95c384 | [log] [tgz] |
---|---|---|
author | Jason Chiu <chiujason@google.com> | Wed Oct 21 08:14:23 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 21 08:14:23 2020 +0000 |
tree | a06026d87ddf90d9d6e6ed33d102489bf5e4f84e | |
parent | ba8a30977380c346b885e02f4873b81b7cbd0837 [diff] | |
parent | 8377b10f291b776031b2ee7156c438954a605214 [diff] |
Merge "Disable callstack for mac too."
diff --git a/libutils/RefBase.cpp b/libutils/RefBase.cpp index 2523097..8e45226 100644 --- a/libutils/RefBase.cpp +++ b/libutils/RefBase.cpp
@@ -55,7 +55,7 @@ // case. #define DEBUG_REFBASE_DESTRUCTION 1 -#if !defined(_WIN32) +#if !defined(_WIN32) && !defined(__APPLE__) // CallStack is only supported on linux type platforms. #define CALLSTACK_ENABLED 1 #else