Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9e08faf authored by Jason Chiu's avatar Jason Chiu Committed by Automerger Merge Worker
Browse files

Merge "Disable callstack for mac too." am: 7e93bd24

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

Change-Id: I47ddebe05e37cf58ddbaeff0cc3c9d148ecd31f8
parents 0e408358 7e93bd24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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