4

Anyone know what type of information this don't panic logs contain?

/data/dontpanic 

And, how can i analyze this log?

1
  • this might help. Maybe. Commented Feb 25, 2012 at 5:04

1 Answer 1

4

I found this folder contains some apanic files after a kernel panic happens. For example, if a kernel panic just happens and you go check the folder, you might find these two files:

  • apanic_console
  • apanic_threads

You can find out in apanic_threads which thread/process is running when the kernel panic happens. In apanic_console you might find out more information such as the stack trace and values of some critical registers: PC, LR, etc. They will help you get your debugging started.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.