# What are Android logs?
A "log" in Android is basically the same thing it stands for in the English language:
it just tells you what happened, and when that thing happened.
So, through logs we can see errors, information, warnings, and so on
:::info
## :bulb: Tip!
The average user usually doesn't need logs, though it can be incredibly helpful for Developers to test things, so if you commonly test for your device's developers then it's always handy to have either a Terminal, a Logging App, or ADB available!
::::