summaryrefslogtreecommitdiff
path: root/README.debugging
AgeCommit message (Collapse)AuthorFilesLines
2009-12-10Use --quirk-test to override the usual sanity checks.Victor Lowther1-0/+6
This can be useful for testing to see if your system requires an unusual set of quirks, but can also make your system crash in new and exciting ways across suspend/resume. You have been warned.
2008-12-15Document PM_DEBUG and PM_PROFILEVictor Lowther1-0/+7
2008-11-3090clock takes over a second to run on suspend.Victor Lowther1-0/+6
Most systems do not need it. Add NEED_CLOCK_SYNC, and only run hwclock if it is set. This will probably go away entirely in a later release.
2008-06-27Minor updates and spelling fixes.Victor Lowther1-1/+1
2008-05-15Split out the debugging information into README.debugging.Victor Lowther1-0/+41
I will add more thurough information on how to debug pm-utils later.