6

Android randomly restarts - where would I find an error log or some other way of enabling information gathering from this process? I want to attempt to troubleshoot this.

rds
  • 614
  • 3
  • 10
  • 19

1 Answers1

2

Most logs are stored in catlog, you can use ADB (Android Debugging Bridge) to read it; there are apps on the market can be used to read catlog.

Lie Ryan
  • 19,073
  • 6
  • 65
  • 83