mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +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:
parent
7ee94a52fc
commit
63bc75ce05
2 changed files with 18 additions and 1 deletions
|
@ -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}})`
|
||||||
|
|
9
pages.pl/android/screencap.md
Normal file
9
pages.pl/android/screencap.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue