Skip to content

Commit

Permalink
Block logd on all iOS platforms
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=262818
rdar://116600956

Reviewed by Chris Dumez.

* Source/WTF/wtf/PlatformEnableCocoa.h:

Canonical link: https://commits.webkit.org/269026@main
  • Loading branch information
pvollan committed Oct 7, 2023
1 parent ede9f35 commit f45f2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WTF/wtf/PlatformEnableCocoa.h
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
#define ENABLE_LEGACY_ENCRYPTED_MEDIA 1
#endif

#if !defined(ENABLE_LOGD_BLOCKING_IN_WEBCONTENT) && PLATFORM(IOS) && !PLATFORM(VISION) && USE(APPLE_INTERNAL_SDK)
#if !defined(ENABLE_LOGD_BLOCKING_IN_WEBCONTENT) && PLATFORM(IOS_FAMILY) && USE(APPLE_INTERNAL_SDK)
#define ENABLE_LOGD_BLOCKING_IN_WEBCONTENT 1
#endif

Expand Down

0 comments on commit f45f2fb

Please sign in to comment.