1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:42:08 +02:00
tldr/pages.pl/android/logcat.md
2022-10-11 07:26:12 -03:00

345 B

logcat

Zrzut dziennika komunikatów systemowych. Więcej informacji: https://developer.android.com/studio/command-line/logcat.

  • Wyświetl logi systemowe:

logcat

  • Zapisz logi systemowe do pliku:

logcat -f {{ścieżka/do/pliku}}

  • Wyświetl linie pasujące do wyrażenia regularnego:

logcat --regex {{wyrażenie_regularne}}