1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:22:08 +02:00

logcat: update Polish translation; screencap: add Polish translation (#12721)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
spageektti 2024-05-04 16:02:53 +02:00 committed by GitHub
parent 7ee94a52fc
commit 63bc75ce05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# logcat # logcat
> Zrzut dziennika komunikatów systemowych. > Zrzut dziennika komunikatów systemowych, w tym śladów stosu po wystąpieniu błędu i komunikatów informacyjnych rejestrowanych przez aplikacje.
> Więcej informacji: <https://developer.android.com/tools/logcat>. > Więcej informacji: <https://developer.android.com/tools/logcat>.
- Wyświetl logi systemowe: - Wyświetl logi systemowe:
@ -14,3 +14,11 @@
- Wyświetl linie pasujące do wyrażenia regularnego: - Wyświetl linie pasujące do wyrażenia regularnego:
`logcat --regex {{wyrażenie_regularne}}` `logcat --regex {{wyrażenie_regularne}}`
- Wyświetl logi dla określonego PID:
`logcat --pid {{pid}}`
- Wyświetl logi dla procesu określonego pakietu:
`logcat --pid $(pidof -s {{pakiet}})`

View file

@ -0,0 +1,9 @@
# screencap
> Zrób zrzut ekranu wyświetlacza urządzenia przenośnego.
> To polecenie może być używane tylko przez `adb shell`.
> Więcej informacji: <https://developer.android.com/tools/adb#screencap>.
- Zrób zrzut ekranu:
`screencap {{ścieżka/do/pliku}}`