Sunday, 2 June 2013

Enabling AGC logging in OSX 10.7.2?

Enabling AGC logging in OSX 10.7.2?

I'm trying to enable AGC logging in Mountain Lion to the kernel log:
<?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>Kernel Flags</key>
        <string>agclog=10000 agcdebug=4294967295</string>
    </dict>
</plist>
However, I don't see any specific AGC logging in the Console application, other than a generic "AGC loaded" message. How can I enable AGC debug logging?

No comments:

Post a Comment