Merge "Disable callstack for mac too." am: 7e93bd24b2
am: e9e08faf3a
am: b5cc09e765
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1468408 Change-Id: I53754bb8027956452fb42e5f665fbd166540db1b
This commit is contained in:
commit
99c8599198
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue