الوصول إلى السجلات ومشاركتها من GnssLogger لنظام التشغيل Wear OS
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يتيح الإصدار 1.0 من تطبيق GnssLogger لنظام التشغيل Wear OS استخدام تطبيق GnssLogger على الساعات الذكية بدلاً من الهواتف الذكية فقط.
باستخدام GnssLogger لنظام التشغيل Wear OS، يمكنك عرض معلومات GnssStatus في الوقت الفعلي من مجموعة شرائح GNSS وتسجيلها في ملف CSV (.txt) وملف RINEX اللذين يُعدّان التنسيقَين المعياريَين.
الشكل 1. تطبيق GnssLogger لنظام التشغيل Wear OS
مشاركة السجلات من GnssLogger لنظام التشغيل Wear OS
ضمن "مستكشف الأجهزة" في Android Studio، اطّلِع على المسار
/sdcard/Android/data/com.google.android.apps.location.gps.gnsslogger/files/gnss_log
لالعثور على ملفات السجلّ (ملف txt. لملف
تنسيق سجلّ GnssLogger) وملف 24o .لملف
RINEX:
الشكل 7. أداة "مستكشف الأجهزة" في Android Studio
يمكنك اختيار الملفات والنقر عليها بزر الماوس الأيمن، ثم اختيار "حفظ في…" لحفظها
مباشرةً على جهاز الكمبيوتر:
الشكل 8. مربّع حوار "الحفظ في"
إذا كنت لا تريد تثبيت Android Studio على جهاز الكمبيوتر، يمكنك أيضًا استخدام
ADB لسحب الملفات من هذا الدليل إلى جهاز الكمبيوتر:
adb pull /sdcard/Android/data/com.google.android.apps.location.gps.gnsslogger/files/gnss_log
نصيحة احترافية: يمكنك أيضًا استخدام هاتين الطريقتَين ("استوديو Android" وADB) ل retrieving retrieve GnssLogger files from phones.
يخضع كل من المحتوى وعيّنات التعليمات البرمجية في هذه الصفحة للتراخيص الموضحّة في ترخيص استخدام المحتوى. إنّ Java وOpenJDK هما علامتان تجاريتان مسجَّلتان لشركة Oracle و/أو الشركات التابعة لها.
تاريخ التعديل الأخير: 2025-07-27 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-27 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# Access and share logs from GnssLogger for Wear OS\n\nGnssLogger for Wear OS v1.0 extends the GnssLogger app from smartphones to\nwatches.\n\nWith [GnssLogger for Wear OS](https://play.google.com/store/apps/details?id=com.google.android.apps.location.gps.gnsslogger), you can display real-time\n[`GnssStatus`](/reference/android/location/GnssStatus) information from the GNSS chipset and log to the de facto\nstandard CSV (.txt) and industry standard RINEX file formats.\n**Figure 1.** GnssLogger for Wear OS\n\nShare logs from GnssLogger for Wear OS\n--------------------------------------\n\n1. If you haven't already, [install GnssLogger](https://play.google.com/store/apps/details?id=com.google.android.apps.location.gps.gnsslogger) on your phone.\n2. On your watch, tap **Stop Log**.\n\nInstead of immediately prompting you with sharing options, GnssLogger for Wear\nOS shows you the following message:\n**Figure 2.** Message on watch when starting to log\n\n1. On your phone, open GnssLogger and then open the **Log** tab.\n2. Tap the **Download \\& Delete Watch Log Files** button.\n\n**Figure 3.** Download \\& Delete Watch Log Files button\n\nGnssLogger displays the following message: \"Preparing your file. Please wait...\":\n**Figure 4.** Preparing your file message\n\nDepending on the size of the logs on your watch, this might take a while.\n\nAfter the file is transferred from your watch to your phone, you'll see a\n*Share* dialog where you can share the files from your watch.\n**Figure 5.** Share dialog\n\nFor example, if you choose to share using email, you'll see an attached zip file\ncontaining your watch log files:\n**Figure 6.** Email with attached zip file\n\nUse Android Studio or ADB\n-------------------------\n\nIf you don't have the watch paired with a phone, you can use\n[Android Studio's Device Explorer](/studio/device-explorer) to access the device.\n\nWithin Android Studio Device Explorer, check out the path\n`/sdcard/Android/data/com.google.android.apps.location.gps.gnsslogger/files/gnss_log`\nto find the log files (.txt file for the\n[GnssLogger log format](https://github.com/google/gps-measurement-tools/blob/master/LOGGING_FORMAT.md)), and the .24o file for\n[RINEX](https://files.igs.org/pub/data/format/rinex_4.01.pdf)%7B:.external%7D):\n**Figure 7.** Android Studio Device Explorer\n\nYou can select the files, right-click, and then select \"Save To...\" to save them\ndirectly to your computer:\n**Figure 8.** Save To dialog\n\nIf you don't want to install Android Studio on your computer, you can also use\n[ADB](/tools/adb) to pull the files from this directory to your computer:\n`adb pull /sdcard/Android/data/com.google.android.apps.location.gps.gnsslogger/files/gnss_log`\n\n**Pro tip**: You can also use these two methods (Android Studio and ADB) to\nretrieve GnssLogger files from phones.\n\nProvide feedback on new features using our\n[public issue tracker](https://issuetracker.google.com/issues/new?component=313183&template=0)."]]