Jump to content

Stupid question: Viewing ACPI (SMCBatteryManager) debug logs?


enigmahack
 Share

2 posts in this topic

Recommended Posts

I've enabled my debug logging for VirtualSMC, SMCBatteryManager, as well as I'm trying to capture my ACPI debug events (I've created an SSDT that outputs a debug log entry each time a battery state change happens) 

 

What I can't seem to find is when you enable the debug logging... Where the logs are actually saved? I've been looking through acidanthera's readme's and can see HOW to enable the logging, but can't quite find where to view the logs. 

 

Suggestions? (No, they're not in the console.log either)

 

Thanks in advance!

Link to comment
Share on other sites

"log show --last boot" will show logs from when the computer started up to whenever you run the command. You can pipe it into grep to filter for kexts or other details. (ie "log show --last boot | grep "VRMI"")
Can also use "log stream" to show logs that appear in real time. I'd definitely recommend putting this through grep, logs go by pretty quick.

Link to comment
Share on other sites

 Share

×
×
  • Create New...