1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.pl/android/logcat.md
Vitor Henrique 006abfda34
pages*: sync https://developer.android.com more info links (#12288)
* pages*: sync https://developer.android.com more info links

* dalvikvm: fix wrong link
2024-02-22 17:53:50 +05:30

331 B

logcat

Zrzut dziennika komunikatów systemowych. Więcej informacji: https://developer.android.com/tools/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}}