1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:42:08 +02:00
tldr/pages.id/android/logcat.md
2021-08-26 14:39:26 +08:00

372 B

logcat

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

  • Menampilkan log sistem:

logcat

  • Menyimpan log sistem di dalam sebuah file:

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

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

logcat --regex {{regular_expression}}