Skip to content

Commit

Permalink
[skip ci] Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Oct 24, 2024
1 parent 3510fe4 commit 9452fbb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -3615,13 +3615,14 @@ <h3 id="5-other-library-version-changes"><a class="header" href="#5-other-librar
</ul>
</li>
</ul>
<h3 id="6-os-sdk-version-android-ios"><a class="header" href="#6-os-sdk-version-android-ios">6. OS SDK Version (Android, iOS)</a></h3>
<h3 id="6-osplatform-sdk-version"><a class="header" href="#6-osplatform-sdk-version">6. OS/Platform SDK Version</a></h3>
<ul>
<li>Purpose: Check if platform SDK changes are impacting data collection.</li>
<li>Purpose: Check if Operating System or platform SDK changes are impacting data collection.</li>
<li>Column Names: <code>client_info.os_version</code> (Android only: <code>client_info.android_sdk_version</code>)</li>
<li>Considerations:
<ul>
<li>Have there been changes to platform lifecycle events or background task behaviors (e.g., 0-duration pings, or ping submission issues)?</li>
<li>Has the OS changed the behaviour of system APIs?</li>
</ul>
</li>
</ul>
Expand All @@ -3644,7 +3645,7 @@ <h3 id="8-glean-errors"><a class="header" href="#8-glean-errors">8. Glean Errors
</ul>
</li>
</ul>
<h3 id="9-hardware-details-manufacturerversion"><a class="header" href="#9-hardware-details-manufacturerversion">9. Hardware Details (Manufacturer/Version)</a></h3>
<h3 id="9-hardware-details-manufacturerversion-mobile-platforms-only"><a class="header" href="#9-hardware-details-manufacturerversion-mobile-platforms-only">9. Hardware Details (Manufacturer/Version) (Mobile platforms only)</a></h3>
<ul>
<li>Purpose: Determine if the issue is hardware-specific.</li>
<li>Column Names: <code>client_info.device_manufacturer</code>, <code>client_info.device_model</code></li>
Expand Down
2 changes: 1 addition & 1 deletion book/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/searchindex.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,14 @@ <h3 id="5-other-library-version-changes"><a class="header" href="#5-other-librar
</ul>
</li>
</ul>
<h3 id="6-os-sdk-version-android-ios"><a class="header" href="#6-os-sdk-version-android-ios">6. OS SDK Version (Android, iOS)</a></h3>
<h3 id="6-osplatform-sdk-version"><a class="header" href="#6-osplatform-sdk-version">6. OS/Platform SDK Version</a></h3>
<ul>
<li>Purpose: Check if platform SDK changes are impacting data collection.</li>
<li>Purpose: Check if Operating System or platform SDK changes are impacting data collection.</li>
<li>Column Names: <code>client_info.os_version</code> (Android only: <code>client_info.android_sdk_version</code>)</li>
<li>Considerations:
<ul>
<li>Have there been changes to platform lifecycle events or background task behaviors (e.g., 0-duration pings, or ping submission issues)?</li>
<li>Has the OS changed the behaviour of system APIs?</li>
</ul>
</li>
</ul>
Expand All @@ -266,7 +267,7 @@ <h3 id="8-glean-errors"><a class="header" href="#8-glean-errors">8. Glean Errors
</ul>
</li>
</ul>
<h3 id="9-hardware-details-manufacturerversion"><a class="header" href="#9-hardware-details-manufacturerversion">9. Hardware Details (Manufacturer/Version)</a></h3>
<h3 id="9-hardware-details-manufacturerversion-mobile-platforms-only"><a class="header" href="#9-hardware-details-manufacturerversion-mobile-platforms-only">9. Hardware Details (Manufacturer/Version) (Mobile platforms only)</a></h3>
<ul>
<li>Purpose: Determine if the issue is hardware-specific.</li>
<li>Column Names: <code>client_info.device_manufacturer</code>, <code>client_info.device_model</code></li>
Expand Down
Binary file modified swift/docsets/Glean.tgz
Binary file not shown.

0 comments on commit 9452fbb

Please sign in to comment.