mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:02:08 +02:00
logcat: add Hindi translation (#11079)
This commit is contained in:
parent
613ee12731
commit
fd925cb980
1 changed files with 24 additions and 0 deletions
24
pages.hi/android/logcat.md
Normal file
24
pages.hi/android/logcat.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# logcat
|
||||
|
||||
> सिस्टम संदेशों का एक लॉग डंप करें, जिसमें त्रुटि होने पर स्टैक ट्रेस और एप्लिकेशन द्वारा लॉग किए गए सूचना संदेश शामिल हों।
|
||||
> अधिक जानकारी: <https://developer.android.com/studio/command-line/logcat>.
|
||||
|
||||
- सिस्टम लॉग प्रदर्शित करें:
|
||||
|
||||
`logcat`
|
||||
|
||||
- किसी फ़ाइल में सिस्टम लॉग लिखें:
|
||||
|
||||
`logcat -f {{फ़ाइल/का/पथ}}`
|
||||
|
||||
- ऐसी पंक्तियाँ प्रदर्शित करें जो नियमित अभिव्यक्ति से मेल खाती हों:
|
||||
|
||||
`logcat --regex {{नियमित_अभिव्यक्ति}}`
|
||||
|
||||
- किसी विशिष्ट पीआईडी के लिए लॉग प्रदर्शित करें:
|
||||
|
||||
`logcat --pid={{पीआईडी}}`
|
||||
|
||||
- किसी विशिष्ट पैकेज की प्रक्रिया के लिए लॉग प्रदर्शित करें:
|
||||
|
||||
`logcat --pid=$(pidof -s {{पैकेज}})`
|
Loading…
Add table
Reference in a new issue