1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.id/android/logcat.md
2022-10-03 08:59:40 -03:00

359 B

logcat

Tampilkan dan simpan log sistem. Informasi lebih lanjut: https://developer.android.com/studio/command-line/logcat.

  • Tampilkan log sistem:

logcat

  • Simpan log sistem di dalam sebuah file:

logcat -f {{path/to/file}}

  • Saring informasi log berdasarkan sintaks ekspresi reguler (regex) tertentu:

logcat --regex {{regular_expression}}