ARM exception handling in Linux - how?
by trolletech from LinuxQuestions.org on (#4VEYF)
I am new to linux kernel and in my project trying to come up with the restart strategy - trying to find the reason for an exception that occurs in a SOC.
I would like to log the exception that occurred, while the system runs.Have a counter how many times this exception has occurred?
Is there a mechanism by which this can be achieved???


I would like to log the exception that occurred, while the system runs.Have a counter how many times this exception has occurred?
Is there a mechanism by which this can be achieved???