Files
tldr/pages.tr/android/logcat.md

17 lines
342 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# logcat
> Sistem mesajlarının kaydını görüntüle.
> Daha fazla bilgi: <https://developer.android.com/studio/command-line/logcat>.
- Sistem kaydını görüntüle:
`logcat`
- Sistem kayıtlarını bir dosyaya yaz:
`logcat -f {{örnek/dosya}}`
- Düzenli ifadeye uyan satırları görüntüle:
`logcat --regex {{düzenli_ifade}}`