# Taking logs Getting logs is quite easy, and can be done in various ways, for example: - You can run `adb logcat` to get logs over a USB connection to your phone *(if ADB Debugging is enabled)* - You can use logging apps like [MatLog](https://play.google.com/store/apps/details?id=com.pluscubed.matlog) to record logs - You can run `logcat` in a Terminal or in Termux with `su` - You can pull `/sys/fs/pstore/console-ramoops` if you can't access ADB or the device is bootlooping (do this from TWRP or another recovery!)