diff --git a/pages/linux/logcat.md b/pages/linux/logcat.md new file mode 100644 index 0000000000..4d7b269c62 --- /dev/null +++ b/pages/linux/logcat.md @@ -0,0 +1,17 @@ +# logcat + +> Dump a log of system messages. +> Native Android CLI tool. +> More information: . + +- Display system logs: + +`logcat` + +- Write system logs to a file: + +`logcat -f {{path/to/file}}` + +- Display lines that match a regex: + +`logcat --regex {{regex}}`