diff options
Diffstat (limited to 'tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist')
-rw-r--r-- | tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist b/tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist index eddbaa0063ef3..edf79b3b3eed9 100644 --- a/tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist +++ b/tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist @@ -2,7 +2,7 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>com.apple.diagnosticd.diagnostic</key> + <key>com.apple.private.logging.diagnostic</key> <true/> </dict> </plist> |