از 27 مارس 2025، توصیه می کنیم از android-latest-release
به جای aosp-main
برای ساختن و کمک به AOSP استفاده کنید. برای اطلاعات بیشتر، به تغییرات AOSP مراجعه کنید.
ردیابی را ثبت کنید
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
میتوانید از طریق Winscope یا از طریق دستورات Android Debug Bridge (adb) ردیابی روی دستگاه بگیرید.
در Winscope، میتوانید آخرین ردپای جمعآوریشده از یک دستگاه در جلسه قبل را بازیابی کنید. این ویژگی به ویژه در هنگام مواجهه با مشکلات اتصال، مانند استفاده از ADB از طریق Wi-Fi، یا زمانی که Winscope به طور غیر منتظره بسته می شود، مفید است. اگر هیچ اثری از آخرین جلسه وجود نداشته باشد، Winscope فایلهای ردیابی معتبری یافت نشد را نمایش میدهد.
پیام های خطا
Winscope پیام های زیر را در طول جمع آوری ردیابی نشان می دهد:
پیام | توضیحات |
---|
هیچ هدف ردیابی انتخاب نشده است | هیچ کادر بررسی ردیابی انتخاب نشده است. |
خطاهای رخ داده در حین ردیابی: خطا: INVALID_LAYER_STACK ، لطفاً وضعیت نمایش خود را بررسی کنید (باید در ابتدای ردیابی روشن باشد) | ضبط صفحه درخواست شد، اما صفحه نمایش در شروع ردیابی خاموش بود. |
خطاهای رخ داده در حین ردیابی: یک پیغام خطای خاص دریافت شده از دستور adb، مانند Failed to find valid file for <trace types requested> | adb نمیتوانست فایلهای ردیابی را بخواند، که معمولاً زمانی اتفاق میافتد که adb به صورت روت اجرا نمیشود. |
خطاهایی در حین ردیابی رخ داده است: پایان زمان ردیابی | مشکل اتصال با دستگاه وجود دارد. |
خطاهایی در حین ردیابی رخ داده است: {خطای داخلی} | این پیام تمام خطاهای دیگر را پوشش می دهد. |
محتوا و نمونه کدها در این صفحه مشمول پروانههای توصیفشده در پروانه محتوا هستند. جاوا و OpenJDK علامتهای تجاری یا علامتهای تجاری ثبتشده Oracle و/یا وابستههای آن هستند.
تاریخ آخرین بهروزرسانی 2025-07-29 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-07-29 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# Capture traces\n\nYou can capture traces on the\n[device](/docs/core/graphics/winscope/capture/on-device),\nthrough\n[Winscope](/docs/core/graphics/winscope/capture/winscope),\nor through\n[Android Debug Bridge (adb)](/docs/core/graphics/winscope/capture/adb)\ncommands.\n\nIn Winscope, you can retrieve the latest traces collected from a device during\nthe previous session. This feature is especially helpful when facing connection\nissues, such as using ADB over Wi-Fi, or when Winscope closes unexpectedly. If\nthere are no traces from the last session, Winscope displays **No valid trace\nfiles found**.\n\nError messages\n--------------\n\nWinscope shows the following messages during trace collection:\n\n| Message | Description |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|\n| No trace targets selected | No trace checkboxes are selected. |\n| Errors occurred during tracing: ERROR: `INVALID_LAYER_STACK`, please check your display state (must be on at start of trace) | A screen recording was requested, but the display was off at the start of trace. |\n| Errors occurred during tracing: A specific error message received from adb command, such as Failed to find valid files for *\\\u003ctrace types requested\\\u003e* | adb couldn't read the trace files, which typically happens when adb isn't running as root. |\n| Errors occurred during tracing: *Tracing time out* | There's a connection issue with the device. |\n| Errors occurred during tracing: *{inner error}* | This message covers all other errors. |"]]