android/*: add Tamil translation (#8337)

This commit is contained in:
K.B.Dharun Krishna
2022-08-11 17:04:12 +05:30
committed by GitHub
parent 5937ca00e8
commit 80f0129c7b
13 changed files with 257 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# logcat
> கணினி செய்திகளின் பதிவை டம்ப் செய்யவும்.
> மேலும் விவரத்திற்கு: <https://developer.android.com/studio/command-line/logcat>.
- கணினி பதிவுகளைக் காண்பி:
`logcat`
- ஒரு கோப்பில் கணினி பதிவுகளை எழுதவும்:
`logcat -f {{பாதை/டு/கோப்பு}}`
- வழக்கமான வெளிப்பாட்டுடன் பொருந்தக்கூடிய காட்சி வரிகள்:
`logcat --regex {{வழக்கமான_வெளிப்பாடு}}`