वेक लॉक को स्थानीय तौर पर डीबग करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
स्थानीय तौर पर चल रहे ऐसे ऐप्लिकेशन को डीबग करने के लिए कई टूल उपलब्ध हैं जो वेक लॉक का इस्तेमाल करते हैं. इन टूल की मदद से, परफ़ॉर्मेंस से जुड़ी समस्याओं का पता लगाया जा सकता है और उन्हें ठीक किया जा सकता है.
यहां दिए गए टूल की मदद से, वेक लॉक को डीबग या ऑप्टिमाइज़ किया जा सकता है:
- dumpsys कमांड से, डिवाइस पर सिस्टम सेवाओं की स्थिति के बारे में जानकारी मिलती है.
- सिस्टम ट्रेसिंग से एक ट्रेस फ़ाइल बनती है. इसका इस्तेमाल करके, सिस्टम रिपोर्ट जनरेट की जा सकती है.
- Android Studio में मौजूद बैकग्राउंड टास्क की जांच करने वाला टूल, वेक लॉक को मॉनिटर करने में आपकी मदद करता है. इसमें WorkManager जैसी लाइब्रेरी से लिए गए वेक लॉक भी शामिल हैं.
dumpsys
dumpsys एक ऐसा टूल है जो Android डिवाइसों पर काम करता है. यह डिवाइस की सिस्टम सेवाओं के बारे में जानकारी देता है.
नीचे दी गई कमांड, वेक लॉक को डीबग करने के लिए खास तौर पर मददगार होती है:
adb shell dumpsys batterystats
से, हर ऐप्लिकेशन के पास मौजूद वेक लॉक का पूरा इतिहास मिलता है. ज़्यादा जानकारी के लिए, dumpsys बैटरी की जांच से जुड़ा दस्तावेज़ देखें.
सिस्टम ट्रेस करने की सुविधा
सिस्टम ट्रेसिंग की मदद से, डिवाइस पर की गई कई तरह की गतिविधियों को कम समय में रिकॉर्ड किया जाता है. सिस्टम ट्रेसिंग से एक ट्रेस फ़ाइल जनरेट होती है. इसका इस्तेमाल करके, सिस्टम रिपोर्ट जनरेट की जा सकती है. इस रिपोर्ट की मदद से, आपको अपने ऐप्लिकेशन की परफ़ॉर्मेंस को बेहतर बनाने के तरीके पता चलते हैं.
सिस्टम ट्रेसिंग का इस्तेमाल शुरू करने के बारे में जानने के लिए, सिस्टम ट्रेसिंग की क्विकस्टार्ट गाइड देखें. Android डिवाइस की बैटरी को बेहतर बनाने के बारे में जानने के लिए, यह वीडियो भी देखा जा सकता है.
बैकग्राउंड टास्क की जांच करने वाला टूल
Android Studio के बैकग्राउंड टास्क इंस्पेक्टर का इस्तेमाल करके, वेक लॉक, अलार्म, और जॉब को मॉनिटर किया जा सकता है.
खास तौर पर, WorkManager लाइब्रेरी, जॉब शेड्यूल करने और उन्हें पूरा करने के लिए JobScheduler का इस्तेमाल करती है. ये टास्क चलते समय, ऐप्लिकेशन के लिए वेक लॉक को होल्ड करते हैं. बैकग्राउंड टास्क इंस्पेक्टर का इस्तेमाल करके, बैकग्राउंड में काम करने वाले वर्कर और टास्क को मॉनिटर किया जा सकता है. साथ ही, उनके काम के बारे में जानकारी देखी जा सकती है.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-08-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-08-27 (UTC) को अपडेट किया गया."],[],[],null,["There are a number of tools you can use to debug a locally-running app that uses\nwake locks. These tools can help you identify and fix performance issues.\n| **Note:** [Some APIs acquire wake locks that are attributed to your app](/develop/background-work/background-tasks/awake#actions-keep). This means your app might be using wake locks even though you aren't writing that code explicitly. If your app has mysterious performance issues, it can be helpful to check if there are misbehaving wake locks. If your app is holding wake locks and you don't recognize the names, [Identify wake locks created by other APIs](/develop/background-work/background-tasks/awake/wakelock/identify-wls) can help you identify the API that might have created them.\n\nThe following tools can help you debug or optimize your wake locks:\n\n- [dumpsys](#dumpsys) provides information about the status of system services on a device.\n- [System tracing](#system-tracing) produces a trace file that you can use to generate a system report.\n- The Android Studio [Background Task Inspector](#bg-task) helps you to monitor wake locks, including wake locks that might be acquired by libraries like WorkManager.\n\ndumpsys\n\n[dumpsys](/tools/dumpsys) is a tool that runs on Android devices and provides\ninformation about the device's system services.\n\nThe following command is particularly useful for debugging wake locks:\n\n- `adb shell dumpsys batterystats` provides a detailed history of wake locks held by each app. For more information, see the dumpsys [Inspect battery\n diagnostics](/tools/dumpsys#battery) documentation.\n\nSystem tracing\n\n[System tracing](/topic/performance/tracing) records a wide range of device activity\nover a short period. System tracing produces a *trace file* that you can use to\ngenerate a system report. This report helps you identify ways to improve your\napp's performance.\n\nFor information on how to get started, see this [system tracing quickstart\nguide](https://perfetto.dev/docs/quickstart/android-tracing). You can also watch [this video on improving\nAndroid battery efficiency](https://youtu.be/jS46zP8kQ3k?si=BCteWawO-rK7EAGl).\n\nBackground Task Inspector\n\nYou can use Android Studio's\n[Background Task Inspector](/studio/inspect/task) to monitor [wake locks,\nalarms and jobs](/studio/inspect/task#inspect-jobs-alarms-wakelocks).\n\nIn particular, the WorkManager library uses JobScheduler to schedule and execute\njobs. While these jobs are running, they hold a wake lock that is attributed\nto the app. You can use Background Task Inspector to monitor workers and jobs\nthat execute in the background and see details about their work."]]