I was not able to unprivate the AVB logs.
It seems that the AVB stack does not have a subsystem.
So I tried to add this mobileconfig :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDisplayName</key>
<string>System Logging - Enable Private Data</string>
<key>PayloadIdentifier</key>
<string>com.example.logging.private</string>
<key>PayloadType</key>
<string>com.apple.system.logging</string>
<key>PayloadUUID</key>
<string>A1B2C3D4-E5F6-7890-ABCD-EF1234567890</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>Enable-Private-Data</key>
<true/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Enable Private Log Data</string>
<key>PayloadIdentifier</key>
<string>com.example.profile.privatelogging</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>AABBCCDD-1234-5678-9ABC-DEF012345678</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
and add it to the profiles and then monitor the logs again, but the logs are still private.
Dou you have any solution ?
Topic:
Media Technologies
SubTopic:
Audio
Tags: