tldr/pages.tr/android/logcat.md

17 lines
334 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# logcat
> Sistem mesajlarının kaydını görüntüle.
> Daha fazla bilgi için: <https://developer.android.com/tools/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}}`