- Open Terminal Emulator app
- In the emulator type the following command
bugreport > /mnt/sdcard/bugreport.log
- From the home screen, I opened Settings > Applications > Manage applications > All > Calendar.
- Clicked on 'Clear data'
- Also opened the Settings > Applications > Manage applications > All > Calendar Storage.
- Clicked on 'Clear data'
dumpstate
dumpsys
Use Logcat
The below command can be used in a Terminal Emulator app:
logcat -b events
Get Kernel log information
The below command can be used in a Terminal Emulator app:
dmesg
Log file locations in the device
- /data/anr anr stands for 'Application Not Respoding'. So we can expect to see such information in this location.
- /data/dontpanic this location can contain crash logs.
- /data/kernelpanics
- /data/panic/panic_deamon.config this config file has the configuration to point to crash log output location.
- /data/panicreports
- /data/tombstones this location can have logs related to application crash.
No comments:
Post a Comment