Skip to content

Commit

Permalink
Remove chip_stack_lock_tracking for Darwin since it has been added ba…
Browse files Browse the repository at this point in the history
…ck by #7575 (#7637)
  • Loading branch information
vivien-apple authored Jun 15, 2021
1 parent 01db652 commit b9a1237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if (chip_device_platform != "none") {
}

if (chip_stack_lock_tracking == "auto") {
if (chip_device_platform == "linux" || chip_device_platform == "darwin") {
if (chip_device_platform == "linux") {
# TODO: should be fatal for development. Change once bugs are fixed
chip_stack_lock_tracking = "log"
} else {
Expand Down

0 comments on commit b9a1237

Please sign in to comment.