Merge "Disable callstack for mac too." am: 7e93bd24b2 am: e9e08faf3a

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1468408

Change-Id: Id96826470ba3c3724cce8f58ed9d5ecf709cdfa3
This commit is contained in:
Jason Chiu 2020-10-21 08:43:20 +00:00 committed by Automerger Merge Worker
commit b5cc09e765

View file

@ -55,7 +55,7 @@
// case. // case.
#define DEBUG_REFBASE_DESTRUCTION 1 #define DEBUG_REFBASE_DESTRUCTION 1
#if !defined(_WIN32) #if !defined(_WIN32) && !defined(__APPLE__)
// CallStack is only supported on linux type platforms. // CallStack is only supported on linux type platforms.
#define CALLSTACK_ENABLED 1 #define CALLSTACK_ENABLED 1
#else #else