Android 스튜디오 Device Explorer 내에서 /sdcard/Android/data/com.google.android.apps.location.gps.gnsslogger/files/gnss_log 경로를 확인하여 로그 파일(GnssLogger 로그 형식의 .txt 파일)과 RINEX의 .24o 파일을 찾습니다.
그림 7. Android 스튜디오 Device Explorer
파일을 선택하고 마우스 오른쪽 버튼을 클릭한 다음 '저장 위치…'를 선택하여 컴퓨터에 직접 저장할 수 있습니다.
그림 8. 저장 위치 대화상자
컴퓨터에 Android 스튜디오를 설치하고 싶지 않다면 ADB를 사용하여 다음 디렉터리의 파일을 컴퓨터로 가져올 수도 있습니다.
adb pull /sdcard/Android/data/com.google.android.apps.location.gps.gnsslogger/files/gnss_log
전문가 팁: 이 두 가지 방법 (Android 스튜디오 및 ADB)을 사용하여 휴대전화에서 GnssLogger 파일을 가져올 수도 있습니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-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-07-27(UTC)"],[],[],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)."]]