android/*: add Polish translations (#8744)
This commit is contained in:
16
pages.pl/android/logcat.md
Normal file
16
pages.pl/android/logcat.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user