Office Hours
+Watch demos of the Platform and get help in Chrome Office Hours on +- Google Developers Live.
++ Google Developers Live. +diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 91f4af0e4e257b26f7f35ec67f9017f3b5466341..dda09ffee1a935e2fb9f8407f5ce216429e1bef4 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -4,13 +4,28 @@ about: Create a Bromite bug report
---
+
+
### Bromite version
-Version: `76.0...`
+Version: `83.0...`
Arch: `arm` or `arm64` or `x86`
Android version: (example: `9.0`)
Device model: (example: `SM-G960UZKABST`)
+### Flags
+
+These are the flags changed under `chrome://flags`:
+
+
+
### Is this bug about the SystemWebView?
Yes/No
@@ -27,6 +42,9 @@ Please pick the same version of Chromium as Bromite from here: https://github.co
If the bug is reproducible then it might be a configuration issue or an upstream bug. Upstream bugs can be reported on the [Chromium issue tracker](https://bugs.chromium.org/p/chromium/issues/list) and do not forget to read [Chromium project bug reporting guidelines](https://www.chromium.org/for-testers/bug-reporting-guidelines) first.
-->
+### Allow ads for the site; is the bug caused by the adblocker?
+Yes/No
+
### Is the bug a crash?
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 3c732ec9dbcad08322cd965ad1f13b17b7c5a316..8540ae0a1c687150e052536d5a2a4ea814107ea6 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -4,6 +4,18 @@ about: Suggest a privacy-related idea for this project
---
+
+
+
+
### Is your feature request related to privacy?
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8f019897dd37afcedf3140f69239657d8b9d539..b27d54123fd109bb854a3bd959fb8a417a3aae98 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,8 +50,8 @@ build-bromite-arm:
- gclient runhooks
- echo ">> [$(date)] Build for arm"
- gn gen --args="$(cat ${CI_PROJECT_DIR}/build/GN_ARGS) target_cpu=\"arm\" " out/${CI_JOB_ID}_arm
- - autoninja -C out/${CI_JOB_ID}_arm chrome_modern_public_apk system_webview_apk
- - cp out/${CI_JOB_ID}_arm/apks/ChromeModernPublic.apk ${CI_PROJECT_DIR}/apks/ChromeModernPublic_arm.apk
+ - autoninja -C out/${CI_JOB_ID}_arm chrome_public_apk system_webview_apk
+ - cp out/${CI_JOB_ID}_arm/apks/ChromePublic.apk ${CI_PROJECT_DIR}/apks/ChromePublic_arm.apk
- cp out/${CI_JOB_ID}_arm/apks/SystemWebView.apk ${CI_PROJECT_DIR}/apks/SystemWebView_arm.apk
- echo ">> [$(date)] Clean"
- git reset --hard && git clean -xfdf
@@ -85,8 +85,8 @@ build-bromite-arm64:
- gclient runhooks
- echo ">> [$(date)] Build for arm64"
- gn gen --args="$(cat ${CI_PROJECT_DIR}/build/GN_ARGS) target_cpu=\"arm64\" " out/${CI_JOB_ID}_arm64
- - autoninja -C out/${CI_JOB_ID}_arm64 chrome_modern_public_apk system_webview_apk
- - cp out/${CI_JOB_ID}_arm64/apks/ChromeModernPublic.apk ${CI_PROJECT_DIR}/apks/ChromeModernPublic_arm64.apk
+ - autoninja -C out/${CI_JOB_ID}_arm64 chrome_public_apk system_webview_apk
+ - cp out/${CI_JOB_ID}_arm64/apks/ChromePublic.apk ${CI_PROJECT_DIR}/apks/ChromePublic_arm64.apk
- cp out/${CI_JOB_ID}_arm64/apks/SystemWebView.apk ${CI_PROJECT_DIR}/apks/SystemWebView_arm64.apk
- echo ">> [$(date)] Clean"
- git reset --hard && git clean -xfdf
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24b2821f26fe226ee0ee1571307fbc56749efab7..e6f70f0d92a55d0afe452cb61cdfbe865645f2f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,197 @@
+# 89.0.4389.100
+* enable AImageReader by default (fixes https://github.com/bromite/bromite/issues/1005)
+* fix missing flag for AImageReader
+* move incognito snapshots flag to proper section (fixes https://github.com/bromite/bromite/issues/1006)
+* add missing icon for exit menu
+* implement SAF for bookmarks export functionality (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/831)
+
+# 89.0.4389.92
+* updated zh_CN translations (thanks to @zhmars, https://github.com/bromite/bromite/pull/1000)
+* introduce Alt+D hotkey to focus address bar (fixes https://github.com/bromite/bromite/issues/979)
+* use 64-bit ABI for webview processes (fixes https://github.com/bromite/bromite/issues/997)
+* use dedicated folder for bookmark all tabs
+* fix Javascript and cookies permissions missing (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/990)
+* fix missing enable save data header flag (fixes https://github.com/bromite/bromite/issues/989)
+* fix menu items not properly displayed with tab overflow menu regroup (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/963)
+
+# 89.0.4389.78
+* make all favicon requests on-demand
+* restored older icon for view source menu item
+* prevent adblock filters update check on app start (fixes https://github.com/bromite/bromite/issues/967)
+* removed UI for adblock filters (fixes https://github.com/bromite/bromite/issues/941)
+* dropped patch for swapped favicons bug
+* dropped patch to enable reduced-referrer-granularity by default (already present upstream)
+* dropped password reuse detection patch
+* dropped UA customization patch
+* enabled PartitionExpectCTStateByNetworkIsolationKey and PartitionDomainReliabilityByNetworkIsolationKey (fixes https://github.com/bromite/bromite/issues/985)
+
+# 88.0.4324.207
+* add flag for save-data-header
+* add option to force tablet UI
+* fix bug with adblock filters not being downloaded correctly (fixes https://github.com/bromite/bromite/issues/960)
+* move up bookmark all tabs menu item (fixes https://github.com/bromite/bromite/issues/943)
+* fix icons for exit and view source menu items
+
+# 88.0.4324.187
+* fix exit menu item not working in tablet mode
+* add menu item to bookmark all tabs (fixes https://github.com/bromite/bromite/issues/570)
+* enable app overflow menu icons by default
+* UI for adblock filters (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/811)
+* dropped patch to not permit user-installed certificates
+* ignore enterprise policies for secure DNS (fixes https://github.com/bromite/bromite/issues/832)
+
+# 88.0.4324.185
+* fix favicons fallback search (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/788)
+* fix potential DIAL crash when network state changes (thanks to @Ahrotahn)
+* fix crash when opening links in incognito-only mode (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/899)
+* disallow empty custom user agent (thanks to @uazo)
+
+# 88.0.4324.149
+* fix proxy PAC URL option not working (fixes https://github.com/bromite/bromite/issues/908)
+* store proxy configuration in LocalState instead of Profile (thanks to @uazo)
+* fix toggle for reversing the meaning of bypass rules (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/884)
+* do not permit user-installed certificates
+
+# 88.0.4324.141
+* fix bookmarks not opening (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/891)
+* fix proxy page not loading (fixes https://github.com/bromite/bromite/issues/890)
+
+# 88.0.4324.95
+* fix broken recent tabs behaviour (fixes https://github.com/bromite/bromite/issues/886)
+* re-introduce flags for number of raster threads (fixes https://github.com/bromite/bromite/issues/875)
+* avoid initializing histogram data for the WebView (https://github.com/bromite/bromite/issues/873)
+* dropped patch for manifest changes for Q/R (already present upstream)
+* fix check for HTML extension in bookmark import dialog
+
+# 87.0.4280.131
+* enable all network isolation features (fixes https://github.com/bromite/bromite/issues/836)
+* disable unified autoplay feature (fixes https://github.com/bromite/bromite/issues/804)
+
+# 87.0.4280.106
+* enable SplitCacheByNetworkIsolationKey (fixes https://github.com/bromite/bromite/issues/836)
+* fix random timezone option (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/828)
+* disable autofill server communication by default
+* ask permission to play protected media by default
+* disable SystemWebView variations support
+
+# 87.0.4280.81
+* fix text fragment not disabled by default, unexpire flag (fixes https://github.com/bromite/bromite/issues/803)
+* turn AImageReader off by default on ARM64 (fixes https://github.com/bromite/bromite/issues/814)
+* fix issue with global autoplay settings (thanks to @uazo, https://github.com/bromite/bromite/pull/825)
+* fix issues with user agent customization (thanks to @uazo, https://github.com/bromite/bromite/pull/823)
+* updated zh_CN translations (thanks to @zhmars, https://github.com/bromite/bromite/pull/821)
+
+# 87.0.4280.68
+* user agent customization (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/798)
+* fix for intent handling for local apps on Android 11 (https://github.com/bromite/bromite/pull/816)
+
+# 87.0.4280.67
+
+# 86.0.4240.194
+* fix native pages displaying incorrectly with the sticky desktop mode (thanks to @uazo)
+* re-introduce simplified NTP (fixes https://github.com/bromite/bromite/issues/701)
+* re-introduce site settings to block autoplay (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/791)
+* fix Omnibox flag not working (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/789)
+
+# 86.0.4240.181
+* allow sticky desktop mode for all tabs (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/780)
+
+# 86.0.4240.112
+* fix crash in new overflow menu (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/771)
+
+# 86.0.4240.99
+
+# 86.0.4240.92
+* upstream fix for video playback audio issue (fixes https://github.com/bromite/bromite/issues/755)
+* fix order of entries in privacy settings (fixes https://github.com/bromite/bromite/issues/758)
+
+# 86.0.4240.73
+* re-introduce ARM64 AImageReader mitigations (fixes https://github.com/bromite/bromite/issues/766)
+* re-introduce menu items for autocomplete, autofill assistant and contextual search (fixes https://github.com/bromite/bromite/issues/763)
+
+# 86.0.4240.70
+* fixed crash on unused menu item tap (fixes https://github.com/bromite/bromite/issues/760)
+* fixed issue on new installations without DoH configuration (fixes https://github.com/bromite/bromite/issues/761)
+
+# 86.0.4240.66
+* switch to upstream UI for DoH URL customization
+* remove weblayer dependency on Play Services
+* build fixes for password service
+* removed obsolete patch to kill Translate
+* removed patch to revert unified consent code
+* removed patch for dav1d library
+* removed patch for improved cookie controls defaults
+* removed patches for ARM64 AImageReader issues
+
+# 85.0.4183.114
+
+# 85.0.4183.110
+* hardening against incognito mode detection
+* fix background playback issue (fixes https://github.com/bromite/bromite/issues/734)
+
+# 85.0.4183.94
+* disable the DIAL repeating discovery
+* removed patch for session-only cookies support
+* add timezone customization patch (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/331)
+* fixed bug happening when configuring proxies in incognito mode (thanks to @uazo)
+
+# 85.0.4183.86
+* fix LocationBarPhone app crash at startup (fixes https://github.com/bromite/bromite/issues/565)
+
+# 85.0.4183.84
+* fix crash in About page (fixes https://github.com/bromite/bromite/issues/710)
+* fix adding more than one proxy (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/679)
+* fix system proxy configuration (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/377)
+
+# 85.0.4183.82
+* fixes bookmark button not working with always-incognito (fixes https://github.com/bromite/bromite/issues/654)
+* disable scroll-to-text-fragment
+* remove NTP blocklisted URLs when adding an URL as bookmark
+* removed duet flags
+* unexpire `#darken-websites-checkbox-in-themes-setting` flag
+* rollback dav1d upgrade which breaks x86
+
+# 84.0.4147.132
+* fix exit menu item not always working (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/673)
+* session-only cookies site settings option (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/142)
+* add setting to enable history on incognito mode (thanks to @uazo)
+* removed old non-working site settings patches
+
+# 84.0.4147.121
+* removed Qwant search engine
+* fixed zh_CN translations
+* added patch to not embed non-free unrar library (fixes https://github.com/bromite/bromite/issues/674)
+* enable improved cookie controls by default
+
+# 84.0.4147.119
+* update zh_CN translations
+* disable CORS RFC1918 (fixes https://github.com/bromite/bromite/issues/664)
+* restore duet flags (fixes https://github.com/bromite/bromite/issues/667)
+
+# 84.0.4147.113
+* block gateway attacks via websockets (fixes https://github.com/bromite/bromite/issues/590)
+* enable prefetch-privacy-changes by default (fixes https://github.com/bromite/bromite/issues/659)
+* enable reduced-referrer-granularity by default (fixes https://github.com/bromite/bromite/issues/659)
+
+# 84.0.4147.106
+* fixed bug with Javascript site settings not showing
+* add exit menu item to overview menu (fixes https://github.com/bromite/bromite/issues/619)
+
+# 84.0.4147.95
+* show warnings for TLSv1.0/TLSv1.1 connections (fixes https://github.com/bromite/bromite/issues/645)
+* fix bug with unconfigured DoH (fixes https://github.com/bromite/bromite/issues/646)
+
+# 84.0.4147.90
+* added menu item to view source of current page
+* fixed dialog for SSL/TLS errors (fixes https://github.com/bromite/bromite/issues/638)
+* build with feeds support due to upstream build flags combination bugs
+
+# 83.0.4103.119
+* restored non-CFI builds for x86
+
+# 83.0.4103.101
+* enable HEVC and Dolby Vision
+
# 83.0.4103.93
* fix undesired replacement for search engines (fixes https://github.com/bromite/bromite/issues/595)
* fix resume flag not visible
@@ -20,6 +214,7 @@
* drop patch for DoH minimum timeout (upstream also implemented it)
* dropped patch for removal of support of CCT dynamic modules (upstream also removed it)
* removed upstream patch for SD card not found issue (upstream merged it)
+* enable reporting because of COEP
# 81.0.4044.127
* fix always-incognito crashes (https://github.com/bromite/bromite/issues/135 and https://github.com/bromite/bromite/pull/529)
diff --git a/FAQ.md b/FAQ.md
index ece13e2a181069b019ac1acbcf02d1cc8d71cd0e..f92b47019c5e0bc36ffd7816038211b1c0f96aa0 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -71,3 +71,12 @@ when websites use the [Push API](https://w3c.github.io/push-api/); this will not
## Can PWAs be installed?
PWAs are only supported as home shortcuts; WebAPKs will not work because they are generated server-side on googleapis.com (which is not allowed in Bromite).
+
+## Does Bromite support the Android autofill framework?
+
+No; the only autofill available in Chromium browsers requires integration with the Play Store binary blobs.
+Some apps use accessibility services as a workaround.
+
+## Does Bromite support casting media content?
+
+No; this would require Play Store binary blobs.
diff --git a/README.md b/README.md
index 6278589c0c2de7f084bc759f9d4207639e48d219..8c8050e70fd55586495fd9de55d72279abe71c7c 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@
Bromite is a [Chromium](https://www.chromium.org/Home) fork with support for ad blocking and enhanced privacy.
-Bromite is only available for Android v4.4 and above.
+Bromite is only available for Android Lollipop (v5.0, API level 21) and above.
-
Settings
- The generic source code is available for
-- download.
-+ download.
- The
-- README
-+ README
- tells you how to modify the code.
-
-@@ -42,8 +42,8 @@
-
- is now obsolete and must be removed, as it
- relies on an API which will be turned off imminently.
--Learn more.
-+Learn more.
-
-diff --git a/chrome/common/extensions/docs/examples/extensions/chrome_search/background.js b/chrome/common/extensions/docs/examples/extensions/chrome_search/background.js
---- a/chrome/common/extensions/docs/examples/extensions/chrome_search/background.js
-+++ b/chrome/common/extensions/docs/examples/extensions/chrome_search/background.js
-@@ -118,7 +118,7 @@ function search(query, callback) {
- else
- query = '"' + query + '"';
-
-- var url = "https://code.google.com/p/chromium/codesearch#search/&type=cs&q=" + query +
-+ var url = "https://code.9oo91e.qjz9zk/p/chromium/codesearch#search/&type=cs&q=" + query +
- "&exact_package=chromium&type=cs";
- var req = new XMLHttpRequest();
- req.open("GET", url, true);
-@@ -133,7 +133,7 @@ function search(query, callback) {
- }
+ const char kCrashReasonFeedbackDisplayedURL[] =
+ #if BUILDFLAG(IS_CHROMEOS_ASH)
+- "https://support.google.com/chromebook/?p=e_awsnap_rl";
++ "https://support.9oo91e.qjz9zk/chromebook/?p=e_awsnap_rl";
+ #else
+- "https://support.google.com/chrome/?p=e_awsnap_rl";
++ "https://support.9oo91e.qjz9zk/chrome/?p=e_awsnap_rl";
+ #endif
- function getUrl(path, line) {
-- var url = "https://code.google.com/p/chromium/codesearch#" + path
-+ var url = "https://code.9oo91e.qjz9zk/p/chromium/codesearch#" + path
- "&sq=package:chromium";
- if (line)
- url += "&l=" + line;
-@@ -164,7 +164,7 @@ chrome.omnibox.onInputEntered.addListener(function(text) {
- } else if (text == 'halp') {
- // TODO(aa)
- } else {
-- navigate("https://code.google.com/p/chromium/codesearch#search/&type=cs" +
-+ navigate("https://code.9oo91e.qjz9zk/p/chromium/codesearch#search/&type=cs" +
- "&q=" + text +
- "&exact_package=chromium&type=cs");
- }
-diff --git a/chrome/common/extensions/docs/examples/extensions/chrome_search/manifest.json b/chrome/common/extensions/docs/examples/extensions/chrome_search/manifest.json
---- a/chrome/common/extensions/docs/examples/extensions/chrome_search/manifest.json
-+++ b/chrome/common/extensions/docs/examples/extensions/chrome_search/manifest.json
-@@ -5,7 +5,7 @@
- "description": "Add support to the omnibox to search the Chromium source code.",
- "name": "Chromium Search",
- "omnibox": { "keyword" : "src" },
-- "permissions": [ "http://www.google.com/" ],
-+ "permissions": [ "http://www.9oo91e.qjz9zk/" ],
- "version": "6.1",
- "minimum_chrome_version": "9",
-
-diff --git a/chrome/common/extensions/docs/examples/extensions/constant_context/background.js b/chrome/common/extensions/docs/examples/extensions/constant_context/background.js
---- a/chrome/common/extensions/docs/examples/extensions/constant_context/background.js
-+++ b/chrome/common/extensions/docs/examples/extensions/constant_context/background.js
-@@ -6,7 +6,7 @@
- const kMatchRule = {
- // Declare the rule conditions.
- conditions: [new chrome.declarativeContent.PageStateMatcher({
-- pageUrl: {hostEquals: 'developer.chrome.com'},
-+ pageUrl: {hostEquals: 'developer.ch40me.qjz9zk'},
- })],
- // Shows the page action when the condition is met.
- actions: [new chrome.declarativeContent.ShowPageAction()]
-diff --git a/chrome/common/extensions/docs/examples/extensions/constant_context/manifest.json b/chrome/common/extensions/docs/examples/extensions/constant_context/manifest.json
---- a/chrome/common/extensions/docs/examples/extensions/constant_context/manifest.json
-+++ b/chrome/common/extensions/docs/examples/extensions/constant_context/manifest.json
-@@ -16,7 +16,7 @@
- "128": "images/cc128.png"
- },
- "permissions": [
-- "https://developer.chrome.com/*",
-+ "https://developer.ch40me.qjz9zk/*",
- "storage",
- "declarativeContent"
- ],
-@@ -30,7 +30,7 @@
- {
- "all_frames": true,
- "js": ["content_script.js"],
-- "matches": ["https://developer.chrome.com/*"],
-+ "matches": ["https://developer.ch40me.qjz9zk/*"],
- "run_at": "document_idle"
- }
- ]
-diff --git a/chrome/common/extensions/docs/examples/extensions/download_images/background.js b/chrome/common/extensions/docs/examples/extensions/download_images/background.js
---- a/chrome/common/extensions/docs/examples/extensions/download_images/background.js
-+++ b/chrome/common/extensions/docs/examples/extensions/download_images/background.js
-@@ -18,7 +18,7 @@ chrome.runtime.onInstalled.addListener(function() {
- chrome.declarativeContent.onPageChanged.addRules([{
- conditions: [
- new chrome.declarativeContent.PageStateMatcher({
-- pageUrl: { hostEquals: 'developer.chrome.com', schemes: ['https'] },
-+ pageUrl: { hostEquals: 'developer.ch40me.qjz9zk', schemes: ['https'] },
- css: ['img']
- })
- ],
-diff --git a/chrome/common/extensions/docs/examples/extensions/email_this_page/options.js b/chrome/common/extensions/docs/examples/extensions/email_this_page/options.js
---- a/chrome/common/extensions/docs/examples/extensions/email_this_page/options.js
-+++ b/chrome/common/extensions/docs/examples/extensions/email_this_page/options.js
-@@ -2,7 +2,7 @@
- // Use of this source code is governed by a BSD-style license that can be
- // found in the LICENSE file.
+ const char kDoNotTrackLearnMoreURL[] =
+ #if BUILDFLAG(IS_CHROMEOS_ASH)
+- "https://support.google.com/chromebook/?p=settings_do_not_track";
++ "https://support.9oo91e.qjz9zk/chromebook/?p=settings_do_not_track";
+ #else
+- "https://support.google.com/chrome/?p=settings_do_not_track";
++ "https://support.9oo91e.qjz9zk/chrome/?p=settings_do_not_track";
+ #endif
--var gmail = "https://mail.google.com/mail/?extsrc=mailto&url=%s";
-+var gmail = "https://mail.9oo91e.qjz9zk/mail/?extsrc=mailto&url=%s";
-
- function toggle(radioButton) {
- if (window.localStorage == null) {
-diff --git a/chrome/common/extensions/docs/examples/extensions/fx/bg.js b/chrome/common/extensions/docs/examples/extensions/fx/bg.js
---- a/chrome/common/extensions/docs/examples/extensions/fx/bg.js
-+++ b/chrome/common/extensions/docs/examples/extensions/fx/bg.js
-@@ -15,12 +15,12 @@ var urlSounds = {
- "about:memory": "transform!.mp3",
- "about:crash": "sadtrombone.mp3",
- "chrome://extensions/": "beepboop.mp3",
-- "http://www.google.com.au/": "didgeridoo.mp3",
-- "http://www.google.com.my/": "my_subway.mp3",
-- "http://www.google.com/appserve/fiberrfi/": "dialup.mp3",
-+ "http://www.9oo91e.qjz9zk.au/": "didgeridoo.mp3",
-+ "http://www.9oo91e.qjz9zk.my/": "my_subway.mp3",
-+ "http://www.9oo91e.qjz9zk/appserve/fiberrfi/": "dialup.mp3",
- "lively.com": "cricket.mp3",
- "http://www.google.co.uk/": "mind_the_gap.mp3",
-- "http://news.google.com/": "news.mp3",
-+ "http://news.9oo91e.qjz9zk/": "news.mp3",
- "http://www.bing.com/": "sonar.mp3",
- };
+ const char kDownloadInterruptedLearnMoreURL[] =
+- "https://support.google.com/chrome/?p=ui_download_errors";
++ "https://support.9oo91e.qjz9zk/chrome/?p=ui_download_errors";
-@@ -163,7 +163,7 @@ function stopSound(id) {
- }
- }
+ const char kDownloadScanningLearnMoreURL[] =
+- "https://support.google.com/chrome/?p=ib_download_blocked";
++ "https://support.9oo91e.qjz9zk/chrome/?p=ib_download_blocked";
--var base_url = "http://dl.google.com/dl/chrome/extensions/audio/";
-+var base_url = "http://dl.9oo91e.qjz9zk/dl/chrome/extensions/audio/";
-
- function soundLoadError(audio, id) {
- console.log("failed to load sound: " + id + "-" + audio.src);
-diff --git a/chrome/common/extensions/docs/examples/extensions/gdocs/background.html b/chrome/common/extensions/docs/examples/extensions/gdocs/background.html
---- a/chrome/common/extensions/docs/examples/extensions/gdocs/background.html
-+++ b/chrome/common/extensions/docs/examples/extensions/gdocs/background.html
-@@ -4,14 +4,14 @@
- * source code is governed by a BSD-style license that can be found in the
- * LICENSE file.
- *
-- * Author: Eric Bidelman
--You typically use the "background" permission with a background page, event page or (for hosted apps) a background window.
-+You typically use the "background" permission with a background page, event page or (for hosted apps) a background window.
-
- This API is in beta. It is only available to Chrome users on the
-- beta channel and
-- dev channel.
-+ beta channel and
-+ dev channel.
-
- This API is experimental. It is only available to Chrome users on the
-- dev channel.
-+ dev channel.
-
- This API is still being developed. It is only available to developers building from
-- from source.
-+ from source.
- When your app, extension, or theme is finished (if not before),
+ upload it with the
+- Developer Dashboard.
++ Developer Dashboard.
+ Uploading generates an app ID,
+ which you may need to complete your application code. Watch demos of the Platform and get help in Chrome Office Hours on
+- Google Developers Live. Help us make the Chrome Platform better!
+ Join a Chrome Platform group:
+
- The DevTools docs have moved!
-- For the latest tutorials, docs and updates head over to the new home of Chrome DevTools.
-+ For the latest tutorials, docs and updates head over to the new home of Chrome DevTools.
- Curate the
-- Chromebook
-+ Chromebook
- web experience.
- Add Apps
- and run native code in any website with
-@@ -104,8 +104,8 @@
-
-
+
For the Frequently Asked Questions see [F.A.Q.](./FAQ.md).
@@ -95,7 +95,7 @@ No; Bromite will support extensions only if upstream (Chromium) does, or similar
# Features
-* customizable adblock filters via user-provided URL
+* customizable adblock filters via user-provided URL (see https://www.bromite.org/custom-filters)
* remove click-tracking and AMP from search results
* DNS-over-HTTPS support with any valid IETF DoH endpoint
* always-incognito mode
@@ -106,18 +106,22 @@ No; Bromite will support extensions only if upstream (Chromium) does, or similar
* use [CFI](https://en.wikipedia.org/wiki/Control-flow_integrity) on all architectures except x86
* disable media router and remoting by default
* disable dynamic module loading
+* show warnings for TLSv1.0/TLSv1.1 pages
* enable site-per-process isolation for all devices with memory > 1GB
* completely remove safe browsing and other privacy-unfriendly features
* [proxy configuration page](https://github.com/bromite/bromite/wiki/ProxyConfiguration) with PAC and custom proxy lists support
-* [DuckDuckGo](https://duckduckgo.com/) and [Qwant](https://www.qwant.com/) search engines available by default
* settings to disable custom intents and clear session on exit
* flags to toggle anti-fingerprinting mitigations for canvas, audio, client rects, webGL and sensor APIs (see full list below for all the new flags)
* use frozen User-Agent to conceal real model and browser version
* privacy enhancement patches from [Iridium](https://iridiumbrowser.de/), [Inox patchset](https://github.com/gcarq/inox-patchset), [Brave](https://brave.com/) and [ungoogled-chromium](https://github.com/Eloston/ungoogled-chromium) projects
* security enhancement patches from [GrapheneOS](https://github.com/GrapheneOS) project
+* disable scroll-to-text-fragment
+* reduced referer granularity
+* block gateway attacks via websockets
## Features not related to privacy
* import/export bookmarks
+* bookmark all tabs from tabs regroup menu
* flag to allow screenshots of incognito tabs
* allow playing videos in background tabs and disable pause on switching tabs
* all codecs included (proprietary, open H.264 etc.)
@@ -128,6 +132,13 @@ No; Bromite will support extensions only if upstream (Chromium) does, or similar
* allow changing default download storage location
* do not ignore save prompt for users without SD cards
* disable articles and increase number of icons on new tab page
+* adding an URL as bookmark will clear its blocked status for the NTP tiles
+* history support in incognito mode
+* view source of pages
+* timezone customization
+* sticky desktop mode setting
+* disable video autoplay by default
+* mobile/desktop user agent customization
You can inspect all functionality/privacy changes by reading the [patches](https://github.com/bromite/bromite/tree/master/build/patches) and/or the [CHANGELOG](./CHANGELOG.md).
@@ -138,15 +149,21 @@ Flags which have been retired from upstream Chromium but are still available in
* `#enable-horizontal-tab-switcher`
* `#pull-to-refresh`
* `#enable-search-ready-omnibox`
+* `#darken-websites-checkbox-in-themes-setting`
+* `#simplified-ntp`
+* `#enable-text-fragment-anchor`
+* `#num-raster-threads`
New flags:
+* `#fingerprinting-canvas-image-data-noise`, `#fingerprinting-client-rects-noise` and `#fingerprinting-canvas-measuretext-noise`
* `#enable-incognito-snapshots-in-android-recents`
* `#max-connections-per-host`
* `#resume-background-video`
* `#ipv6-probing`
* `#disable-webgl`
* `#enable-device-motion` and `#enable-device-orientation`
+* `#show-legacy-tls-warnings`
# Privacy limitations
@@ -199,6 +216,14 @@ See upstream documentation: https://github.com/chromium/chromium/blob/master/com
Bromite uses an unindexed filter file, which is periodically published at https://github.com/bromite/filters
+# Contributing
+
+Please submit issues following the issue template; beware that GitHub does not display the templates from mobile.
+
+Patches are welcome and accepted if they match the project goals.
+
+For any usage or development discussion please use GitHub Discussions: https://github.com/bromite/bromite/discussions
+
# Credits
* [Chromium project](https://www.chromium.org/Home) and developers
@@ -207,7 +232,7 @@ Bromite uses an unindexed filter file, which is periodically published at https:
* [ungoogled-chromium-android](https://github.com/ungoogled-software/ungoogled-chromium-android) for some patches
* [GrapheneOS](https://github.com/GrapheneOS) for some security patches
* [Inox patchset](https://github.com/gcarq/inox-patchset) for some patches (via ungoogled-chromium)
-* [Brave Browser](https://github.com/brave/browser-android-tabs) for some patches
+* [Brave Browser](https://github.com/brave/brave-core) for some patches
* [Vadim Pleshkov](http://vadimpleshkov.me/) for Bromite's logo
# Filters credits
@@ -216,6 +241,8 @@ Bromite uses an unindexed filter file, which is periodically published at https:
* [uBlock Origin](https://github.com/uBlockOrigin)
* [Peter Lowe's Ad and tracking server list](https://pgl.yoyo.org/adservers/)
+The URLs of the lists used are available at: https://github.com/bromite/filters/blob/master/lists.txt
+
# License
The patches published as part of the Bromite project are released under [GNU GPL v3](./LICENSE).
diff --git a/build/GN_ARGS b/build/GN_ARGS
index 8304c6ca2a8e5861079e88b5a0c9f862b6dbfdcd..a33a7ab31664a0b08e1e6f04f018420b3492d3b1 100644
--- a/build/GN_ARGS
+++ b/build/GN_ARGS
@@ -1,5 +1,6 @@
android_channel="stable"
blink_symbol_level=1
+chrome_pgo_phase=0
dcheck_always_on=false
debuggable_apks=false
dfmify_dev_ui=false
@@ -8,31 +9,34 @@ disable_autofill_assistant_dfm=true
disable_tab_ui_dfm=true
enable_av1_decoder=true
enable_dav1d_decoder=true
-enable_feed_in_chrome=false
enable_gvr_services=false
enable_hangout_services_extension=false
enable_iterator_debugging=false
enable_mdns=false
-enable_mse_mpeg2ts_stream_parser=true ffmpeg_branding="Chrome" proprietary_codecs=true
+enable_mse_mpeg2ts_stream_parser=true
enable_nacl=false
enable_nacl_nonsfi=false
+enable_platform_dolby_vision=true
+enable_platform_hevc=true
enable_remoting=false
enable_reporting=true
-enable_resource_whitelist_generation=false
enable_vr=false
+exclude_unwind_tables=false
+ffmpeg_branding="Chrome"
fieldtrial_testing_like_official_build=true
icu_use_data_file=true
-is_cfi=false
is_component_build=false
is_debug=false
is_official_build=true
+proprietary_codecs=true
rtc_build_examples=false
safe_browsing_mode=0
symbol_level=1
target_os="android"
use_debug_fission=true
use_errorprone_java_compiler=false
-use_jumbo_build=false
+use_gnome_keyring=false
use_official_google_api_keys=false
-use_openh264=true chrome_pgo_phase=0
+use_rtti=false
use_sysroot=false
+webview_includes_weblayer=false
diff --git a/build/RELEASE b/build/RELEASE
index ee67bcb5c837a2961b1e9aa2fa2bda466f1e7eff..614a4eff6727c372ebb13c7f26fa9d6d162f350d 100644
--- a/build/RELEASE
+++ b/build/RELEASE
@@ -1 +1 @@
-83.0.4103.93
+89.0.4389.100
diff --git a/build/bromite_patches_list.txt b/build/bromite_patches_list.txt
index 2d647562b44576ecb1cc736fa2068bbfbf21f319..9e81db24e6feae6bc57e122913579ae31690ff07 100644
--- a/build/bromite_patches_list.txt
+++ b/build/bromite_patches_list.txt
@@ -1,12 +1,10 @@
Disable-third-party-cookies-by-default.patch
-Revert-Remove-pre-unified-consent-code.patch
Restore-classic-new-tab-page.patch
Always-use-new-tab-page-for-default-home-page.patch
Always-allow-partner-customisation.patch
battery_status_service-disable-more-privacy-nightmares.patch
Battery-API-return-nothing.patch
updater-disable-updater-pings.patch
-prefs-only-keep-cookies-until-exit.patch
Remove-EV-certificates.patch
promo-disable-Google-promotion-fetching.patch
Disable-omission-of-URL-elements-in-Omnibox.patch
@@ -37,7 +35,6 @@ Remove-signin-and-data-saver-integrations.patch
Hide-passwords-manager-link.patch
Disable-Omaha-update-checks.patch
Disable-update-scheduler.patch
-Fix-crash-when-accessing-page-info-site-settings.patch
openH264-enable-ARM-ARM64-optimizations.patch
Switch-to-fstack-protector-strong.patch
Enable-fwrapv-in-Clang-for-non-UBSan-builds.patch
@@ -50,14 +47,13 @@ Open-YouTube-links-in-Bromite.patch
Add-exit-menu-item.patch
Remove-help-menu-item.patch
AudioBuffer-AnalyserNode-fp-mitigations.patch
-Multiple-fingerprinting-mitigations-for-canvas-text-and-client-rectangles.patch
-Add-flags-to-disable-device-motion-and-orientation-APIs.patch
+Multiple-fingerprinting-mitigations.patch
+Add-flags-to-disable-device-motion-orientation-APIs.patch
Disable-metrics-on-all-I-O-threads.patch
Always-respect-async-dns-flag-regardless-of-SDK-version.patch
Add-flag-to-configure-maximum-connections-per-host.patch
-Add-site-settings-option-for-session-only-cookies.patch
+Do-not-ignore-download-location-prompt-setting.patch
Add-bookmark-import-export-actions.patch
-Disable-promos-displayed-in-bookmarks-manager.patch
Add-an-always-incognito-mode.patch
Add-custom-tab-intents-privacy-option.patch
Add-option-to-not-persist-tabs-across-sessions.patch
@@ -72,21 +68,10 @@ autofill-disable-autofill-download-manager.patch
first_run-deactivate-autoupdate-globally.patch
translate-disable-fetching-of-translate-languages-from-server.patch
kill-TOS-and-metrics-opt-out.patch
-kill-Translate.patch
kill-Vision.patch
kill-Location-fall-back-to-system.patch
kill-Auth.patch
-Remove-dependency-on-com.google.android.gms.auth.patch
-kill-GCM.patch
-Remove-dependency-on-com.google.android.gcm.patch
-Remove-dependency-on-com.google.android.gms.gcm.patch
-Remove-dependency-on-com.google.android.play.patch
-Remove-dependency-on-vision-clearcut-and-phenotype.patch
-Remove-dependency-on-flags-places-and-stats.patch
-Remove-dependency-on-fido-iid-instantapps-and-location.patch
-Remove-dependency-on-com.google.android.gms.cast.patch
-Remove-dependency-on-auth-signin-dynamic-and-tasks.patch
-Remove-google_services_gcm.patch
+Remove-binary-blob-integrations.patch
Remove-SMS-integration.patch
Do-not-compile-QR-code-sharing.patch
Allow-website-sign-in-without-account-sign-in.patch
@@ -94,15 +79,14 @@ Offer-builtin-autocomplete-for-chrome-flags.patch
Do-not-grant-notifications-to-default-search-engine.patch
Add-flag-to-disable-IPv6-probes.patch
Add-a-proxy-configuration-page.patch
-Do-not-ignore-download-location-prompt-setting.patch
Disable-previews-by-default.patch
Use-4-tile-rows-never-show-logo.patch
Disable-metrics-collection-for-NTP-tiles.patch
-Enable-site-per-process-isolation-for-devices-with-enough-memory.patch
+Enable-SPPI-for-devices-with-enough-memory.patch
+Use-64-bit-WebView-processes.patch
prefs-disable-signinallowed-by-default.patch
prefs-always-prompt-for-download-directory-by-default.patch
Disable-offline-pages-in-the-downloads-home-to-be-opened-in-CCT-by-default.patch
-Enable-changing-default-downloads-storage-location-by-default.patch
disable-payment-support-by-default.patch
disable-background-sync-by-default.patch
disable-sensors-access-site-setting-by-default.patch
@@ -110,31 +94,56 @@ Disable-media-router-and-remoting-by-default.patch
Restore-Search-Ready-Omnibox-flag.patch
disable-AdsBlockedInfoBar.patch
Bromite-AdBlockUpdaterService.patch
-Add-option-to-configure-the-ad-blocker-filters-URL.patch
Replace-DoH-probe-domain-with-RIPE-domain.patch
Increase-number-of-autocomplete-matches-from-5-to-10.patch
Disable-HEAD-requests-for-single-word-Omnibar-searches.patch
-Block-all-connection-requests-with-qjz9zk-in-the-domain-name-or-with-a-trk-scheme.patch
Disable-some-signed-exchange-features.patch
Add-flag-to-disable-WebGL.patch
-Add-user-setting-for-DNS-over-HTTPS-DoH-custom-URL.patch
+DoH-secure-mode-by-default.patch
Reduce-HTTP-headers-in-DoH-requests-to-bare-minimum.patch
Revert-flags-remove-disable-pull-to-refresh-effect.patch
Use-dummy-DFM-installer.patch
-Disable-password-reuse-detection-on-android.patch
-Allow-building-without-feed-support.patch
+Disable-feeds-support-by-default.patch
Disable-autofill-assistant-by-default.patch
Show-site-settings-for-cookies-javascript-and-ads.patch
Restore-enable-horizontal-tab-switcher-flag.patch
Disable-DRM-media-origin-IDs-preprovisioning.patch
Disable-smart-selection-by-default.patch
Enable-user-agent-freeze-by-default.patch
-show-download-prompt-again-by-default.patch
disable-browser-autologin-by-default.patch
-Revert-gpu-android-Remove-setup-for-disabling-AImageReader.patch
-Revert-Remove-flags-to-enable-disable-AImageReader.patch
-Disable-AImageReader-for-ARM64-P-and-ARM64-Q.patch
-Restore-GPU-bug-blacklist-for-AImageReader-on-ARM-CPUs.patch
+AImageReader-CFI-crash-mitigations.patch
Update-i18n-zh_CN-support.patch
Add-a-flag-to-allow-screenshots-in-Incognito-mode.patch
+Add-menu-item-to-view-source.patch
+Enable-legacy-TLS-interstitital-warning.patch
+Block-gateway-attacks-via-websockets.patch
+Enable-prefetch-privacy-changes-by-default.patch
+Disable-support-for-RAR-files-inspection.patch
+Add-history-support-in-incognito-mode.patch
+Enable-darken-websites-checkbox-in-themes.patch
+Remove-blocklisted-URLs-upon-bookmark-creation.patch
+Disable-the-DIAL-repeating-discovery.patch
+Block-all-connection-requests-with-qjz9zk-in-the-domain-name-or-with-a-trk-scheme.patch
+Hardening-against-incognito-mode-detection.patch
+Remove-weblayer-dependency-on-Play-Services.patch
+Timezone-customization.patch
+Move-some-account-settings-back-to-privacy-settings.patch
+User-agent-customization.patch
+Restore-Simplified-NTP-launch.patch
+Revert-the-removal-of-an-option-to-block-autoplay.patch
+Disable-text-fragments-by-default.patch
+disable-WebView-variations-support.patch
+disable-autofill-server-communication-by-default.patch
+ask-permission-to-play-protected-media-by-default.patch
+Enable-network-isolation-features.patch
+Disable-unified-autoplay-feature.patch
+Revert-flags-remove-num-raster-threads.patch
+webview-Hard-no-to-persistent-histograms.patch
+Ignore-enterprise-policies-for-secure-DNS.patch
+Enable-app-overflow-menu-icons-by-default.patch
+Add-menu-item-to-bookmark-all-tabs.patch
+Add-flag-for-save-data-header.patch
+Add-option-to-force-tablet-UI.patch
+Make-all-favicon-requests-on-demand.patch
+Add-Alt-D-hotkey-to-focus-address-bar.patch
Automated-domain-substitution.patch
diff --git a/build/chromium_patches_list.txt b/build/chromium_patches_list.txt
index e3384db0fc448cfb45b40a8e5a3fb59aabbb6a6f..e24c8063bb470c54ede4811513d3047eef7b8b57 100644
--- a/build/chromium_patches_list.txt
+++ b/build/chromium_patches_list.txt
@@ -1,6 +1,4 @@
-Revert-Remove-pre-unified-consent-code.patch
AV1-codec-support.patch
Switch-to-fstack-protector-strong.patch
Enable-fwrapv-in-Clang-for-non-UBSan-builds.patch
-Disable-password-reuse-detection-on-android.patch
-Allow-building-without-feed-support.patch
+Disable-feeds-support-by-default.patch
diff --git a/build/e_patches_list.txt b/build/e_patches_list.txt
index 4d1486ca68ee9c06dba61ba8802ddf251fb6b7fa..8890c1c98924647b2f4432df1f35872d393c28b8 100644
--- a/build/e_patches_list.txt
+++ b/build/e_patches_list.txt
@@ -12,3 +12,4 @@ e-enable-custom-tabs-by-default.patch
e-Launcher-icon-updated.patch
e-enable-search-suggestion.patch
e-replaced-chrome-with-browser-in-strings-file.patch
+e-remove-string-google-from-other-services.patch
diff --git a/build/patches/AImageReader-CFI-crash-mitigations.patch b/build/patches/AImageReader-CFI-crash-mitigations.patch
new file mode 100644
index 0000000000000000000000000000000000000000..a290a25ce6522d0ae4dec6cbe9e1563f0037a451
--- /dev/null
+++ b/build/patches/AImageReader-CFI-crash-mitigations.patch
@@ -0,0 +1,226 @@
+From: csagan5 <32685696+csagan5@users.noreply.github.com>
+Date: Tue, 5 May 2020 07:22:20 +0200
+Subject: AImageReader CFI crash mitigations
+
+Revert "gpu/android: Remove setup for disabling AImageReader."
+This reverts commit dcd5a39518246eb999f1cc63bf1ec95d93fd5b2f.
+
+Revert "Remove flags to enable/disable AImageReader."
+This reverts commit 463fa0f2e3b9e418bc26e2c8954463f0b0f76634.
+
+Disable AImageReader for ARM64/P and ARM64/Q
+
+Restore GPU bug blacklist for AImageReader on ARM and Qualcomm CPUs
+
+Restore the AImageReader blacklist for ARM/ARM64/Qualcomm chipsets which causes
+crashes on Android 9 and 10 (at different code locations).
+
+See discussions at:
+* https://github.com/bromite/bromite/issues/445
+* https://github.com/bromite/bromite/issues/814
+---
+ base/android/android_image_reader_compat.cc | 8 +++++++-
+ base/android/android_image_reader_compat.h | 4 ++++
+ chrome/browser/flag-metadata.json | 2 +-
+ gpu/config/gpu_finch_features.cc | 5 +++++
+ gpu/config/gpu_finch_features.h | 1 +
+ gpu/config/gpu_util.cc | 8 ++++++++
+ gpu/config/gpu_workaround_list.txt | 1 +
+ gpu/ipc/service/gpu_init.cc | 5 +++++
+ gpu/ipc/service/stream_texture_android.cc | 11 ++++++++++-
+ media/base/media_switches.cc | 4 ++++
+ media/base/media_switches.h | 1 +
+ 11 files changed, 47 insertions(+), 3 deletions(-)
+
+diff --git a/base/android/android_image_reader_compat.cc b/base/android/android_image_reader_compat.cc
+--- a/base/android/android_image_reader_compat.cc
++++ b/base/android/android_image_reader_compat.cc
+@@ -23,6 +23,8 @@
+ namespace base {
+ namespace android {
+
++bool AndroidImageReader::disable_support_ = false;
++
+ AndroidImageReader& AndroidImageReader::GetInstance() {
+ // C++11 static local variable initialization is
+ // thread-safe.
+@@ -30,8 +32,12 @@ AndroidImageReader& AndroidImageReader::GetInstance() {
+ return *instance;
+ }
+
++void AndroidImageReader::DisableSupport() {
++ disable_support_ = true;
++}
++
+ bool AndroidImageReader::IsSupported() {
+- return is_supported_;
++ return !disable_support_ && is_supported_;
+ }
+
+ AndroidImageReader::AndroidImageReader() : is_supported_(LoadFunctions()) {}
+diff --git a/base/android/android_image_reader_compat.h b/base/android/android_image_reader_compat.h
+--- a/base/android/android_image_reader_compat.h
++++ b/base/android/android_image_reader_compat.h
+@@ -22,6 +22,9 @@ class BASE_EXPORT AndroidImageReader {
+ // Thread safe GetInstance.
+ static AndroidImageReader& GetInstance();
+
++ // Disable image reader support.
++ static void DisableSupport();
++
+ // Check if the image reader usage is supported. This function returns TRUE
+ // if android version is >=OREO, image reader support is not disabled and all
+ // the required functions are loaded.
+@@ -59,6 +62,7 @@ class BASE_EXPORT AndroidImageReader {
+ jobject ANativeWindow_toSurface(JNIEnv* env, ANativeWindow* window);
+
+ private:
++ static bool disable_support_;
+ friend class base::NoDestructor
++
++
+
+
+
@@ -253,7 +367,7 @@ diff --git a/chrome/browser/resources/proxy_config.js b/chrome/browser/resources
new file mode 100644
--- /dev/null
+++ b/chrome/browser/resources/proxy_config.js
-@@ -0,0 +1,252 @@
+@@ -0,0 +1,263 @@
+/*
+ This file is part of Bromite.
+
@@ -296,6 +410,7 @@ new file mode 100644
+ var kIdClearButton = 'clear';
+
+ var kIdModeEmpty = 'empty';
++ var kIdModeDirect = 'direct';
+ var kIdModeAutoDetect = 'auto-detect';
+ var kIdModeUsePacURL = 'use-pac-url';
+
@@ -381,7 +496,7 @@ new file mode 100644
+ "rules": {
+ "bypass_rules": "",
+ "reverse_bypass": false,
-+ "type": "empty"
++ "type": "none"
+ }
+ };
+ },
@@ -394,7 +509,14 @@ new file mode 100644
+ return {
+ "auto_detect": false,
+ "rules": {
-+ "type": "empty"
++ "type": "none"
++ }
++ };
++ } else if ($(kIdModeDirect).checked) {
++ return {
++ "auto_detect": false,
++ "rules": {
++ "type": "direct"
+ }
+ };
+ } else if ($(kIdModeAutoDetect).checked) {
@@ -405,7 +527,8 @@ new file mode 100644
+ return {
+ "auto_detect": false,
+ "pac_url": $(kIdPacURL).value.trim(),
-+ "pac_mandatory": $(kIdPacMandatory).checked
++ "pac_mandatory": $(kIdPacMandatory).checked,
++ "rules": {}
+ };
+ } else if ($(kIdModeUseListPerScheme).checked || $(kIdModeUseSingleList).checked) {
+ var config = {
@@ -438,15 +561,17 @@ new file mode 100644
+ * Updates the UI to display the current proxy configuration.
+ */
+ renderConfig_: function() {
-+ if (this.currentConfig.auto_detect)
++ if (this.currentConfig.auto_detect) {
+ $(kIdModeAutoDetect).checked = true;
-+ else if (this.currentConfig.hasOwnProperty('pac_url')) {
++ } else if (this.currentConfig.rules.type == "none") {
++ $(kIdModeEmpty).checked = true;
++ } else if (this.currentConfig.rules.type == "direct") {
++ $(kIdModeDirect).checked = true;
++ } else if (this.currentConfig.hasOwnProperty('pac_url')) {
+ $(kIdPacURL).value = this.currentConfig.pac_url;
+ $(kIdPacMandatory).checked = this.currentConfig.pac_mandatory;
+ $(kIdModeUsePacURL).checked = true;
-+ } else if (this.currentConfig.rules.type == "empty")
-+ $(kIdModeEmpty).checked = true;
-+ else {
++ } else {
+ $(kIdBypassRules).value = this.currentConfig.rules.bypass_rules;
+ $(kIdReverseBypass).checked = this.currentConfig.rules.reverse_bypass;
+
@@ -509,7 +634,7 @@ new file mode 100644
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
-@@ -267,6 +267,8 @@ jumbo_static_library("ui") {
+@@ -254,6 +254,8 @@ static_library("ui") {
"webui/metrics_handler.h",
"webui/net_export_ui.cc",
"webui/net_export_ui.h",
@@ -517,19 +642,19 @@ diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
+ "webui/proxy_config_ui.h",
"webui/net_internals/net_internals_ui.cc",
"webui/net_internals/net_internals_ui.h",
- "webui/notifications_internals/notifications_internals_ui.cc",
+ "webui/ntp_tiles_internals_ui.cc",
diff --git a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
--- a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
+++ b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
-@@ -60,6 +60,7 @@
+@@ -62,6 +62,7 @@
#include "chrome/browser/ui/webui/omnibox/omnibox_ui.h"
- #include "chrome/browser/ui/webui/policy_ui.h"
+ #include "chrome/browser/ui/webui/policy/policy_ui.h"
#include "chrome/browser/ui/webui/predictors/predictors_ui.h"
+#include "chrome/browser/ui/webui/proxy_config_ui.h"
#include "chrome/browser/ui/webui/quota_internals/quota_internals_ui.h"
#include "chrome/browser/ui/webui/settings/settings_ui.h"
- #include "chrome/browser/ui/webui/settings_utils.h"
-@@ -430,6 +431,8 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* web_ui,
+ #include "chrome/browser/ui/webui/settings/settings_utils.h"
+@@ -545,6 +546,8 @@ WebUIFactoryFunction GetWebUIFactoryFunction(WebUI* web_ui,
return &NewWebUI
@@ -7460,10 +5729,40 @@ diff --git a/chrome/browser/prerender/tools/prerender_test_server/index.html b/c
-
-diff --git a/chrome/common/extensions/docs/examples/api/downloads/download_manager/popup.html b/chrome/common/extensions/docs/examples/api/downloads/download_manager/popup.html
---- a/chrome/common/extensions/docs/examples/api/downloads/download_manager/popup.html
-+++ b/chrome/common/extensions/docs/examples/api/downloads/download_manager/popup.html
-@@ -10,7 +10,7 @@
-
+
-diff --git a/chrome/common/extensions/docs/examples/api/eventPage/basic/background.js b/chrome/common/extensions/docs/examples/api/eventPage/basic/background.js
---- a/chrome/common/extensions/docs/examples/api/eventPage/basic/background.js
-+++ b/chrome/common/extensions/docs/examples/api/eventPage/basic/background.js
-@@ -30,7 +30,7 @@ chrome.runtime.onInstalled.addListener(function() {
- chrome.declarativeWebRequest.onRequest.addRules([{
- id: "0",
- conditions: [new wr.RequestMatcher({url: {hostSuffix: "bing.com"}})],
-- actions: [new wr.RedirectRequest({redirectUrl: "http://google.com"})]
-+ actions: [new wr.RedirectRequest({redirectUrl: "http://9oo91e.qjz9zk"})]
- }]);
- });
+ if (!dynamic_params_.allowed_domains_for_apps.empty() &&
+- request->url.DomainIs("google.com")) {
++ request->url.DomainIs("9oo91e.qjz9zk")) {
+ request->cors_exempt_headers.SetHeader(
+ safe_search_util::kGoogleAppsAllowedDomains,
+ dynamic_params_.allowed_domains_for_apps);
+@@ -134,7 +134,7 @@ void GoogleURLLoaderThrottle::WillRedirectRequest(
+ }
-@@ -42,7 +42,7 @@ chrome.browserAction.onClicked.addListener(function() {
- // The event page will unload after handling this event (assuming nothing
- // else is keeping it awake). The content script will become the main way to
- // interact with us.
-- chrome.tabs.create({url: "http://google.com"}, function(tab) {
-+ chrome.tabs.create({url: "http://9oo91e.qjz9zk"}, function(tab) {
- chrome.tabs.executeScript(tab.id, {file: "content.js"}, function() {
- // Note: we also sent a message above, upon loading the event page,
- // but the content script will not be loaded at that point, so we send
-@@ -52,8 +52,8 @@ chrome.browserAction.onClicked.addListener(function() {
- });
- });
+ if (!dynamic_params_.allowed_domains_for_apps.empty() &&
+- redirect_info->new_url.DomainIs("google.com")) {
++ redirect_info->new_url.DomainIs("9oo91e.qjz9zk")) {
+ modified_cors_exempt_headers->SetHeader(
+ safe_search_util::kGoogleAppsAllowedDomains,
+ dynamic_params_.allowed_domains_for_apps);
+diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
+--- a/chrome/common/url_constants.cc
++++ b/chrome/common/url_constants.cc
+@@ -12,44 +12,44 @@
+ namespace chrome {
--chrome.commands.onCommand.addListener(function(command) {
-- chrome.tabs.create({url: "http://www.google.com/"});
-+ch40me.qjz9zkmands.onCommand.addListener(function(command) {
-+ chrome.tabs.create({url: "http://www.9oo91e.qjz9zk/"});
- });
+ const char kAccessibilityLabelsLearnMoreURL[] =
+- "https://support.google.com/chrome/?p=image_descriptions";
++ "https://support.9oo91e.qjz9zk/chrome/?p=image_descriptions";
- chrome.runtime.onMessage.addListener(function(msg, _, sendResponse) {
-diff --git a/chrome/common/extensions/docs/examples/api/eventPage/basic/manifest.json b/chrome/common/extensions/docs/examples/api/eventPage/basic/manifest.json
---- a/chrome/common/extensions/docs/examples/api/eventPage/basic/manifest.json
-+++ b/chrome/common/extensions/docs/examples/api/eventPage/basic/manifest.json
-@@ -14,7 +14,7 @@
- },
- "commands": {
- "open-google": {
-- "description": "Open a tab to google.com",
-+ "description": "Open a tab to 9oo91e.qjz9zk",
- "suggested_key": { "default": "Ctrl+Shift+L" }
- },
- "_execute_browser_action": {
-diff --git a/chrome/common/extensions/docs/examples/api/notifications/options.html b/chrome/common/extensions/docs/examples/api/notifications/options.html
---- a/chrome/common/extensions/docs/examples/api/notifications/options.html
-+++ b/chrome/common/extensions/docs/examples/api/notifications/options.html
-@@ -3,7 +3,7 @@
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
+ const char kAutomaticSettingsResetLearnMoreURL[] =
+- "https://support.google.com/chrome/?p=ui_automatic_settings_reset";
++ "https://support.9oo91e.qjz9zk/chrome/?p=ui_automatic_settings_reset";
-- Brian Kennish
-
<img src="chrome://favicon/http://www.google.com/">
-+Required if the extension uses the "chrome://favicon/url" mechanism to display the favicon of a page. For example, to display the favicon of http://www.9oo91e.qjz9zk/, you declare the "chrome://favicon/" permission and use HTML code like this: <img src="chrome://favicon/http://www.9oo91e.qjz9zk/">
-diff --git a/chrome/common/extensions/docs/templates/private/permissions/notifications.html b/chrome/common/extensions/docs/templates/private/permissions/notifications.html
---- a/chrome/common/extensions/docs/templates/private/permissions/notifications.html
-+++ b/chrome/common/extensions/docs/templates/private/permissions/notifications.html
-@@ -1,5 +1,5 @@
- {{^is_apps}}
--Allows the extension to use the proposed HTML5 notification API without calling permission methods (such as checkPermission()
). For more information see Desktop Notifications.
-+Allows the extension to use the proposed HTML5 notification API without calling permission methods (such as checkPermission()
). For more information see Desktop Notifications.
- {{:is_apps}}
--Required if the app uses the chrome.notifications API. Also allows the app to use the proposed HTML5 notification API without calling permission methods (such as checkPermission()
). For more information see Desktop Notifications.
-+Required if the app uses the chrome.notifications API. Also allows the app to use the proposed HTML5 notification API without calling permission methods (such as checkPermission()
). For more information see Desktop Notifications.
- {{/is_apps}}
-diff --git a/chrome/common/extensions/docs/templates/private/permissions/pointer_lock.html b/chrome/common/extensions/docs/templates/private/permissions/pointer_lock.html
---- a/chrome/common/extensions/docs/templates/private/permissions/pointer_lock.html
-+++ b/chrome/common/extensions/docs/templates/private/permissions/pointer_lock.html
-@@ -1 +1 @@
--Required to use Pointer Lock via calls to requestPointerLock
or Pepper's Mouse Lock API. See Other APIs for behavior differences.
-+Required to use Pointer Lock via calls to requestPointerLock
or Pepper's Mouse Lock API. See Other APIs for behavior differences.
-diff --git a/chrome/common/extensions/docs/templates/private/site.html b/chrome/common/extensions/docs/templates/private/site.html
---- a/chrome/common/extensions/docs/templates/private/site.html
-+++ b/chrome/common/extensions/docs/templates/private/site.html
-@@ -12,12 +12,12 @@
-
-
-
--
-+
-
-
-
-
--
-+
-
- {{?canonical}}
-
-@@ -27,7 +27,7 @@
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-+ })(window,document,'script','//www.9oo91e-analytics.qjz9zk/analytics.js','ga');
-
- ga('create', 'UA-41980257-1', 'auto');
- ga('create', 'UA-49880327-5', {'name': 'chromeDocs'});
-@@ -64,7 +64,7 @@
-
- {{?entry.owners}}
- {{#owner:entry.owners}}
--
-+
- {{owner.username}}{{^owner.last}}, {{/owner.last}}
- {{/entry.owners}}
- {{:}}
-diff --git a/chrome/common/google_url_loader_throttle.cc b/chrome/common/google_url_loader_throttle.cc
---- a/chrome/common/google_url_loader_throttle.cc
-+++ b/chrome/common/google_url_loader_throttle.cc
-@@ -60,7 +60,7 @@ void GoogleURLLoaderThrottle::WillStartRequest(
- }
-
- if (!dynamic_params_.allowed_domains_for_apps.empty() &&
-- request->url.DomainIs("google.com")) {
-+ request->url.DomainIs("9oo91e.qjz9zk")) {
- request->headers.SetHeader(safe_search_util::kGoogleAppsAllowedDomains,
- dynamic_params_.allowed_domains_for_apps);
- }
-@@ -98,7 +98,7 @@ void GoogleURLLoaderThrottle::WillRedirectRequest(
- }
-
- if (!dynamic_params_.allowed_domains_for_apps.empty() &&
-- redirect_info->new_url.DomainIs("google.com")) {
-+ redirect_info->new_url.DomainIs("9oo91e.qjz9zk")) {
- modified_headers->SetHeader(safe_search_util::kGoogleAppsAllowedDomains,
- dynamic_params_.allowed_domains_for_apps);
- }
-diff --git a/chrome/common/media_router/media_source.h b/chrome/common/media_router/media_source.h
---- a/chrome/common/media_router/media_source.h
-+++ b/chrome/common/media_router/media_source.h
-@@ -21,7 +21,7 @@ constexpr char kRemotePlaybackPresentationUrlScheme[] = "remote-playback";
-
- // URL prefix used by legacy Cast presentations.
- constexpr char kLegacyCastPresentationUrlPrefix[] =
-- "https://google.com/cast#__castAppId__=";
-+ "https://9oo91e.qjz9zk/cast#__castAppId__=";
-
- // A Cast SDK enabled website (e.g. Google Slides) may use the mirroring app ID
- // rather than the tab mirroring URN.
-diff --git a/chrome/common/safe_browsing/client_model.proto b/chrome/common/safe_browsing/client_model.proto
---- a/chrome/common/safe_browsing/client_model.proto
-+++ b/chrome/common/safe_browsing/client_model.proto
-@@ -10,7 +10,7 @@
- // sync with the server-side copy. Otherwise, the client may not be able to
- // parse the server generated model anymore. If you want to change this
- // protocol definition or you have questions regarding its format please contact
--// chrome-anti-phishing@googlegroups.com.
-+// chrome-anti-phishing@9oo91egroups.qjz9zk.
-
- syntax = "proto2";
-
-@@ -64,7 +64,7 @@ message ClientSideModel {
- // appear in page terms. If the term "one two" is in the list of page terms
- // then "one" and "two" will be in the list of page words. For page words
- // we don't use SHA256 because it is too expensive. We use MurmurHash3
-- // instead. See: http://code.google.com/p/smhasher.
-+ // instead. See: http://code.9oo91e.qjz9zk/p/smhasher.
- repeated fixed32 page_word = 4;
-
- // Page terms in page_term contain at most this many page words.
-diff --git a/chrome/common/search.mojom b/chrome/common/search.mojom
---- a/chrome/common/search.mojom
-+++ b/chrome/common/search.mojom
-@@ -76,7 +76,7 @@ struct AutocompleteResult {
-
- // Browser interface to support embedded search. Render frames connect to this
- // interface to query browser data, such as the most visited pages.
--// See http://dev.chromium.org/embeddedsearch
-+// See http://dev.ch40m1um.qjz9zk/embeddedsearch
- interface EmbeddedSearch {
- // Tells InstantExtended to set the omnibox focus state.
- FocusOmnibox(int32 page_seq_no, bool focus);
-diff --git a/chrome/common/service_process.mojom b/chrome/common/service_process.mojom
---- a/chrome/common/service_process.mojom
-+++ b/chrome/common/service_process.mojom
-@@ -5,7 +5,7 @@
- module chrome.mojom;
-
- // A control interface for a service process
--// (https://www.chromium.org/developers/design-documents/service-processes).
-+// (https://www.ch40m1um.qjz9zk/developers/design-documents/service-processes).
- interface ServiceProcess {
- // A message for ensuring the connection is established.
- Hello() => ();
-diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
---- a/chrome/common/url_constants.cc
-+++ b/chrome/common/url_constants.cc
-@@ -10,48 +10,48 @@
- namespace chrome {
-
- const char kAccessibilityLabelsLearnMoreURL[] =
-- "https://support.google.com/chrome/?p=image_descriptions";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=image_descriptions";
-
- const char kAutomaticSettingsResetLearnMoreURL[] =
-- "https://support.google.com/chrome/?p=ui_automatic_settings_reset";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=ui_automatic_settings_reset";
-
- const char kAdvancedProtectionDownloadLearnMoreURL[] =
-- "https://support.google.com/accounts/?p=ap_faq";
-+ "https://support.9oo91e.qjz9zk/accounts/?p=ap_faq";
-
- const char kBluetoothAdapterOffHelpURL[] =
-- "https://support.google.com/chrome?p=bluetooth";
-+ "https://support.9oo91e.qjz9zk/chrome?p=bluetooth";
-
- const char kCastCloudServicesHelpURL[] =
-- "https://support.google.com/chromecast/?p=casting_cloud_services";
-+ "https://support.9oo91e.qjz9zk/chromecast/?p=casting_cloud_services";
-
- const char kCastNoDestinationFoundURL[] =
-- "https://support.google.com/chromecast/?p=no_cast_destination";
-+ "https://support.9oo91e.qjz9zk/chromecast/?p=no_cast_destination";
-
- const char kChooserBluetoothOverviewURL[] =
-- "https://support.google.com/chrome?p=bluetooth";
-+ "https://support.9oo91e.qjz9zk/chrome?p=bluetooth";
-
- const char kChooserUsbOverviewURL[] =
-- "https://support.google.com/chrome?p=webusb";
-+ "https://support.9oo91e.qjz9zk/chrome?p=webusb";
-
- const char kChromeBetaForumURL[] =
-- "https://support.google.com/chrome/?p=beta_forum";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=beta_forum";
-
- const char kChromeFixUpdateProblems[] =
-- "https://support.google.com/chrome?p=fix_chrome_updates";
-+ "https://support.9oo91e.qjz9zk/chrome?p=fix_chrome_updates";
-
- // TODO: replace w/link after marketing provides it.
- const char kChromeReleaseNotesURL[] =
-- "https://www.google.com/chromebook/whatsnew/embedded/";
-+ "https://www.9oo91e.qjz9zk/chromebook/whatsnew/embedded/";
-
- const char kChromeHelpViaKeyboardURL[] =
- #if defined(OS_CHROMEOS)
- #if BUILDFLAG(GOOGLE_CHROME_BRANDING)
- "chrome-extension://honijodknafkokifofgiaalefdiedpko/main.html";
- #else
-- "https://support.google.com/chromebook/?p=help&ctx=keyboard";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=help&ctx=keyboard";
- #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING)
- #else
-- "https://support.google.com/chrome/?p=help&ctx=keyboard";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=help&ctx=keyboard";
- #endif // defined(OS_CHROMEOS)
-
- const char kChromeHelpViaMenuURL[] =
-@@ -59,20 +59,20 @@ const char kChromeHelpViaMenuURL[] =
- #if BUILDFLAG(GOOGLE_CHROME_BRANDING)
- "chrome-extension://honijodknafkokifofgiaalefdiedpko/main.html";
- #else
-- "https://support.google.com/chromebook/?p=help&ctx=menu";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=help&ctx=menu";
- #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING)
- #else
-- "https://support.google.com/chrome/?p=help&ctx=menu";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=help&ctx=menu";
- #endif // defined(OS_CHROMEOS)
-
- const char kChromeHelpViaWebUIURL[] =
-- "https://support.google.com/chrome/?p=help&ctx=settings";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=help&ctx=settings";
- #if defined(OS_CHROMEOS)
- const char kChromeOsHelpViaWebUIURL[] =
- #if BUILDFLAG(GOOGLE_CHROME_BRANDING)
- "chrome-extension://honijodknafkokifofgiaalefdiedpko/main.html";
- #else
-- "https://support.google.com/chromebook/?p=help&ctx=settings";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=help&ctx=settings";
- #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING)
- #endif // defined(OS_CHROMEOS)
-
-@@ -96,189 +96,189 @@ const char kChromeSearchScheme[] = "chrome-search";
- const char kChromeUIUntrustedNewTabPageUrl[] =
- "chrome-untrusted://new-tab-page/";
-
--const char kChromiumProjectURL[] = "https://www.chromium.org/";
-+const char kChromiumProjectURL[] = "https://www.ch40m1um.qjz9zk/";
-
- const char kCloudPrintLearnMoreURL[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/?p=settings_cloud_print";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=settings_cloud_print";
- #else
-- "https://support.google.com/chrome/?p=settings_cloud_print";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=settings_cloud_print";
- #endif
-
- const char kCloudPrintCertificateErrorLearnMoreURL[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook?p=cloudprint_error_troubleshoot";
-+ "https://support.9oo91e.qjz9zk/chromebook?p=cloudprint_error_troubleshoot";
- #elif defined(OS_MACOSX)
-- "https://support.google.com/cloudprint?p=cloudprint_error_offline_mac";
-+ "https://support.9oo91e.qjz9zk/cloudprint?p=cloudprint_error_offline_mac";
- #elif defined(OS_WIN)
-- "https://support.google.com/"
-+ "https://support.9oo91e.qjz9zk/"
- "cloudprint?p=cloudprint_error_offline_windows";
- #else
-- "https://support.google.com/"
-+ "https://support.9oo91e.qjz9zk/"
- "cloudprint?p=cloudprint_error_offline_linux";
- #endif
-
- const char kContentSettingsExceptionsLearnMoreURL[] =
-- "https://support.google.com/chrome/?p=settings_manage_exceptions";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=settings_manage_exceptions";
-
- const char kCookiesSettingsHelpCenterURL[] =
-- "https://support.google.com/chrome?p=cpn_cookies";
-+ "https://support.9oo91e.qjz9zk/chrome?p=cpn_cookies";
-
- const char kCrashReasonURL[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/?p=e_awsnap";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=e_awsnap";
- #else
-- "https://support.google.com/chrome/?p=e_awsnap";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=e_awsnap";
- #endif
-
- const char kCrashReasonFeedbackDisplayedURL[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/?p=e_awsnap_rl";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=e_awsnap_rl";
- #else
-- "https://support.google.com/chrome/?p=e_awsnap_rl";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=e_awsnap_rl";
- #endif
-
- const char kDoNotTrackLearnMoreURL[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/?p=settings_do_not_track";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=settings_do_not_track";
- #else
-- "https://support.google.com/chrome/?p=settings_do_not_track";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=settings_do_not_track";
- #endif
-
- const char kDownloadInterruptedLearnMoreURL[] =
-- "https://support.google.com/chrome/?p=ui_download_errors";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=ui_download_errors";
-
- const char kDownloadScanningLearnMoreURL[] =
-- "https://support.google.com/chrome/?p=ib_download_blocked";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=ib_download_blocked";
-
- const char kExtensionControlledSettingLearnMoreURL[] =
-- "https://support.google.com/chrome/?p=ui_settings_api_extension";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=ui_settings_api_extension";
-
- const char kExtensionInvalidRequestURL[] = "chrome-extension://invalid/";
-
- const char kFlashDeprecationLearnMoreURL[] =
-- "https://blog.chromium.org/2017/07/so-long-and-thanks-for-all-flash.html";
-+ "https://blog.ch40m1um.qjz9zk/2017/07/so-long-and-thanks-for-all-flash.html";
-
- const char kGoogleAccountActivityControlsURL[] =
-- "https://myaccount.google.com/activitycontrols/search";
-+ "https://myaccount.9oo91e.qjz9zk/activitycontrols/search";
-
--const char kGoogleAccountURL[] = "https://myaccount.google.com";
-+const char kGoogleAccountURL[] = "https://myaccount.9oo91e.qjz9zk";
-
- const char kGoogleAccountChooserURL[] =
-- "https://accounts.google.com/AccountChooser";
-+ "https://accounts.9oo91e.qjz9zk/AccountChooser";
-
--const char kGooglePasswordManagerURL[] = "https://passwords.google.com";
-+const char kGooglePasswordManagerURL[] = "https://passwords.9oo91e.qjz9zk";
-
- const char kLearnMoreReportingURL[] =
-- "https://support.google.com/chrome/?p=ui_usagestat";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=ui_usagestat";
-
- const char kLegacySupervisedUserManagementDisplayURL[] =
-- "www.chrome.com/manage";
-+ "www.ch40me.qjz9zk/manage";
-
- const char kManagedUiLearnMoreUrl[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/?p=is_chrome_managed";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=is_chrome_managed";
- #else
-- "https://support.google.com/chrome/?p=is_chrome_managed";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=is_chrome_managed";
- #endif
-
- const char kMixedContentDownloadBlockingLearnMoreUrl[] =
-- "https://support.google.com/chrome/?p=mixed_content_downloads";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=mixed_content_downloads";
-
- const char kMyActivityUrlInClearBrowsingData[] =
-- "https://myactivity.google.com/myactivity/?utm_source=chrome_cbd";
-+ "https://myactivity.9oo91e.qjz9zk/myactivity/?utm_source=chrome_cbd";
-
- const char kOmniboxLearnMoreURL[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/?p=settings_omnibox";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=settings_omnibox";
- #else
-- "https://support.google.com/chrome/?p=settings_omnibox";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=settings_omnibox";
- #endif
-
- const char kPageInfoHelpCenterURL[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/?p=ui_security_indicator";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=ui_security_indicator";
- #else
-- "https://support.google.com/chrome/?p=ui_security_indicator";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=ui_security_indicator";
- #endif
-
- const char kPasswordCheckLearnMoreURL[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/"
-+ "https://support.9oo91e.qjz9zk/chromebook/"
- "?p=settings_password#leak_detection_privacy";
- #else
-- "https://support.google.com/chrome/"
-+ "https://support.9oo91e.qjz9zk/chrome/"
- "?p=settings_password#leak_detection_privacy";
- #endif
-
- const char kPasswordManagerLearnMoreURL[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/?p=settings_password";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=settings_password";
- #else
-- "https://support.google.com/chrome/?p=settings_password";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=settings_password";
- #endif
-
- const char kPaymentMethodsURL[] =
-- "https://pay.google.com/payments/"
-+ "https://pay.9oo91e.qjz9zk/payments/"
- "home?utm_source=chrome&utm_medium=settings&utm_campaign=chrome-payment#"
- "paymentMethods";
-
- const char kPaymentMethodsLearnMoreURL[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/answer/"
-+ "https://support.9oo91e.qjz9zk/chromebook/answer/"
- "142893?visit_id=636857416902558798-696405304&p=settings_autofill&rd=1";
- #else
-- "https://support.google.com/chrome/answer/"
-+ "https://support.9oo91e.qjz9zk/chrome/answer/"
- "142893?visit_id=636857416902558798-696405304&p=settings_autofill&rd=1";
- #endif
-
- const char kPrivacyLearnMoreURL[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/?p=settings_privacy";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=settings_privacy";
- #else
-- "https://support.google.com/chrome/?p=settings_privacy";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=settings_privacy";
- #endif
-
- const char kRemoveNonCWSExtensionURL[] =
-- "https://support.google.com/chrome/?p=ui_remove_non_cws_extensions";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=ui_remove_non_cws_extensions";
-
- const char kResetProfileSettingsLearnMoreURL[] =
-- "https://support.google.com/chrome/?p=ui_reset_settings";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=ui_reset_settings";
+
+
+
+@@ -305,7 +305,7 @@ for supplying images and promotional assets.
+
Publishing
+ Office Hours
+
+-
+
+
+diff --git a/chrome/installer/setup/eula/oem_ar.html b/chrome/installer/setup/eula/oem_ar.html
+--- a/chrome/installer/setup/eula/oem_ar.html
++++ b/chrome/installer/setup/eula/oem_ar.html
+@@ -34,7 +34,7 @@
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_bg.html b/chrome/installer/setup/eula/oem_bg.html
+--- a/chrome/installer/setup/eula/oem_bg.html
++++ b/chrome/installer/setup/eula/oem_bg.html
+@@ -34,7 +34,7 @@
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_ca.html b/chrome/installer/setup/eula/oem_ca.html
+--- a/chrome/installer/setup/eula/oem_ca.html
++++ b/chrome/installer/setup/eula/oem_ca.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_cs.html b/chrome/installer/setup/eula/oem_cs.html
+--- a/chrome/installer/setup/eula/oem_cs.html
++++ b/chrome/installer/setup/eula/oem_cs.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_da.html b/chrome/installer/setup/eula/oem_da.html
+--- a/chrome/installer/setup/eula/oem_da.html
++++ b/chrome/installer/setup/eula/oem_da.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_de.html b/chrome/installer/setup/eula/oem_de.html
+--- a/chrome/installer/setup/eula/oem_de.html
++++ b/chrome/installer/setup/eula/oem_de.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_el.html b/chrome/installer/setup/eula/oem_el.html
+--- a/chrome/installer/setup/eula/oem_el.html
++++ b/chrome/installer/setup/eula/oem_el.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_en-GB.html b/chrome/installer/setup/eula/oem_en-GB.html
+--- a/chrome/installer/setup/eula/oem_en-GB.html
++++ b/chrome/installer/setup/eula/oem_en-GB.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_en.html b/chrome/installer/setup/eula/oem_en.html
+--- a/chrome/installer/setup/eula/oem_en.html
++++ b/chrome/installer/setup/eula/oem_en.html
+@@ -39,7 +39,7 @@
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_es.html b/chrome/installer/setup/eula/oem_es.html
+--- a/chrome/installer/setup/eula/oem_es.html
++++ b/chrome/installer/setup/eula/oem_es.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_et.html b/chrome/installer/setup/eula/oem_et.html
+--- a/chrome/installer/setup/eula/oem_et.html
++++ b/chrome/installer/setup/eula/oem_et.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_fi.html b/chrome/installer/setup/eula/oem_fi.html
+--- a/chrome/installer/setup/eula/oem_fi.html
++++ b/chrome/installer/setup/eula/oem_fi.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_fil.html b/chrome/installer/setup/eula/oem_fil.html
+--- a/chrome/installer/setup/eula/oem_fil.html
++++ b/chrome/installer/setup/eula/oem_fil.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_fr.html b/chrome/installer/setup/eula/oem_fr.html
+--- a/chrome/installer/setup/eula/oem_fr.html
++++ b/chrome/installer/setup/eula/oem_fr.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_hi.html b/chrome/installer/setup/eula/oem_hi.html
+--- a/chrome/installer/setup/eula/oem_hi.html
++++ b/chrome/installer/setup/eula/oem_hi.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_hr.html b/chrome/installer/setup/eula/oem_hr.html
+--- a/chrome/installer/setup/eula/oem_hr.html
++++ b/chrome/installer/setup/eula/oem_hr.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_hu.html b/chrome/installer/setup/eula/oem_hu.html
+--- a/chrome/installer/setup/eula/oem_hu.html
++++ b/chrome/installer/setup/eula/oem_hu.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_id.html b/chrome/installer/setup/eula/oem_id.html
+--- a/chrome/installer/setup/eula/oem_id.html
++++ b/chrome/installer/setup/eula/oem_id.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_it.html b/chrome/installer/setup/eula/oem_it.html
+--- a/chrome/installer/setup/eula/oem_it.html
++++ b/chrome/installer/setup/eula/oem_it.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_iw.html b/chrome/installer/setup/eula/oem_iw.html
+--- a/chrome/installer/setup/eula/oem_iw.html
++++ b/chrome/installer/setup/eula/oem_iw.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_ja.html b/chrome/installer/setup/eula/oem_ja.html
+--- a/chrome/installer/setup/eula/oem_ja.html
++++ b/chrome/installer/setup/eula/oem_ja.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_ko.html b/chrome/installer/setup/eula/oem_ko.html
+--- a/chrome/installer/setup/eula/oem_ko.html
++++ b/chrome/installer/setup/eula/oem_ko.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_lt.html b/chrome/installer/setup/eula/oem_lt.html
+--- a/chrome/installer/setup/eula/oem_lt.html
++++ b/chrome/installer/setup/eula/oem_lt.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_lv.html b/chrome/installer/setup/eula/oem_lv.html
+--- a/chrome/installer/setup/eula/oem_lv.html
++++ b/chrome/installer/setup/eula/oem_lv.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_nl.html b/chrome/installer/setup/eula/oem_nl.html
+--- a/chrome/installer/setup/eula/oem_nl.html
++++ b/chrome/installer/setup/eula/oem_nl.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_no.html b/chrome/installer/setup/eula/oem_no.html
+--- a/chrome/installer/setup/eula/oem_no.html
++++ b/chrome/installer/setup/eula/oem_no.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_pl.html b/chrome/installer/setup/eula/oem_pl.html
+--- a/chrome/installer/setup/eula/oem_pl.html
++++ b/chrome/installer/setup/eula/oem_pl.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_pt-BR.html b/chrome/installer/setup/eula/oem_pt-BR.html
+--- a/chrome/installer/setup/eula/oem_pt-BR.html
++++ b/chrome/installer/setup/eula/oem_pt-BR.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_pt-PT.html b/chrome/installer/setup/eula/oem_pt-PT.html
+--- a/chrome/installer/setup/eula/oem_pt-PT.html
++++ b/chrome/installer/setup/eula/oem_pt-PT.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_ro.html b/chrome/installer/setup/eula/oem_ro.html
+--- a/chrome/installer/setup/eula/oem_ro.html
++++ b/chrome/installer/setup/eula/oem_ro.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_ru.html b/chrome/installer/setup/eula/oem_ru.html
+--- a/chrome/installer/setup/eula/oem_ru.html
++++ b/chrome/installer/setup/eula/oem_ru.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_sk.html b/chrome/installer/setup/eula/oem_sk.html
+--- a/chrome/installer/setup/eula/oem_sk.html
++++ b/chrome/installer/setup/eula/oem_sk.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_sl.html b/chrome/installer/setup/eula/oem_sl.html
+--- a/chrome/installer/setup/eula/oem_sl.html
++++ b/chrome/installer/setup/eula/oem_sl.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_sr.html b/chrome/installer/setup/eula/oem_sr.html
+--- a/chrome/installer/setup/eula/oem_sr.html
++++ b/chrome/installer/setup/eula/oem_sr.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_sv.html b/chrome/installer/setup/eula/oem_sv.html
+--- a/chrome/installer/setup/eula/oem_sv.html
++++ b/chrome/installer/setup/eula/oem_sv.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_th.html b/chrome/installer/setup/eula/oem_th.html
+--- a/chrome/installer/setup/eula/oem_th.html
++++ b/chrome/installer/setup/eula/oem_th.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_tr.html b/chrome/installer/setup/eula/oem_tr.html
+--- a/chrome/installer/setup/eula/oem_tr.html
++++ b/chrome/installer/setup/eula/oem_tr.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_uk.html b/chrome/installer/setup/eula/oem_uk.html
+--- a/chrome/installer/setup/eula/oem_uk.html
++++ b/chrome/installer/setup/eula/oem_uk.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_vi.html b/chrome/installer/setup/eula/oem_vi.html
+--- a/chrome/installer/setup/eula/oem_vi.html
++++ b/chrome/installer/setup/eula/oem_vi.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_zh-CN.html b/chrome/installer/setup/eula/oem_zh-CN.html
+--- a/chrome/installer/setup/eula/oem_zh-CN.html
++++ b/chrome/installer/setup/eula/oem_zh-CN.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/eula/oem_zh-TW.html b/chrome/installer/setup/eula/oem_zh-TW.html
+--- a/chrome/installer/setup/eula/oem_zh-TW.html
++++ b/chrome/installer/setup/eula/oem_zh-TW.html
+@@ -34,7 +34,7 @@
+
+
+
+-
+
+diff --git a/chrome/installer/setup/google_chrome_behaviors.cc b/chrome/installer/setup/google_chrome_behaviors.cc
+--- a/chrome/installer/setup/google_chrome_behaviors.cc
++++ b/chrome/installer/setup/google_chrome_behaviors.cc
+@@ -37,7 +37,7 @@ namespace installer {
+ namespace {
- const char kSafeBrowsingHelpCenterURL[] =
-- "https://support.google.com/chrome?p=cpn_safe_browsing";
-+ "https://support.9oo91e.qjz9zk/chrome?p=cpn_safe_browsing";
+ constexpr base::StringPiece16 kUninstallSurveyUrl(
+- L"https://support.google.com/chrome?p=chrome_uninstall_survey");
++ L"https://support.9oo91e.qjz9zk/chrome?p=chrome_uninstall_survey");
- const char kSafetyTipHelpCenterURL[] =
-- "https://support.google.com/chrome/?p=safety_tip";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=safety_tip";
+ bool NavigateToUrlWithEdge(const base::string16& url) {
+ base::string16 protocol_url = L"microsoft-edge:" + url;
+diff --git a/chrome/renderer/media/flash_embed_rewrite.cc b/chrome/renderer/media/flash_embed_rewrite.cc
+--- a/chrome/renderer/media/flash_embed_rewrite.cc
++++ b/chrome/renderer/media/flash_embed_rewrite.cc
+@@ -10,7 +10,7 @@
+ GURL FlashEmbedRewrite::RewriteFlashEmbedURL(const GURL& url) {
+ DCHECK(url.is_valid());
- const char kSettingsSearchHelpURL[] =
-- "https://support.google.com/chrome/?p=settings_search_help";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=settings_search_help";
+- if (url.DomainIs("youtube.com") || url.DomainIs("youtube-nocookie.com"))
++ if (url.DomainIs("y0u1ub3.qjz9zk") || url.DomainIs("y0u1ub3-nocookie.qjz9zk"))
+ return RewriteYouTubeFlashEmbedURL(url);
- const char kSyncAndGoogleServicesLearnMoreURL[] =
-- "https://support.google.com/chrome?p=syncgoogleservices";
-+ "https://support.9oo91e.qjz9zk/chrome?p=syncgoogleservices";
+ if (url.DomainIs("dailymotion.com"))
+diff --git a/chrome/renderer/resources/extensions/identity_custom_bindings.js b/chrome/renderer/resources/extensions/identity_custom_bindings.js
+--- a/chrome/renderer/resources/extensions/identity_custom_bindings.js
++++ b/chrome/renderer/resources/extensions/identity_custom_bindings.js
+@@ -14,6 +14,6 @@ apiBridge.registerCustomHook(function(binding, id, contextType) {
+ path = String(path);
+ if (path[0] !== '/')
+ path = '/' + path;
+- return 'https://' + id + '.chromiumapp.org' + path;
++ return 'https://' + id + '.ch40m1umapp.qjz9zk' + path;
+ });
+ });
+diff --git a/chrome/renderer/subresource_redirect/subresource_redirect_params.cc b/chrome/renderer/subresource_redirect/subresource_redirect_params.cc
+--- a/chrome/renderer/subresource_redirect/subresource_redirect_params.cc
++++ b/chrome/renderer/subresource_redirect/subresource_redirect_params.cc
+@@ -23,7 +23,7 @@ url::Origin GetSubresourceRedirectOrigin() {
+ auto lite_page_subresource_origin = base::GetFieldTrialParamValueByFeature(
+ blink::features::kSubresourceRedirect, "lite_page_subresource_origin");
+ if (lite_page_subresource_origin.empty())
+- return url::Origin::Create(GURL("https://litepages.googlezip.net/"));
++ return url::Origin::Create(GURL("https://litepages.9oo91e21p.qjz9zk/"));
+ return url::Origin::Create(GURL(lite_page_subresource_origin));
+ }
- const char kSyncEncryptionHelpURL[] =
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/?p=settings_encryption";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=settings_encryption";
- #else
-- "https://support.google.com/chrome/?p=settings_encryption";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=settings_encryption";
- #endif
-
- const char kSyncErrorsHelpURL[] =
-- "https://support.google.com/chrome/?p=settings_sync_error";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=settings_sync_error";
+diff --git a/chrome/services/speech/cloud_speech_recognition_client.cc b/chrome/services/speech/cloud_speech_recognition_client.cc
+--- a/chrome/services/speech/cloud_speech_recognition_client.cc
++++ b/chrome/services/speech/cloud_speech_recognition_client.cc
+@@ -32,7 +32,7 @@ constexpr base::TimeDelta kMaximumPauseDuration =
+ base::TimeDelta::FromSeconds(28);
- const char kSyncGoogleDashboardURL[] =
-- "https://www.google.com/settings/chrome/sync/";
-+ "https://www.9oo91e.qjz9zk/settings/chrome/sync/";
+ constexpr char kWebServiceBaseUrl[] =
+- "https://www.google.com/speech-api/full-duplex/v1";
++ "https://www.9oo91e.qjz9zk/speech-api/full-duplex/v1";
+ constexpr char kDownstreamUrl[] = "/down";
+ constexpr char kUpstreamUrl[] = "/up";
- const char kSyncLearnMoreURL[] =
-- "https://support.google.com/chrome/?p=settings_sign_in";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=settings_sign_in";
+diff --git a/chrome/tools/build/PRESUBMIT.py b/chrome/tools/build/PRESUBMIT.py
+--- a/chrome/tools/build/PRESUBMIT.py
++++ b/chrome/tools/build/PRESUBMIT.py
+@@ -4,7 +4,7 @@
- const char kUpgradeHelpCenterBaseURL[] =
-- "https://support.google.com/installer/?product="
-+ "https://support.9oo91e.qjz9zk/installer/?product="
- "{8A69D345-D564-463c-AFF1-A69D9E530F96}&error=";
+ """Presubmit script for FILES.cfg controlling which files are archived.
- const char kWhoIsMyAdministratorHelpURL[] =
-- "https://support.google.com/chrome?p=your_administrator";
-+ "https://support.9oo91e.qjz9zk/chrome?p=your_administrator";
+-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
++See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts
+ for more details about the presubmit API built into depot_tools.
+ """
- #if defined(OS_ANDROID)
- const char kAndroidAppScheme[] = "android-app";
-@@ -288,34 +288,34 @@ const char kAndroidAppScheme[] = "android-app";
- const char kEnhancedPlaybackNotificationLearnMoreURL[] =
- #endif
- #if defined(OS_CHROMEOS)
-- "https://support.google.com/chromebook/?p=enhanced_playback";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=enhanced_playback";
- #elif defined(OS_ANDROID)
- // Keep in sync with chrome/android/java/strings/android_chrome_strings.grd
-- "https://support.google.com/chrome/?p=mobile_protected_content";
-+ "https://support.9oo91e.qjz9zk/chrome/?p=mobile_protected_content";
- #endif
+diff --git a/chrome/tools/webforms_aggregator_tests.py b/chrome/tools/webforms_aggregator_tests.py
+--- a/chrome/tools/webforms_aggregator_tests.py
++++ b/chrome/tools/webforms_aggregator_tests.py
+@@ -15,9 +15,9 @@ class WebformsAggregatorTest(unittest.TestCase):
- #if defined(OS_CHROMEOS)
- const char kAccountManagerLearnMoreURL[] =
-- "https://support.google.com/chromebook/?p=google_accounts";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=google_accounts";
+ def setUp(self):
+ self.cookie_file = 'test.cookie'
+- self.url1 = 'http://www.google.com'
++ self.url1 = 'http://www.9oo91e.qjz9zk'
+ self.url2 = 'http://www.macys.com'
+- self.domain = 'google.com'
++ self.domain = '9oo91e.qjz9zk'
+ self.url_file = tempfile.NamedTemporaryFile(suffix='.txt', delete=False)
+ self.url_file.file.write(
+ 'URLs to crawl:\n%s\n%s\n' % (self.url1, self.url2))
+diff --git a/chrome/tools/weburl_links.txt b/chrome/tools/weburl_links.txt
+--- a/chrome/tools/weburl_links.txt
++++ b/chrome/tools/weburl_links.txt
+@@ -3,7 +3,7 @@
+ [Top Level]
+ http://www.kneedraggers.com
+ http://www.macys.com
+-http://www.gmail.com
++http://www.9ma1l.qjz9zk
+ http://www.mcphee.com
+ http://www.ebay.com
+ http://www.rocketlawyer.com
+@@ -42,7 +42,7 @@ http://www.heart.org/HEARTORG/General/Hoops-For-Heart-Registration-Form_UCM_3146
+ http://www.gymboree.com/rewards/enroll_now.jsp
+ https://www.jbox.com/account/register
+ http://www.uhaul.com/Dealer/
+-http://www.facebook.com
++http://www.f8c3b00k.qjz9zk
+ https://signup.live.com/signup.aspx
+ http://www.hi5.com
+ https://www.adobe.com/cfusion/membership/index.cfm?nl=1&nf=1
+@@ -59,7 +59,7 @@ http://www.groupon.com
+ http://www.megagear.com
+ http://www.threadless.com
+ http://www.bestbuy.com
+-http://www.youtube.com
++http://www.y0u1ub3.qjz9zk
+ http://www.amazon.com
+ http://www.craigslist.org
+ http://www.officemax.com
+diff --git a/chrome/updater/branding.gni b/chrome/updater/branding.gni
+--- a/chrome/updater/branding.gni
++++ b/chrome/updater/branding.gni
+@@ -27,7 +27,7 @@ if (is_chrome_branded) {
+ }
- const char kAccountRecoveryURL[] =
-- "https://accounts.google.com/signin/recovery";
-+ "https://accounts.9oo91e.qjz9zk/signin/recovery";
+ # Chrome and Chromium share the same endpoints for now.
+-update_check_url = "https://update.googleapis.com/service/update2/json"
+-crash_upload_url = "https://clients2.google.com/cr/report"
+-crash_staging_upload_url = "https://clients2.google.com/cr/staging_report"
+-device_management_server_url = "https://m.google.com/devicemanagement/data/api"
++update_check_url = "https://update.9oo91eapis.qjz9zk/service/update2/json"
++crash_upload_url = "https://clients2.9oo91e.qjz9zk/cr/report"
++crash_staging_upload_url = "https://clients2.9oo91e.qjz9zk/cr/staging_report"
++device_management_server_url = "https://m.9oo91e.qjz9zk/devicemanagement/data/api"
+diff --git a/chrome/updater/tools/PRESUBMIT.py b/chrome/updater/tools/PRESUBMIT.py
+--- a/chrome/updater/tools/PRESUBMIT.py
++++ b/chrome/updater/tools/PRESUBMIT.py
+@@ -3,7 +3,7 @@
+ # found in the LICENSE file.
+ """Presubmit script for chrome/updater/tools/.
- const char kAndroidAppsLearnMoreURL[] =
-- "https://support.google.com/chromebook/?p=playapps";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=playapps";
+-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
++See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts
+ for more details about the presubmit API built into depot_tools.
+ """
- const char kArcAdbSideloadingLearnMoreURL[] =
-- "https://support.google.com/chromebook/?p=develop_android_apps";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=develop_android_apps";
+diff --git a/chrome/updater/win/app_install_controller.cc b/chrome/updater/win/app_install_controller.cc
+--- a/chrome/updater/win/app_install_controller.cc
++++ b/chrome/updater/win/app_install_controller.cc
+@@ -572,7 +572,7 @@ void AppInstallControllerImpl::HandleInstallResult(
+ observer_info.completion_code = completion_code;
+ observer_info.completion_text = completion_text;
+ // TODO(sorin): implement handling the help URL. https://crbug.com/1014622
+- observer_info.help_url = L"http://www.google.com";
++ observer_info.help_url = L"http://www.9oo91e.qjz9zk";
+ // TODO(sorin): implement the installer API and provide the
+ // application info in the observer info. https://crbug.com/1014630
+ observer_info.apps_info.push_back({});
+diff --git a/chrome/updater/win/signing/PRESUBMIT.py b/chrome/updater/win/signing/PRESUBMIT.py
+--- a/chrome/updater/win/signing/PRESUBMIT.py
++++ b/chrome/updater/win/signing/PRESUBMIT.py
+@@ -3,7 +3,7 @@
+ # found in the LICENSE file.
+ """Presubmit script for chrome/updater/win/signing/.
- const char kArcExternalStorageLearnMoreURL[] =
-- "https://support.google.com/chromebook?p=open_files";
-+ "https://support.9oo91e.qjz9zk/chromebook?p=open_files";
+-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
++See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts
+ for more details about the presubmit API built into depot_tools.
+ """
- const char kArcPrivacyPolicyURLPath[] = "arc/privacy_policy";
+diff --git a/chrome/utility/importer/ie_importer_win.cc b/chrome/utility/importer/ie_importer_win.cc
+--- a/chrome/utility/importer/ie_importer_win.cc
++++ b/chrome/utility/importer/ie_importer_win.cc
+@@ -695,7 +695,7 @@ void IEImporter::ParseFavoritesFolder(
+ // which URLs IE has as default, to some another sites.
+ // We expect that users will never themselves create bookmarks having this
+ // hostname.
+- if (url.host() == "go.microsoft.com")
++ if (url.host() == "go.m1cr050ft.qjz9zk")
+ continue;
+ // Read favicon.
+ UpdateFaviconMap(*it, url, url_locator.Get(), &favicon_map);
+diff --git a/chromecast/app/resources/shell_devtools_discovery_page.html b/chromecast/app/resources/shell_devtools_discovery_page.html
+--- a/chromecast/app/resources/shell_devtools_discovery_page.html
++++ b/chromecast/app/resources/shell_devtools_discovery_page.html
+@@ -49,7 +49,7 @@ function appendItem(metadata) {
+ Help
+ en
or fr
. For a complete list of languages supported by this method, see kLanguageInfoTable. For an unknown language, und
will be returned, which means that [percentage] of the text is unknown to CLD"
++ "description": "An ISO language code such as en
or fr
. For a complete list of languages supported by this method, see kLanguageInfoTable. For an unknown language, und
will be returned, which means that [percentage] of the text is unknown to CLD"
+ }
+ ],
+ "functions": [
+diff --git a/chromecast/common/extensions_api/tabs.json b/chromecast/common/extensions_api/tabs.json
+--- a/chromecast/common/extensions_api/tabs.json
++++ b/chromecast/common/extensions_api/tabs.json
+@@ -349,7 +349,7 @@
+ "url": {
+ "type": "string",
+ "optional": true,
+- "description": "The URL to navigate the tab to initially. Fully-qualified URLs must include a scheme (i.e. 'http://www.google.com', not 'www.google.com'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page."
++ "description": "The URL to navigate the tab to initially. Fully-qualified URLs must include a scheme (i.e. 'http://www.9oo91e.qjz9zk', not 'www.9oo91e.qjz9zk'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page."
+ },
+ "active": {
+ "type": "boolean",
+@@ -737,7 +737,7 @@
+ {
+ "type": "string",
+ "name": "language",
+- "description": "An ISO language code such as en
or fr
. For a complete list of languages supported by this method, see kLanguageInfoTable. The 2nd to 4th columns will be checked and the first non-NULL value will be returned except for Simplified Chinese for which zh-CN will be returned. For an unknown language, und
will be returned."
++ "description": "An ISO language code such as en
or fr
. For a complete list of languages supported by this method, see kLanguageInfoTable. The 2nd to 4th columns will be checked and the first non-NULL value will be returned except for Simplified Chinese for which zh-CN will be returned. For an unknown language, und
will be returned."
+ }
+ ]
+ }
+diff --git a/chromecast/common/extensions_api/windows.json b/chromecast/common/extensions_api/windows.json
+--- a/chromecast/common/extensions_api/windows.json
++++ b/chromecast/common/extensions_api/windows.json
+@@ -208,7 +208,7 @@
+ "name": "createData",
+ "properties": {
+ "url": {
+- "description": "A URL or array of URLs to open as tabs in the window. Fully-qualified URLs must include a scheme (i.e. 'http://www.google.com', not 'www.google.com'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page.",
++ "description": "A URL or array of URLs to open as tabs in the window. Fully-qualified URLs must include a scheme (i.e. 'http://www.9oo91e.qjz9zk', not 'www.9oo91e.qjz9zk'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page.",
+ "optional": true,
+ "choices": [
+ {"type": "string"},
+diff --git a/chromecast/crash/linux/minidump_uploader.cc b/chromecast/crash/linux/minidump_uploader.cc
+--- a/chromecast/crash/linux/minidump_uploader.cc
++++ b/chromecast/crash/linux/minidump_uploader.cc
+@@ -40,7 +40,7 @@ namespace {
- const char kChromeOSGestureEducationHelpURL[] =
-- "https://support.google.com/chromebook?p=tablet_mode_gestures";
-+ "https://support.9oo91e.qjz9zk/chromebook?p=tablet_mode_gestures";
+ const char kProductName[] = "Eureka";
- const char kChromePaletteHelpURL[] =
-- "https://support.google.com/chromebook?p=stylus_help";
-+ "https://support.9oo91e.qjz9zk/chromebook?p=stylus_help";
+-const char kCrashServerProduction[] = "https://clients2.google.com/cr/report";
++const char kCrashServerProduction[] = "https://clients2.9oo91e.qjz9zk/cr/report";
- const char kClassroomSigninLearnMoreURL[] =
-- "https://support.google.com/chromebook/?p=familylink_accounts";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=familylink_accounts";
+ const char kVirtualChannel[] = "virtual-channel";
- const char kCrosScheme[] = "cros";
+diff --git a/chromecast/net/connectivity_checker_impl.cc b/chromecast/net/connectivity_checker_impl.cc
+--- a/chromecast/net/connectivity_checker_impl.cc
++++ b/chromecast/net/connectivity_checker_impl.cc
+@@ -47,11 +47,11 @@ const unsigned int kRequestTimeoutInSeconds = 3;
- const char kCupsPrintLearnMoreURL[] =
-- "https://support.google.com/chromebook?p=chromebook_printing";
-+ "https://support.9oo91e.qjz9zk/chromebook?p=chromebook_printing";
+ // Default url for connectivity checking.
+ const char kDefaultConnectivityCheckUrl[] =
+- "https://connectivitycheck.gstatic.com/generate_204";
++ "https://connectivitycheck.95tat1c.qjz9zk/generate_204";
- const char kCupsPrintPPDLearnMoreURL[] =
-- "https://support.google.com/chromebook/?p=printing_advancedconfigurations";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=printing_advancedconfigurations";
+ // Http url for connectivity checking.
+ const char kHttpConnectivityCheckUrl[] =
+- "http://connectivitycheck.gstatic.com/generate_204";
++ "http://connectivitycheck.95tat1c.qjz9zk/generate_204";
- const char kEasyUnlockLearnMoreUrl[] =
-- "https://support.google.com/chromebook/?p=smart_lock";
-+ "https://support.9oo91e.qjz9zk/chromebook/?p=smart_lock";
+ // Delay notification of network change events to smooth out rapid flipping.
+ // Histogram "Cast.Network.Down.Duration.In.Seconds" shows 40% of network
+diff --git a/chromeos/components/camera_app_ui/camera_app_ui.cc b/chromeos/components/camera_app_ui/camera_app_ui.cc
+--- a/chromeos/components/camera_app_ui/camera_app_ui.cc
++++ b/chromeos/components/camera_app_ui/camera_app_ui.cc
+@@ -85,7 +85,7 @@ content::WebUIDataSource* CreateUntrustedCameraAppUIHTMLSource() {
+
+ untrusted_source->OverrideContentSecurityPolicy(
+ network::mojom::CSPDirectiveName::ConnectSrc,
+- std::string("connect-src http://www.google-analytics.com/ 'self';"));
++ std::string("connect-src http://www.9oo91e-analytics.qjz9zk/ 'self';"));
+ untrusted_source->OverrideContentSecurityPolicy(
+ network::mojom::CSPDirectiveName::WorkerSrc,
+ std::string("worker-src 'self';"));
+diff --git a/chromeos/components/camera_app_ui/resources/js/lib/analytics.js b/chromeos/components/camera_app_ui/resources/js/lib/analytics.js
+--- a/chromeos/components/camera_app_ui/resources/js/lib/analytics.js
++++ b/chromeos/components/camera_app_ui/resources/js/lib/analytics.js
+@@ -27,14 +27,14 @@
+ K(b).replace(/([.*+?^=!:${}()|\[\]\/\\])/g,"\\$1")+"=([^]*)"))&&2==a.length?a[1]:""},xa=function(){var a=""+M.location.hostname;return 0==a.indexOf("www.")?a.substring(4):a},de=function(a,b){var c=a.indexOf(b);if(5==c||6==c)if(a=a.charAt(c+b.length),"/"==a||"?"==a||""==a||":"==a)return!0;return!1},ya=function(a,b){var c=M.referrer;if(/^(https?|android-app):\/\//i.test(c)){if(a)return c;a="//"+M.location.hostname;if(!de(c,a))return b&&(b=a.replace(/\./g,"-")+".cdn.ampproject.org",de(c,b))?void 0:
+ c}},za=function(a,b){if(1==b.length&&null!=b[0]&&"object"===typeof b[0])return b[0];for(var c={},d=Math.min(a.length+1,b.length),e=0;eMaking the web more awesome
-- Subscribe to the Chrome Developers channel
--
-+ Subscribe to the Chrome Developers channel
-+
-
-+
-
Stay Up to Date
-- Google Developers
--
-+ Google Developers
-+
- Chrome OS
- Forums
-
--
-diff --git a/chrome/docs/platform-pillar.html b/chrome/docs/platform-pillar.html
---- a/chrome/docs/platform-pillar.html
-+++ b/chrome/docs/platform-pillar.html
-@@ -147,7 +147,7 @@ for TCP and UDP connections.
- Themes are packaged like regular extensions,
- but they don't contain JavaScript or HTML code.
- Distribute your themes in the
-- Chrome Web Store.
-+ Chrome Web Store.
-
When your app, extension, or theme is finished (if not before), - upload it with the -- Developer Dashboard. -+ Developer Dashboard. - Uploading generates an app ID, - which you may need to complete your application code.
- -@@ -335,7 +335,7 @@ for supplying images and promotional assets. -Watch demos of the Platform and get help in Chrome Office Hours on -- Google Developers Live.
-+ Google Developers Live. -Help us make the Chrome Platform better! - Join a Chrome Platform group: -
en
or fr
. For a complete list of languages supported by this method, see kLanguageInfoTable. For an unknown language, und
will be returned, which means that [percentage] of the text is unknown to CLD"
-+ "description": "An ISO language code such as en
or fr
. For a complete list of languages supported by this method, see kLanguageInfoTable. For an unknown language, und
will be returned, which means that [percentage] of the text is unknown to CLD"
- }
- ],
- "functions": [
-diff --git a/chromecast/common/extensions_api/tabs.json b/chromecast/common/extensions_api/tabs.json
---- a/chromecast/common/extensions_api/tabs.json
-+++ b/chromecast/common/extensions_api/tabs.json
-@@ -349,7 +349,7 @@
- "url": {
- "type": "string",
- "optional": true,
-- "description": "The URL to navigate the tab to initially. Fully-qualified URLs must include a scheme (i.e. 'http://www.google.com', not 'www.google.com'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page."
-+ "description": "The URL to navigate the tab to initially. Fully-qualified URLs must include a scheme (i.e. 'http://www.9oo91e.qjz9zk', not 'www.9oo91e.qjz9zk'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page."
- },
- "active": {
- "type": "boolean",
-@@ -737,7 +737,7 @@
- {
- "type": "string",
- "name": "language",
-- "description": "An ISO language code such as en
or fr
. For a complete list of languages supported by this method, see kLanguageInfoTable. The 2nd to 4th columns will be checked and the first non-NULL value will be returned except for Simplified Chinese for which zh-CN will be returned. For an unknown language, und
will be returned."
-+ "description": "An ISO language code such as en
or fr
. For a complete list of languages supported by this method, see kLanguageInfoTable. The 2nd to 4th columns will be checked and the first non-NULL value will be returned except for Simplified Chinese for which zh-CN will be returned. For an unknown language, und
will be returned."
- }
- ]
- }
-diff --git a/chromecast/common/extensions_api/windows.json b/chromecast/common/extensions_api/windows.json
---- a/chromecast/common/extensions_api/windows.json
-+++ b/chromecast/common/extensions_api/windows.json
-@@ -220,7 +220,7 @@
- "name": "createData",
- "properties": {
- "url": {
-- "description": "A URL or array of URLs to open as tabs in the window. Fully-qualified URLs must include a scheme (i.e. 'http://www.google.com', not 'www.google.com'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page.",
-+ "description": "A URL or array of URLs to open as tabs in the window. Fully-qualified URLs must include a scheme (i.e. 'http://www.9oo91e.qjz9zk', not 'www.9oo91e.qjz9zk'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page.",
- "optional": true,
- "choices": [
- {"type": "string"},
-diff --git a/chromecast/crash/linux/minidump_uploader.cc b/chromecast/crash/linux/minidump_uploader.cc
---- a/chromecast/crash/linux/minidump_uploader.cc
-+++ b/chromecast/crash/linux/minidump_uploader.cc
-@@ -38,7 +38,7 @@ namespace {
+ /**
+- * Error code indicating an error related to the
++ * Error code indicating an error related to the
+ * QUIC protocol. When {@link #error_code} is this code, see
+ * {@link quic_detailed_error_code} for more information.
+ */
+@@ -135,7 +135,7 @@ struct Error {
+ * Cronet internal error code. This may provide more specific error
+ * diagnosis than |error_code|, but the constant values may change over time.
+ * See
+- *
++ *
+ * here for the lastest list of values.
+ */
+ int32 internal_error_code = 0;
+@@ -152,8 +152,8 @@ struct Error {
+ bool immediately_retryable = false;
- const char kProductName[] = "Eureka";
+ /**
+- * Contains detailed QUIC error code from
+- *
++ * Contains detailed QUIC error code from
++ *
+ * QuicErrorCode when the |error_code| code is |ERROR_QUIC_PROTOCOL_FAILED|.
+ */
+ int32 quic_detailed_error_code = 0;
+@@ -524,7 +524,7 @@ struct EngineParams {
+ string storage_path;
--const char kCrashServerProduction[] = "https://clients2.google.com/cr/report";
-+const char kCrashServerProduction[] = "https://clients2.9oo91e.qjz9zk/cr/report";
+ /**
+- * Whether QUIC protocol
++ * Whether QUIC protocol
+ * is enabled. If QUIC is enabled, then QUIC User Agent Id
+ * containing application name and Cronet version is sent to the server.
+ */
+@@ -595,7 +595,7 @@ struct EngineParams {
+ * proxy certificate to the list of local trust anchor. Disabling the bypass will most
+ * likly prevent the app from sending any traffic to the pinned hosts. For more
+ * information see 'How does key pinning interact with local proxies and filters?' at
+- * https://www.chromium.org/Home/chromium-security/security-faq
++ * https://www.ch40m1um.qjz9zk/Home/chromium-security/security-faq
+ */
+ bool enable_public_key_pinning_bypass_for_local_trust_anchors = true;
- const char kVirtualChannel[] = "virtual-channel";
+@@ -1294,7 +1294,7 @@ struct DateTime {
+ *
+ * Most timing metrics are taken from
+ * LoadTimingInfo,
++ * href="https://cs.ch40m1um.qjz9zk/chromium/src/net/base/load_timing_info.h">LoadTimingInfo,
+ * which holds the information for and
+ * .
+ */
+diff --git a/components/cronet/tools/generate_javadoc.py b/components/cronet/tools/generate_javadoc.py
+--- a/components/cronet/tools/generate_javadoc.py
++++ b/components/cronet/tools/generate_javadoc.py
+@@ -66,7 +66,7 @@ def GenerateJavadoc(options, src_dir, output_dir):
+ '%s:%s' % (os.path.join(DOCLAVA_DIR, 'jsilver.jar'),
+ os.path.join(DOCLAVA_DIR, 'doclava.jar')),
+ '-title', 'Cronet API',
+- '-federate', 'Android', 'https://developer.android.com/',
++ '-federate', 'Android', 'https://developer.8n6r01d.qjz9zk/',
+ '-federationapi', 'Android', os.path.join(DOCLAVA_DIR, 'current.txt'),
+ '-classpath',
+ '%s:%s' % (os.path.abspath(android_sdk_jar),
+diff --git a/components/data_reduction_proxy/core/common/chrome_proxy_header.txt b/components/data_reduction_proxy/core/common/chrome_proxy_header.txt
+--- a/components/data_reduction_proxy/core/common/chrome_proxy_header.txt
++++ b/components/data_reduction_proxy/core/common/chrome_proxy_header.txt
+@@ -5,8 +5,8 @@ Background
+ ----------
-diff --git a/chromecast/net/connectivity_checker_impl.cc b/chromecast/net/connectivity_checker_impl.cc
---- a/chromecast/net/connectivity_checker_impl.cc
-+++ b/chromecast/net/connectivity_checker_impl.cc
-@@ -46,11 +46,11 @@ const unsigned int kRequestTimeoutInSeconds = 3;
+ The Data Reduction Proxy is operated by Google for Chrome. Chrome is
+-configured to connect to it via TLS at proxy.googlezip.net:443 and via HTTP
+-at compress.googlezip.net:80. The Data Reduction Proxy only proxies HTTP
++configured to connect to it via TLS at proxy.9oo91e21p.qjz9zk:443 and via HTTP
++at compress.9oo91e21p.qjz9zk:80. The Data Reduction Proxy only proxies HTTP
+ traffic from non-incognito tabs.
- // Default url for connectivity checking.
- const char kDefaultConnectivityCheckUrl[] =
-- "https://connectivitycheck.gstatic.com/generate_204";
-+ "https://connectivitycheck.95tat1c.qjz9zk/generate_204";
+ Chrome-Proxy Response Header
+diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
+--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
++++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
+@@ -33,7 +33,7 @@ const char kEnabled[] = "Enabled";
- // Http url for connectivity checking.
- const char kHttpConnectivityCheckUrl[] =
-- "http://connectivitycheck.gstatic.com/generate_204";
-+ "http://connectivitycheck.95tat1c.qjz9zk/generate_204";
+ // Default URL for retrieving the Data Reduction Proxy configuration.
+ const char kClientConfigURL[] =
+- "https://datasaver.googleapis.com/v1/clientConfigs";
++ "https://datasaver.9oo91eapis.qjz9zk/v1/clientConfigs";
- // Delay notification of network change events to smooth out rapid flipping.
- // Histogram "Cast.Network.Down.Duration.In.Seconds" shows 40% of network
-diff --git a/chromeos/components/drivefs/drivefs_auth.cc b/chromeos/components/drivefs/drivefs_auth.cc
---- a/chromeos/components/drivefs/drivefs_auth.cc
-+++ b/chromeos/components/drivefs/drivefs_auth.cc
-@@ -63,7 +63,7 @@ void DriveFsAuth::GetAccessToken(
- timer_->Start(
- FROM_HERE, base::TimeDelta::FromSeconds(30),
- base::BindOnce(&DriveFsAuth::AuthTimeout, base::Unretained(this)));
-- std::setSend us questions, comments, and feedback: native-client-discuss.
++Send us questions, comments, and feedback: native-client-discuss.
+Send us questions, comments, and feedback: native-client-discuss.
-+Send us questions, comments, and feedback: native-client-discuss.
-We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.google.com/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.google.com/terms/chromechanges#faq).
We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.9oo91e.qjz9zk/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.9oo91e.qjz9zk/terms/chromechanges#faq).
እነዚህ ውሎች ለሚሰራ የGoogle Chrome ኮድ ስሪት ተግባራዊ ይሆናሉ። የGoogle Chrome ሶርስ ኮድ በክፍት ሶርስ (Open source) ሶፍተዌር የፈቃድ ስምምነት ስር በዚህ chrome://credits ይገኛሉ።
-1. ከGoogle ጋር ያለዎት ግንኙነት
-@@ -42,18 +42,18 @@ h2 { font-size:1em; margin-top:0 } -5.3 ርስዎ በተለየ ሁኔታ ከGoogle ጋር የተለየ ስምምነት በማድረግ ካልተፈቀደልዎ በስተቀር፣ ለማንኛውም አላማ ግልጋሎቶቹን እንደገና ማምረት፣ ማባዛት፣ መቅዳት፣ መሸጥ፣ ማሻገር፣ ወይም እንደገና መሸጥ እንደማይችሉ ተስማምተዋል።
-5.4 ማንኛውም በውሎች ስር ያሉትን ግዴታዎች ቢጥሱ እና ይህን ተከትሎ ሊከሰቱ ለሚችሉ ችግሮች (Googleን ሊጎዱ ለሚችሉ ማንኛውም ጥፋቶች) ሙሉ ኃላፊነት እንደሚወስዱ (Google ለርስዎ ወይም ለማንኛውም ሶስተኛ ወገን ጥፋት ማንኛውንም ኃላፊነት እንደማይወስድ) ተስማምተዋል።
-6. ግላዊነት እና የርስዎ የግል መረጃ
--6.1 የGoogleን የውሂብ አጠባበቅ ለሚመለከት መረጃ እባክዎን በhttp://www.google.com/privacy.html ያለውን የGoogle የግላዊነት ፖሊሲ ያንብቡ። ይህ ፖሊሲ ግልጋሎቶቹን ሲጠቀሙ Google የግል መረጃዎን እንዴት እንደሚይዝ፣ እና ግላዊነትዎን እንደሚጠብቅ ይገልፃል።
-+6.1 የGoogleን የውሂብ አጠባበቅ ለሚመለከት መረጃ እባክዎን በhttp://www.9oo91e.qjz9zk/privacy.html ያለውን የGoogle የግላዊነት ፖሊሲ ያንብቡ። ይህ ፖሊሲ ግልጋሎቶቹን ሲጠቀሙ Google የግል መረጃዎን እንዴት እንደሚይዝ፣ እና ግላዊነትዎን እንደሚጠብቅ ይገልፃል።
-6.2 የውሂብዎ አጠቃቀም በGoogle የግላዊነት ፖሊሲዎች መሰረት የሚካሄድ መሆኑን ተስማምተዋል።
-7. በአገልግሎቶቹ ውስጥ ያሉ ይዘቶች
-7.1 አገልግሎቶቹን በመጠቀመዎ ምክንያት ያገኟቸው መረጃዎች (እንደ ውሂብ ፋይሎች፣ የተጻፈ ጽሁፍ፣ የኮምፒውተር ሶፍትዌር፣ ሙዚቃ፣ የድምፅ ፋይሎች ወይም ሌላ ድምፆች፣ ፎቶዎች፣ ቪዲዮዎች ወይም ምስሎች) እነዚህ ይዘቶች ከመጡበት የመጀመሪያ ቦታ ያለው ሰው ላይ ሙሉ ኃላፊነት እንዳለ ተረድተዋል። እንደነዚህ ያሉ መረጃዎች ከታች እንደ “ይዘት” በሚል ተጠቅሰዋል።
-7.2 አንድ የአገልግሎቶቹ ክፍል ሆኖ ለርስዎ የቀረበ ይዘት በአገልግሎቶቹ ውስጥ ያለ ነገር ግን በአገልግሎቶቹ ውስጥ ላሉ ማስታወቂያዎች እና የተደገፈ ይዘት ብቻ ያልተወሰነ፣ ይህን የዘት ለGoogle ባቀረቡ ደጋፊዎች ወይም አስታዋቂዎች (ወይም እነርሱን ለሚወክሉ ሌሎች ሰዎች ወይም ኩባንያዎች) አእምሮአዋዊ ባለቤትነት የተጠበቀ መሆኑን ማወቅ አለብዎ። በGoogle ወይም በዛ ይዘት ባለቤቶች በተለየ ስምምነት ይህን እንዲያደርጉ በግል ካልተነገርዎ በስተቀር፣ ይህን ይዘት (በሙሉም ሆነ በከፊል) ማሻሻል፣ ማከራየት፣ በሊዝ መሸጥ፣ ማዋስ፣ መሸጥ፣ ማሰራጨት ወይም አውጣቶ/ወስዶ ስራዎችን መፍጠር አይችሉም።
--7.3 Google የማንኛውም አገልግሎትን ማንኛውም ወይም ሁሉንም ይዘት የቅድመ-ማጣራት፣ የመከለስ፣ የመለየት፣ የማጣራት፣ የማሻሻል፣ የመከልከል ወይም የማስወገድ መብትን (ያለምንም ግዴታ) ይጠብቃል። ለአንዳንድ አገልግሎቶች፣ Google ግልጽ የሆኑ የግብረ ስጋ ግንኙነት ይዘቶች ያላቸውን ለይቶ ለማውጣት መሳሪያዎችን ሊያቀርብ ይችላል። እነዚህ መሳሪያዎች የአስተማማኝ ፍለጋ/ሴፍሰርች አማራጭ ቅንጅቶችን ያካትታሉ (https://support.google.com/websearch/answer/510 ይመልከቱ)። ከዚህም በተጨማሪ በገበያ ላይ የሚገኙ የሚቃወሙዋቸውን ቁሳቁሶች ሊገድቡ የሚችሉ አገልግሎቶችና ሶፍትዌር አሉ።
-+7.3 Google የማንኛውም አገልግሎትን ማንኛውም ወይም ሁሉንም ይዘት የቅድመ-ማጣራት፣ የመከለስ፣ የመለየት፣ የማጣራት፣ የማሻሻል፣ የመከልከል ወይም የማስወገድ መብትን (ያለምንም ግዴታ) ይጠብቃል። ለአንዳንድ አገልግሎቶች፣ Google ግልጽ የሆኑ የግብረ ስጋ ግንኙነት ይዘቶች ያላቸውን ለይቶ ለማውጣት መሳሪያዎችን ሊያቀርብ ይችላል። እነዚህ መሳሪያዎች የአስተማማኝ ፍለጋ/ሴፍሰርች አማራጭ ቅንጅቶችን ያካትታሉ (https://support.9oo91e.qjz9zk/websearch/answer/510 ይመልከቱ)። ከዚህም በተጨማሪ በገበያ ላይ የሚገኙ የሚቃወሙዋቸውን ቁሳቁሶች ሊገድቡ የሚችሉ አገልግሎቶችና ሶፍትዌር አሉ።
-7.4 አገልግሎቶቹን በመጠቀምዎ ደስ የማይል፣ ነውረኛ ወይም የሚቃወሙት ይዘት ሊያጋጥምዎት ይችላል፣ በእንደዚህ ያለ ሁኔታ አገልግሎቶቹን የሚጠቀሙት በራስዎ ኃላፊነት መሆኑን ተርድተዋል።
-7.5 አገልግሎቶቹን ሲጠቀሙ ለሚፈጥሩት፣ ለሚያስተላልፉት ወይም እንዲታይ ለሚያደርጉት ማንኛውንም ይዘትና በዚህም በሚወሰዱ እርምጃዎች ለሚከሰቱት ነገሮች (Google ሊደርሱበት የሚችሉ ማንኛውም ጥፋቶችን ወይም ጉዳቶችን ጨምሮ) ለብቻዎ ኃላፊነቱን ለመውሰድ ተስማምተዋል። (እንዲሁም Google ለርስዎ ወይም ለማንኛውም ሶስተኛ ወገን ኃላፊነት አይወስድም)።
-8. የንብረት ባለቤትነት መብቶች
-8.1 በአገልግሎቶቹ ውስጥ የተካተቱ ማንኛውንም የአእምሮዋዊ ንብረት መብቶችን ጨምሮ (መብቶቹ ተመዝግበው የነበረ ቢሆንም ባይሆንም፣ እና እነዚህ መብቶች በአለም ዙሪያ በየትም ቦታ የሚገኙ ቢሆንም) ሁሉንም ህጋዊ መብትን፣ ርዕስ እና ለአገልግሎቶቹ ወይም በአገልግሎቶቹ ፍላጎት ላይ Google (የGoogle ፈቃድ ያላቸው) ባለቤት መሆናቸውን በማረጋገጥ ተስማምተዋል።
-8.2 ከGoogle በጽሁፍ ካልተስማሙ በስተቀር ማንኛውንም የGoogle የንግድ ስሞች፣ የንግድ ምልክቶች፣ የአገልግሎት ምልክቶች፣ አርማዎች፣ የጎራ ስሞች እና ሌላ የተለየ ልዩ አርማ ባህሪያትን ለመጠቀም የሚያስችል በውሎቹ ውስጥ መብት የሚሰጥዎት አንቀጽ የለም።
--8.3 የትኛውንም እነዚህን ልዩ ባሀሪያት ለመጠቀም ከGoogle ጋር በተለየ የጽሁፍ ስምምነት ግልጽ የሆነ መብት ከተሰጠዎት፣ እንደዚህ ያሉ ባህሪያትን የሚጠቀሙት ለስምምነቱ፣ ለማንኛውንም ሊሰሩ የሚችሉ የውሎቹ ደንቦች እና ከጊዜ ወደጊዜ ለሚሻሻሉት የGoogle አርማ ባህሪይ አጠቃቀም መመሪያዎች ተገዢ እንደሆኑ ተስማምተዋል። እነዚህ መመሪያዎች በመስመር ላይ በዚህ http://www.google.com/permissions/guidelines.html (Google ከጊዜ ወደጊዜ ለዚህ አላማ በሚያቀርበው ሌላ URL ላይ) ሊታዩ ይችላሉ።
-+8.3 የትኛውንም እነዚህን ልዩ ባሀሪያት ለመጠቀም ከGoogle ጋር በተለየ የጽሁፍ ስምምነት ግልጽ የሆነ መብት ከተሰጠዎት፣ እንደዚህ ያሉ ባህሪያትን የሚጠቀሙት ለስምምነቱ፣ ለማንኛውንም ሊሰሩ የሚችሉ የውሎቹ ደንቦች እና ከጊዜ ወደጊዜ ለሚሻሻሉት የGoogle አርማ ባህሪይ አጠቃቀም መመሪያዎች ተገዢ እንደሆኑ ተስማምተዋል። እነዚህ መመሪያዎች በመስመር ላይ በዚህ http://www.9oo91e.qjz9zk/permissions/guidelines.html (Google ከጊዜ ወደጊዜ ለዚህ አላማ በሚያቀርበው ሌላ URL ላይ) ሊታዩ ይችላሉ።
-8.4 Google በእነዚህ ውሎች ስር ወይም ርስዎ አገልግሎቶቹን በመጠቀም በማንኛውም በሚያቀርቡት፣ በሚልኩት፣ በሚያስተላልፉት ወይም በሚያሳዩት እንዲሁም በዛ ይዘት የተካተቱ የአእምሮአዊ ባለቤትነት መብቶች (እነዚያ መብቶች የተመዘገቡም ሆነም አልሆነም፣ እና እነዚህ መብቶች በአለም ዙሪያ በየትኘውም ቦታ ያሉ ቢሆንም) ጨምሮ ላይ ከርስዎ (ወይም ከርስዎ ፍቃድ ከተሰጣቸው) ምንም መብት፣ ርዕስ ወይም ፍላጎት እንደማያገኝ አረጋግጦ ተስማምቷል። ከGoogle በጽሁፍ ካልተስማሙ በስተቀር እነዚያን መብቶች የመጠበቅና እነዚያን መብቶች የማስተግበር ኃላፊነት እንዳለብዎ እና Google ይህን ርሶዎን ወክሎ የማድረግ ግዴታ እንደሌለበት ተስማምተዋል።
-8.5 ማንኛውም በአገልግሎቶቹ ውሰጥ የተካተቱ ወይም ያሉ የንብረት ባለቤትነት መብቶችን (የቅጂ መብትና የንግድ ምልክት ማስታወቂያዎችን ጨምሮ) እንደማያስወግዱ፣ ግልጽ እንዳይሆን እንደማይጋርዱ ወይም እንደማይለውጡ ተስማመተዋል።
-8.6 ይህን እንዲያደርጉ ከGoogle በግልጽ በጽሁፍ ካልተፈቀደለዎ በስተቀር፣ አገልግሎቶቹን ሲጠቀሙ ምንም አይነት የንግድ ምልክት፣ የአገልግሎት ምልክት፣ የንግድ ስም፣ የማንኛውንም ኩባንያ ወይም ድርጅት አርማ በተመለከተ ለእነዚህ ምልክቶች፣ ስሞች ወይም አርማዎች ባለቤት ወይም ፍቃድ ያላቸው ተጠቃሚዎች ግራ መጋባትን ሊፈጥር ወይም እንዲፈጥር አድርገው እንዳይጠቀሙ ተስማምተዋል።
-@@ -98,8 +98,8 @@ h2 { font-size:1em; margin-top:0 } -(5) የይለፍ ቃልዎን ወይም የመለያዎን ዝርዝር የተጠበቀ እና አስተማማኝ አድርጎ መያዝ አለመቻል፤
-14.2 GOOGLE አስተያየት ተሰጥቶት ወይም እንደእዚህ ላሉ ጥፋቶች ሊሆን የሚል መነሻ የሚያውቅ ቢሆንም ባይሆንም ከላይ በአንቀፅ 14.1 GOOGLE ለርስዎ ያለውን የተጠያቂነት ገደቦች የሚተገበሩ ይሆናል።
-15. የቅጂ መብት እና የንግድ ምልክት ፓሊሲዎች
--15.1 ተግባራዊ ከሆኑ አለም አቀፍ የአእምሮዋዊ ንብረት ህግ ( በዩናይተድ ስቴትስ፣ Digital Millennium Copyright Actን ጨምሮ) ለሚቃረኑ የቅጂ መብት ጥሰትን ለሚደግፉ ማታወቂያዎች መልስ መስጠት እና ተደጋጋሚ ጥሰቶችን የፈጸሙ መለያዎች ማቋረጥ የGoogle ፖሊሲ ነው። Google ፖሊሲን በተመለከተ ዝርዝር መረጃ በዚህ ይገኛል http://www.google.com/dmca.html።
--15.2 የGoogleን የማስተዋወቅ ንግድ ጋር በተያያዘ Google የንግድ ምልከት አቤቱታዎችን መመሪያ ይሰራል። ይህን በተመለከተ ዝርዝር መረጃ በዚህ ይገኛል http://www.google.com/tm_complaint.html።
-+15.1 ተግባራዊ ከሆኑ አለም አቀፍ የአእምሮዋዊ ንብረት ህግ ( በዩናይተድ ስቴትስ፣ Digital Millennium Copyright Actን ጨምሮ) ለሚቃረኑ የቅጂ መብት ጥሰትን ለሚደግፉ ማታወቂያዎች መልስ መስጠት እና ተደጋጋሚ ጥሰቶችን የፈጸሙ መለያዎች ማቋረጥ የGoogle ፖሊሲ ነው። Google ፖሊሲን በተመለከተ ዝርዝር መረጃ በዚህ ይገኛል http://www.9oo91e.qjz9zk/dmca.html።
-+15.2 የGoogleን የማስተዋወቅ ንግድ ጋር በተያያዘ Google የንግድ ምልከት አቤቱታዎችን መመሪያ ይሰራል። ይህን በተመለከተ ዝርዝር መረጃ በዚህ ይገኛል http://www.9oo91e.qjz9zk/tm_complaint.html።
-16. ማስታወቂያዎች
-16.1 የተወሰኑ አገልግሎቶች ከማስታወቂያዎች በሚገኝ ገቢ ስለሚደገፉ ማስታወቂያዎች እና የማስታወቂያ ስራዎች ሊያሳያ ይችላሉ። እነዚህ ማስታወቂያዎች በአገልግሎቶቹ ውስጥ የተቀመጠ መረጃ ይዘት፣ በአገልግሎቶቹ በኩል የተሰሩ ጥያቄዎች ወይም ሌላ መረጃ ላይ ያተኮሩ ሊሆን ይችላሉ።
-16.2 Google ምንም ሳያሳውቅዎት በአገልግሎቶቹ ላይ የማስተዋወቂያ መንገድ፣ ሰልት ወይም ስፋት ለለወጥ የተመለከቱ ናቸው።
-@@ -109,7 +109,7 @@ h2 { font-size:1em; margin-top:0 } -17.2 Google ለእንደዚህ አይነት ውጫዊ ጣቢያዎች ወይም ንብረቶች መገኘት ኃላፊነት እንደሌለበት እና በነዚህ የድር ጣቢያዎች ወይም ንብረቶች ላይ ለሚገኙ ማንኛውም ማስታወቂያዎች፣ ምርቶች ወይም ሌላ ነገሮችን እንደማይደግፍ አረጋግጠው ተስማምተዋል።
-17.3 ርስዎ አምጠውት ሊሆን በሚችለው በእነዚህ ውጫዊ ጣቢያዎች ወይም ንብረቶች መገኘት ምክንያት፣ ወይም ርስዎ በሙሉዕነታቸው፣ በትክክለኛነታቸው፣ እዛ ለመኖራቸው እምነት በጣሉበቸው በነዚህ የድር ጣቢያዎች ወይም ንብረቶች ላይ ለሚገኙ ማንኛውም ማስታወቂያዎች፣ ምርቶች ወይም ሌላ ነገሮች ምክንያት ለሚከሰቱ ማንኛውም ጥፋቶች ወይም ጉዳቶች Google ተጠያቂ እንደማይሆን አረጋግጠው ተስማምተዋል።
-18. የስምምነት ውሎች ላይ የሚደረጉ ለውጦች
--18.1 Google በአለምአቀፍ የስምምነት ውሎች ወይም በተጨማሪ የስምምነት ውሎች ላይ ከጊዜ ወደ ጊዜ ለውጦችን ሊያደርግ ይችላል። እነዚህ ለውጦች ሲደረጉ፣ Google በhttp://accounts.google.com/TOS?hl=en በሚገኘው የአለምአቀፍ የስምምነት ውሎች ላይ አዲስ ቅጂ ያሰፍራል እንዲሁም ማንኛውም አዲስ ተጨማሪ የስምምነት ውሎች ይህ ለውጥ በሚነካቸው ግልጋሎቶች ውስጥ ወይም በግልጋሎቶቹ አማካያነት እንዲገኝ ይደረጋል።
-+18.1 Google በአለምአቀፍ የስምምነት ውሎች ወይም በተጨማሪ የስምምነት ውሎች ላይ ከጊዜ ወደ ጊዜ ለውጦችን ሊያደርግ ይችላል። እነዚህ ለውጦች ሲደረጉ፣ Google በhttp://accounts.9oo91e.qjz9zk/TOS?hl=en በሚገኘው የአለምአቀፍ የስምምነት ውሎች ላይ አዲስ ቅጂ ያሰፍራል እንዲሁም ማንኛውም አዲስ ተጨማሪ የስምምነት ውሎች ይህ ለውጥ በሚነካቸው ግልጋሎቶች ውስጥ ወይም በግልጋሎቶቹ አማካያነት እንዲገኝ ይደረጋል።
-18.2 የአለምአቀፍ የስምምነት ውሎች ወይም የተጨማሪ የስምምነት ውሎች ለውጥ ከተደረገባቸው ቀን በኋላ ግልጋሎቶቹን የሚጠቀሙ ከሆነ፣ Google መጠቀምዎን የተሻሻሉትን የአለምአቀፍ የስምምነት ውሎች ወይም የተጨማሪ የስምምነት ውሎች እንደተቀበሉ አድርጎ ይቆጥረዋል፣ ይህንንም ተረድተው ተስማምተዋል።
-19. አጠቃላይ ህጋዊ የስምምነት ውሎች
-19.1 አንዳንድ ጊዜ ግልጋሎቶቹን ሲጠቀሙ፣ (ከግልጋሎቶቹ ጋር በተገኘ ወይም በእነርሱ ምክንያት) ግልጋሎትን ሊጠቀሙ ወይም አነስተኛ ሶፍትዌር ሲያወርዱ አልያም በሌላ ግለሰብ ወይም ኩባንያ የቀረቡ ሸቀጦች ሊሸምቱ ይችላሉ። እነዚህን ግልጋሎቶች፣ ሶፍትዌር ወይም ሸቀጦች መጠቀምዎ፣ በሚመለከተው ግለሰብ ወይም ኩባንያ እና በርስዎ መካከል በተለየ የስምምነት ውሎች ተገዢ ሊሆኑ ይችላሉ። ይህ ከሆነ፣ የስምምነት ውሎቹ ከእነዚህ ኩባንያዎች ወይም ግለሰቦች ጋር ያለዎትን ህጋዊ ግንኙነቶች አይነኩም።
+@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + ለመጨረሻ ጊዜ የተቀየረው፦ 01 ጃንዋሪ፣ 2021 + ++- Chrome ወይም Chrome OSን በመጠቀምዎ https://policies.google.com/terms ላይ በሚገኘው የGoogle አገልግሎት ውል እና በእነዚህ የGoogle Chrome እና Chrome OS ተጨማሪ አገልግሎት ውል ይስማማሉ። ++ Chrome ወይም Chrome OSን በመጠቀምዎ https://policies.9oo91e.qjz9zk/terms ላይ በሚገኘው የGoogle አገልግሎት ውል እና በእነዚህ የGoogle Chrome እና Chrome OS ተጨማሪ አገልግሎት ውል ይስማማሉ። +
++- እነዚህ የGoogle Chrome እና የChrome OS ተጨማሪ አገልግሎት ውል በተፈጻሚው የChrome እና Chrome OW ኮድ ስሪት ላይ ይተገበራሉ። አብዛኛው የChrome ምንጭ ኮድ በክፍት ምንጭ ፈቃድ ስምምነቶች https://code.google.com/chromium/terms.html ላይ ባሉ የክፍት ምንጭ ሶፍትዌር ፈቃድ ስምምነቶች መሠረት ከክፍያ ነጻ የሚገኝ ነው። ++ እነዚህ የGoogle Chrome እና የChrome OS ተጨማሪ አገልግሎት ውል በተፈጻሚው የChrome እና Chrome OW ኮድ ስሪት ላይ ይተገበራሉ። አብዛኛው የChrome ምንጭ ኮድ በክፍት ምንጭ ፈቃድ ስምምነቶች https://code.9oo91e.qjz9zk/chromium/terms.html ላይ ባሉ የክፍት ምንጭ ሶፍትዌር ፈቃድ ስምምነቶች መሠረት ከክፍያ ነጻ የሚገኝ ነው። +
++ የእርስዎ የተወሰኑ የChrome እና Chrome OS ክፍሎችን መጠቀም ለሚከተሉት ደንቦች ተገዢ ነው፦ diff --git a/components/resources/terms/terms_ar.html b/components/resources/terms/terms_ar.html --- a/components/resources/terms/terms_ar.html +++ b/components/resources/terms/terms_ar.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - بنود الخدمة الإضافية لكل من متصفح Google Chrome و"نظام التشغيل Chrome" - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + تاريخ آخر تعديل: 1 كانون الثاني (يناير) 2021 +
- يعني استخدامك لمتصفح Chrome أو "نظام التشغيل Chrome" موافقتك على بنود خدمة Google المتاحة على الرابط https://policies.google.com/terms وبنود الخدمة الإضافية لكل من متصفح Google Chrome و"نظام التشغيل Chrome". + يعني استخدامك لمتصفح Chrome أو "نظام التشغيل Chrome" موافقتك على بنود خدمة Google المتاحة على الرابط https://policies.9oo91e.qjz9zk/terms وبنود الخدمة الإضافية لكل من متصفح Google Chrome و"نظام التشغيل Chrome". @@ -26091,9 +19091,9 @@ diff --git a/components/resources/terms/terms_ar.html b/components/resources/ter diff --git a/components/resources/terms/terms_bg.html b/components/resources/terms/terms_bg.html --- a/components/resources/terms/terms_bg.html +++ b/components/resources/terms/terms_bg.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Допълнителни общи условия на Google Chrome и Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Последна промяна: 1 януари 2021 г. +
- С използването на Chrome или Chrome OS приемате Общите условия на Google на адрес https://policies.google.com/terms и настоящите Допълнителни общи условия на Google Chrome и Chrome OS. + С използването на Chrome или Chrome OS приемате Общите условия на Google на адрес https://policies.9oo91e.qjz9zk/terms и настоящите Допълнителни общи условия на Google Chrome и Chrome OS. @@ -26107,63 +19107,25 @@ diff --git a/components/resources/terms/terms_bg.html b/components/resources/ter diff --git a/components/resources/terms/terms_bn.html b/components/resources/terms/terms_bn.html --- a/components/resources/terms/terms_bn.html +++ b/components/resources/terms/terms_bn.html -@@ -14,7 +14,7 @@ h2 { font-size:1em; margin-top:0 } - - -
--We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.google.com/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.google.com/terms/chromechanges#faq).
We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.9oo91e.qjz9zk/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.9oo91e.qjz9zk/terms/chromechanges#faq).
পরিষেবার এই চুক্তিগুলি Google Chrome –এর প্রয়োগযোগ্য কোড সংস্করণে প্রয়োজ্য হয়৷ Google Chrome এর উত্স কোড chrome://credits-এ মুক্ত উত্স সফটওয়্যার লাইসেন্সের অধীনে বিনামূল্যে উপলব্ধ৷
-1. Google-এর সাথে আপনার সম্পর্ক
-@@ -42,18 +42,18 @@ h2 { font-size:1em; margin-top:0 } -5.3 যদি না আপনাকে Google-এর সাথে পৃথক চুক্তিতে নির্দিষ্ট করে এটি করতে অনুমতি দেওয়া হয়, আপনি সম্মত হন যে আপনি এই পরিষেবাগুলি কোন উদ্দেশ্যেই পুনরুত্পাদন, নকল, অনুলিপি, বিক্রয়, ব্যবসায় বা পুনর্বিক্রয় করবেন না৷
-5.4 আপনি সম্মত হন যে এই শর্তাদির অধীনে আপনার দায়িত্বের কোনও রূপ ভঙ্গের জন্য এবং এমন কোনও ভঙ্গের ফলে কোনওরূপ ক্ষতির জন্য (কোনও ক্ষতি বা খেসারত যা Google ভোগ করতে পারে) আপনি একাই (এবং Google-এর আপনার বা কোনও তৃতীয় পক্ষের জন্য কোনও রকম দায়িত্ব নেই) দায়ী৷
-6. গোপনীয়তা এবং আপনার ব্যক্তিগত তথ্য
--6.1 Google-এর ডেটা সুরক্ষা অনুশীলনগুলি সম্পর্কিত তথ্যের জন্য দয়া করে http://www.google.com/privacy.html এবং http://www.google.com/chrome/intl/en/privacy.html এ Google-এর গোপনীয়তা নীতিটি পড়ুন৷ Google কীভাবে আপনার ব্যক্তিগত তথ্য ব্যবহার করে এবং আপনি যখন পরিষেবাগুলি ব্যবহার করেন তখন কীভাবে আপনার গোপনীয়্তা রক্ষা করে এই নীতিটি তা ব্যাখ্যা করে৷
-+6.1 Google-এর ডেটা সুরক্ষা অনুশীলনগুলি সম্পর্কিত তথ্যের জন্য দয়া করে http://www.9oo91e.qjz9zk/privacy.html এবং http://www.9oo91e.qjz9zk/chrome/intl/en/privacy.html এ Google-এর গোপনীয়তা নীতিটি পড়ুন৷ Google কীভাবে আপনার ব্যক্তিগত তথ্য ব্যবহার করে এবং আপনি যখন পরিষেবাগুলি ব্যবহার করেন তখন কীভাবে আপনার গোপনীয়্তা রক্ষা করে এই নীতিটি তা ব্যাখ্যা করে৷
-6.2 আপনি Google-এর গোপনীয়তা নীতি অনুসারে আপনার ডেটা ব্যবহার করতে সম্মত হন৷
-7. পরিষেবাগুলিতে সামগ্রী
-7.1 আপনি বোঝেন যে আপনার পরিষেবাগুলি ব্যবহারের অংশ হিসাবে বা আপনার ব্যবহারের মাধ্যমে আপনার অ্যাক্সেস থাকতে পারে এমন সকল তথ্যে (ডেটা ফাইলসমূহ, লিখিত পাঠ্য, কম্পিউটার সফ্টওয়্যার, সঙ্গীত, অডিও ফাইল বা অন্য শব্দসমূহ, ফোটোগ্রাফ, ভিডিও বা অন্য চিত্রসমূহ) তা সেই ব্যক্তি যার কাছ থেকে ঐরূপ সামগ্রী এসেছে তার উপর একক দায়িত্ব বর্তায়৷ এমন সকল তথ্য নীচে “সামগ্রী” হিসাবে উল্লেখিত৷
-7.2 পরিষেবার অঙ্গ হিসাবে আপনাকে সরবরাহিত সামগ্রীতে অন্তর্ভুক্ত তবে পরিষেবার বিজ্ঞাপন এবং পরিষেবার মধ্যে থাকা স্পনসর্ড সামগ্রী যার মালিক স্পনসর বা বিজ্ঞাপনদাতাগণ যারা Google-এক ঐ সামগ্রী সরবরাহ করে তা মেধাসম্পত্তি অধিকার দ্বারা সুরক্ষিত নাও থাকতে পারে তবে সীমাবদ্ধ নয়৷ যদি না আপনাকে Google বা এই সামগ্রীর মালিকের দ্বারা নির্দিষ্টভাবে পৃথক চুক্তির মাধ্যমে এই সামগ্রীকে (সম্পূর্ণ বা আংশিকভাবে) ঈষত সংশোধন, ভাড়া, লিজ. ঋণ, বিক্রয়, বিতরণ বা উত্পন্ন কার্য সৃষ্টি করতে বলা হয় আপনি তা করতে পারবেন না৷
--7.3 Google যে কোনও পরিষেবা থেকে কোনও বা সমস্ত সামগ্রী প্রাক-স্ক্রীণ করার, পর্যালোচনা,পতাকাঙ্কিত, ফিল্টার, ঈষত সংশোধন, প্রত্যাখ্যান বা বাদ দেওয়ার অধিকারটি সংরক্ষণ করে (কিন্তু কোন দায়বদ্ধতা থাকবে না)৷ কিছু পরিষেবার জন্য, Google বিশদ যৌন সামগ্রী ফিল্টার আউট করতে সরঞ্জাম সরবরাহ করতে পারে৷ এই সরঞ্জামগুলির মধ্যে SafeSearch অগ্রাধিকার সেটিংসটি অন্তর্ভুক্ত (https://support.google.com/websearch/answer/510 দেখুন)৷ তদঅতিরিক্ত, যা আপনি আপত্তিকর হিসাবে মনে করেন সেই উপাদানগুলির অ্যাক্সেস সীমাবদ্ধ করতে বাণিজ্যিকভাবে পরিষেবা এবং সফটওয়্যার পাওয়া যায়৷
-+7.3 Google যে কোনও পরিষেবা থেকে কোনও বা সমস্ত সামগ্রী প্রাক-স্ক্রীণ করার, পর্যালোচনা,পতাকাঙ্কিত, ফিল্টার, ঈষত সংশোধন, প্রত্যাখ্যান বা বাদ দেওয়ার অধিকারটি সংরক্ষণ করে (কিন্তু কোন দায়বদ্ধতা থাকবে না)৷ কিছু পরিষেবার জন্য, Google বিশদ যৌন সামগ্রী ফিল্টার আউট করতে সরঞ্জাম সরবরাহ করতে পারে৷ এই সরঞ্জামগুলির মধ্যে SafeSearch অগ্রাধিকার সেটিংসটি অন্তর্ভুক্ত (https://support.9oo91e.qjz9zk/websearch/answer/510 দেখুন)৷ তদঅতিরিক্ত, যা আপনি আপত্তিকর হিসাবে মনে করেন সেই উপাদানগুলির অ্যাক্সেস সীমাবদ্ধ করতে বাণিজ্যিকভাবে পরিষেবা এবং সফটওয়্যার পাওয়া যায়৷
-7.4 আপনি বোঝেন যে এই পরিষেবাগুলি ব্যবহারের দ্বারা আপনি অসন্তোষজনক, অশোভন বা আপত্তিকর হিসাবে মনে করেন সেই সামগ্রীতে প্রকাশিত হতে পারেন এবং এর ফলে আপনি নিজের দায়িত্বে পরিষেবাগুলি ব্যবহার করেন৷
-7.5 আপনি সম্মত হন যে পরিষেবাগুলি ব্যবহারের সময়ে এমন কোন লিখিত সামগ্রী যা আপনি তৈরি করেন, সংবাহিত করেন বা প্রদর্শন করেন এবং আপনার কোন কার্যের পরিণামের জন্য (কোনও ক্ষতি বা খেসারত যা Google ভোগ করতে পারে) আপনি একাই (এবং Google-এর আপনার বা কোনও তৃতীয় পক্ষের জন্য কোনও রকম দায়িত্ব নেই) দায়ী৷
-8. স্বত্বাধিকারীর অধিকারসমূহ
-8.1 আপনি স্বীকার করেন এবং সম্মত হন যে Google (বা Google-এর লাইসেন্স ধারক) পরিষেবাতে এবং পরিষেবার প্রতি সকল আইনি অধিকার, শিরোনাম এবং স্বার্থ তত্সহ কোন মেধা সম্পত্তির অধিকার যা পরিষেবাতে বর্তমান থাকে (সেই অধিকারগুলি নিবন্ধভুক্তি হবে বা হবে না, এবং বিশ্বের যে কোনও স্থানে এই অধিকারগুলি থাকতে পারে) তার মালিক৷
-8.2 আপনি Google এর সাথে অন্যথায় সম্মত হওয়া ব্যতীত, শর্তগুলির কোনও কিছুই আপনাকে Google- এর ব্যবসায়িক নাম, ব্যবসায়িক চিহ্ন, পরিষেবার চিহ্ন, লোগো, ডোমেন নাম এবং অন্য স্বতন্ত্র্য ব্র্যান্ডের বৈশিষ্ট্যগুলি ব্যবহারের অধিকার দেয় না৷
--8.3 আপনি যদি Google-এর সাথে পৃথক লিখিত চুক্তি অনুযায়ী এর মধ্যে যে কোনও একটি ব্র্যান্ড বৈশিষ্ট্য ব্যবহার করতে বর্ণিত অধিকারপ্রদত্ত হন, তারপরে আপনি সম্মত হন যে আপনার এমন বৈশিষ্ট্যগুলির ব্যবহার সেই চুক্তির সাথে মেনে চলবে, শর্তাদির কোনও প্রয়োগযোগ্য সংস্থান এবং Google-এর ব্র্যান্ড বৈশিষ্ট্য সময়ে সময়ে আপডেটেড হওয়া নির্দেশিকাগুলি ব্যবহার করবে৷ এই নির্দেশিকাগুলি অনলাইনে এখানে দেখতে পাওয়া যায় http://www.google.com/permissions/guidelines.html (বা এ রকম অন্য কোন URL-এ যা এই উদ্দেশ্যে Google সময়ে সময়ে সরবরাহ করতে পারে)৷
-+8.3 আপনি যদি Google-এর সাথে পৃথক লিখিত চুক্তি অনুযায়ী এর মধ্যে যে কোনও একটি ব্র্যান্ড বৈশিষ্ট্য ব্যবহার করতে বর্ণিত অধিকারপ্রদত্ত হন, তারপরে আপনি সম্মত হন যে আপনার এমন বৈশিষ্ট্যগুলির ব্যবহার সেই চুক্তির সাথে মেনে চলবে, শর্তাদির কোনও প্রয়োগযোগ্য সংস্থান এবং Google-এর ব্র্যান্ড বৈশিষ্ট্য সময়ে সময়ে আপডেটেড হওয়া নির্দেশিকাগুলি ব্যবহার করবে৷ এই নির্দেশিকাগুলি অনলাইনে এখানে দেখতে পাওয়া যায় http://www.9oo91e.qjz9zk/permissions/guidelines.html (বা এ রকম অন্য কোন URL-এ যা এই উদ্দেশ্যে Google সময়ে সময়ে সরবরাহ করতে পারে)৷
-8.4 Google স্বীকার করে এবং সম্মত হয় এই শর্তাদির অধীনে (আপনার বা আপনার লাইসেন্সরগণের থেকে) আপনার কাছ থেকে এতে কোন অধিকার, শিরোনাম বা স্বার্থ বা এমন কোন লিখিত সামগ্রীতে যা আপনি জমা করেন, পোস্ট করেন, সংবাহিত বা এতে বা এর মাধ্যমে পরিষেবাগুলি প্রদর্শন করেন, তত্সহ কোন মেধা সম্পত্তি অধিকার যা সেই লিখিত সামগ্রীতে উপস্থিত থাকে (সেই অধিকারগুলি নিবন্ধীকৃত থাকুক বা না থাকুক এবং বিশ্বের যেখানেই এই অধিকারগুলি বর্তমান থাকতে পারে) তা সমন্বিত নেই৷ যদি না আপনার সাথে Google-এর লিখিত সম্মতি হয়ে থাকে, আপনি সম্মত হন যে সেই সমস্ত অধিকার সুরক্ষিত এবং প্রয়োগ করতে দায়বদ্ধ এবং আপনার হয়ে Google-এর এগুলি করার কোন দায়বদ্ধতা নেই৷
-8.5 আপনি সম্মত হন যে আপনি স্বত্বাধিকারীর অধিকারসমূহের বিজ্ঞপ্তির একটিও সরাবেন না, অস্পষ্ট বা পরিবর্তন করবেন না (কপিরাইট এবং ট্রেডমার্ক বিজ্ঞপ্তিসমূহসহ) যা পরিষেবাগুলির মধ্যে সংযুক্ত করে দেওয়া যেতে পারে বা এতেই সমন্বিত থাকে৷
-8.6 যদি না আপনি Google দ্বারা লিখিত আকারে এটি করার জন্য অনুমতিপ্রাপ্ত হন, আপনি সম্মত হন যে এই পরিষেবাগুলি ব্যবহার করতে গিয়ে আপনি কোন কোম্পানি বা সংস্থার ট্রেড মার্ক, পরিষেবা চিহ্ন, ট্রেড নাম, লোগো এমন কোন ভাবে ব্যবহার করবেন না যাতে এই সমস্ত চিহ্নগুলি, নামগুলি বা লোগোগুলির মালিক বা অনুমোদিত ব্যবহারকারীদের সম্বন্ধে সংশয় সৃষ্টি করে৷
-@@ -98,8 +98,8 @@ h2 { font-size:1em; margin-top:0 } -(V) আপনার পাসওয়ার্ড বা অ্যাকাউন্টের বিশদ বিবরণ নিরাপদ এবং গোপনভাবে রাখার ব্যর্থতা;
-14.2 Google-কে এমন উত্পন্ন ক্ষতির সম্ভাব্যতা সম্পর্কে পরামর্শ দেওয়া হয়েছে বা হয়নি বা ঔচিত্য সত্ত্বেও উপরের 14.1 অনুচ্ছেদে আপনার প্রতি Google-এর দায়ের সীমাবদ্ধতা প্রযোজ্য হবে৷
-15. কপিরাইট এবং ট্রেডমার্ক নীতিসমূহ
--15.1 অভিযোগ হওয়া কপিরাইট লঙ্ঘনের বিজ্ঞপ্তিগুলিকে প্রয়োগযোগ্য আন্তর্জাতিক মেধাসম্পত্তি আইন (তত্সহ, মার্কিন যুক্তরাষ্ট্রে, ডিজিট্যাল মিলেনিয়াম কপিরাইট অ্যাক্ট) অনুসারে প্রতিক্রিয়া জানানো এবং লঙ্ঘনের পুনরাবৃত্তি করা অ্যাকাউন্টগুলিকে বন্ধ করে দেওয়া Google-এর নীতি৷ Google-এর নীতির বিশদ এখানে পাওয়া যাবে http://www.google.com/dmca.html৷
--15.2 Google এর বিজ্ঞাপন ব্যবসা সম্পর্কে একটি ট্রেড মার্ক অভিযোগ পদ্ধতি পরিচালনা করে, যার বিশদ বিবরণ এখানে পাওয়া যাবে http://www.google.com/tm_complaint.html৷
-+15.1 অভিযোগ হওয়া কপিরাইট লঙ্ঘনের বিজ্ঞপ্তিগুলিকে প্রয়োগযোগ্য আন্তর্জাতিক মেধাসম্পত্তি আইন (তত্সহ, মার্কিন যুক্তরাষ্ট্রে, ডিজিট্যাল মিলেনিয়াম কপিরাইট অ্যাক্ট) অনুসারে প্রতিক্রিয়া জানানো এবং লঙ্ঘনের পুনরাবৃত্তি করা অ্যাকাউন্টগুলিকে বন্ধ করে দেওয়া Google-এর নীতি৷ Google-এর নীতির বিশদ এখানে পাওয়া যাবে http://www.9oo91e.qjz9zk/dmca.html৷
-+15.2 Google এর বিজ্ঞাপন ব্যবসা সম্পর্কে একটি ট্রেড মার্ক অভিযোগ পদ্ধতি পরিচালনা করে, যার বিশদ বিবরণ এখানে পাওয়া যাবে http://www.9oo91e.qjz9zk/tm_complaint.html৷
-16. বিজ্ঞাপনগুলি
-16.1 কয়েকটি পরিষেবা বিজ্ঞাপনের আয় দ্বারা সমর্থিত এবং বিজ্ঞাপন এবং প্রচার প্রদর্শন করতে পারে৷ এই বিজ্ঞাপনগুলি পরিষেবাগুলিতে সঞ্চিত থাকা, পরিষেবাগুলির মাধ্যমে করা ক্যোয়ারী বা অন্যান্য তথ্য লক্ষ্য করে করা হতে পারে৷
-16.2 পরিষেবাগুলিতে Google দ্বারা যে উপায়ে, মাধ্যমে এবং প্রসার পর্যন্ত বিজ্ঞাপন দেওয়া হয় তা আপনাকে নির্দিষ্ট বিজ্ঞপ্তি ব্যতীত পরিবর্তনসাপেক্ষ৷
-@@ -109,7 +109,7 @@ h2 { font-size:1em; margin-top:0 } -17.2 আপনি স্বীকার করেন এবং সম্মত হন যে এমন কোন বাহ্যিক সাইটসমূহ বা রিসোর্সের উপলভ্যতার জন্য দায়বদ্ধ নয়, এবং এমন ওয়েব সাইটগুলি বা রিসোর্সের মাধ্যমে লভ্য কোন বিজ্ঞাপন, পণ্যসমূহ বা অন্য উপাদান প্রচার করে না৷
-17.3 আপনি স্বীকার করেন এবং সম্মত হন যে কোন তৃতীয় পক্ষ দ্বারা বিকাশ করা কোন প্রয়োগের ব্যবহারের ফলে বা ব্যবহার করার অক্ষমতার ফলে, বা এমন প্রয়োগগুলির মাধ্যমে উপলভ্য কোন পণ্যসমূহের বা অন্য উপাদানগুলির উপস্থিতির ফলে বা আপনার সম্পূর্ণতা, নির্ভুলতা সম্পর্কিত কোন বিশ্বাসের ফলে আপনার হতে পারে এমন কোন লোকসান বা ক্ষতির জন্য Google দায়বদ্ধ নয়৷
-18. শর্তাদিতে পরিবর্তন
--18.1 Google সর্বজনীন শর্তাদি বা অতিরিক্ত শর্তাদিতে সময়ে সময়ে পরিবর্তন করতে পারে৷ এই পরিবর্তনগুলি করার সময়, Google এখানে সর্বজনীন শর্তাদির একটি নতুন অনুলিপি করবে http://accounts.google.com/TOS?hl=en এবং কোনও নতুন অতিরিক্ত শর্তাদি প্রভাবিত পরিষেবার মধ্যে বা মাধ্যমে আপনার কাছে উপলব্ধ করবে৷
-+18.1 Google সর্বজনীন শর্তাদি বা অতিরিক্ত শর্তাদিতে সময়ে সময়ে পরিবর্তন করতে পারে৷ এই পরিবর্তনগুলি করার সময়, Google এখানে সর্বজনীন শর্তাদির একটি নতুন অনুলিপি করবে http://accounts.9oo91e.qjz9zk/TOS?hl=en এবং কোনও নতুন অতিরিক্ত শর্তাদি প্রভাবিত পরিষেবার মধ্যে বা মাধ্যমে আপনার কাছে উপলব্ধ করবে৷
-18.2 আপনি বোঝেন এবং সম্মত হন যে আপনি যদি এই পরিষেবাগুলি সর্বজনীন শর্তাদি পরিবর্তন হয়ে যাওয়ার পরের কোন তারিখে ব্যবহার করেন Google আপনার ব্যবহারকে আধুনিকীকৃত সর্বজনীন শর্তাদি বা অতিরিক্ত শর্তাদির স্বীকার হিসাবে বিবেচনা করে৷
-19. সাধারণ আইনি শর্তাদি
-19.1 অনেক সময় আপনি যখন পরিষেবাগুলি ব্যবহার করেন, আপনি অন্য ব্যক্তি বা কোম্পানি দ্বারা সরবরাহিত (পরিষেবাগুলির ব্যবহারের ফলস্বরূপ, বা ব্যবহারের সাথে জড়িত) কোন পরিষেবা ব্যবহার করতে বা সফ্টওয়্যারের অংশ ডাউনলোড করতে বা জিনিস ক্রয় করতে পারেন৷ আপনার এই অন্য পরিষেবাগুলির, সফ্টওয়্যার বা বস্তুর ব্যবহার আপনি এবং সংশ্লিষ্ট কোম্পানি বা ব্যক্তির সাথে পৃথক শর্তাদি অনুসারে হতে পারে৷ যদি তাই হয়, শর্তাদি আপনার সাথে অন্য কোম্পানি বা ব্যক্তির আইনি সম্পর্ককে প্রভাবিত করে না৷ আপনার এই অন্য পরিষেবাগুলি, সফ্টওয়্যার বা বস্তুগুলির ব্যবহার আপনি এবং সংশ্লিষ্ট কোম্পানি বা ব্যক্তির মধ্যে পৃথক শর্তাদি অনুসারে হতে পারে৷ যদি তা হয়, তবে শর্তাদি এইগুলি সহ অন্য কোম্পানি বা ব্যক্তির সাথে আপনার আইনি সম্পর্কে কোন প্রভাব ফেলে না৷
+@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + শেষবার পরিবর্তন করা হয়েছে: ১ জানুয়ারি, ২০২১ + ++- Chrome বা Chrome OS ব্যবহার করার মাধ্যমে, আপনি https://policies.google.com/terms লিঙ্কে দেওয়া Google-এর পরিষেবার শর্তাবলী ও এই সূত্রে দেওয়া Google Chrome ও Chrome OS-এর অতিরিক্ত পরিষেবার শর্তাবলী মেনে চলার ব্যাপারে সম্মত হয়েছেন। ++ Chrome বা Chrome OS ব্যবহার করার মাধ্যমে, আপনি https://policies.9oo91e.qjz9zk/terms লিঙ্কে দেওয়া Google-এর পরিষেবার শর্তাবলী ও এই সূত্রে দেওয়া Google Chrome ও Chrome OS-এর অতিরিক্ত পরিষেবার শর্তাবলী মেনে চলার ব্যাপারে সম্মত হয়েছেন। +
++- Google Chrome ও Chrome OS-এর এই অতিরিক্ত পরিষেবার শর্তাবলী Chrome ও Chrome OS-এর চুক্তি নির্বাহকারী কোড ভার্সনের জন্য প্রযোজ্য হবে। Chrome-এর জন্য বেশির ভাগ সোর্স কোডই https://code.google.com/chromium/terms.html লিঙ্কে দেওয়া ওপেন সোর্স সফ্টওয়্যার লাইসেন্স চুক্তির অধীনে বিনামূল্যে পাওয়া যাবে। ++ Google Chrome ও Chrome OS-এর এই অতিরিক্ত পরিষেবার শর্তাবলী Chrome ও Chrome OS-এর চুক্তি নির্বাহকারী কোড ভার্সনের জন্য প্রযোজ্য হবে। Chrome-এর জন্য বেশির ভাগ সোর্স কোডই https://code.9oo91e.qjz9zk/chromium/terms.html লিঙ্কে দেওয়া ওপেন সোর্স সফ্টওয়্যার লাইসেন্স চুক্তির অধীনে বিনামূল্যে পাওয়া যাবে। +
++ আপনি Chrome ও Chrome OS-এর যেসব নির্দিষ্ট উপাদান ব্যবহার করেন, তার জন্য আপনাকে নিচে উল্লিখিত শর্তাবলী মেনে চলতে হবে: diff --git a/components/resources/terms/terms_ca.html b/components/resources/terms/terms_ca.html --- a/components/resources/terms/terms_ca.html +++ b/components/resources/terms/terms_ca.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Condicions del servei addicionals de Google Chrome i Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Darrera modificació: 1 de gener de 2021 +
- En utilitzar Chrome o Chrome OS, accepteu les Condicions del servei de Google, que podeu consultar a https://policies.google.com/terms, i aquestes Condicions del servei addicionals de Google Chrome i Chrome OS. + En utilitzar Chrome o Chrome OS, accepteu les Condicions del servei de Google, que podeu consultar a https://policies.9oo91e.qjz9zk/terms, i aquestes Condicions del servei addicionals de Google Chrome i Chrome OS. @@ -26177,9 +19139,9 @@ diff --git a/components/resources/terms/terms_ca.html b/components/resources/ter diff --git a/components/resources/terms/terms_cs.html b/components/resources/terms/terms_cs.html --- a/components/resources/terms/terms_cs.html +++ b/components/resources/terms/terms_cs.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Dodatečné smluvní podmínky prohlížeče Google Chrome a systému Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Naposledy upraveno: 1. ledna 2021 +
- Používáním prohlížeče Chrome nebo systému Chrome OS vyjadřujete souhlas se smluvními podmínkami společnosti Google na adrese https://policies.google.com/terms a těmito dodatečnými smluvními podmínkami pro Google Chrome a Chrome OS. + Používáním prohlížeče Chrome nebo systému Chrome OS vyjadřujete souhlas se smluvními podmínkami společnosti Google na adrese https://policies.9oo91e.qjz9zk/terms a těmito dodatečnými smluvními podmínkami pro Google Chrome a Chrome OS. @@ -26193,9 +19155,9 @@ diff --git a/components/resources/terms/terms_cs.html b/components/resources/ter diff --git a/components/resources/terms/terms_da.html b/components/resources/terms/terms_da.html --- a/components/resources/terms/terms_da.html +++ b/components/resources/terms/terms_da.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Yderligere servicevilkår for Google Chrome og Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Sidst opdateret: 1. januar 2021 +
- Når du bruger Chrome eller Chrome OS, accepterer du Googles servicevilkår, som kan findes på https://policies.google.com/terms, og disse yderligere servicevilkår for Google Chrome og Chrome OS. + Når du bruger Chrome eller Chrome OS, accepterer du Googles servicevilkår, som kan findes på https://policies.9oo91e.qjz9zk/terms, og disse yderligere servicevilkår for Google Chrome og Chrome OS. @@ -26209,9 +19171,9 @@ diff --git a/components/resources/terms/terms_da.html b/components/resources/ter diff --git a/components/resources/terms/terms_de.html b/components/resources/terms/terms_de.html --- a/components/resources/terms/terms_de.html +++ b/components/resources/terms/terms_de.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Zusätzliche Nutzungsbedingungen für Google Chrome und Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Letzte Änderung: 1. Januar 2021 +
- Wenn Sie Chrome oder Chrome OS nutzen, stimmen Sie damit den Nutzungsbedingungen von Google unter https://policies.google.com/terms sowie diesen zusätzlichen Nutzungsbedingungen für Google Chrome und Chrome OS zu. + Wenn Sie Chrome oder Chrome OS nutzen, stimmen Sie damit den Nutzungsbedingungen von Google unter https://policies.9oo91e.qjz9zk/terms sowie diesen zusätzlichen Nutzungsbedingungen für Google Chrome und Chrome OS zu. @@ -26225,9 +19187,9 @@ diff --git a/components/resources/terms/terms_de.html b/components/resources/ter diff --git a/components/resources/terms/terms_el.html b/components/resources/terms/terms_el.html --- a/components/resources/terms/terms_el.html +++ b/components/resources/terms/terms_el.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Πρόσθετοι Όροι Παροχής Υπηρεσιών Google Chrome και Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Τελευταία τροποποίηση: 1η Ιανουαρίου 2021 +
- Χρησιμοποιώντας το Chrome ή το Chrome OS, συμφωνείτε με τους Όρους Παροχής Υπηρεσιών της Google που μπορείτε να βρείτε στη διεύθυνση https://policies.google.com/terms και με τους Πρόσθετους Όρους Παροχής Υπηρεσιών του Google Chrome και του Chrome OS. + Χρησιμοποιώντας το Chrome ή το Chrome OS, συμφωνείτε με τους Όρους Παροχής Υπηρεσιών της Google που μπορείτε να βρείτε στη διεύθυνση https://policies.9oo91e.qjz9zk/terms και με τους Πρόσθετους Όρους Παροχής Υπηρεσιών του Google Chrome και του Chrome OS. @@ -26241,9 +19203,9 @@ diff --git a/components/resources/terms/terms_el.html b/components/resources/ter diff --git a/components/resources/terms/terms_en-GB.html b/components/resources/terms/terms_en-GB.html --- a/components/resources/terms/terms_en-GB.html +++ b/components/resources/terms/terms_en-GB.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Google Chrome and Chrome OS additional Terms of Service - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Last modified: 01 January, 2021 +
- By using Chrome or Chrome OS, you agree to the Google Terms of Service located at https://policies.google.com/terms and these Google Chrome and Chrome OS additional Terms of Service. + By using Chrome or Chrome OS, you agree to the Google Terms of Service located at https://policies.9oo91e.qjz9zk/terms and these Google Chrome and Chrome OS additional Terms of Service. @@ -26257,9 +19219,9 @@ diff --git a/components/resources/terms/terms_en-GB.html b/components/resources/ diff --git a/components/resources/terms/terms_en.html b/components/resources/terms/terms_en.html --- a/components/resources/terms/terms_en.html +++ b/components/resources/terms/terms_en.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Google Chrome and Chrome OS Additional Terms of Service - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Last modified: 01 January, 2021 +
- By using Chrome or Chrome OS, you agree to the Google Terms of Service located at https://policies.google.com/terms and these Google Chrome and Chrome OS Additional Terms of Service. + By using Chrome or Chrome OS, you agree to the Google Terms of Service located at https://policies.9oo91e.qjz9zk/terms and these Google Chrome and Chrome OS Additional Terms of Service. @@ -26273,9 +19235,9 @@ diff --git a/components/resources/terms/terms_en.html b/components/resources/ter diff --git a/components/resources/terms/terms_es-419.html b/components/resources/terms/terms_es-419.html --- a/components/resources/terms/terms_es-419.html +++ b/components/resources/terms/terms_es-419.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Condiciones del Servicio Adicionales de Google Chrome y el Sistema operativo Chrome - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Última modificación: 1 de enero de 2021 +
- Al usar Chrome o el Sistema operativo Chrome, confirma que acepta las Condiciones del Servicio de Google (que se encuentran en https://policies.google.com/terms) y estas Condiciones del Servicio Adicionales de Google Chrome y el Sistema operativo Chrome. + Al usar Chrome o el Sistema operativo Chrome, confirma que acepta las Condiciones del Servicio de Google (que se encuentran en https://policies.9oo91e.qjz9zk/terms) y estas Condiciones del Servicio Adicionales de Google Chrome y el Sistema operativo Chrome. @@ -26289,9 +19251,9 @@ diff --git a/components/resources/terms/terms_es-419.html b/components/resources diff --git a/components/resources/terms/terms_es.html b/components/resources/terms/terms_es.html --- a/components/resources/terms/terms_es.html +++ b/components/resources/terms/terms_es.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Términos del Servicio Adicionales de Google Chrome y Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Última modificación: 1 de enero del 2021 +
- Al utilizar Google Chrome o Chrome OS, aceptas los Términos del Servicio de Google disponibles en https://policies.google.com/terms y estos Términos del Servicio Adicionales de Google Chrome y Chrome OS. + Al utilizar Google Chrome o Chrome OS, aceptas los Términos del Servicio de Google disponibles en https://policies.9oo91e.qjz9zk/terms y estos Términos del Servicio Adicionales de Google Chrome y Chrome OS. @@ -26305,9 +19267,9 @@ diff --git a/components/resources/terms/terms_es.html b/components/resources/ter diff --git a/components/resources/terms/terms_et.html b/components/resources/terms/terms_et.html --- a/components/resources/terms/terms_et.html +++ b/components/resources/terms/terms_et.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Google Chrome'i ja Chrome OS-i lisateenusetingimused - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Viimati muudetud: 1. jaanuar 2021 +
- Kasutades Chrome'i või Chrome OS-i, nõustute Google'i teenusetingimustega, mis asuvad saidil https://policies.google.com/terms, ning Google Chrome'i ja Chrome OS-i lisateenusetingimustega. + Kasutades Chrome'i või Chrome OS-i, nõustute Google'i teenusetingimustega, mis asuvad saidil https://policies.9oo91e.qjz9zk/terms, ning Google Chrome'i ja Chrome OS-i lisateenusetingimustega. @@ -26321,9 +19283,9 @@ diff --git a/components/resources/terms/terms_et.html b/components/resources/ter diff --git a/components/resources/terms/terms_fa.html b/components/resources/terms/terms_fa.html --- a/components/resources/terms/terms_fa.html +++ b/components/resources/terms/terms_fa.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - شرایط خدمات تکمیلی Google Chrome و «سیستمعامل Chrome» - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + تاریخ آخرین تغییر: ۱ ژانویه ۲۰۲۱ +
- درصورت استفاده از Chrome یا «سیستمعامل Chrome»، با «شرایط و ضوابط Google» موجود در https://policies.google.com/terms و این «شرایط خدمات تکمیلی» Google Chrome و «سیستمعامل Chrome» موافقت میکنید. + درصورت استفاده از Chrome یا «سیستمعامل Chrome»، با «شرایط و ضوابط Google» موجود در https://policies.9oo91e.qjz9zk/terms و این «شرایط خدمات تکمیلی» Google Chrome و «سیستمعامل Chrome» موافقت میکنید. @@ -26337,9 +19299,9 @@ diff --git a/components/resources/terms/terms_fa.html b/components/resources/ter diff --git a/components/resources/terms/terms_fi.html b/components/resources/terms/terms_fi.html --- a/components/resources/terms/terms_fi.html +++ b/components/resources/terms/terms_fi.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Google Chromen ja Chrome-käyttöjärjestelmän lisäkäyttöehdot - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Muokattu viimeksi: 1.1.2021 +
- Käyttämällä Chromea tai Chrome-käyttöjärjestelmää hyväksyt osoitteessa https://policies.google.com/terms olevat Googlen käyttöehdot sekä nämä Google Chromen ja Chrome-käyttöjärjestelmän lisäkäyttöehdot. + Käyttämällä Chromea tai Chrome-käyttöjärjestelmää hyväksyt osoitteessa https://policies.9oo91e.qjz9zk/terms olevat Googlen käyttöehdot sekä nämä Google Chromen ja Chrome-käyttöjärjestelmän lisäkäyttöehdot. @@ -26353,9 +19315,9 @@ diff --git a/components/resources/terms/terms_fi.html b/components/resources/ter diff --git a/components/resources/terms/terms_fil.html b/components/resources/terms/terms_fil.html --- a/components/resources/terms/terms_fil.html +++ b/components/resources/terms/terms_fil.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Mga Karagdagang Tuntunin ng Serbisyo ng Google Chrome at Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Huling binago: Enero 1, 2021 +
- Sa paggamit sa Chrome o Chrome OS, sumasang-ayon ka sa Mga Tuntunin ng Serbisyo ng Google na makikita sa https://policies.google.com/terms at sa Mga Karagdagang Tuntunin ng Serbisyo ng Google Chrome at Chrome OS na ito. + Sa paggamit sa Chrome o Chrome OS, sumasang-ayon ka sa Mga Tuntunin ng Serbisyo ng Google na makikita sa https://policies.9oo91e.qjz9zk/terms at sa Mga Karagdagang Tuntunin ng Serbisyo ng Google Chrome at Chrome OS na ito. @@ -26369,9 +19331,9 @@ diff --git a/components/resources/terms/terms_fil.html b/components/resources/te diff --git a/components/resources/terms/terms_fr.html b/components/resources/terms/terms_fr.html --- a/components/resources/terms/terms_fr.html +++ b/components/resources/terms/terms_fr.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Conditions d'utilisation supplémentaires de Google Chrome et Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Dernière modification : 1er janvier 2021 +
- En utilisant Chrome ou Chrome OS, vous acceptez les Conditions d'utilisation de Google disponibles sur https://policies.google.com/terms et les présentes Conditions d'utilisation supplémentaires de Google Chrome et Chrome OS. + En utilisant Chrome ou Chrome OS, vous acceptez les Conditions d'utilisation de Google disponibles sur https://policies.9oo91e.qjz9zk/terms et les présentes Conditions d'utilisation supplémentaires de Google Chrome et Chrome OS. @@ -26385,63 +19347,25 @@ diff --git a/components/resources/terms/terms_fr.html b/components/resources/ter diff --git a/components/resources/terms/terms_gu.html b/components/resources/terms/terms_gu.html --- a/components/resources/terms/terms_gu.html +++ b/components/resources/terms/terms_gu.html -@@ -14,7 +14,7 @@ h2 { font-size:1em; margin-top:0 } - - -
--We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.google.com/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.google.com/terms/chromechanges#faq).
We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.9oo91e.qjz9zk/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.9oo91e.qjz9zk/terms/chromechanges#faq).
આ સેવાની શરતો Google Chrome ના એક્ઝિક્યૂટેબલ કોડ વર્ઝન પર લાગુ થાય છે. Google Chrome માટે સ્રોત કોડ chrome://credits પર ઓપન સોર્સ સૉફ્ટવેર લાઇસેંસ હેઠળ નિઃશુલ્ક ઉપલબ્ધ છે.
-1. Google સાથે આપનો સંબંધ
-@@ -42,18 +42,18 @@ h2 { font-size:1em; margin-top:0 } -5.3 આપ સ્વીકારો છો કે, Google સાથેના એક અલગ કરાર દ્વારા આમ કરવા માટેની વિશિષ્ટ રૂપે પરવાનગી પ્રાપ્ત કર્યા સિવાય, આપ સેવાનું કોઈપણ હેતુ માટે પુનઃઉત્પાદન, ડુપ્લિકેટ, કૉપિ, વેચાણ, વેપાર અથવા પુનઃવેચાણ કરશો નહીં.
-5.4 આપ સ્વીકારો છો કે, આપ શરતોની અંતર્ગત આપેલા કોઈપણ કરારના ભંગ માટે અને આવા કોઈપણ કરારભંગના પરિણામ માટે (કોઈપણ હાનિ કે નુકસાન કે જે Google ભોગવે તે સહિત) સંપૂર્ણપણે જવાબદાર (અને એ કે Google આપના કે કોઈ તૃતીય પક્ષ માટે જવાબદાર નથી) છો.
-6. ગોપનીયતા અને આપની વ્યક્તિગત માહિતી
--6.1 Google ની ડેટા સંરક્ષણ પ્રેક્ટિસિસ વિશે વધુ માહિતી માટે, કૃપા કરીને http://www.google.com/privacy.html અને http://www.google.com/chromeframe/intl/en/privacy.html પર Google ની ગોપનીયતા નીતિ વાંચો. આ નીતિ સ્પષ્ટ કરે છે કે Google તમારી વ્યક્તિગત માહિતીને કેવી રીતે લે છે, અને જ્યારે તમે સેવાઓનો ઉપયોગ કરો છો ત્યારે તમારી ગોપનીયતાનું કેવી રીતે રક્ષણ કરે છે.
-+6.1 Google ની ડેટા સંરક્ષણ પ્રેક્ટિસિસ વિશે વધુ માહિતી માટે, કૃપા કરીને http://www.9oo91e.qjz9zk/privacy.html અને http://www.9oo91e.qjz9zk/chromeframe/intl/en/privacy.html પર Google ની ગોપનીયતા નીતિ વાંચો. આ નીતિ સ્પષ્ટ કરે છે કે Google તમારી વ્યક્તિગત માહિતીને કેવી રીતે લે છે, અને જ્યારે તમે સેવાઓનો ઉપયોગ કરો છો ત્યારે તમારી ગોપનીયતાનું કેવી રીતે રક્ષણ કરે છે.
-6.2 Google ની ગોપનીયતા નીતિ અનુસાર આપના ડેટાના ઉપયોગને આપ સ્વીકારો છો.
-7. સેવાઓમાં સામગ્રી
-7.1 આપ સમજો છો કે બધી માહિતી (જેમ કે ડેટા ફાઇલો, લિખિત ટેક્સ્ટ, કમ્પ્યુટર સૉફ્ટવેર, સંગીત, ઑડિયો ફાઇલ્સ અથવા અન્ય સાઉન્ડ્સ, ફોટાઓ, વિડિઓ અથવા અન્ય છબીઓ) કે જે સેવાના એક ભાગ તરીકે અથવા તેના ઉપયોગ દ્વારા ઍક્સેસ કરી શકો છો, તેની સંપૂર્ણ જવાબદારી તે વ્યક્તિની છે જેણે આ સામગ્રી બનાવી છે. આ પ્રકારની બધી માહિતીને નીચે "સામગ્રી" તરીકે ઉલ્લેખિત કરવામાં આવેલ છે.
-7.2 આપ વાકેફ હોવા જોઈએ કે સેવાનાં ભાગ રૂપે પ્રદર્શિત થતી સામગ્રી, સેવામાંની જાહેરાતો અને સેવામાંની પ્રાયોજિત સામગ્રી સહિત પરંતુ એટલે સુધી મર્યાદિત નહીં, તે સામગ્રીનાં પ્રાયોજક અથવા જાહેરાતકર્તા કે જેણે Google ને (અથવા તેના વતી કોઈ અન્ય વ્યક્તિઓ અથવા કંપનીઓ દ્વારા) આ સામગ્રી પૂરી પાડેલ છે, તેની બૌદ્ધિક સંપદા હકો દ્વારા સુરક્ષિત હોઈ શકે છે. જ્યાં સુધી આપને Google અથવા તે સામગ્રીનાં સ્વામી દ્વારા એવું કરવા માટે સ્પષ્ટ રૂપે, એક અલગ કરારમાં, કહેવામાં ન આવે ત્યા સુધી આપ આ સામગ્રી (સમગ્ર અથવા તેના કોઈ ભાગ) નું સંશોધન, ભાડું, લીઝ, લૉન, વેચાણ, વિતરણ અથવા તેના આધાર પર કોઈ વિગતવાર કાર્ય બનાવી શકતા નથી.
--7.3 Google પાસે કોઈપણ સેવામાંની બધી કે કોઈપણ સામગ્રીને પ્રી-સ્ક્રિન, સમીક્ષા, ફ્લૅગ, ફિલ્ટર, સંશોધન, મનાઈ, અથવા કાઢી નાખવાનાં અધિકારો (પરંતુ તેવો કોઈ કરાર ન હોવો જોઈએ) અનામત છે. કેટલીક સેવાઓ માટે, Google વિશિષ્ટ લૈંગિક સામગ્રીને ફિલ્ટર આઉટ કરવા માટેના ઉપકરણો પૂરા પાડી શકે છે. આ ઉપકરણોમાં સુરક્ષિતશોધ પસંદગી સેટિંગ્સ રહેલી હોય છે (જુઓ :https://support.google.com/websearch/answer/510). તે ઉપરાંત, તેવા સૉફ્ટવેર અને સેવાઓ વાણિજ્યિક ધોરણે ઉપલબ્ધ છે જે સામગ્રીની ઍક્સેસને મર્યાદિત કરે છે જે આપને વાંધાજનક લાગતી હોય.
-+7.3 Google પાસે કોઈપણ સેવામાંની બધી કે કોઈપણ સામગ્રીને પ્રી-સ્ક્રિન, સમીક્ષા, ફ્લૅગ, ફિલ્ટર, સંશોધન, મનાઈ, અથવા કાઢી નાખવાનાં અધિકારો (પરંતુ તેવો કોઈ કરાર ન હોવો જોઈએ) અનામત છે. કેટલીક સેવાઓ માટે, Google વિશિષ્ટ લૈંગિક સામગ્રીને ફિલ્ટર આઉટ કરવા માટેના ઉપકરણો પૂરા પાડી શકે છે. આ ઉપકરણોમાં સુરક્ષિતશોધ પસંદગી સેટિંગ્સ રહેલી હોય છે (જુઓ :https://support.9oo91e.qjz9zk/websearch/answer/510). તે ઉપરાંત, તેવા સૉફ્ટવેર અને સેવાઓ વાણિજ્યિક ધોરણે ઉપલબ્ધ છે જે સામગ્રીની ઍક્સેસને મર્યાદિત કરે છે જે આપને વાંધાજનક લાગતી હોય.
-7.4 આપ સમજો છો કે સેવાના ઉપયોગ દ્વારા એવી સામગ્રી પ્રદર્શિત થઈ શકે છે કે જે આપને અપમાનકારક, અશિષ્ટ અથવા વાંધાજનક લાગે, આ સંદર્ભમાં, આપ સ્વયંના જોખમે આ સેવાઓનો ઉપયોગ કરો છો.
-7.5 આપ સ્વીકારો છો કે સેવાઓનો ઉપયોગ કરવા દરમિયાન આપે બનાવેલ, સંચારિત કરેલ અથવા પ્રદર્શિત કરેલ સામગ્રી અને આપના આ રીતની ક્રિયાઓનાં પરિણામ (કોઈપણ હાનિ કે નુકસાન કે જે Google ભોગવે તે સહિત) માટે આપ સંપૂર્ણપણે જવાબદાર છો.
-8. સ્વત્વાધારિત હકો
-આપ સ્વીકારો છો કે Google (અથવા Google ના લાઇસેંસધારક) બધા કાનૂની હકો, ટાઇટલ અને સેવામાં અને સેવાનું હિત, સેવાઓમાં રહેલા કોઈપણ બૌદ્ધિક સંપદા હકો સહિત, (પછી ભલે તે હકો નોંધાયેલા હોય કે ન હોય, અને વિશ્વમાં ક્યાંય તે હકો અસ્તિત્વમાં હોય) નાં હકો ધરાવે છે.
-8.2 Google સાથેની લિખિતમાં મંજૂરી સિવાય, કોઈપણ શરત આપને Google નાં કોઈપણ ટ્રેડ નામ, ટ્રેડ માર્ક્સ, સેવા ચિહ્નો, લોગો, ડોમેન નામ અને અન્ય વિશિષ્ટ બ્રાન્ડ સુવિધાઓનાં ઉપયોગનો અધિકાર આપતી નથી.
--8.3 જો આપને આ બ્રાન્ડ સુવિધાઓમાંના કોઈપણમાં ઉપયોગ માટે Google દ્વારા એક અલગ લિખિત કરારમાં સ્પષ્ટ અધિકાર આપવામાં આવ્યો હોય, તો પછી આપ સ્વીકારો છો કે આવી કોઈ સુવિધાનો ઉપયોગ કરવા માટે તે કરાર, શરતોની કોઈ લાગુ જોગવાઈ અને સમય-સમયે Google ની બ્રાન્ડ સુવિધાઓનાં ઉપયોગનાં અપડેટ થતાં માર્ગદર્શનને અનુસરી શકો છો. આ દિશાનિર્દેશો ઑનલાઇન http://www.google.com/permissions/guidelines.html (અથવા અન્ય URL કે જે Google દ્વારા આ હેતુથી સમય-સમય પર પ્રદાન કરવામાં આવે છે) પર જોઈ શકાય છે.
-+8.3 જો આપને આ બ્રાન્ડ સુવિધાઓમાંના કોઈપણમાં ઉપયોગ માટે Google દ્વારા એક અલગ લિખિત કરારમાં સ્પષ્ટ અધિકાર આપવામાં આવ્યો હોય, તો પછી આપ સ્વીકારો છો કે આવી કોઈ સુવિધાનો ઉપયોગ કરવા માટે તે કરાર, શરતોની કોઈ લાગુ જોગવાઈ અને સમય-સમયે Google ની બ્રાન્ડ સુવિધાઓનાં ઉપયોગનાં અપડેટ થતાં માર્ગદર્શનને અનુસરી શકો છો. આ દિશાનિર્દેશો ઑનલાઇન http://www.9oo91e.qjz9zk/permissions/guidelines.html (અથવા અન્ય URL કે જે Google દ્વારા આ હેતુથી સમય-સમય પર પ્રદાન કરવામાં આવે છે) પર જોઈ શકાય છે.
-8.4 Google સ્વીકારે છે કે તે આ શરતો હેઠળ અથવા આપની સબમિટ, પોસ્ટ કરેલ, સંચારિત અથવા પ્રદર્શિત કરેલ સામગ્રી અથવા તે સામગ્રીમાં રહેલા કોઈ પણ બૌદ્ધિક સંપદા હકો (ભલે તે હકો નોંધાયા હોય કે નહીં અને તે હકો વિશ્વમાં ક્યાંય પણ અસ્તિત્વમાં હોય) સહિતની સેવાઓ મારફતે આપની પાસેથી (અથવા આપના લાઇસેંસરો) પાસેથી કોઈ પણ અધિકાર, માલિકી હક અથવા લાભ મેળવતું નથી. તમે સ્વીકાર્યું હોય અથવા Google સાથે લિખિત સંમત થયા હોવ એ સિવાય તમે સંમત થાઓ છો કે તમે તે હકોને સુરક્ષિત રાખવા અને અમલ કરવા માટે જવાબદાર છો અને એ કે તમારા વતી આવું કરવામાં Google ને કોઈ બંધન નથી.
-8.5 આપ સ્વીકારો છો કે કોઈપણ માલિકી હકની સૂચનાઓ (કૉપિરાઇટ અને ટ્રેડ માર્ક સૂચનાઓ સહિત) ને કાઢી, છુપાવી કે બદલી શકતા નથી કે જે સેવાઓની અંતર્ગત ઉમેરેલ અથવા તેમાં રહેલ હોઈ શકે છે.
-8.6 જો કે Google દ્વારા આપને લિખિતમાં તેમ કરવાની સ્પષ્ટ અધિકૃતતા આપવામાં આવી છે, તેમ છતાં આપ સ્વીકારો છો કે સેવાનાં ઉપયોગમાં, આપ કોઈ ટ્રેડમાર્ક, સેવા ચિહ્ન, ટ્રેડ નામ, કોઈ કંપની અથવા સંસ્થાના લોગોનો ઉપયોગ એ પ્રકારે કે હેતુપૂર્વક કરી શકતા નથી કે જેથી તેવા માર્ક્સ, નામ અથવા લોગોનાં અધિકૃત ઉપયોગકર્તાઓ અથવા માલિક વિશે ગૂંચવણનું કારણ બને.
-@@ -98,8 +98,8 @@ h2 { font-size:1em; margin-top:0 } -(IV) આપના પાસવર્ડ અને એકાઉન્ટની વિગતોને સુરક્ષિત અને ગોપનીય રાખવામાં આપની નિષ્ફળતા;
-14.2 GOOGLE ની ઉપર ફકરા 14.1 માંની આપના પ્રત્યેની મર્યાદાઓ આવા પ્રકારનાં કોઈપણ નુકસાન ઉદ્ભવે તેની સંભાવના માટે જાગ્રત હોય અથવા તે માટેની સલાહ આપતું હોય અથવા ન આપતું હોય તો પણ લાગુ થઈ શકે છે.
-15. કૉપીરાઇટ અને ટ્રેડ માર્ક નીતિઓ
--15.1 તે Google ની નીતિ છે કે કૉપીરાઇટ ઉલ્લંઘનનાં આરોપ કે જે લાગુ અંતરરાષ્ટ્રીય બૌદ્ધિક સંપદા કાયદાનું પાલન કરે છે (યુનાઇટેડ સ્ટેટ્સમાં, ડિજિટલ મિલેનિયમ કૉપીરાઇટ ધારા સહિત) તેની સૂચનાઓનો જવાબ આપવો અને વારંવાર ઉલ્લંઘન કરનારના ખાતાને બંધ કરવું. Google ની નીતિઓની વિગત http://www.google.com/dmca.html પર મળી શકે છે.
--15.2 Google તેના જાહેરાત ઉદ્યોગનાં સંબંધમાં એક ટ્રેડમાર્ક કમ્પલેંટ પ્રોસીજર ચલાવે છે, જેની વિગતો આપ અહીં મેળવી શકો છો http://www.google.com/tm_complaint.html.
-+15.1 તે Google ની નીતિ છે કે કૉપીરાઇટ ઉલ્લંઘનનાં આરોપ કે જે લાગુ અંતરરાષ્ટ્રીય બૌદ્ધિક સંપદા કાયદાનું પાલન કરે છે (યુનાઇટેડ સ્ટેટ્સમાં, ડિજિટલ મિલેનિયમ કૉપીરાઇટ ધારા સહિત) તેની સૂચનાઓનો જવાબ આપવો અને વારંવાર ઉલ્લંઘન કરનારના ખાતાને બંધ કરવું. Google ની નીતિઓની વિગત http://www.9oo91e.qjz9zk/dmca.html પર મળી શકે છે.
-+15.2 Google તેના જાહેરાત ઉદ્યોગનાં સંબંધમાં એક ટ્રેડમાર્ક કમ્પલેંટ પ્રોસીજર ચલાવે છે, જેની વિગતો આપ અહીં મેળવી શકો છો http://www.9oo91e.qjz9zk/tm_complaint.html.
-16. જાહેરાતો
-16.1 કેટલીક સેવાઓ જાહેરાતોથી આવક દ્વારા સમર્થિત હોય છે અને જાહેરાતો અને પ્રમોશન પ્રદર્શિત કરી શકે છે. આ જાહેરાતો સેવાઓ પર સંગ્રહિત માહિતીની સામગ્રી, સેવાઓ દ્વારા થતા પ્રશ્નો અને અન્ય માહિતીને અનુલક્ષીને હોય છે.
-16.2 સેવાઓ પર જાહેરાતોની પદ્ધતિ, મોડ અને તેની સમય મર્યાદા, આપને કોઈ વિશિષ્ટ સૂચના આપ્યા વગર બદલવામાં આવી શકે છે.
-@@ -109,7 +109,7 @@ h2 { font-size:1em; margin-top:0 } -17.2 તમે સ્વીકારો છો કે Google કોઈપણ બાહ્ય સાઇટ્સ અથવા સંસાધનોની ઉપલબ્ધતા માટે જવાબદાર નથી અને એવી વેબ સાઇટ્સ અથવા સંસાધનો પરની અથવા તરફની કોઈપણ જાહેરાત, ઉત્પાદનો અથવા અન્ય સામગ્રીનું સમર્થન કરતું નથી.
-17.3 તમે સ્વીકારો છો કે Google એવી બાહ્ય સાઇટ્સ અથવા સંસાધનોની ઉપલબ્ધતાનાં પરિણામ રૂપે આપના દ્વારા થયેલી હાનિ કે નુકસાન અથવા એવી વેબ સાઇટ્સ અથવા સંસાધનો પર અથવા તેના દ્વારા ઉપલબ્ધ કરવામાં આવેલ જાહેરાત, ઉત્પાદનો અથવા અન્ય સામગ્રીની સમ્પૂર્ણતા, ચોકસાઈ અથવા અસ્તિત્વ પર તમારા દ્વારા વિશ્વાસ કર્યાનાં પરિણામે થયેલી હાનિ કે નુકસાન માટે જવાબદાર નથી.
-18. શરતોમાં ફેરફાર
--18.1 Google વૈશ્વિક શરતો અથવા વધારાની શરતોમાં સમય-સમયે ફેરફાર કરી શકે છે. જ્યારે આ ફેરફારો કરવામાં આવે, Google વૈશ્વિક શરતોની એક નવી કૉપિ બનાવશે જે http://www.google.com/chrome/intl/en/eula_text.html પર ઉપલબ્ધ રહેશે અને કોઈપણ વધારાની શરતો તેનાથી સંબંધિત સેવાઓ દ્વારા અથવા તેની અંતર્ગત આપને ઉપલબ્ધ કરાવવામાં આવશે.
-+18.1 Google વૈશ્વિક શરતો અથવા વધારાની શરતોમાં સમય-સમયે ફેરફાર કરી શકે છે. જ્યારે આ ફેરફારો કરવામાં આવે, Google વૈશ્વિક શરતોની એક નવી કૉપિ બનાવશે જે http://www.9oo91e.qjz9zk/chrome/intl/en/eula_text.html પર ઉપલબ્ધ રહેશે અને કોઈપણ વધારાની શરતો તેનાથી સંબંધિત સેવાઓ દ્વારા અથવા તેની અંતર્ગત આપને ઉપલબ્ધ કરાવવામાં આવશે.
-18.2 આપ સ્વીકારો છો કે વૈશ્વિક શરતો અથવા વધારાની શરતોમાં ફેરફાર કર્યા પછીની તારીખથી આપ સેવાઓનો ઉપયોગ કરશો, તો Google તેને અપડેટેડ વૈશ્વિક શરતો અથવા વધારાની શરતોનો આપના દ્વારા સ્વીકાર માનશે.
-19. સામાન્ય કાયદેસરની શરતો
-19.1 કેટલીકવાર આપ જ્યારે સેવાનો ઉપયોગ કરો છો, ત્યારે આપ (પરિણામ રૂપે, કે સેવાનાં આપના ઉપયોગ દ્વારા) સેવાનો ઉપયોગ કરી શકો છો અથવા સૉફ્ટવેરનાં કોઈ ભાગને ડાઉનલોડ કરી શકો છો, અથવા કોઈ માલની ખરીદી કરી શકો છો, જે કોઈ અન્ય વ્યક્તિ અથવા કંપની દ્વારા આપવામાં આવી હોય. આ અન્ય સેવાઓ, સૉફ્ટવેર અથવા માલનો ઉપયોગ તેની સાથે જોડાયેલ અન્ય વ્યક્તિ અથવા કંપની અને આપની વચ્ચેની અલગ શરતોનો વિષય છે. જો આમ બને, તો આ શરતો, આપના અન્ય વ્યક્તિઓ અથવા કંપનીઓ સાથેના કાનૂની સંબંધો પર લાગુ થશે નહીં.
+@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + છેલ્લે ફેરફાર કર્યાની તારીખ: 1 જાન્યુઆરી, 2021 + ++- Chrome અથવા Chrome OSનો ઉપયોગ કરીને, તમે https://policies.google.com/terms ખાતે દર્શાવેલી Google સેવાની શરતો અને આ Google Chrome અને Chrome OSની વધારાની સેવાની શરતો સાથે સંમત થાઓ છો. ++ Chrome અથવા Chrome OSનો ઉપયોગ કરીને, તમે https://policies.9oo91e.qjz9zk/terms ખાતે દર્શાવેલી Google સેવાની શરતો અને આ Google Chrome અને Chrome OSની વધારાની સેવાની શરતો સાથે સંમત થાઓ છો. +
++- આ Google Chrome અને Chrome OSની વધારાની સેવાની શરતો Chrome અને Chrome OSનાં અમલ કરવા યોગ્ય કોડ વર્ઝન પર લાગુ થાય છે. Chrome માટે મોટેભાગના સૉર્સ કોડ https://code.google.com/chromium/terms.html પર ઓપન સૉર્સ સૉફ્ટવેર લાઇસન્સના કરાર હેઠળ મફતમાં ઉપલબ્ધ છે. ++ આ Google Chrome અને Chrome OSની વધારાની સેવાની શરતો Chrome અને Chrome OSનાં અમલ કરવા યોગ્ય કોડ વર્ઝન પર લાગુ થાય છે. Chrome માટે મોટેભાગના સૉર્સ કોડ https://code.9oo91e.qjz9zk/chromium/terms.html પર ઓપન સૉર્સ સૉફ્ટવેર લાઇસન્સના કરાર હેઠળ મફતમાં ઉપલબ્ધ છે. +
++ Chrome અને Chrome OSનાં અમુક ઘટકોનો તમારો ઉપયોગ નીચે આપેલી શરતોને આધીન છે: diff --git a/components/resources/terms/terms_he.html b/components/resources/terms/terms_he.html --- a/components/resources/terms/terms_he.html +++ b/components/resources/terms/terms_he.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - תנאים והגבלות נוספים של Google Chrome ו-Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + תאריך השינוי האחרון: 1 בינואר 2021 +
- שימוש ב-Chrome או ב-Chrome OS מצידך מבטא את הסכמתך לתנאים ולהגבלות של Google, המפורטים בכתובת https://policies.google.com/terms, ולתנאים ולהגבלות הנוספים של Google Chrome ושל Chrome OS, המפורטים כאן. + שימוש ב-Chrome או ב-Chrome OS מצידך מבטא את הסכמתך לתנאים ולהגבלות של Google, המפורטים בכתובת https://policies.9oo91e.qjz9zk/terms, ולתנאים ולהגבלות הנוספים של Google Chrome ושל Chrome OS, המפורטים כאן. @@ -26455,9 +19379,9 @@ diff --git a/components/resources/terms/terms_he.html b/components/resources/ter diff --git a/components/resources/terms/terms_hi.html b/components/resources/terms/terms_hi.html --- a/components/resources/terms/terms_hi.html +++ b/components/resources/terms/terms_hi.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Google Chrome और Chrome OS की सेवा की अतिरिक्त शर्तें - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + इस तारीख को अंतिम बार बदलाव किया गया था: 1 जनवरी, 2021 +
- Chrome या Chrome OS इस्तेमाल करने का मतलब है कि आप https://policies.google.com/terms पर दी गई Google सेवा की शर्तों से सहमत हैं. इसका मतलब यह भी है कि आप Google Chrome और Chrome OS की सेवा की इन अतिरिक्त शर्तों से भी सहमत हैं. + Chrome या Chrome OS इस्तेमाल करने का मतलब है कि आप https://policies.9oo91e.qjz9zk/terms पर दी गई Google सेवा की शर्तों से सहमत हैं. इसका मतलब यह भी है कि आप Google Chrome और Chrome OS की सेवा की इन अतिरिक्त शर्तों से भी सहमत हैं. @@ -26471,9 +19395,9 @@ diff --git a/components/resources/terms/terms_hi.html b/components/resources/ter diff --git a/components/resources/terms/terms_hr.html b/components/resources/terms/terms_hr.html --- a/components/resources/terms/terms_hr.html +++ b/components/resources/terms/terms_hr.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Dodatni uvjeti pružanja usluge za Google Chrome i Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Zadnja izmjena: 1. siječnja 2021. +
- Korištenjem Chromea ili OS Chromea prihvaćate Googleove uvjete pružanja usluge na https://policies.google.com/terms i ove Dodatne uvjete pružanja usluge za Google Chrome i OS Chrome. + Korištenjem Chromea ili OS Chromea prihvaćate Googleove uvjete pružanja usluge na https://policies.9oo91e.qjz9zk/terms i ove Dodatne uvjete pružanja usluge za Google Chrome i OS Chrome. @@ -26487,9 +19411,9 @@ diff --git a/components/resources/terms/terms_hr.html b/components/resources/ter diff --git a/components/resources/terms/terms_hu.html b/components/resources/terms/terms_hu.html --- a/components/resources/terms/terms_hu.html +++ b/components/resources/terms/terms_hu.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - A Google Chrome és a Chrome OS Kiegészítő Általános Szerződési Feltételei - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Legutóbbi módosítás: 2021. január 1. +
- A Chrome vagy a Chrome OS használatával Ön elfogadja a https://policies.google.com/terms oldalon hozzáférhető Google Általános Szerződési Feltételeket, továbbá a Google Chrome és a Chrome OS jelen Kiegészítő Általános Szerződési Feltételeit. + A Chrome vagy a Chrome OS használatával Ön elfogadja a https://policies.9oo91e.qjz9zk/terms oldalon hozzáférhető Google Általános Szerződési Feltételeket, továbbá a Google Chrome és a Chrome OS jelen Kiegészítő Általános Szerződési Feltételeit. @@ -26503,9 +19427,9 @@ diff --git a/components/resources/terms/terms_hu.html b/components/resources/ter diff --git a/components/resources/terms/terms_id.html b/components/resources/terms/terms_id.html --- a/components/resources/terms/terms_id.html +++ b/components/resources/terms/terms_id.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Persyaratan Layanan Tambahan Google Chrome dan Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Terakhir diubah: 1 Januari 2021 +
- Dengan menggunakan Chrome atau Chrome OS, Anda menyetujui Persyaratan Layanan Google yang ada di https://policies.google.com/terms serta Persyaratan Layanan Tambahan Google Chrome dan Chrome OS ini. + Dengan menggunakan Chrome atau Chrome OS, Anda menyetujui Persyaratan Layanan Google yang ada di https://policies.9oo91e.qjz9zk/terms serta Persyaratan Layanan Tambahan Google Chrome dan Chrome OS ini. @@ -26519,9 +19443,9 @@ diff --git a/components/resources/terms/terms_id.html b/components/resources/ter diff --git a/components/resources/terms/terms_it.html b/components/resources/terms/terms_it.html --- a/components/resources/terms/terms_it.html +++ b/components/resources/terms/terms_it.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Termini di servizio aggiuntivi di Google Chrome e Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Ultima modifica: 1° gennaio 2021 +
- Con l'utilizzo di Chrome o Chrome OS, l'utente accetta i Termini di servizio di Google disponibili all'indirizzo https://policies.google.com/terms, nonché i presenti Termini di servizio aggiuntivi di Google Chrome e Chrome OS. + Con l'utilizzo di Chrome o Chrome OS, l'utente accetta i Termini di servizio di Google disponibili all'indirizzo https://policies.9oo91e.qjz9zk/terms, nonché i presenti Termini di servizio aggiuntivi di Google Chrome e Chrome OS. @@ -26535,9 +19459,9 @@ diff --git a/components/resources/terms/terms_it.html b/components/resources/ter diff --git a/components/resources/terms/terms_ja.html b/components/resources/terms/terms_ja.html --- a/components/resources/terms/terms_ja.html +++ b/components/resources/terms/terms_ja.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Google Chrome および Chrome OS 追加利用規約 - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + 最終更新日: 2021 年 1 月 1 日 +
- Chrome または Chrome OS を使用することにより、Google 利用規約 https://policies.google.com/terms と、この Google Chrome および Chrome OS 追加利用規約に同意したことになります。 + Chrome または Chrome OS を使用することにより、Google 利用規約 https://policies.9oo91e.qjz9zk/terms と、この Google Chrome および Chrome OS 追加利用規約に同意したことになります。 @@ -26551,63 +19475,25 @@ diff --git a/components/resources/terms/terms_ja.html b/components/resources/ter diff --git a/components/resources/terms/terms_kn.html b/components/resources/terms/terms_kn.html --- a/components/resources/terms/terms_kn.html +++ b/components/resources/terms/terms_kn.html -@@ -14,7 +14,7 @@ h2 { font-size:1em; margin-top:0 } - - -
--We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.google.com/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.google.com/terms/chromechanges#faq).
We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.9oo91e.qjz9zk/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.9oo91e.qjz9zk/terms/chromechanges#faq).
ಈ ಸೇವೆಯ ನಿಯಮಗಳುGoogle Chrome ನ ಕಾರ್ಯಗತಗೊಳಿಸುವ ಕೋಡ್ ಆವೃತ್ತಿಗೆ ಅನ್ವಯಿಸುತ್ತದೆ. Google Chrome ನ ಮೂಲ ಕೋಡ್ chrome://credits ನಲ್ಲಿ ತೆರೆದ ಮೂಲ ಸಾಫ್ಟ್ವೇರ್ ಪರವಾನಗಿ ಒಪ್ಪಂದದ ಅಡಿಯಲ್ಲಿ ಉಚಿತವಾಗಿ ಲಭ್ಯವಿದೆ.
-1. Google ನೊಂದಿಗೆ ನಿಮ್ಮ ಸಂಬಂಧ
-@@ -42,18 +42,18 @@ h2 { font-size:1em; margin-top:0 } -5.3 Google ನೊಂದಿಗೆ ಪ್ರತ್ಯೇಕ ಒಪ್ಪಂದದ ವಿನಹ, ಯಾವುದೇ ಉದ್ದೇಶಕ್ಕಾಗಿ ಸೇವೆಗಳ ಪುನರುತ್ಪಾದನೆ, ನಕಲು, ಪ್ರತಿ, ಮಾರಾಟ, ವ್ಯಾಪಾರ ಅಥವಾ ಮರು ಮಾರಾಟ ಮಾಡುವುದಿಲ್ಲ ಎಂಬುದನ್ನು ನೀವು ಒಪ್ಪುತ್ತೀರಿ.
-5.4 ನಿಯಮಗಳಡಿಯಲ್ಲಿನ ನಿಮ್ಮ ಬದ್ಧತೆಗಳ ಉಲ್ಲಂಘನೆಗೆ ಮತ್ತು ಅದರಿಂದುಂಟಾದ ಯಾವುದೇ ಪರಿಣಾಮಗಳಿಗೆ ನೀವೇ ಜವಾಬ್ದಾರರು (ಮತ್ತು ನಿಮ್ಮ ಅಥವಾ ಇನ್ನಾವುದೇ ಮೂರನೇ ವ್ಯಕ್ತಿಯನ್ನು ಕುರಿತಂತೆ ಯಾವುದೇ ರೀತಿಯಿಂದಲೂ Google ಜವಾಬ್ದಾರಿ ಹೊಂದಿರುವುದಿಲ್ಲ ) ಎಂಬುದನ್ನು ನೀವು ಒಪ್ಪುತ್ತೀರಿ.
-6. ಗೌಪ್ಯತೆ ಮತ್ತು ನಿಮ್ಮ ವೈಯಕ್ತಿಕ ಮಾಹಿತಿ
--6.1 Google ನ ಡೇಟಾ ರಕ್ಷಣಾ ಕ್ರಮಗಳ ಕುರಿತ ಮಾಹಿತಿಗಾಗಿ, ದಯವಿಟ್ಟು Google ನ ಗೌಪ್ಯತೆ ನೀತಿಯನ್ನು http://www.google.com/privacy.html ಮತ್ತು http://www.google.com/chrome/intl/en/privacy.html ರಲ್ಲಿ ಓದಿ. ನೀವು ಸೇವೆಗಳನ್ನು ಬಳಸುವಾಗ ನಿಮ್ಮ ವೈಯಕ್ತಿಕ ಮಾಹಿತಿಯನ್ನು Google ಯಾವ ರೀತಿ ಬಳಸಿಕೊಳ್ಳುತ್ತದೆ, ಮತ್ತು ನಿಮ್ಮ ಗೌಪ್ಯತೆಗಳನ್ನು ಹೇಗೆ ರಕ್ಷಿಸುತ್ತದೆ ಎಂಬುದನ್ನು ಈ ನೀತಿ ವಿವರಿಸುತ್ತದೆ.
-+6.1 Google ನ ಡೇಟಾ ರಕ್ಷಣಾ ಕ್ರಮಗಳ ಕುರಿತ ಮಾಹಿತಿಗಾಗಿ, ದಯವಿಟ್ಟು Google ನ ಗೌಪ್ಯತೆ ನೀತಿಯನ್ನು http://www.9oo91e.qjz9zk/privacy.html ಮತ್ತು http://www.9oo91e.qjz9zk/chrome/intl/en/privacy.html ರಲ್ಲಿ ಓದಿ. ನೀವು ಸೇವೆಗಳನ್ನು ಬಳಸುವಾಗ ನಿಮ್ಮ ವೈಯಕ್ತಿಕ ಮಾಹಿತಿಯನ್ನು Google ಯಾವ ರೀತಿ ಬಳಸಿಕೊಳ್ಳುತ್ತದೆ, ಮತ್ತು ನಿಮ್ಮ ಗೌಪ್ಯತೆಗಳನ್ನು ಹೇಗೆ ರಕ್ಷಿಸುತ್ತದೆ ಎಂಬುದನ್ನು ಈ ನೀತಿ ವಿವರಿಸುತ್ತದೆ.
-6.2 Googleನ ಗೌಪ್ಯತಾ ನೀತಿಗಳಿಗೆ ಅನುಸಾರವಾಗಿ ನಿಮ್ಮ ಡೇಟಾಗಳನ್ನು ಬಳಸಲು ನೀವು ಒಪ್ಪುತ್ತೀರಿ.
-7. ಸೇವೆಗಳಲ್ಲಿರುವ ವಿಷಯ
-7.1 ಸೇವೆಗಳ ಭಾಗವಾಗಿ, ಅಥವಾ ನಿಮ್ಮ ಬಳಕೆಯ ಮೂಲಕ ನೀವು ಪ್ರವೇಶಿಸಬೇಕಾಗುವ ಎಲ್ಲ ಮಾಹಿತಿಗಳು (ಡೇಟಾ ಫೈಲ್ಗಳು, ಲಿಖಿತ ಪಠ್ಯ, ಕಂಪ್ಯೂಟರ್ ಸಾಫ್ಟ್ವೇರ್, ಸಂಗೀತ, ಆಡಿಯೋ ಫೈಲ್ಗಳು ಅಥವಾ ಇತರ ಧ್ವನಿಗಳು, ಛಾಯಾಚಿತ್ರಗಳು, ವಿಡಿಯೋ ಅಥವಾ ಇತರ ಇಮೇಜ್ಗಳು), ಯಾವ ವ್ಯಕ್ತಿಯಿಂದ ಸೃಷ್ಟಿಯಾಗಿವೆಯೋ ಅವರೇ ಅದಕ್ಕೆ ಸಂಪೂರ್ಣ ಜವಾಬ್ದಾರರು ಎಂಬುದನ್ನು ನೀವು ತಿಳಿದಿದ್ದೀರಿ. ಅಂತಹ ಎಲ್ಲಾ ಮಾಹಿತಿಗಳನ್ನು "ವಿಷಯ" ಎಂಬುದಾಗಿ ಕೆಳಗೆ ಉಲ್ಲೇಖಿಸಲಾಗಿದೆ .
-7.2 ಸೇವೆಗಳಲ್ಲಿರುವ ಜಾಹೀರಾತುಗಳು ಮತ್ತು ಅಷ್ಟೇ ಅಲ್ಲದೇ ಸೇವೆಗಳ ಒಳಗಿನ, ಸೇವೆಗಳ ಒಂದು ಭಾಗವಾಗಿ ನಿಮಗೆ ಪರಿಚಯಿಸಲಾಗುವ ಇತರ ವಿಷಯಗಳು Google (ಅಥವಾ ಅವರ ಪರವಾಗಿ ಇತರ ವ್ಯಕ್ತಿಗಳು ಅಥವಾ ಕಂಪನಿಗಳು) ಗೆ ವಿಷಯವನ್ನು ಒದಗಿಸುವ ಪ್ರಾಯೋಜಕರು ಅಥವಾ ಜಾಹೀರಾತುಗಾರರ ವಶಕ್ಕೆ ಒಳಪಟ್ಟ ಬೌದ್ದಿಕ ಆಸ್ತಿಯ ಹಕ್ಕುಗಳಿಂದ ರಕ್ಷಿಸಲ್ಪಟ್ಟಿರುತ್ತವೆ, ಎಂದು ನೀವು ಅರಿತಿರಬೇಕು. ನಿಮಗೆ ನಿರ್ದಿಷ್ಟವಾಗಿ Google ನಿಂದ ಅಥವಾ ಆ ವಿಷಯದ ಮಾಲೀಕರಿಂದ ಪ್ರತ್ಯೇಕವಾದ ಒಪ್ಪಂದದಿಂದ ನೀವು ನಿರ್ದೇಶನವನ್ನು ಪಡೆಯದ ಹೊರತು ನೀವು ಈ ವಿಷಯವನ್ನು ಬಳಸಿಕೊಂಡು ಹೊಸ ಉತ್ಪನ್ನವನ್ನು (ಪೂರ್ಣವಾಗಿ ಅಥವಾ ಒಂದು ಭಾಗವಾಗಿ)ಮಾರ್ಪಡಿಸುವಂತಿಲ್ಲ, ಅದನ್ನು ಬಾಡಿಗೆಗೆ ನೀಡುವುದು, ಗುತ್ತಿಗೆ, ಸಾಲ, ಮಾರಾಟ ಅಥವಾ ವಿತರಣೆ ಮಾಡುವಂತಿಲ್ಲ.
--7.3 ಯಾವುದೇ ಸೇವೆಯಿಂದ ಯಾವುದೇ ಅಥವಾ ಎಲ್ಲಾ ವಿಷಯಗಳ ಪೂರ್ವಪ್ರದರ್ಶನ, ಪರಾಮರ್ಶೆ, ಫ್ಲ್ಯಾಗ್, ಫಿಲ್ಟರ್, ನವೀಕರಣ, ನಿರಾಕರಣೆ ಮಾಡುವ ಅಥವಾ ತೆಗೆದುಹಾಕುವ ಹಕ್ಕನ್ನು (ಆದರೆ, ಯಾವುದೇ ಬಾಧ್ಯತೆ ಹೊಂದದೇ) Google ಕಾಯ್ದಿರಿಸಿಕೊಂಡಿದೆ. ಕೆಲವೊಂದು ಸೇವೆಗಳಿಗೆ, ಲೈಂಗಿಕ ವಿಷಯಗಳನ್ನು ಫಿಲ್ಟರ್ ಮಾಡಲು Google ಪರಿಕರಗಳನ್ನು ಒದಗಿಸಬಹುದು. ಈ ಪರಿಕರಗಳು ಸುರಕ್ಷಿತ ಹುಡುಕಾಟ ಆದ್ಯತಾ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು ಒಳಗೊಂಡಿವೆ (https://support.google.com/websearch/answer/510 ನೋಡಿ). ಹೆಚ್ಚುವರಿಯಾಗಿ, ನಿಮಗೆ ಆಕ್ಷೇಪಣಾರ್ಹ ಎಂಬಂತೆ ಕಂಡುಬರುವ ವಸ್ತುಗಳಿಗೆ ಪ್ರವೇಶವನ್ನು ಮಿತಿಗೊಳಿಸಲು ವಾಣಿಜ್ಯವಾಗಿ ಲಭ್ಯವಾಗುವ ಸೇವೆಗಳು ಮತ್ತು ಸಾಫ್ಟ್ವೇರ್ಗಳಿವೆ.
-+7.3 ಯಾವುದೇ ಸೇವೆಯಿಂದ ಯಾವುದೇ ಅಥವಾ ಎಲ್ಲಾ ವಿಷಯಗಳ ಪೂರ್ವಪ್ರದರ್ಶನ, ಪರಾಮರ್ಶೆ, ಫ್ಲ್ಯಾಗ್, ಫಿಲ್ಟರ್, ನವೀಕರಣ, ನಿರಾಕರಣೆ ಮಾಡುವ ಅಥವಾ ತೆಗೆದುಹಾಕುವ ಹಕ್ಕನ್ನು (ಆದರೆ, ಯಾವುದೇ ಬಾಧ್ಯತೆ ಹೊಂದದೇ) Google ಕಾಯ್ದಿರಿಸಿಕೊಂಡಿದೆ. ಕೆಲವೊಂದು ಸೇವೆಗಳಿಗೆ, ಲೈಂಗಿಕ ವಿಷಯಗಳನ್ನು ಫಿಲ್ಟರ್ ಮಾಡಲು Google ಪರಿಕರಗಳನ್ನು ಒದಗಿಸಬಹುದು. ಈ ಪರಿಕರಗಳು ಸುರಕ್ಷಿತ ಹುಡುಕಾಟ ಆದ್ಯತಾ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು ಒಳಗೊಂಡಿವೆ (https://support.9oo91e.qjz9zk/websearch/answer/510 ನೋಡಿ). ಹೆಚ್ಚುವರಿಯಾಗಿ, ನಿಮಗೆ ಆಕ್ಷೇಪಣಾರ್ಹ ಎಂಬಂತೆ ಕಂಡುಬರುವ ವಸ್ತುಗಳಿಗೆ ಪ್ರವೇಶವನ್ನು ಮಿತಿಗೊಳಿಸಲು ವಾಣಿಜ್ಯವಾಗಿ ಲಭ್ಯವಾಗುವ ಸೇವೆಗಳು ಮತ್ತು ಸಾಫ್ಟ್ವೇರ್ಗಳಿವೆ.
-7.4 ನೀವು ಸೇವೆಗಳನ್ನು ಬಳಸುವಾಗ ರೇಗಿಸುವಂತಹ, ಅಸಭ್ಯ ಅಥವಾ ಆಕ್ಷೇಪಣಾರ್ಹ ವಿಷಯಗಳಿಗೆ ನೀವು ತೆರೆದುಕೊಳ್ಳಬಹುದು, ಆ ರೀತಿ ಆದಲ್ಲಿ, ನೀವು ಸೇವೆಗಳನ್ನು ನಿಮ್ಮ ಸ್ವಂತ ಜವಾಬ್ದಾರಿಯಲ್ಲಿ ಬಳಸುತ್ತೀರೆಂದು ಅರ್ಥಮಾಡಿಕೊಳ್ಳಬೇಕು.
-7.5 ಈ ಸೇವೆಗಳನ್ನು ಬಳಸಿ ರಚಿಸುವ ಯಾವುದೇ ವಿಷಯ, ಅದರ ಪ್ರಸಾರ ಅಥವಾ ಪ್ರದರ್ಶನಕ್ಕೆ ನೀವೇ ಜವಾಬ್ದಾರರು (ಮತ್ತು ನಿಮ್ಮ ಅಥವಾ ಇನ್ನಾವುದೇ ಮೂರನೇ ವ್ಯಕ್ತಿಯನ್ನು ಕುರಿತಂತೆ ಯಾವುದೇ ರೀತಿಯಿಂದಲೂ Google ಜವಾಬ್ದಾರಿ ಹೊಂದಿರುವುದಿಲ್ಲ) ನಿಮ್ಮ ಈ ಕ್ರಿಯೆಗಳಿಂದ ಉಂಟಾಗುವ ಯಾವುದೇ ಪರಿಣಾಮಗಳಿಗೂ (Google ಅನುಭವಿಸುವ ಯಾವುದೇ ನಷ್ಟ ಅಥವಾ ಹಾನಿ ಒಳಗೊಂಡಂತೆ) ನೀವೇ ಹೊಣೆಗಾರರೆಂದು ನೀವು ಒಪ್ಪುತ್ತೀರಿ.
-8. ಮಾಲೀಕತ್ವ ಹಕ್ಕುಗಳು
-8.1 ಸೇವೆಗಳಲ್ಲಿ ಇರುವಂತಹ ಭೌತಿಕ ಆಸ್ತಿ ಹಕ್ಕುಗಳು (ಆ ಹಕ್ಕುಗಳು ನೋಂದಾಯಿಸಿರಬಹುದು ಅಥವಾ ಇಲ್ಲದಿರಬಹುದು, ಮತ್ತು ಆ ಹಕ್ಕು ಪ್ರಪಂಚದ ಯಾವ ಭಾಗದಲ್ಲಿಯಾದರೂ ಇರಬಹುದು) ಸೇರಿದಂತೆ ಎಲ್ಲಾ ಕಾನೂನು ಹಕ್ಕುಗಳ, ಶೀರ್ಷಿಕೆಗಳ ಮತ್ತು ಹಿತಾಸಕ್ತಿಗಳನ್ನು Google (ಅಥವಾ Google ನ ಪರವಾನಿಗಿದಾರರು) ಹೊಂದಿದೆ ಎಂದು ನೀವು ಅಂಗೀಕರಿಸುತ್ತೀರಿ ಮತ್ತು ಒಪ್ಪುತ್ತೀರಿ.
-8.2 ನೀವು Google ನೊಂದಿಗೆ ಲಿಖಿತ ಒಪ್ಪಂದ ಮಾಡಿಕೊಂಡಿರದಿದ್ದಲ್ಲಿ, ನಿಮಗೆ Google ನವರ ವ್ಯಾಪಾರ ಹೆಸರುಗಳು, ವ್ಯಾಪಾರ ಮುದ್ರೆ, ಸೇವಾ ಮುದ್ರೆ, ಲೋಗೋಗಳು, ಡೊಮೇನ್ ಹೆಸರುಗಳು ಮತ್ತು ಇತರ ವಿಶಿಷ್ಟ ಬ್ರ್ಯಾಂಡ್ ವೈಶಿಷ್ಯ್ಟಗಳನ್ನು ಬಳಸುವ ಹಕ್ಕು ಇರುವುದಿಲ್ಲ.
--8.3 Google ನೊಂದಿಗೆ ಪ್ರತ್ಯೇಕವಾದ ಲಿಖಿತ ಒಪ್ಪಂದವೊಂದರಲ್ಲಿ ಇವುಗಳಲ್ಲಿ ಯಾವುದಾದರೊಂದು ಬ್ರ್ಯಾಂಡ್ ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಬಳಸಲು ವ್ಯಕ್ತವಾದ ಹಕ್ಕನ್ನು ನಿಮಗೆ ನೀಡಿದರೆ, ಅಂತಹ ವೈಶಿಷ್ಟ್ಯಗಳ ಬಳಕೆಯು ಆ ಒಪ್ಪಂದದ, ನಿಯಮಗಳ ಅನ್ವಯಿತ ಸೌಲಭ್ಯಗಳ, ಮತ್ತು Google ನವರ ಬ್ರ್ಯಾಂಡ್ ವೈಶಿಷ್ಟ್ಯವು ಸಮಯಕ್ಕೆ ನವೀಕರಿಸಿದ ಮಾರ್ಗಸೂಚಿಗಳನ್ನು ಅನುವರ್ತಿಸುತ್ತದೆ ಎಂದು ಒಪ್ಪಿಕೊಳ್ಳುತ್ತೀರಿ. ಈ ಮಾರ್ಗಸೂಚಿಗಳನ್ನು http://www.google.com/permissions/guidelines.html ರಲ್ಲಿ ಆನ್ಲೈನ್ನಲ್ಲಿ ವೀಕ್ಷಿಸಬಹುದು (ಅಥವಾ ಈ ಉದ್ದೇಶಕ್ಕಾಗಿ ಕಾಲಾನುಕ್ರಮಕ್ಕೆ ತಕ್ಕಂತೆ Google ಒದಗಿಸಬಹುದಾದಂತಹ ಇತರ URL ಗಳು)
-+8.3 Google ನೊಂದಿಗೆ ಪ್ರತ್ಯೇಕವಾದ ಲಿಖಿತ ಒಪ್ಪಂದವೊಂದರಲ್ಲಿ ಇವುಗಳಲ್ಲಿ ಯಾವುದಾದರೊಂದು ಬ್ರ್ಯಾಂಡ್ ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಬಳಸಲು ವ್ಯಕ್ತವಾದ ಹಕ್ಕನ್ನು ನಿಮಗೆ ನೀಡಿದರೆ, ಅಂತಹ ವೈಶಿಷ್ಟ್ಯಗಳ ಬಳಕೆಯು ಆ ಒಪ್ಪಂದದ, ನಿಯಮಗಳ ಅನ್ವಯಿತ ಸೌಲಭ್ಯಗಳ, ಮತ್ತು Google ನವರ ಬ್ರ್ಯಾಂಡ್ ವೈಶಿಷ್ಟ್ಯವು ಸಮಯಕ್ಕೆ ನವೀಕರಿಸಿದ ಮಾರ್ಗಸೂಚಿಗಳನ್ನು ಅನುವರ್ತಿಸುತ್ತದೆ ಎಂದು ಒಪ್ಪಿಕೊಳ್ಳುತ್ತೀರಿ. ಈ ಮಾರ್ಗಸೂಚಿಗಳನ್ನು http://www.9oo91e.qjz9zk/permissions/guidelines.html ರಲ್ಲಿ ಆನ್ಲೈನ್ನಲ್ಲಿ ವೀಕ್ಷಿಸಬಹುದು (ಅಥವಾ ಈ ಉದ್ದೇಶಕ್ಕಾಗಿ ಕಾಲಾನುಕ್ರಮಕ್ಕೆ ತಕ್ಕಂತೆ Google ಒದಗಿಸಬಹುದಾದಂತಹ ಇತರ URL ಗಳು)
-8.4 ಈ ನಿಯಮಗಳ ಪ್ರಕಾರ ನೀವು (ಅಥವಾ ನಿಮ್ಮ ಪರವಾನಗಿದಾರರು) ಯಾವುದೇ ಬೌದ್ಧಿಕ ಆಸ್ತಿ ಹಕ್ಕುಗಳು ಸೇರಿದಂತೆ ನೀವು ಸಲ್ಲಿಸಿದ, ಪೋಸ್ಟ್ ಮಾಡಿದ, ಪ್ರಸಾರ ಮತ್ತು ಪ್ರದರ್ಶನಗಳ ಮೇಲೆ Google ಯಾವುದೇ ಹಕ್ಕು, ಶೀರ್ಷಿಕೆ, ಅಥವಾ ಆಸಕ್ತಿಯನ್ನು ಹೊಂದಿಲ್ಲ ಎಂಬುದನ್ನು Google ತಿಳಿದಿದೆ ಮತ್ತು ಒಪ್ಪಿದೆ. (ಆ ಹಕ್ಕುಗಳು ನೋಂದಣಿ ಆಗಿದೆಯೋ ಅಥವಾ ಇಲ್ಲವೋ, ಮತ್ತು ಜಗತ್ತಿನ ಎಲ್ಲೇ ಆದರೂ ಆ ಹಕ್ಕುಗಳು ಅಸ್ತಿತ್ವದಲ್ಲಿರಬಹುದು) ಲಿಖಿತ ಒಪ್ಪಂದವಿಲ್ಲದಿದ್ದರೆ, ಆ ಹಕ್ಕುಗಳನ್ನು ರಕ್ಷಿಸಲು ಮತ್ತು ಅವುಗಳನ್ನು ಜಾರಿಗೆ ತರಲು ನೀವೇ ಜವಾಬ್ದಾರರು ಮತ್ತು ನಿಮ್ಮ ಪರವಾಗಿ ಅವುಗಳನ್ನು ರಕ್ಷಿಸಲು Google ಗೆ ಯಾವುದೇ ಭಾದ್ಯತೆಯಿಲ್ಲ ಎಂಬುದನ್ನು ನೀವು ಒಪ್ಪುತ್ತೀರಿ.
-8.5 ನೀವು ಸೇವೆಗಳಲ್ಲಿ ಲಗತ್ತಿಸಿದ ಅಥವಾ ಸೇರಿಸಿರುವಂತಹ ಯಾವುದೇ ಮಾಲೀಕತ್ವ ಹಕ್ಕುಗಳ ಪ್ರಕಟಣೆಗಳನ್ನು (ಕೃತಿಸ್ವಾಮ್ಯ ಮತ್ತು ವ್ಯಾಪಾರ ಮುದ್ರೆ ಪ್ರಕಟಣೆಗಳನ್ನು ಒಳಗೊಂಡಂತೆ) ತೆಗೆದು ಹಾಕುವುದು, ಅಸ್ಪಷ್ಟಗೊಳಿಸುವುದು, ಮತ್ತು ಬದಲಾಯಿಸುವುದಾಗಲೀ ಮಾಡುವುದಿಲ್ಲ ಎಂಬುದನ್ನು ನೀವು ಒಪ್ಪಿಕೊಳ್ಳುತ್ತೀರಿ.
-8.6 ನೀವು Google ನಿಂದ ಲಿಖಿತವಾಗಿ ವ್ಯಕ್ತ ಅಧಿಕಾರ ಪಡೆಯದ ಹೊರತು, ನೀವು ಈ ಸೇವೆಯನ್ನು ಬಳಸುವುದರ ಮೂಲಕ, ಯಾವುದೇ ವ್ಯಾಪಾರ ಮುದ್ರೆ, ಸೇವಾ ಮುದ್ರೆ, ವ್ಯಾಪಾರ ಹೆಸರು, ಯಾವುದೇ ಕಂಪನಿ ಅಥವಾ ಸಂಸ್ಥೆಯ ಲೋಗೊಗಳನ್ನು ಬಳಸುವುದಿಲ್ಲ ಅಥವಾ ಅಂತಹ ಮುದ್ರೆಗಳು, ಹೆಸರುಗಳು ಅಥವಾ ಲೋಗೊಗಳನ್ನು ಬಳಸುವ ಮಾಲೀಕರು ಅಥವಾ ಅಧಿಕೃತ ಬಳಕೆದಾರರ ಕುರಿತು ಗೊಂದಲಕ್ಕೆ ಆಸ್ಪದ ನೀಡುವುದಿಲ್ಲವೆಂಬುದನ್ನು ನೀವು ಒಪ್ಪುತ್ತೀರಿ.
-@@ -98,8 +98,8 @@ h2 { font-size:1em; margin-top:0 } -(V) ನಿಮ್ಮ ಪಾಸ್ವರ್ಡ್ ಅಥವಾ ಖಾತೆಯ ವಿವರಗಳನ್ನು ಸುರಕ್ಷಿತ ಮತ್ತು ಗೌಪ್ಯವಾಗಿ ಕಾಪಾಡಿಕೊಳ್ಳಲು ನೀವು ವಿಫಲರಾದರೆ;
-14.2 ಮೇಲಿರುವ ಪ್ಯಾರಾಗ್ರಾಫ್ 14.1 ರಲ್ಲಿರುವ GOOGLEನ ಬಾಧ್ಯತೆಯ ಮಿತಿಗಳು, GOOGLE ಗೆ ಸಲಹೆಮಾಡಿದ್ದರೂ ಅಥವಾ ಇಲ್ಲದಿದ್ದರೂ, ಅಥವಾ ಅಂತಹ ನಷ್ಟಗಳು ಆಗಬಹುದಾದ ಸಾಧ್ಯತೆಯ ಕುರಿತು ಎಚ್ಚರ ವಹಿಸಬಹುದಾಗಿತ್ತಾದರೂ ಅನ್ವಯಿಸುತ್ತದೆ.
-15. ಕೃತಿಸ್ವಾಮ್ಯ ಮತ್ತು ವ್ಯಾಪಾರ ಮುದ್ರೆ ನೀತಿಗಳು
--15.1 ಅನ್ವಯಿತ ಅಂತಾರಾಷ್ಟ್ರೀಯ ಬೌದ್ಧಿಕ ಆಸ್ತಿ ನಿಯಮದಂತೆ (ಯುನೈಟೆಡ್ ಸ್ಟೇಟ್ಸ್, ಡಿಜಿಟಲ್ ಮಿಲ್ಲೇನಿಯಂ ಕೃತಿಸ್ವಾಮ್ಯ ಕಾಯ್ದೆ ಒಳಗೊಂಡಂತೆ) ಕೃತಿಸ್ವಾಮ್ಯ ಉಲ್ಲಂಘನೆಯ ಆಪಾದನೆಯ ಪ್ರಕಟಣೆಗಳಿಗೆ ಪ್ರತಿಕ್ರಿಯೆ ನೀಡುವ ಮತ್ತು ಪುನರಾವರ್ತಿತ ಉಲ್ಲಂಘನೆಗಳ ಖಾತೆಗಳನ್ನು ನಿರ್ನಾಮ ಮಾಡುವುದು Google ನ ನೀತಿಯಾಗಿದೆ. Googleನ ನೀತಿಯ ವಿವರಗಳು http://www.google.com/dmca.html ನಲ್ಲಿ ದೊರೆಯುವುವು.
--15.2 Google ನವರ ಜಾಹೀರಾತು ವ್ಯವಹಾರದಲ್ಲಿನ ವ್ಯಾಪಾರ ಮುದ್ರೆಯ ದೂರುಗಳ ಪ್ರಕ್ರಿಯೆ ಕಾರ್ಯನಿರ್ವಹಣೆಯನ್ನು Google ಮಾಡುತ್ತದೆ, ಇವುಗಳ ವಿವರಗಳು http://www.google.com/tm_complaint.html ನಲ್ಲಿ ದೊರೆಯುವುವು.
-+15.1 ಅನ್ವಯಿತ ಅಂತಾರಾಷ್ಟ್ರೀಯ ಬೌದ್ಧಿಕ ಆಸ್ತಿ ನಿಯಮದಂತೆ (ಯುನೈಟೆಡ್ ಸ್ಟೇಟ್ಸ್, ಡಿಜಿಟಲ್ ಮಿಲ್ಲೇನಿಯಂ ಕೃತಿಸ್ವಾಮ್ಯ ಕಾಯ್ದೆ ಒಳಗೊಂಡಂತೆ) ಕೃತಿಸ್ವಾಮ್ಯ ಉಲ್ಲಂಘನೆಯ ಆಪಾದನೆಯ ಪ್ರಕಟಣೆಗಳಿಗೆ ಪ್ರತಿಕ್ರಿಯೆ ನೀಡುವ ಮತ್ತು ಪುನರಾವರ್ತಿತ ಉಲ್ಲಂಘನೆಗಳ ಖಾತೆಗಳನ್ನು ನಿರ್ನಾಮ ಮಾಡುವುದು Google ನ ನೀತಿಯಾಗಿದೆ. Googleನ ನೀತಿಯ ವಿವರಗಳು http://www.9oo91e.qjz9zk/dmca.html ನಲ್ಲಿ ದೊರೆಯುವುವು.
-+15.2 Google ನವರ ಜಾಹೀರಾತು ವ್ಯವಹಾರದಲ್ಲಿನ ವ್ಯಾಪಾರ ಮುದ್ರೆಯ ದೂರುಗಳ ಪ್ರಕ್ರಿಯೆ ಕಾರ್ಯನಿರ್ವಹಣೆಯನ್ನು Google ಮಾಡುತ್ತದೆ, ಇವುಗಳ ವಿವರಗಳು http://www.9oo91e.qjz9zk/tm_complaint.html ನಲ್ಲಿ ದೊರೆಯುವುವು.
-16. ಜಾಹೀರಾತುಗಳು
-16.1 ಕೆಲವು ಸೇವೆಗಳನ್ನು ಜಾಹೀರಾತು ವರಮಾನ ಬೆಂಬಲದಿಂದ ನಡೆಸಲಾಗುತ್ತದೆ ಮತ್ತು ಜಾಹೀರಾತುಗಳು ಹಾಗೂ ಪ್ರಾಯೋಜಕತ್ವವನ್ನು ಪ್ರದರ್ಶಿಸುತ್ತದೆ . ಈ ಜಾಹೀರಾತುಗಳು ಸೇವೆಗಳಲ್ಲಿ ಸಂಗ್ರಹಿಸಿದ ಮಾಹಿತಿಯ ವಿಷಯವನ್ನು, ಸೇವೆಗಳ ಅಥವಾ ಇತರ ಮಾಹಿತಿಗಳ ಮೂಲಕ ಮಾಡಲಾದ ಪ್ರಶ್ನೆಗಳನ್ನು ಗುರಿಯಾಗಿಟ್ಟುಕೊಂಡಿರಬಹುದು.
-16.2 ಸೇವೆಗಳಲ್ಲಿನ Google ನ ಜಾಹೀರಾತಿನ ವಿಧಾನ, ಮೋಡ್ ಮತ್ತು ಜಾಹೀರಾತಿನ ಹರವುಗಳು ನಿಮಗೆ ನಿರ್ದಿಷ್ಟ ಪ್ರಕಟಣೆಯನ್ನು ನೀಡದೆಯೇ ಬದಲಾಗಬಹುದು.
-@@ -109,7 +109,7 @@ h2 { font-size:1em; margin-top:0 } -17.2 ಅಂತಹ ಯಾವುದೇ ಬಾಹ್ಯ ಸೈಟ್ಗಳಿಗೆ ಅಥವಾ ಸಂಪನ್ಮೂಲಗಳ ಲಭ್ಯತೆಗೆ ಹಾಗೂ ಯಾವುದೇ ಜಾಹೀರಾತುಗಳಿಗೆ Google ಜವಾಬ್ದಾರವಲ್ಲ, ಹಾಗೂ ಅಂತಹ ವೆಬ್ಸೈಟ್ಗಳು ಅಥವಾ ಸಂಪನ್ಮೂಲಗಳಿಂದಿರುವ ಅಥವಾ ಲಭ್ಯವಾಗುವ ಉತ್ಪನ್ನಗಳು ಅಥವಾ ಇತರ ವಸ್ತುಗಳನ್ನು Google ಸಮರ್ಥಿಸುವುದಿಲ್ಲ ಎಂಬುವುದನ್ನು ನೀವು ಸಮ್ಮತಿಸುತ್ತೀರಿ ಮತ್ತು ಒಪ್ಪುತ್ತೀರಿ.
-17.3 ಅಂತಹ ಬಾಹ್ಯ ಸೈಟ್ಗಳ ಅಥವಾ ಸಂಪನ್ಮೂಲಗಳ ಲಭ್ಯತೆಯ ಪರಿಣಾಮವಾಗಿ ಅಥವಾ ಅವುಗಳ ಪೂರ್ಣತೆ, ನಿಖರತೆ ಮತ್ತು ಜಾಹೀರಾತಿನ, ಉತ್ಪನ್ನಗಳ ಅಥವಾ ಇತರೆ ವಸ್ತುಗಳ ಅಸ್ತಿತ್ವದ ಕುರಿತಂತೆ ನೀವಿರಿಸಿದ ಭರವಸೆಯಿಂದಾಗಿ ನಿಮಗೆ ಯಾವುದೇ ನಷ್ಟ ಅಥವಾ ಹಾನಿ ಸಂಭವಿಸಿದಲ್ಲಿ Google ಇವುಗಳಿಗೆ ಹೊಣೆಗಾರಿಕೆ ಹೊಂದಿಲ್ಲ ಎಂಬದನ್ನು ನೀವು ಸಮ್ಮತಿಸುತ್ತೀರಿ ಮತ್ತು ಒಪ್ಪುತ್ತೀರಿ.
-18. ನಿಯಮಗಳಿಗೆ ಬದಲಾವಣೆಗಳು
--18.1 Google ಕಾಲಕಾಲಕ್ಕೆ ತಕ್ಕಂತೆ ಸಾರ್ವತ್ರಿಕ ನಿಯಮಗಳು ಮತ್ತು ಹೆಚ್ಚುವರಿ ನಿಯಮಗಳನ್ನು ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಬಹುದು. ಈ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿದಾಗ, Google http://www.google.com/chrome/intl/en/eula_text.html ನಲ್ಲಿ ಲಭ್ಯವಿರುವ ಸಾರ್ವತ್ರಿಕ ನಿಯಮಗಳ ಹೊಸ ಪ್ರತಿಯನ್ನು ಮಾಡುತ್ತದೆ ಮತ್ತು ಅದರ ಒಳಗೆ ಅಥವಾ ಪರಿಣಾಮಗೊಂಡ ಸೇವೆಗಳ ಮೂಲಕ ನಿಮಗೆ ಯಾವುದೇ ಹೊಸ ಹೆಚ್ಚುವರಿ ನಿಯಮಗಳನ್ನು ಲಭ್ಯವಾಗುವಂತೆ ಮಾಡಲಾಗುತ್ತದೆ.
-+18.1 Google ಕಾಲಕಾಲಕ್ಕೆ ತಕ್ಕಂತೆ ಸಾರ್ವತ್ರಿಕ ನಿಯಮಗಳು ಮತ್ತು ಹೆಚ್ಚುವರಿ ನಿಯಮಗಳನ್ನು ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಬಹುದು. ಈ ಬದಲಾವಣೆಗಳನ್ನು ಮಾಡಿದಾಗ, Google http://www.9oo91e.qjz9zk/chrome/intl/en/eula_text.html ನಲ್ಲಿ ಲಭ್ಯವಿರುವ ಸಾರ್ವತ್ರಿಕ ನಿಯಮಗಳ ಹೊಸ ಪ್ರತಿಯನ್ನು ಮಾಡುತ್ತದೆ ಮತ್ತು ಅದರ ಒಳಗೆ ಅಥವಾ ಪರಿಣಾಮಗೊಂಡ ಸೇವೆಗಳ ಮೂಲಕ ನಿಮಗೆ ಯಾವುದೇ ಹೊಸ ಹೆಚ್ಚುವರಿ ನಿಯಮಗಳನ್ನು ಲಭ್ಯವಾಗುವಂತೆ ಮಾಡಲಾಗುತ್ತದೆ.
-18.2 ಸಾರ್ವತ್ರಿಕ ನಿಯಮ ಹಾಗೂ ಹೆಚ್ಚುವರಿ ನಿಯಮಗಳನ್ನು ಬದಲಿಸಿದ ನಂತರದ ದಿನದಲ್ಲಿ ನೀವು ಸೇವೆಗಳನ್ನು ಬಳಸುತ್ತಿದ್ದರೆ, Google ನಿಮ್ಮ ಬಳಕೆಯನ್ನು ನವೀಕರಿಸಿದ ಸಾರ್ವತ್ರಿಕ ನಿಯಮಗಳು ಅಥವಾ ಹೆಚ್ಚುವರಿ ನಿಯಮಗಳ ಸಮ್ಮತಿಯೆಂಬಂತೆ ಪರಿಗಣಿಸುವುದು.
-19. ಸಾಮಾನ್ಯ ಕಾನೂನು ನಿಯಮಗಳು
-19.1 ಸೇವೆಗಳನ್ನು ಬಳಸುವ ಸಂದರ್ಭದಲ್ಲಿ , ನೀವು (ಸೇವೆಗಳನ್ನು ಬಳಸುವುದರ ಅಥವಾ ಅದರ ಪರಿಣಾಮವಾಗಿ) ಸೇವೆಯೊಂದನ್ನು ಬಳಸಬಹುದು ಅಥವಾ ಸಾಫ್ಟ್ವೇರ್ನ ಭಾಗವೊಂದನ್ನು ಡೌನ್ಲೋಡ್ ಮಾಡಬಹುದು ಅಥವಾ ಸೇವೆಯನ್ನು, ಅಥವಾ ಇತರ ವ್ಯಕ್ತಿ ಅಥವಾ ಕಂಪನಿಯಿಂದ ಒದಗಿಸಲ್ಪಟ್ಟಂತಹ ಸರಕುಗಳನ್ನು ಖರೀದಿಸಬಹುದು. ಇಂತಹ ಇತರ ಸೇವೆಗಳ, ಸಾಫ್ಟ್ವೇರ್ ಅಥವಾ ಸರಕುಗಳ ನಿಮ್ಮ ಬಳಕೆ, ನಿಮ್ಮ ಮತ್ತು ಕಂಪನಿ ಅಥವಾ ಆ ವ್ಯಕ್ತಿಗೆ ಸಂಬಂಧಿಸಿದಂತೆ ಪ್ರತ್ಯೇಕ ನಿಯಮಕ್ಕೆ ಒಳಪಡುತ್ತದೆ. ಹಾಗಿದ್ದಲ್ಲಿ, ಇತರ ಕಂಪನಿಗಳೊಂದಿಗೆ ಮತ್ತು ವ್ಯಕ್ತಿಗಳೊಂದಿಗಿನ ನಿಮ್ಮ ಕಾನೂನು ಸಂಬಂಧದ ಮೇಲೆ ಈ ನಿಯಮಗಳು ಪರಿಣಾಮ ಬೀರುವುದಿಲ್ಲ.
+@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + ಕೊನೆಯದಾಗಿ ಮಾರ್ಪಡಿಸಿದ ದಿನಾಂಕ: 01 ಜನವರಿ 2021 + ++- Chrome ಅಥವಾ Chrome OS ಅನ್ನು ಬಳಸುವ ಮೂಲಕ, https://policies.google.com/terms ನಲ್ಲಿನ Google ಸೇವಾ ನಿಯಮಗಳು ಮತ್ತು ಈ Google Chrome ಮತ್ತು Chrome OS ನ ಹಚ್ಚುವರಿ ಸೇವಾ ನಿಯಮಗಳಿಗೆ ನೀವು ಸಮ್ಮತಿಸುತ್ತೀರಿ. ++ Chrome ಅಥವಾ Chrome OS ಅನ್ನು ಬಳಸುವ ಮೂಲಕ, https://policies.9oo91e.qjz9zk/terms ನಲ್ಲಿನ Google ಸೇವಾ ನಿಯಮಗಳು ಮತ್ತು ಈ Google Chrome ಮತ್ತು Chrome OS ನ ಹಚ್ಚುವರಿ ಸೇವಾ ನಿಯಮಗಳಿಗೆ ನೀವು ಸಮ್ಮತಿಸುತ್ತೀರಿ. +
++- ಈ Google Chrome ಮತ್ತು Chrome OS ನ ಹೆಚ್ಚುವರಿ ಸೇವಾ ನಿಯಮಗಳು, Chrome ಮತ್ತು Chrome OS ನ ಕಾರ್ಯಗತಗೊಳಿಸಬಹುದಾದ ಕೋಡ್ ಆವೃತ್ತಿಗೆ ಅನ್ವಯಿಸುತ್ತವೆ. ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್ವೇರ್ ಪರವಾನಗಿ ಒಪ್ಪಂದಗಳ ಅಡಿಯಲ್ಲಿ, Chrome ನ ಬಹುಪಾಲು ಮೂಲ ಕೋಡ್ ಅನ್ನು https://code.google.com/chromium/terms.html ನಲ್ಲಿ ಉಚಿತವಾಗಿ ಪಡೆಯಬಹುದು. ++ ಈ Google Chrome ಮತ್ತು Chrome OS ನ ಹೆಚ್ಚುವರಿ ಸೇವಾ ನಿಯಮಗಳು, Chrome ಮತ್ತು Chrome OS ನ ಕಾರ್ಯಗತಗೊಳಿಸಬಹುದಾದ ಕೋಡ್ ಆವೃತ್ತಿಗೆ ಅನ್ವಯಿಸುತ್ತವೆ. ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್ವೇರ್ ಪರವಾನಗಿ ಒಪ್ಪಂದಗಳ ಅಡಿಯಲ್ಲಿ, Chrome ನ ಬಹುಪಾಲು ಮೂಲ ಕೋಡ್ ಅನ್ನು https://code.9oo91e.qjz9zk/chromium/terms.html ನಲ್ಲಿ ಉಚಿತವಾಗಿ ಪಡೆಯಬಹುದು. +
++ Chrome ಮತ್ತು Chrome OS ನ ಕೆಲವು ಘಟಕಗಳ ನಿಮ್ಮ ಬಳಕೆಯು ಈ ಕೆಳಗಿನ ನಿಯಮಗಳಿಗೆ ಒಳಪಟ್ಟಿರುತ್ತದೆ: diff --git a/components/resources/terms/terms_ko.html b/components/resources/terms/terms_ko.html --- a/components/resources/terms/terms_ko.html +++ b/components/resources/terms/terms_ko.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Chrome 및 Chrome OS 추가 서비스 약관 - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + 최종 수정: 2021년 1월 1일 +
- Chrome 또는 Chrome OS를 사용하면 Google 서비스 약관(https://policies.google.com/terms) 및 다음 Chrome 및 Chrome OS 추가 서비스 약관에 동의하는 것으로 간주됩니다. + Chrome 또는 Chrome OS를 사용하면 Google 서비스 약관(https://policies.9oo91e.qjz9zk/terms) 및 다음 Chrome 및 Chrome OS 추가 서비스 약관에 동의하는 것으로 간주됩니다. @@ -26621,9 +19507,9 @@ diff --git a/components/resources/terms/terms_ko.html b/components/resources/ter diff --git a/components/resources/terms/terms_lt.html b/components/resources/terms/terms_lt.html --- a/components/resources/terms/terms_lt.html +++ b/components/resources/terms/terms_lt.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - „Google Chrome“ ir „Chrome“ OS papildomos paslaugų teikimo sąlygos - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Paskutinį kartą keista: 2021 m. sausio 1 d. +
- Naudodami „Chrome“ arba „Chrome“ OS sutinkate su „Google“ paslaugų teikimo sąlygomis, pateiktomis adresu https://policies.google.com/terms, ir šiomis „Google Chrome“ bei „Chrome“ OS papildomomis paslaugų teikimo sąlygomis. + Naudodami „Chrome“ arba „Chrome“ OS sutinkate su „Google“ paslaugų teikimo sąlygomis, pateiktomis adresu https://policies.9oo91e.qjz9zk/terms, ir šiomis „Google Chrome“ bei „Chrome“ OS papildomomis paslaugų teikimo sąlygomis. @@ -26637,9 +19523,9 @@ diff --git a/components/resources/terms/terms_lt.html b/components/resources/ter diff --git a/components/resources/terms/terms_lv.html b/components/resources/terms/terms_lv.html --- a/components/resources/terms/terms_lv.html +++ b/components/resources/terms/terms_lv.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Google Chrome un Chrome OS pakalpojumu sniegšanas papildu noteikumi - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Pēdējās izmaiņas: 2021. gada 1. janvārī +
- Izmantojot pārlūkprogrammu Chrome vai operētājsistēmu Chrome OS, jūs piekrītat Google pakalpojumu sniegšanas noteikumiem, kas norādīti vietnē https://policies.google.com/terms, un šiem Google Chrome un Chrome OS pakalpojumu sniegšanas papildu noteikumiem. + Izmantojot pārlūkprogrammu Chrome vai operētājsistēmu Chrome OS, jūs piekrītat Google pakalpojumu sniegšanas noteikumiem, kas norādīti vietnē https://policies.9oo91e.qjz9zk/terms, un šiem Google Chrome un Chrome OS pakalpojumu sniegšanas papildu noteikumiem. @@ -26653,117 +19539,41 @@ diff --git a/components/resources/terms/terms_lv.html b/components/resources/ter diff --git a/components/resources/terms/terms_ml.html b/components/resources/terms/terms_ml.html --- a/components/resources/terms/terms_ml.html +++ b/components/resources/terms/terms_ml.html -@@ -14,7 +14,7 @@ h2 { font-size:1em; margin-top:0 } - - -
--We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.google.com/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.google.com/terms/chromechanges#faq).
We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.9oo91e.qjz9zk/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.9oo91e.qjz9zk/terms/chromechanges#faq).
ഈ സേവനനിബന്ധനകള് Google Chrome ന്റെ നടപ്പാക്കാന് കഴിയുന്ന കോഡ് പതിപ്പിന് ബാധകമാണ്. Google Chrome നായുള്ള ഉറവിട കോഡ് chrome://credits ലെ ഓപ്പണ് സോഴ്സ് സോഫ്റ്റ്വെയര് ലൈസന്സ് കരാറുകള്ക്ക് ചുവടെ സൌജന്യമായി ലഭ്യമാണ്.
-1. Google മായുള്ള നിങ്ങളുടെ ബന്ധം
-@@ -42,18 +42,18 @@ h2 { font-size:1em; margin-top:0 } -5.3 Google മായുള്ള ഒരു പ്രത്യേക കരാറില് നിങ്ങളെ പ്രത്യേകമായി അനുവദിക്കാത്തപക്ഷം,യാതൊരു ഉദ്ദേശ്യത്തിനായും സേവനങ്ങള് വീണ്ടും നിര്മിക്കുകയോ തനിപ്പകര്പ്പെടുക്കുകയോ പകര്ത്തുകയോ വില്ക്കുകയോ വിപണനം നടത്തുകയോ അല്ലെങ്കില് പുനര് വില്പ്പന നടത്തുകയോ ചെയ്യില്ലെന്ന് നിങ്ങള് സമ്മതിക്കുന്നു.
-5.4 ഉല്പ്പന്നത്തിന്റെ ഉപയോഗത്തിനും നിബന്ധനകള്ക്കും വ്യവസ്ഥകള്ക്കും കീഴിലുള്ള നിങ്ങളുടെ ബാധ്യതകളുടെ ലംഘനത്തിനും അതിന്റെ അനന്തര ഫലങ്ങള്ക്കും (Google ന് ഉണ്ടാകാവുന്ന ഏതൊരുതരത്തിലുമുള്ള നഷ്ടവും കേടുപാടുമടക്കം) നിങ്ങള് മാത്രമായിരിക്കും ഉത്തരവാദപ്പെട്ടിരിക്കുകയെന്ന് (മാത്രമല്ല നിങ്ങളോടോ ഏതെങ്കിലും മൂന്നാം കക്ഷിയോടോ Google ന് ഒരു ഉത്തരവാദിത്വവും ഉണ്ടായിരിക്കുകയില്ലെന്നും) നിങ്ങള് സമ്മതിക്കുന്നു.
-6. നിങ്ങളുടെ സ്വകാര്യതയും സ്വകാര്യ വിവരങ്ങളും
--6.1 Google ന്റെ ഡാറ്റ പരിരക്ഷണ രീതികളെക്കുറിച്ചുള്ള കൂടുതല് വിവരങ്ങള്ക്ക്, http://www.google.com/privacy.html ലെയും http://www.google.com/chrome/intl/en/privacy.html ലെയും Google ന്റെ സ്വകാര്യതാ നയം ദയവായി വായിക്കുക. Google നിങ്ങളുടെ സ്വകാര്യ വിവരങ്ങളെ കൈകാര്യം ചെയ്യുന്നതെങ്ങനെയാണെന്നും, സേവനങ്ങള് ഉപയോഗിക്കുമ്പോള് നിങ്ങളുടെ സ്വകാര്യതയെ പരിരക്ഷിക്കുന്നതെങ്ങനെയെന്നും ഈ നയം വിശദമാക്കുന്നു.
-+6.1 Google ന്റെ ഡാറ്റ പരിരക്ഷണ രീതികളെക്കുറിച്ചുള്ള കൂടുതല് വിവരങ്ങള്ക്ക്, http://www.9oo91e.qjz9zk/privacy.html ലെയും http://www.9oo91e.qjz9zk/chrome/intl/en/privacy.html ലെയും Google ന്റെ സ്വകാര്യതാ നയം ദയവായി വായിക്കുക. Google നിങ്ങളുടെ സ്വകാര്യ വിവരങ്ങളെ കൈകാര്യം ചെയ്യുന്നതെങ്ങനെയാണെന്നും, സേവനങ്ങള് ഉപയോഗിക്കുമ്പോള് നിങ്ങളുടെ സ്വകാര്യതയെ പരിരക്ഷിക്കുന്നതെങ്ങനെയെന്നും ഈ നയം വിശദമാക്കുന്നു.
-6.2 Google ന്റെ സ്വകാര്യതാ നയങ്ങള്ക്കനുസരിച്ച് നിങ്ങളുടെ ഡാറ്റ ഉപയോഗിക്കുമെന്ന് നിങ്ങള് സമ്മതിക്കുന്നു.
-7. സേവനങ്ങളിലെ ഉള്ളടക്കങ്ങള്
-7.1 സേവനങ്ങളുടെ ഭാഗമായി അല്ലെങ്കില് അത് നിങ്ങള് ഉപയോഗിക്കുന്നതുവഴി നിങ്ങള്ക്ക് ആക്സസ്സ് ഉള്ള എല്ലാ വിവരങ്ങള്ക്കും (ഡാറ്റാ ഫയലുകള്, എഴുതിയ പാഠം, കമ്പ്യൂട്ടര് സോഫ്റ്റ്വെയര്, സംഗീത, ഓഡിയോ ഫയലുകള് അല്ലെങ്കില് മറ്റ് ശബ്ദങ്ങള്, ഫോട്ടോഗ്രാഫുകള്, വീഡിയോകള് അല്ലെങ്കില് മറ്റ് ചിത്രങ്ങള് എന്നിവ പോലുള്ളവ) അത്തരം ഉള്ളടക്കം രൂപം കൊടുത്ത വ്യക്തി മാത്രമായിരിക്കും ഉത്തരവാദി എന്ന് നിങ്ങള് മനസ്സിലാക്കുന്നു. അത്തരം എല്ലാ വിവരങ്ങളെയും ചുവടെ “ഉള്ളടക്കം” എന്ന് പരാമര്ശിച്ചിരിക്കുന്നു.
-7.2 സേവനങ്ങളിലെ പരസ്യങ്ങളും സ്പോണ്സര് ചെയ്ത ഉള്ളടക്കങ്ങളും അടക്കം എന്നാല് അവയില് പരിമിതപ്പെടാത്ത, സേവനങ്ങളുടെ ഭാഗമായി നിങ്ങള്ക്ക് നല്കിയ ഉള്ളടക്കം, അത്തരം ഉള്ളടക്കം Google ന് നല്കിയ സ്പോണ്സറുടെ അല്ലെങ്കില് പരസ്യദാതാക്കളുടെ (അല്ലെങ്കില് അവര്ക്ക് വേണ്ടിയുള്ള മറ്റ് വ്യക്തികളുടെയോ കമ്പനികളുടെയോ) ഉടമസ്ഥതയിലുള്ള ബൌദ്ധിക സ്വത്തവകാശത്തിന് കീഴില് സംരക്ഷിക്കപ്പെടുമെന്ന് നിങ്ങള് അറിഞ്ഞിരിക്കണം. Google അല്ലെങ്കില് ഉള്ളടക്കത്തിന്റെ ഉടമകള് നിങ്ങള്ക്ക് ഒരു പ്രത്യേക കരാറില് അനുമതി നല്കിയിട്ടില്ലാത്തപക്ഷം നിങ്ങള് ഈ ഉള്ളടക്കത്തെ (മുഴുവനായോ അല്ലെങ്കില് ഭാഗികമായോ) അടിസ്ഥാനമാക്കി പരിഷ്ക്കരിക്കാനോ, വാടകയ്ക്ക് നല്കാനോ, പാട്ടത്തിന് നല്കാനോ, ലോണ് നല്കാനോ, വില്ക്കാനോ വിതരണം ചെയ്യാനോ അല്ലെങ്കില് വ്യുല്പ്പന്ന പ്രവര്ത്തനങ്ങള് സൃഷ്ടിക്കാനോ പാടില്ല.
--7.3 പ്രീ-സ്ക്രീന് ചെയ്യുന്നതിനും, അവലോകനം നടത്തുന്നതിനും ഫ്ലാഗ് ചെയ്യുന്നതിനും, ഫില്റ്റര് ചെയ്യുന്നതിനും പരിഷ്കരിക്കുന്നതിനും സേവനത്തില് നിന്ന് ഏതെങ്കിലും അല്ലെങ്കില് എല്ലാ ഉല്പ്പന്നങ്ങളും നീക്കം ചെയ്യുന്നതിനുമുള്ള അവകാശം (എന്നാല് ബാധ്യതകളൊന്നുമില്ല) Google ല് നിക്ഷിപ്തമാണ്. ചില സേവനങ്ങള്ക്കായി, സ്പഷ്ടമായ ലൈംഗിക ഉള്ളടക്കം നീക്കംചെയ്യുന്നതിന് Google ചില ഉപകരണങ്ങള് നല്കാം. ഈ ഉപകരണങ്ങളില് സുരക്ഷിതതിരയല് മുന്ഗണന ക്രമീകരണങ്ങള് അടങ്ങിയിരിക്കുന്നു ( https://support.google.com/websearch/answer/510 കാണുക). കൂടാതെ, നിങ്ങള് ആക്ഷേപകരമെന്ന് കണ്ടെത്തിയേക്കാവുന്ന ഉല്പ്പന്നത്തിലേക്കുള്ള ആക്സസ്സ് പരിമിതപ്പെടുത്തുന്നതിന് വാണിജ്യപരമായി ലഭ്യമാകുന്ന സേവനങ്ങളും സോഫ്റ്റ്വെയറുമുണ്ട്.
-+7.3 പ്രീ-സ്ക്രീന് ചെയ്യുന്നതിനും, അവലോകനം നടത്തുന്നതിനും ഫ്ലാഗ് ചെയ്യുന്നതിനും, ഫില്റ്റര് ചെയ്യുന്നതിനും പരിഷ്കരിക്കുന്നതിനും സേവനത്തില് നിന്ന് ഏതെങ്കിലും അല്ലെങ്കില് എല്ലാ ഉല്പ്പന്നങ്ങളും നീക്കം ചെയ്യുന്നതിനുമുള്ള അവകാശം (എന്നാല് ബാധ്യതകളൊന്നുമില്ല) Google ല് നിക്ഷിപ്തമാണ്. ചില സേവനങ്ങള്ക്കായി, സ്പഷ്ടമായ ലൈംഗിക ഉള്ളടക്കം നീക്കംചെയ്യുന്നതിന് Google ചില ഉപകരണങ്ങള് നല്കാം. ഈ ഉപകരണങ്ങളില് സുരക്ഷിതതിരയല് മുന്ഗണന ക്രമീകരണങ്ങള് അടങ്ങിയിരിക്കുന്നു ( https://support.9oo91e.qjz9zk/websearch/answer/510 കാണുക). കൂടാതെ, നിങ്ങള് ആക്ഷേപകരമെന്ന് കണ്ടെത്തിയേക്കാവുന്ന ഉല്പ്പന്നത്തിലേക്കുള്ള ആക്സസ്സ് പരിമിതപ്പെടുത്തുന്നതിന് വാണിജ്യപരമായി ലഭ്യമാകുന്ന സേവനങ്ങളും സോഫ്റ്റ്വെയറുമുണ്ട്.
-7.4 സേവനങ്ങള് ഉപയോഗിക്കുന്നതിലൂടെ നിന്ദ്യവും ആശാസ്യമല്ലാത്തതും അല്ലെങ്കില് ആക്ഷേപകരമായതുമായ ഉല്പ്പന്നങ്ങള് നിങ്ങള് കണ്ടേക്കാമെന്നും ഈ സാഹചര്യത്തില് സ്വന്തം ഉത്തരവാദിത്തത്തിലാണ് നിങ്ങള് സേവനങ്ങള് ഉപയോഗിക്കുന്നതെന്നും മനസ്സിലാക്കുന്നു.
-7.5 സേവനങ്ങള് ഉപയോഗിക്കുന്ന സമയത്ത് നിങ്ങള് സൃഷ്ടിക്കുന്ന, പ്രേക്ഷണം ചെയ്യുന്ന അല്ലെങ്കില് പ്രദര്ശിപ്പിക്കുന്ന ഏതൊരു ഉല്പ്പന്നത്തിനും കൂടാതെ അങ്ങനെ ചെയ്യുന്നതിലൂടെ നിങ്ങളുടെ പ്രവര്ത്തനങ്ങളുടെ (Google നുണ്ടാകാവുന്ന ഏതെങ്കിലും നഷ്ടം അല്ലെങ്കില് നാശനഷ്ടം ഉള്പ്പെടെ) പരിണിതഫലങ്ങള്ക്കും നിങ്ങള് മാത്രം ഉത്തരവാദികളായിരിക്കുമെന്ന് സമ്മതിക്കുന്നു (Google ന് നിങ്ങളോടോ അല്ലെങ്കില് ഏതെങ്കിലും മൂന്നാം കക്ഷിയോടോ ഒരു ഉത്തരവാദിത്തവും ഉണ്ടായിരിക്കില്ല).
-8. ബൌദ്ധിക സ്വത്തവകാശങ്ങള്
-8.1 സേവനങ്ങളിലും സേവനങ്ങളിലേക്കും ഉള്ള എല്ലാ നിയമാവകാശങ്ങളും പദവിയും താല്പ്പര്യവും, സേവനങ്ങളില് നിലനില്ക്കുന്ന ഏതെങ്കിലും ബൌദ്ധിക സ്വത്തവകാശ നിയമങ്ങളുമടക്കം (ആ അവകാശങ്ങള് രജിസ്റ്റര് ചെയ്തതായാലും ഇല്ലെങ്കിലും കൂടാതെ ആ അവകാശങ്ങള് ലോകത്തെവിടെ നിലവിലുണ്ടായാലും) Google ന് (അല്ലെങ്കില് Google ന്റെ ലൈസന്സര്മാര്ക്ക്) സ്വന്തമാണെന്ന് നിങ്ങള് സമ്മതിക്കുകയും അംഗീകരിക്കുകയും ചെയ്യുന്നു.
-8.2 Google മായി രേഖാമൂലം നിങ്ങള് അനുമതി നേടാത്ത സാഹചര്യത്തില്, നിബന്ധനകളില് ഒന്നുംതന്നെ Google ന്റെ വ്യാപാരനാമങ്ങള്, വ്യാപാരമുദ്രകള്, സേവനമുദ്രകള്, ലോഗോകള്, ഡൊമെയ്ന് നാമങ്ങള്, കൂടാതെ മറ്റ് വ്യതിരിക്ത ബ്രാന്ഡ് സവിശേഷതകള് എന്നിവയിലേതെങ്കിലും ഉപയോഗിക്കാനുള്ള അവകാശം നിങ്ങള്ക്ക് നല്കുന്നില്ല.
--8.3 ഈ ബ്രാന്ഡ് സവിശേഷതകളില് ഏതെങ്കിലും ഉപയോഗിക്കാനുള്ള സ്പഷ്ടമായ അവകാശം Google മായി രേഖാമൂലമുള്ള പ്രത്യേക കരാറിലൂടെ നിങ്ങള്ക്ക് നല്കിയിട്ടുണ്ടെങ്കില്, അത്തരം സവിശേഷതകള് നിങ്ങള് ഉപയോഗിക്കുന്നത് ആ കരാര് പ്രകാരവും, നിബന്ധനകളിലെ ഏത് പ്രായോഗിക വ്യവസ്ഥകള് പ്രകാരവും ആയിരിക്കുമെന്നും, സമയാസമയങ്ങളില് പുതുക്കുന്ന Google ന്റെ ബ്രാന്ഡ് സവിശേഷത ഉപയോഗത്തിന്റെ മാര്ഗ്ഗരേഖകള് അനുസരിച്ചും ആയിരിക്കുമെന്ന് നിങ്ങള് സമ്മതിക്കുന്നു. ഈ മാര്ഗ്ഗരേഖകള് ഓണ്ലൈനായി http://www.google.com/permissions/guidelines.html ല് കാണാന് കഴിയും (അല്ലെങ്കില് Google ഈ ആവശ്യത്തിനായി സമയാസമയങ്ങളില് നല്കിയേക്കാവുന്നതുപോലുള്ള മറ്റ് URL ല്).
-+8.3 ഈ ബ്രാന്ഡ് സവിശേഷതകളില് ഏതെങ്കിലും ഉപയോഗിക്കാനുള്ള സ്പഷ്ടമായ അവകാശം Google മായി രേഖാമൂലമുള്ള പ്രത്യേക കരാറിലൂടെ നിങ്ങള്ക്ക് നല്കിയിട്ടുണ്ടെങ്കില്, അത്തരം സവിശേഷതകള് നിങ്ങള് ഉപയോഗിക്കുന്നത് ആ കരാര് പ്രകാരവും, നിബന്ധനകളിലെ ഏത് പ്രായോഗിക വ്യവസ്ഥകള് പ്രകാരവും ആയിരിക്കുമെന്നും, സമയാസമയങ്ങളില് പുതുക്കുന്ന Google ന്റെ ബ്രാന്ഡ് സവിശേഷത ഉപയോഗത്തിന്റെ മാര്ഗ്ഗരേഖകള് അനുസരിച്ചും ആയിരിക്കുമെന്ന് നിങ്ങള് സമ്മതിക്കുന്നു. ഈ മാര്ഗ്ഗരേഖകള് ഓണ്ലൈനായി http://www.9oo91e.qjz9zk/permissions/guidelines.html ല് കാണാന് കഴിയും (അല്ലെങ്കില് Google ഈ ആവശ്യത്തിനായി സമയാസമയങ്ങളില് നല്കിയേക്കാവുന്നതുപോലുള്ള മറ്റ് URL ല്).
-ഈ കരാറിനുകീഴിലുള്ള അല്ലെങ്കില് ഉള്ളടക്കത്തില് നിലനില്ക്കുന്ന ഏതെങ്കിലും ബൌദ്ധിക സ്വത്തവകാശങ്ങളുള്പ്പെടെ (ഒരുപക്ഷേ ആ അവകാശങ്ങള് രജിസ്റ്റര് ചെയ്യേണ്ടതായിവന്നാലും ഇല്ലെങ്കിലും, അല്ലെങ്കില് ലോകത്തെവിടെയെങ്കിലും അത്തരം അവകാശങ്ങള് നിലവിലുണ്ടെങ്കിലും) നിങ്ങള് സമര്പ്പിക്കുന്നതോ പോസ്റ്റുചെയ്യുന്നതോ പ്രേക്ഷണം ചെയ്യുന്നതോ അല്ലെങ്കില് ഉല്പ്പന്നങ്ങളില് പ്രദര്ശിപ്പിക്കുന്നതോ ആയ ഉള്ളടക്കത്തിന് Google നിങ്ങളില് നിന്നും (അല്ലെങ്കില് നിങ്ങളുടെ ലൈസന്സര്മാരില് നിന്നും) ഒരു അവകാശങ്ങളോ ഉടമസ്ഥാവകാശമോ അല്ലെങ്കില് താല്പ്പര്യമോ കരസ്ഥമാക്കുന്നതല്ലെന്ന് മനസ്സിലാക്കുകയും അംഗീകരിക്കുകയും ചെയ്യുന്നു. Google മായി നിങ്ങള് കരാറിലേര്പ്പെട്ടില്ലെങ്കില്, അത്തരം അവകാശങ്ങള് പരിരക്ഷിക്കുന്നതിനും നടപ്പിലാക്കുന്നതിനും നിങ്ങള് ഉത്തരവാദികളായിരിക്കുമെന്നും കൂടാതെ അവ നിങ്ങളുടെ താല്പ്പര്യാര്ത്ഥം ചെയ്യുന്നതിന് Google ന് യാതൊരു നിയമബാദ്ധ്യതയും ഉണ്ടായിരിക്കുന്നതല്ല എന്നും നിങ്ങള് സമ്മതിക്കുന്നു.
-8.5 സേവനങ്ങളോട് അനുബന്ധിച്ചതോ അല്ലെങ്കില് അതില് അടങ്ങിയിരിക്കുന്നതോ ആയ ഏതെങ്കിലും ഉടമസ്ഥാവകാശ അറിയിപ്പുകള് (പകര്പ്പവകാശ, വ്യാപാരമുദ്ര അറിയിപ്പുകള് ഉള്പ്പെടെ) നീക്കംചെയ്യുകയോ അവ്യക്തമാക്കുകയോ അല്ലെങ്കില് മാറ്റം വരുത്തുകയോ ചെയ്യില്ലെന്ന് നിങ്ങള് സമ്മതിക്കുന്നു.
-8.6 സേവനങ്ങള് ഉപയോഗിക്കുമ്പോള് വ്യാപാരമുദ്ര, സേവനമുദ്ര, വ്യാപാരനാമം ഏതെങ്കിലും കമ്പനിയുടെ അല്ലെങ്കില് ഓര്ഗനൈസേഷന്റെ ലോഗോ എന്നിവ ഇത്തരം മുദ്രകളുടെയും നാമങ്ങളുടെയും അല്ലെങ്കില് ലോഗോകളുടെയും ഉടമയെക്കുറിച്ചോ അല്ലെങ്കില് അംഗീകൃത ഉപയോക്താവിനെക്കുറിച്ചോ ആശയക്കുഴപ്പത്തിന് ഇടയാക്കിയേക്കാവുന്നതോ അല്ലെങ്കില് ആശയക്കുഴപ്പം ഉണ്ടാക്കാന് ഉദ്ദേശിച്ചുകൊണ്ടോ, അങ്ങനെ ചെയ്യുന്നതിന് നിങ്ങളെ Google രേഖാമൂലം വ്യക്തമായി അധികാരപ്പെടുത്തിയിട്ടില്ലെങ്കില് അവ ഉപയോഗിക്കുകയില്ലെന്ന് നിങ്ങള് സമ്മതിക്കുന്നു.
-@@ -98,8 +98,8 @@ h2 { font-size:1em; margin-top:0 } -(V) നിങ്ങളുടെ പാസ്വേഡ് അല്ലെങ്കില് അക്കൌണ്ട് വിശദാംശങ്ങള് സുരക്ഷിതവും അതീവരഹസ്യവുമായി സൂക്ഷിക്കുന്നതില് നിങ്ങള്ക്കുണ്ടായ പരാജയം;
-14.2 ഉണ്ടാകാന് ഇടയുളള നഷ്ടങ്ങളെക്കുറിച്ച് GOOGLE ന് ഉപദേശം ലഭിച്ചാലും അല്ലെങ്കില് അതിനെക്കുറിച്ച് അറിവുണ്ടെങ്കിലും മുകളിലെ ഖണ്ഡിക 14.1 ല് പറഞ്ഞിരിക്കുന്നപോലുള്ള GOOGLE ന് നിങ്ങളോടുളള ബാധ്യതയുടെ പരിധി ബാധകമാവും.
-15. പകര്പ്പവകാശ വ്യാപാരമുദ്രാ നയങ്ങള്
--15.1 ബാധകമായ അന്താരാഷ്ട്ര ബൌദ്ധിക സ്വത്തവകാശ നിയമത്തിനനുസരിച്ച് (യുണൈറ്റഡ് സ്റ്റേറ്റ്സില് ഉള്പ്പെടെയുളള Digital Millennium Copyright Act) ആരോപിതമായ പകര്പ്പവകാശ ലംഘന അറിയിപ്പുകളോട് പ്രതികരിക്കുക എന്നതും ലംഘനം ആവര്ത്തിക്കുന്ന അക്കൌണ്ടുകള് അവസാനിപ്പിക്കുക എന്നതും Google ന്റെ നയമാണ്. Google ന്റെ നയത്തെക്കുറിച്ചുള്ള വിശദാംശങ്ങള് http://www.google.com/dmca.html ല് കണ്ടെത്താനാകും.
--15.2 Google ന്റെ പരസ്യ വ്യാപാരം പ്രകാരം Google ഒരു വ്യാപാര മുദ്രാ പരാതി നടപടിക്രമം നടത്തുന്നു, ഇതിന്റെ വിശദാംശങ്ങള് http://www.google.com/tm_complaint.html ല് കണ്ടെത്താന് കഴിയും.
-+15.1 ബാധകമായ അന്താരാഷ്ട്ര ബൌദ്ധിക സ്വത്തവകാശ നിയമത്തിനനുസരിച്ച് (യുണൈറ്റഡ് സ്റ്റേറ്റ്സില് ഉള്പ്പെടെയുളള Digital Millennium Copyright Act) ആരോപിതമായ പകര്പ്പവകാശ ലംഘന അറിയിപ്പുകളോട് പ്രതികരിക്കുക എന്നതും ലംഘനം ആവര്ത്തിക്കുന്ന അക്കൌണ്ടുകള് അവസാനിപ്പിക്കുക എന്നതും Google ന്റെ നയമാണ്. Google ന്റെ നയത്തെക്കുറിച്ചുള്ള വിശദാംശങ്ങള് http://www.9oo91e.qjz9zk/dmca.html ല് കണ്ടെത്താനാകും.
-+15.2 Google ന്റെ പരസ്യ വ്യാപാരം പ്രകാരം Google ഒരു വ്യാപാര മുദ്രാ പരാതി നടപടിക്രമം നടത്തുന്നു, ഇതിന്റെ വിശദാംശങ്ങള് http://www.9oo91e.qjz9zk/tm_complaint.html ല് കണ്ടെത്താന് കഴിയും.
-16. പരസ്യങ്ങള്
-16.1 ചില സേവനങ്ങളെ പരസ്യ വരുമാനം പിന്തുണയ്ക്കുകയും പരസ്യങ്ങളെയും പ്രമോഷനുകളെയും പ്രദര്ശിപ്പിക്കുകയും ചെയ്യുന്നു. സേവനങ്ങളിലൂടെയോ മറ്റ് വിവരങ്ങളിലൂടെയോ നിര്മ്മിച്ച സേവനങ്ങളിലോ, അന്വേഷണങ്ങളിലോ സംഭരിച്ചിരിക്കുന്ന വിവരങ്ങളുടെ ഉള്ളടക്കത്തെ ഈ പരസ്യങ്ങള് ലക്ഷ്യമാക്കാം.
-16.2 Google സേവനങ്ങളില് പരസ്യപ്പെടുത്തുന്നവയുടെ രൂപവലുപ്പങ്ങളെല്ലാം നിങ്ങളെ മുന്കൂട്ടിയറിയിക്കാതെയുള്ള മാറ്റങ്ങള്ക്ക് വിധേയമാണ്.
-@@ -109,7 +109,7 @@ h2 { font-size:1em; margin-top:0 } -17.2 അത്തരം ഏതെങ്കിലും ബാഹ്യ സൈറ്റുകള് അല്ലെങ്കില് ഉറവിടങ്ങള് എന്നിവയുടെ ലഭ്യതയ്ക്ക് Google ഉത്തരവാദിയല്ലെന്നും അത്തരം ബാഹ്യ സൈറ്റുകളിലോ ഉറവിടങ്ങളിലോ ഉള്ളതോ ലഭ്യമായതോ ആയ ഏതെങ്കിലും പരസ്യം, ഉല്പ്പന്നങ്ങള് അല്ലെങ്കില് മറ്റ് മെറ്റീരിയലുകള് എന്നിവ അംഗീകരിക്കുകയില്ലെന്നും നിങ്ങള് സമ്മതിക്കുകയും അംഗീകരിക്കുകയും ചെയ്യുന്നു.
-17.3 അത്തരം ബാഹ്യ സൈറ്റുകള് അല്ലെങ്കില് ഉറവിടങ്ങളുടെ ലഭ്യതയുടെ ഫലമായി, അല്ലെങ്കില് അത്തരം വെബ് സൈറ്റുകളിലോ ഉറവിടങ്ങളിലോ ലഭ്യമായ ഏതെങ്കിലും പരസ്യത്തിന്റെയും പൂര്ണതയിലും, കൃത്യതയിലും, നിലനില്പ്പിലും നിങ്ങള് സമര്പ്പിച്ച വിശ്വാസത്തിന്റെ ഫലമായി, നിങ്ങള് കാരണം ഉണ്ടാകാവുന്ന ഏതെങ്കിലും നഷ്ടത്തിനോ അല്ലെങ്കില് കേടുപാടിനോ Google ഉത്തരവാദിയായിരിക്കില്ലെന്നത് നിങ്ങള് സമ്മതിക്കുകയും അംഗീകരിക്കുകയും ചെയ്യുന്നു.
-18. നിബന്ധനകളിലെ മാറ്റങ്ങള്
--18.1 സമയാസമയങ്ങളില് ആഗോള നിബന്ധനകളിലോ അല്ലെങ്കില് കൂടുതല് നിബന്ധനകളിലോ Google മാറ്റങ്ങള് വരുത്താം. ഈ മാറ്റങ്ങള് വരുത്തുമ്പോള്, ആഗോള നിബന്ധനകളുടെ http://www.google.com/chrome/intl/en/eula_text.html ല് ലഭ്യമാകുന്ന പുതിയ പകര്പ്പ് Google സൃഷ്ടിക്കുന്നു. കൂടാതെ ബാധകമായ സേവനങ്ങളില് നിന്നോ അല്ലെങ്കില് അതിലൂടെയോ പുതിയ കൂടുതല് നിബന്ധനകള് നിങ്ങള്ക്ക് ലഭ്യമാകും.
-+18.1 സമയാസമയങ്ങളില് ആഗോള നിബന്ധനകളിലോ അല്ലെങ്കില് കൂടുതല് നിബന്ധനകളിലോ Google മാറ്റങ്ങള് വരുത്താം. ഈ മാറ്റങ്ങള് വരുത്തുമ്പോള്, ആഗോള നിബന്ധനകളുടെ http://www.9oo91e.qjz9zk/chrome/intl/en/eula_text.html ല് ലഭ്യമാകുന്ന പുതിയ പകര്പ്പ് Google സൃഷ്ടിക്കുന്നു. കൂടാതെ ബാധകമായ സേവനങ്ങളില് നിന്നോ അല്ലെങ്കില് അതിലൂടെയോ പുതിയ കൂടുതല് നിബന്ധനകള് നിങ്ങള്ക്ക് ലഭ്യമാകും.
-18.2 ആഗോള നിബന്ധനകളോ അധിക നിബന്ധനകളോ മാറ്റിയതിന് ശേഷമുള്ള തീയതിയില് നിങ്ങള് സേവനങ്ങള് ഉപയോഗിക്കുകയാണെങ്കില്, അപ്ഡേറ്റുചെയ്ത ആഗോള നിബന്ധനകളോ കൂടുതല് നിബന്ധനകളോ സ്വീകരിച്ചുവെന്ന രീതിയില് Google നിങ്ങളുടെ ഉപയോഗത്തെ പരിഗണിക്കുമെന്ന് നിങ്ങള് മനസ്സിലാക്കുകയും അംഗീകരിക്കുകയും ചെയ്യുന്നു.
-19. പൊതുവായ നിയമ നിബന്ധനകള്
-19.1 സേവനങ്ങള് ഉപയോഗിക്കുമ്പോള് ചിലപ്പോള് (സേവനങ്ങളുടെ ഉപയോഗ ഫലമായോ അല്ലെങ്കില് സേവനങ്ങള് ഉപയോഗിക്കുന്നതിലൂടെയോ) നിങ്ങള് മറ്റൊരു വ്യക്തിയോ കമ്പനിയോ നല്കിയിരിക്കുന്ന സേവനം ഉപയോഗിക്കുകയോ സോഫ്റ്റ്വെയറിന്റെ ഭാഗം ഡൌണ്ലോഡുചെയ്യുകയോ അല്ലെങ്കില് സാധനങ്ങള് വാങ്ങുകയോ ചെയ്തേക്കാം. ഈ മറ്റ് സേവനങ്ങളോ സോഫ്റ്റ്വെയറോ സാധനങ്ങളോ നിങ്ങള് ഉപയോഗിക്കുന്നത് നിങ്ങളും കമ്പനിയുമായി അല്ലെങ്കില് ബന്ധപ്പെട്ട വ്യക്തിയുമായി ഉള്ള പ്രത്യേക നിബന്ധനകള്ക്ക് വിധേയമായാകും. അങ്ങനെയെങ്കില്, ഇത്തരം മറ്റ് കമ്പനികളുമായോ വ്യക്തികളുമായോ നിങ്ങള്ക്കുള്ള നിയമപരമായ ബന്ധത്തെ നിബന്ധനകള് ബാധിക്കില്ല.
+@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + അവസാനം പരിഷ്ക്കരിച്ചത്: 2021 ജനുവരി 01 + ++- Chrome അല്ലെങ്കിൽ Chrome OS ഉപയോഗിക്കുന്നതിലൂടെ, https://policies.google.com/terms -ൽ ഉള്ള Google സേവന നിബന്ധനകളും ഈ Google Chrome, Chrome OS അധിക സേവന നിബന്ധനകളും നിങ്ങൾ അംഗീകരിക്കുന്നു. ++ Chrome അല്ലെങ്കിൽ Chrome OS ഉപയോഗിക്കുന്നതിലൂടെ, https://policies.9oo91e.qjz9zk/terms -ൽ ഉള്ള Google സേവന നിബന്ധനകളും ഈ Google Chrome, Chrome OS അധിക സേവന നിബന്ധനകളും നിങ്ങൾ അംഗീകരിക്കുന്നു. +
++- Chrome, Chrome OS എന്നിവയുടെ നിർവഹിക്കാൻ കഴിയുന്ന കോഡ് പതിപ്പിന് ഈ Google Chrome, Chrome OS അധിക സേവന നിബന്ധനകൾ ബാധകമാണ്. Chrome-നായുള്ള മിക്ക സോഴ്സ് കോഡും https://code.google.com/chromium/terms.html -ൽ ഓപ്പൺ സോഴ്സ് സോഫ്റ്റ്വെയർ ലൈസൻസ് ഉടമ്പടി പ്രകാരം സൗജന്യമായി ലഭ്യമാണ്. ++ Chrome, Chrome OS എന്നിവയുടെ നിർവഹിക്കാൻ കഴിയുന്ന കോഡ് പതിപ്പിന് ഈ Google Chrome, Chrome OS അധിക സേവന നിബന്ധനകൾ ബാധകമാണ്. Chrome-നായുള്ള മിക്ക സോഴ്സ് കോഡും https://code.9oo91e.qjz9zk/chromium/terms.html -ൽ ഓപ്പൺ സോഴ്സ് സോഫ്റ്റ്വെയർ ലൈസൻസ് ഉടമ്പടി പ്രകാരം സൗജന്യമായി ലഭ്യമാണ്. +
++ Chrome, Chrome OS എന്നിവയുടെ ചില ഘടകങ്ങൾ നിങ്ങൾ ഉപയോഗിക്കുന്നത് ഇനിപ്പറയുന്ന നിബന്ധനകൾക്ക് വിധേയമാണ്: diff --git a/components/resources/terms/terms_mr.html b/components/resources/terms/terms_mr.html --- a/components/resources/terms/terms_mr.html +++ b/components/resources/terms/terms_mr.html -@@ -14,7 +14,7 @@ h2 { font-size:1em; margin-top:0 } - - -
--We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.google.com/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.google.com/terms/chromechanges#faq).
We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.9oo91e.qjz9zk/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.9oo91e.qjz9zk/terms/chromechanges#faq).
Google Chrome च्या कार्यवाहीयोग्य कोड आवृत्तीस या सेवा अटी लागू होतात. मुक्त स्रोत सॉफ्टवेअर परवाना करारा अंतर्गत chrome://credits येथे Google Chrome साठी स्रोत कोड विनामूल्य उपलब्ध आहे .
-1. आपले Google बरोबरचे संबंध
-@@ -42,18 +42,18 @@ h2 { font-size:1em; margin-top:0 } -5.3 Google कडून स्वतंत्र कराराद्वारे आपल्याला असे करण्याची परवानगी दिली जात नाही तोपर्यंत, आपण सहमत आहात की आपण कोणत्याही हेतूसाठी सेवेचे पुनरूत्पादन, डुप्लिकेट, कॉपी, विक्री, व्यापार किंवा पुनर्विक्री करणार नाही.
-5.4 आपण सहमत आहात की अटींच्या अंतर्गत आपण केलेला कर्तव्य भंग आणि त्याच्या परिणामांसाठी (कोणत्याही प्रकारची हानी किंवा क्षति जी Google ला भोगावी लागू शकेल तिच्यासह) आपण स्वत: पूर्णपणे जवाबदार असाल (आणि Google आपण किंवा कोणत्याही तृतीय पक्षासाठी जवाबदार राहणार नाही)
-6. गोपनीयता आणि आपली वैयक्तिक माहिती
--6.1 Google च्या डेटा संरक्षण पद्धतींबद्दल माहितीसाठी, कृपया Google चे गोपनीयता धोरण http://www.google.com/privacy.html आणि http://www.google.com/chrome/intl/en/privacy.html येथे वाचा. आपण सेवा वापरता तेव्हा Google आपली वैयक्तिक माहिती कशी हाताळते आणि आपली गोपनीयता कशा प्रकारे संरक्षित करते हे, हे धोरण स्पष्ट करते.
-+6.1 Google च्या डेटा संरक्षण पद्धतींबद्दल माहितीसाठी, कृपया Google चे गोपनीयता धोरण http://www.9oo91e.qjz9zk/privacy.html आणि http://www.9oo91e.qjz9zk/chrome/intl/en/privacy.html येथे वाचा. आपण सेवा वापरता तेव्हा Google आपली वैयक्तिक माहिती कशी हाताळते आणि आपली गोपनीयता कशा प्रकारे संरक्षित करते हे, हे धोरण स्पष्ट करते.
-6.2 आपण आपला डेटा Google च्या गोपनीयता धोरणांनुसार वापरण्यास सहमत आहात.
-7. सेवेतील सामग्री
-7.1 आपण समजून घेतले आहे की आपण सेवेच्या वापराचा एक भाग म्हणून किंवा सेवेच्या वापराद्वारे प्रवेश केलेली सर्व माहिती (डेटा फाइल्स, लिखित मजकूर, संगणक सॉफ्टवेअर, संगीत, ऑडिओ फाइल्स किंवा इतर ध्वनी, फोटोग्राफ, व्हिडिओ किंवा इतर प्रतिमा यासारखी) ची संपूर्ण जबाबदारी त्या व्यक्तीची आहे जिने अशी सामग्री तयार केली आहे. अशी सर्व माहिती खाली “सामग्री” या रूपात अभिप्रेत आहे.
-7.2 आपल्याला ज्ञात असले पाहिजे की सेवांचा भाग म्हणून आपल्यासमक्ष सेवेतील जाहिराती आणि सेवेतील प्रायोजित सामग्री सह प्रस्तुत सामग्री, परंतु या इतकेच मर्यादित नाही, बौद्धिक संपत्ती अधिकारांद्वारे संरक्षित असू शकेल जे Google ला ही सामग्री प्रदान करणार्या प्रायोजक किंवा जाहिरातदारांच्या (किंवा त्यांच्या वतीने अन्य व्यक्ती किंवा कंपनीच्या) मालकीचे असतील. Google किंवा त्या सामग्रीच्या मालकाकडून स्वतंत्र कराराद्वारे आपणांस असे करण्याची स्पष्ट परवानगी प्राप्त झालेली नसेल तोपर्यंत आपण त्यात सुधारणा करू, ती भाड्याने, भाडेपट्टीने देऊ, तीवर कर्ज देऊ, तिची विक्री, वितरण किंवा त्या सामग्रीवर (संपूर्ण किंवा आंशिक) आधारित व्युत्पन्न कार्ये तयार करू शकत नाही.
--7.3 Google कोणत्याही सेवेतील सर्व किंवा कोणत्याही सामग्रीचे प्री-स्क्रीन्स, समीक्षा, फ्लॅग, फिल्टर, सुधारणा, मनाई, किंवा काढून टाकण्याचे अधिकार (परंतु तसे कराराद्वारे बंधनकारक नसू शकेल) राखून ठेवत आहे. काही सेवांसाठी, Google विशिष्ट लैंगिक सामग्री फिल्टर करण्यासाठी साधने उपलब्ध करुन देऊ शकते. या साधनांमध्ये सुरक्षितशोध प्राधान्य सेटिंग्जचा समावेश असतो (https://support.google.com/websearch/answer/510 पहा). या व्यतिरिक्त, येथे व्यावसायिक रूपात उपलब्ध अशा सेवा आणि सॉफ्टवेअर आहेत ज्या आपल्यास आपत्तीजनक वाटणार्या सामग्रीच्या प्रवेशावर मर्यादा घालू शकतात.
-+7.3 Google कोणत्याही सेवेतील सर्व किंवा कोणत्याही सामग्रीचे प्री-स्क्रीन्स, समीक्षा, फ्लॅग, फिल्टर, सुधारणा, मनाई, किंवा काढून टाकण्याचे अधिकार (परंतु तसे कराराद्वारे बंधनकारक नसू शकेल) राखून ठेवत आहे. काही सेवांसाठी, Google विशिष्ट लैंगिक सामग्री फिल्टर करण्यासाठी साधने उपलब्ध करुन देऊ शकते. या साधनांमध्ये सुरक्षितशोध प्राधान्य सेटिंग्जचा समावेश असतो (https://support.9oo91e.qjz9zk/websearch/answer/510 पहा). या व्यतिरिक्त, येथे व्यावसायिक रूपात उपलब्ध अशा सेवा आणि सॉफ्टवेअर आहेत ज्या आपल्यास आपत्तीजनक वाटणार्या सामग्रीच्या प्रवेशावर मर्यादा घालू शकतात.
-7.4 आपण समजून घेता की सेवा वापराद्वारे आपण असा सामग्रीस सामोरे जाल जी आपल्याला अपमानकारक, असभ्य किंवा आपत्तीजनक वाटू शकते, त्या संदर्भात, आपण स्वत:च्या जोखमीवर या सेवांचा वापर करीत आहात.
-7.5 आपण सहमत आहात की सेवांचा वापर करताना आपण तयार, प्रसारित किंवा प्रदर्शित केलेल्या सामग्रीसाठी आणि तसे करण्यामुळे उद्भवणार्या सर्व परिणामांसाठी (Google ला भोगाव्या लागणार्या कोणत्याही हानी किंवा क्षतिसह) आपण संपूर्णतः जबाबदार आहात (आणि याकरिता Google आपल्यासाठी किंवा कोणत्याही तृतीय पक्षासाठी जबाबदार राहणार नाही).
-8. मालकी हक्क
-8.1 आपण स्वीकार करता आणि सहमत आहात की सर्व सेवांमधील सर्व कायदेशीर अधिकार, शीर्षक, हित, सेवांमध्ये असलेल्या कोणत्याही बौद्धिक संपत्ती अधिकारांसहित, (ते अधिकार नोंदणीकृत असतील किंवा नसतील आणि जगात कोठेही अस्तित्वात असतील) सर्व कायदेशीर अधिकार Google कडे (किंवा Google च्या परवाना प्रदात्यांकडे) राहतील.
-8.2 Google द्वारा लिखित मंजूरी शिवाय, कोणतीही अट आपल्याला Google चे कोणतेही ट्रेडनेम, ट्रेडमार्क्स, सेवा चिन्ह, लोगो, डोमेन नाव आणि इतर विशिष्ट ब्रँड सुविधांच्या वापराचे अधिकार देत नाही.
--8.3 या ब्रँड वैशिष्ट्यांमधील कशाच्याही वापरासाठी Google ने आपल्याला एखाद्या स्वतंत्र लिखित करारानुसार स्पष्ट अधिकार दिल्यानंतर आपण स्वीकारता की आपण या कोणत्याही वैशिष्ट्याचा वापर करण्यासाठी त्या कराराचे, अटींमध्ये नमूद लागू तरतूदी आणि वेळोवेळी Google च्या ब्रँड सुविधांच्या वापराबाबत अद्यतनित मार्गदर्शक तत्त्वांचे पालन कराल. ही मार्गदर्शक तत्त्वे http://www.google.com/permissions/guidelines.html येथे ऑनलाइन पाहता येतील (किंवा Google ने या कारणास्तव वेळोवेळी प्रदान केलेल्या अशा अन्य URL शोधा).
-+8.3 या ब्रँड वैशिष्ट्यांमधील कशाच्याही वापरासाठी Google ने आपल्याला एखाद्या स्वतंत्र लिखित करारानुसार स्पष्ट अधिकार दिल्यानंतर आपण स्वीकारता की आपण या कोणत्याही वैशिष्ट्याचा वापर करण्यासाठी त्या कराराचे, अटींमध्ये नमूद लागू तरतूदी आणि वेळोवेळी Google च्या ब्रँड सुविधांच्या वापराबाबत अद्यतनित मार्गदर्शक तत्त्वांचे पालन कराल. ही मार्गदर्शक तत्त्वे http://www.9oo91e.qjz9zk/permissions/guidelines.html येथे ऑनलाइन पाहता येतील (किंवा Google ने या कारणास्तव वेळोवेळी प्रदान केलेल्या अशा अन्य URL शोधा).
-8.4 Google स्वीकार करत आहे आणि सहमत आहे की त्यांना या अटींअंतर्गत आपण सादर, पोस्ट, प्रसारित किंवा प्रदर्शित केलेल्या कोणत्याही सामग्रीचा किंवा त्या सामग्रीतील कोणत्याही बौद्धिक संपत्ती अधिकारांच्या (ते अधिकार नोंदणीकृत असतील किंवा नसतील, आणि जगात कोठेही अस्तित्वात असतील) सेवेमार्फत आपल्या जवळ (किंवा आपल्या परवाना प्रदात्यांकडे) असलेल्या कोणत्याही अधिकारांचा, मालकी हक्क किंवा लाभ मिळवता येणार नाही. आपण स्वीकारले आहे किंवा Google सह लिखित अन्यथा करार केला असून आपण सहमत आहात की आपण ते अधिकार जतन करण्यासाठी आणि त्यांच्या अंमलबजावणीसाठी स्वत: जबाबदार आहात आणि आपल्यावर किंवा आपल्या वतीने तसे करण्यासाठी Google वर कोणतेही बंधन नाही.
-8.5 आपण स्वीकारत आहात की सेवांसह जोडलेल्या किंवा सेवांमध्ये असलेल्या कोणत्याही प्रकारच्या मालकी हक्क सूचना (कॉपीराइट आणि ट्रेडमार्क सूचनांसहित), आपण काढू, अस्पष्ट करू किंवा बदलू शकत नाही.
-8.6 आपण स्वीकारत आहात की Google द्वारा आपल्याला असे करण्यासाठी स्पष्ट लिखित अधिकृतता दिली जात नाही तोपर्यंत सेवा वापरताना आपण कोणताही ट्रेडमार्क, सेवा चिह्न, ट्रेड नेम, कोणत्याही कंपनीचा किंवा संघटनेच्या लोगो यांचा वापर अशा प्रकारे करणार नाही जो अशी चिन्हे, नावे किंवा लोगो यांचे अधिकृत मालक किंवा वापरकर्ते यांचेविषयी संदिग्धता निर्माण करेल.
-@@ -98,8 +98,8 @@ h2 { font-size:1em; margin-top:0 } -(V) आपण आपला संकेतशब्द आणि खात्याचे तपशील सुरक्षित आणि गोपनीय ठेवण्यात अयशस्वी ठरल्यास;
-14.2 उपरोक्त परिच्छेद क्र.14.1 मधील GOOGLE चे उत्तरदायित्व आणि आपल्या मर्यादांमध्ये नमूद कोणत्याही प्रकारचे नुकसान उद्भवण्याच्या शक्यतांविषयी आपण जागरूक आहात किंवा त्यासाठी GOOGLE ने सल्ला दिला किंवा दिला नाही तरीही त्या लागू होतील
-15. कॉपीराइट आणि ट्रेडमार्क धोरणे
--15.1 Google चे धोरण असे आहे की ते कॉपीराइट कायद्याच्या उल्लंघनाचे आरोप जर आंतरराष्ट्रीय बौद्धिक संपत्ती कायद्याचे पालन करणार्यांनी केले (यूनायटेड स्टेट्समधील, डिजिटल मिलेनियम कॉपीराइट कायद्यासहित) तर त्यांच्या सूचनांना उत्तर देतील आणि वारंवार उल्लंघन करणार्या खात्यास बंद करतील. Google च्या धोरणाचा तपशील येथे पाहता येईल http://www.google.com/dmca.html.
--15.2 Google त्यांच्या जाहिरात उद्योगांच्या संदर्भात एक ट्रेडमार्क तक्रार प्रक्रिया चालवते, ज्याचा तपशील आपल्याला येथे पाहता येईल :http://www.google.com/tm_complaint.html.
-+15.1 Google चे धोरण असे आहे की ते कॉपीराइट कायद्याच्या उल्लंघनाचे आरोप जर आंतरराष्ट्रीय बौद्धिक संपत्ती कायद्याचे पालन करणार्यांनी केले (यूनायटेड स्टेट्समधील, डिजिटल मिलेनियम कॉपीराइट कायद्यासहित) तर त्यांच्या सूचनांना उत्तर देतील आणि वारंवार उल्लंघन करणार्या खात्यास बंद करतील. Google च्या धोरणाचा तपशील येथे पाहता येईल http://www.9oo91e.qjz9zk/dmca.html.
-+15.2 Google त्यांच्या जाहिरात उद्योगांच्या संदर्भात एक ट्रेडमार्क तक्रार प्रक्रिया चालवते, ज्याचा तपशील आपल्याला येथे पाहता येईल :http://www.9oo91e.qjz9zk/tm_complaint.html.
-16. जाहिराती
-16.1 काही सेवा जाहिरातींच्या महसूलाने समर्थित असतात आणि जाहिराती आणि प्रचारसामग्री प्रदर्शित करू शकतात. या जाहिराती सेवेवर संचयित माहितीमधील सामग्री, सेवेद्वारे केलेल्या क्वेरी किंवा इतर माहिती वर लक्ष्यित असू शकतात.
-16.2 Google द्वारा सेवेवर केल्या जाणार्या जाहिरातींच्या पद्धती, मोड आणि मर्यादा आपल्याला कोणतीही विशेष सूचना न देता बदलल्या जाऊ शकतात.
-@@ -109,7 +109,7 @@ h2 { font-size:1em; margin-top:0 } -17.2 आपल्याला ज्ञात आहे आणि आपण मान्य करता की Google अशा कोणत्याही बाह्य साइट किंवा संसाधनांच्या उपलब्धतेसाठी जबाबदार नाही आणि अशा कोणत्याही वेबसाइट किंवा संसाधनावरील किंवा त्यांच्या तर्फे असलेल्या कोणत्याही जाहिराती, उत्पादने, किंवा इतर सामग्रीची पुष्टी करत नाही.
-17.3 आपल्याला ज्ञात आहे आणि आपण मान्य करता की अशा कोणत्याही बाह्य साइट किंवा संसाधनांच्या उपलब्धतेमुळे आपल्याद्वारे उद्भवणार्या किंवा अशा वेबसाइट वा संसाधनांवर वा मध्ये उपलब्ध कोणतीही जाहिरात, उत्पादन किंवा सामग्रीची पूर्णता, अचूकता वा अस्तित्व यावर आपण ठेवलेल्या विश्वासामुळे उद्भवणार्या कोणत्याही हानी वा क्षतिकरिता Google उत्तरदायी नाही.
-18. अटींमधील बदल
--18.1 Google वेळोवेळी त्यांच्या सार्वभौम अटी आणि अतिरिक्त अटींमध्ये बदल करू शकते. जेव्हा असे बदल केले जातात तेव्हा, त्या सार्वभौम अटींची एक नवीन प्रत Google http://www.google.com/chrome/intl/en/eula_text.html येथे उपलब्ध करून देते आणि कोणत्याही नवीन अतिरिक्त अटी आपल्याला प्रभावित सेवेद्वारे, किंवा तिच्या माध्यमातून उपलब्ध करून दिल्या जातात.
-+18.1 Google वेळोवेळी त्यांच्या सार्वभौम अटी आणि अतिरिक्त अटींमध्ये बदल करू शकते. जेव्हा असे बदल केले जातात तेव्हा, त्या सार्वभौम अटींची एक नवीन प्रत Google http://www.9oo91e.qjz9zk/chrome/intl/en/eula_text.html येथे उपलब्ध करून देते आणि कोणत्याही नवीन अतिरिक्त अटी आपल्याला प्रभावित सेवेद्वारे, किंवा तिच्या माध्यमातून उपलब्ध करून दिल्या जातात.
-18.2 आपण समजून घेता आणि स्वीकार करता की ज्या तारखेला या सार्वभौम अटी किंवा अतिरिक्त अटी बदलल्या जातील त्यानंतर आपण सेवांचा वापर केल्यास, आपण त्या सार्वभौम अटी किंवा अतिरिक्त अटींचा स्वीकार केला असल्याची वागणूक Google आपल्याला देईल.
-19. सामान्य कायदेशीर अटी
-19.1 काहीवेळा जेव्हा आपण सेवा वापरता तेव्हा, आपण (परीणामस्वरुप, किंवा आपल्या सेवा वापराशी संबंधित) एखादी सेवा वापरू किंवा सॉफ्टवेअरचा एखादा भाग डाउनलोड करू किंवा एखाद्या मालाची खरेदी करू शकता, जे कोणी इतर व्यक्ती किंवा कंपनीद्वारा प्रदान करण्यात आलेले असतात. आपला या इतर सेवा, सॉफ्टवेअर किंवा मालाचा वापर त्यांचेशी संबंधित असलेल्या इतर व्यक्ति किंवा कंपनी आणि आपण यांच्यातील विशिष्ट स्वतंत्र अटींचा विषय आहेत. असे असल्यास, या अटी, आपण आणि इतर व्यक्ती किंवा कंपनी यांच्या दरम्यान असलेल्या कायदेशीर संबंधांवर लागू होणार नाहीत.
+@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + शेवटची केलेली सुधारणा: १ जानेवारी २०२१ + ++- Chrome किंवा Chrome OS वापरून, तुम्ही https://policies.google.com/terms येथे असलेल्या Google सेवा अटींना आणि या Google Chrome व Chrome OS अतिरिक्त सेवा अटींना सहमती दर्शवता. ++ Chrome किंवा Chrome OS वापरून, तुम्ही https://policies.9oo91e.qjz9zk/terms येथे असलेल्या Google सेवा अटींना आणि या Google Chrome व Chrome OS अतिरिक्त सेवा अटींना सहमती दर्शवता. +
++- या Google Chrome आणि Chrome OS अतिरिक्त सेवा अटी Chrome आणि Chrome OS यांच्या अंमलबजावणीक्षम कोड आवृत्त्यांना लागू होतात. Chrome साठी बहुतांश स्रोत कोड https://code.google.com/chromium/terms.html येथे मुक्त स्रोत परवाना करारनाम्याअंतर्गत विनाशुल्क उपलब्ध आहे. ++ या Google Chrome आणि Chrome OS अतिरिक्त सेवा अटी Chrome आणि Chrome OS यांच्या अंमलबजावणीक्षम कोड आवृत्त्यांना लागू होतात. Chrome साठी बहुतांश स्रोत कोड https://code.9oo91e.qjz9zk/chromium/terms.html येथे मुक्त स्रोत परवाना करारनाम्याअंतर्गत विनाशुल्क उपलब्ध आहे. +
++ Chrome आणि Chrome OS च्या ठरावीक घटकांचा तुमचा वापर पुढील अटींच्या अधीन आहे: diff --git a/components/resources/terms/terms_nb.html b/components/resources/terms/terms_nb.html --- a/components/resources/terms/terms_nb.html +++ b/components/resources/terms/terms_nb.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Tilleggsvilkår for bruk av Google Chrome og Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Sist endret: 1. januar 2021 +
- Ved å bruke Chrome eller Chrome OS godtar du Googles vilkår for bruk, som du finner på https://policies.google.com/terms, samt disse tilleggsvilkårene for bruk av Google Chrome og Chrome OS. + Ved å bruke Chrome eller Chrome OS godtar du Googles vilkår for bruk, som du finner på https://policies.9oo91e.qjz9zk/terms, samt disse tilleggsvilkårene for bruk av Google Chrome og Chrome OS. @@ -26777,9 +19587,9 @@ diff --git a/components/resources/terms/terms_nb.html b/components/resources/ter diff --git a/components/resources/terms/terms_nl.html b/components/resources/terms/terms_nl.html --- a/components/resources/terms/terms_nl.html +++ b/components/resources/terms/terms_nl.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Aanvullende servicevoorwaarden van Google Chrome en Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Laatst gewijzigd: 1 januari 2021 +
- Als u Chrome of Chrome OS gebruikt, gaat u akkoord met de Servicevoorwaarden van Google die te vinden zijn op https://policies.google.com/terms en met deze Aanvullende servicevoorwaarden van Google Chrome en Chrome OS. + Als u Chrome of Chrome OS gebruikt, gaat u akkoord met de Servicevoorwaarden van Google die te vinden zijn op https://policies.9oo91e.qjz9zk/terms en met deze Aanvullende servicevoorwaarden van Google Chrome en Chrome OS. @@ -26793,9 +19603,9 @@ diff --git a/components/resources/terms/terms_nl.html b/components/resources/ter diff --git a/components/resources/terms/terms_pl.html b/components/resources/terms/terms_pl.html --- a/components/resources/terms/terms_pl.html +++ b/components/resources/terms/terms_pl.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Dodatkowe warunki korzystania z Google Chrome i Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Ostatnia zmiana: 1 stycznia 2021 r. +
- Używając Chrome lub Chrome OS, użytkownik wyraża zgodę na Warunki korzystania z usług Google dostępne na stronie https://policies.google.com/terms oraz niniejsze Dodatkowe warunki korzystania z Google Chrome i Chrome OS. + Używając Chrome lub Chrome OS, użytkownik wyraża zgodę na Warunki korzystania z usług Google dostępne na stronie https://policies.9oo91e.qjz9zk/terms oraz niniejsze Dodatkowe warunki korzystania z Google Chrome i Chrome OS. @@ -26809,9 +19619,9 @@ diff --git a/components/resources/terms/terms_pl.html b/components/resources/ter diff --git a/components/resources/terms/terms_pt-BR.html b/components/resources/terms/terms_pt-BR.html --- a/components/resources/terms/terms_pt-BR.html +++ b/components/resources/terms/terms_pt-BR.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Termos de Serviço adicionais do Google Chrome e do Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Última modificação: 1º de janeiro de 2021 +
- Ao usar o Chrome ou o Chrome OS, você concorda com os Termos de Serviço do Google localizados em https://policies.google.com/terms e com estes Termos de Serviço adicionais do Google Chrome e do Chrome OS. + Ao usar o Chrome ou o Chrome OS, você concorda com os Termos de Serviço do Google localizados em https://policies.9oo91e.qjz9zk/terms e com estes Termos de Serviço adicionais do Google Chrome e do Chrome OS. @@ -26825,9 +19635,9 @@ diff --git a/components/resources/terms/terms_pt-BR.html b/components/resources/ diff --git a/components/resources/terms/terms_pt-PT.html b/components/resources/terms/terms_pt-PT.html --- a/components/resources/terms/terms_pt-PT.html +++ b/components/resources/terms/terms_pt-PT.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Termos de Utilização Adicionais do Google Chrome e do Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Última modificação: 1 de janeiro de 2021 +
- Ao utilizar o Chrome ou o Chrome OS, aceita os Termos de Utilização do Google localizados em https://policies.google.com/terms?hl=pt-PT e estes Termos de Utilização Adicionais do Google Chrome e do Chrome OS. + Ao utilizar o Chrome ou o Chrome OS, aceita os Termos de Utilização do Google localizados em https://policies.9oo91e.qjz9zk/terms?hl=pt-PT e estes Termos de Utilização Adicionais do Google Chrome e do Chrome OS. @@ -26841,9 +19651,9 @@ diff --git a/components/resources/terms/terms_pt-PT.html b/components/resources/ diff --git a/components/resources/terms/terms_ro.html b/components/resources/terms/terms_ro.html --- a/components/resources/terms/terms_ro.html +++ b/components/resources/terms/terms_ro.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Termenii și condițiile suplimentare pentru Google Chrome și Sistemul de operare Chrome - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Ultima modificare: 1 ianuarie 2021 +
- Dacă folosești Chrome sau Sistemul de operare Chrome, ești de acord cu Termenii și condițiile Google de la https://policies.google.com/terms și cu acest set de Termeni și condiții suplimentare pentru Google Chrome și Sistemul de operare Chrome. + Dacă folosești Chrome sau Sistemul de operare Chrome, ești de acord cu Termenii și condițiile Google de la https://policies.9oo91e.qjz9zk/terms și cu acest set de Termeni și condiții suplimentare pentru Google Chrome și Sistemul de operare Chrome. @@ -26857,9 +19667,9 @@ diff --git a/components/resources/terms/terms_ro.html b/components/resources/ter diff --git a/components/resources/terms/terms_ru.html b/components/resources/terms/terms_ru.html --- a/components/resources/terms/terms_ru.html +++ b/components/resources/terms/terms_ru.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Дополнительные условия использования Chrome и Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Последнее изменение: 1 января 2021 г. +
- Используя Chrome или Chrome OS, Вы принимаете Условия использования Google, опубликованные на странице https://policies.google.com/terms, а также настоящие Дополнительные условия использования Chrome и Chrome OS. + Используя Chrome или Chrome OS, Вы принимаете Условия использования Google, опубликованные на странице https://policies.9oo91e.qjz9zk/terms, а также настоящие Дополнительные условия использования Chrome и Chrome OS. @@ -26873,9 +19683,9 @@ diff --git a/components/resources/terms/terms_ru.html b/components/resources/ter diff --git a/components/resources/terms/terms_sk.html b/components/resources/terms/terms_sk.html --- a/components/resources/terms/terms_sk.html +++ b/components/resources/terms/terms_sk.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Dodatočné zmluvné podmienky prehliadača Chrome a systému Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Naposledy upravené: 1. januára 2021 +
- Používaním prehliadača Chrome alebo systému Chrome OS vyjadrujete súhlas so zmluvnými podmienkami spoločnosti Google na adrese https://policies.google.com/terms a týmito dodatočnými zmluvnými podmienkami prehliadača Google Chrome a systému Chrome OS. + Používaním prehliadača Chrome alebo systému Chrome OS vyjadrujete súhlas so zmluvnými podmienkami spoločnosti Google na adrese https://policies.9oo91e.qjz9zk/terms a týmito dodatočnými zmluvnými podmienkami prehliadača Google Chrome a systému Chrome OS. @@ -26889,9 +19699,9 @@ diff --git a/components/resources/terms/terms_sk.html b/components/resources/ter diff --git a/components/resources/terms/terms_sl.html b/components/resources/terms/terms_sl.html --- a/components/resources/terms/terms_sl.html +++ b/components/resources/terms/terms_sl.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Dodatni pogoji za Google Chrome in Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Zadnja sprememba: 1. januar 2021 +
- Z uporabo Chroma in sistema Chrome OS se strinjate z Googlovimi pogoji storitve, objavljenimi na https://policies.google.com/terms, in temi dodatnimi pogoji storitve za Google Chrome in Chrome OS. + Z uporabo Chroma in sistema Chrome OS se strinjate z Googlovimi pogoji storitve, objavljenimi na https://policies.9oo91e.qjz9zk/terms, in temi dodatnimi pogoji storitve za Google Chrome in Chrome OS. @@ -26905,9 +19715,9 @@ diff --git a/components/resources/terms/terms_sl.html b/components/resources/ter diff --git a/components/resources/terms/terms_sr.html b/components/resources/terms/terms_sr.html --- a/components/resources/terms/terms_sr.html +++ b/components/resources/terms/terms_sr.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Додатни услови коришћења услуге за Google Chrome и Chrome ОС - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Последња измена: 1. јануар 2021. +
- Коришћењем Chrome-а или Chrome ОС-а прихватате Google услове коришћења услуге који се налазе на https://policies.google.com/terms и ове додатне услове коришћења услуге за Google Chrome и Chrome ОС. + Коришћењем Chrome-а или Chrome ОС-а прихватате Google услове коришћења услуге који се налазе на https://policies.9oo91e.qjz9zk/terms и ове додатне услове коришћења услуге за Google Chrome и Chrome ОС. @@ -26921,9 +19731,9 @@ diff --git a/components/resources/terms/terms_sr.html b/components/resources/ter diff --git a/components/resources/terms/terms_sv.html b/components/resources/terms/terms_sv.html --- a/components/resources/terms/terms_sv.html +++ b/components/resources/terms/terms_sv.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Ytterligare användarvillkor för Google Chrome och Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Senast ändrad: 1 januari 2021 +
- Genom att använda Chrome eller Chrome OS godkänner du dessa ytterligare användarvillkor för Google Chrome och Chrome OS samt Googles användarvillkor, som finns här: https://policies.google.com/terms. + Genom att använda Chrome eller Chrome OS godkänner du dessa ytterligare användarvillkor för Google Chrome och Chrome OS samt Googles användarvillkor, som finns här: https://policies.9oo91e.qjz9zk/terms. @@ -26937,171 +19747,57 @@ diff --git a/components/resources/terms/terms_sv.html b/components/resources/ter diff --git a/components/resources/terms/terms_sw.html b/components/resources/terms/terms_sw.html --- a/components/resources/terms/terms_sw.html +++ b/components/resources/terms/terms_sw.html -@@ -13,7 +13,7 @@ body { font-family:Arial; font-size:13px; } - - -
--We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.google.com/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.google.com/terms/chromechanges#faq).
We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.9oo91e.qjz9zk/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.9oo91e.qjz9zk/terms/chromechanges#faq).
Sheria na Masharti haya yanatumika kwa toleo la hati fumbo la kutekelezwa la Google Chrome. Hati fumbo asili ya Google
-1. Uhusiano wako na Google
-@@ -41,18 +41,18 @@ body { font-family:Arial; font-size:13px; } -5.3 Isipokuwa uwe umeruhusiwa mahsusi kufanya hivyo katika mkataba tofauti na Google, unakubali kuwa hautanakili, kurudufu, kuuza, kufanya biashara au kuuza tena Huduma kwa madhumuni yoyote.
-5.4 Unakubali kuwa unawajibika peke yako kwa (na kuwa Google haina wajibu wowote kwako au mtu mwingine kwa) ukiukaji wowote wa wajibu wako chini ya Masharti na kwa matokeo (ikiwemo hasara yoyote au uharibifu ambao utaikumba Google) ya ukiukaji wowote kama huo.
-6. Faragha na maelezo yako ya kibinafsi
--6.1 Kwa maelezo kuhusu desturi za Google za ulinzi wa data, tafadhali soma sera ya faragha ya Google kwenye http://www.google.com/privacy.html. Sera hii inaeleza desturi za Google za ulinzi wa data, na kulinda faragha yako unapotumia Huduma.
-+6.1 Kwa maelezo kuhusu desturi za Google za ulinzi wa data, tafadhali soma sera ya faragha ya Google kwenye http://www.9oo91e.qjz9zk/privacy.html. Sera hii inaeleza desturi za Google za ulinzi wa data, na kulinda faragha yako unapotumia Huduma.
-Unakubali kutumia data yako kulingana na sera za faragha za Google.
-7. Maudhui katika Huduma
-7.1 Unaelewa kuwa maelezo yoyote (kama vile faili za data, maandishi, programu za kompyuta, faili za sauti au sauti zinginezo, picha, video na picha zinginezo) ambazo unaweza kuzifikia kama sehemu ya, au kupitia matumizi yako ya, Huduma ni jukumu la mtu ambaye maudhui kama hayo yalitoka. Maelezo yote kama hayo yanaitwa “Maudhui” hapa chini.
-7.2 Unastahili kufahamu kuwa maudhui yanayowasilishwa kwako kama sehemu ya Huduma, yakiwemo lakini sio tu matangazo katika Huduma na Maudhui yaliyodhaminiwa katika Huduma huenda yakawa yamelindwa na haki za uvumbuzi zinazomilikiwa na wadhamini au watangazaji wanaotoa Maudhui hayo kwa Google (au kutoka kwa mtu mwingine au kampuni kwa niaba yao). Hauruhusiwi kubadilisha, kukodisha, kupangisha, kuuza, kusambaza au kuunda kazi kutokana na Maudhui haya (aidha sehemu yake au yote) isipokuwa uwe umeelezwa mahsusi kuwa unaweza kufanya hivyo na Google au wanaomiliki Maudhui hayo, katika mkataba tofauti.
--7.3 Google inahifadhi haki (lakini haiwajibiki) kukagua kwanza, kutathmini, kualamisha, kuchuja, kubadilisha, kukataa au kuondoa Maudhui yoyote au yote kutoka kwenye Huduma yoyote. Kwa baadhi ya Huduma, Google inaweza kutoa zana za kuchuja na kuondoa maudhui waziwazi ya ngono. Zana hizi ni pamoja na mipangilio ya mapendeleo ya SafeSearch (tazama https://support.google.com/websearch/answer/510). Zaidi ya hayo, kuna huduma na programu zinazouzwa za kuzuia mfiko kwa maudhui yanayokuchukiza.
-+7.3 Google inahifadhi haki (lakini haiwajibiki) kukagua kwanza, kutathmini, kualamisha, kuchuja, kubadilisha, kukataa au kuondoa Maudhui yoyote au yote kutoka kwenye Huduma yoyote. Kwa baadhi ya Huduma, Google inaweza kutoa zana za kuchuja na kuondoa maudhui waziwazi ya ngono. Zana hizi ni pamoja na mipangilio ya mapendeleo ya SafeSearch (tazama https://support.9oo91e.qjz9zk/websearch/answer/510). Zaidi ya hayo, kuna huduma na programu zinazouzwa za kuzuia mfiko kwa maudhui yanayokuchukiza.
-7.4 Unaelewa kuwa kwa kutumia Huduma unaweza kupokea Maudhui unayoyadhania kuwa ya kuchukiza, machafu au yasiyostahimilika na kuwa, katika swala hili, unatumia Huduma kwa thubutu yako mwenyewe.
-7.5 Unakubali kuwa unawajibika peke yako kwa (na kuwa Google haina wajibu wowote kwako au mtu mwingine kwa) Maudhui yoyote utakayounda, kuwasilisha au kuonyesha unapotumia Huduma na kwa matokeo ya vitendo vyako (ikiwemo hasara yoyote au uharibifu ambao utaikumba Google) kwa kufanya hivyo.
-8. Hakimilki mahsusi
-8.1. Unatambua na kukubali kuwa Google (au watoa leseni wa Google) inamiliki haki zote za kisheria, milki na maslahi katika na kwa Huduma, zikiwemo hakimilki zozote za uvumbuzi zinazodumu katika Huduma (iwe haki hizo zimesajiliwa au la, na popote ulimwenguni ambapo haki hizo zinadumu).
-8.2 Isipokuwa umekubaliana vinginevyo na Google kwa maandishi, hakuna chochote katika Masharti haya kinachokupatia haki ya kutumia majina ya biashara, chapa-biashara, alama za huduma, nembo au majina ya vikoa vya Google, au vipengele vyovyote mahsusi vya chapa ya biashara.
--8.3 Ikiwa umepewa haki mahsusi na Google ya kutumia yoyote ya vipengele hivi katika mkataba tofauti ulioandikwa, basi unakubali kuwa matumizi yako ya kila kipengee kama hicho yatakuwa kulingana na mkataba huo, kanuni zozote za Masharti zinazotumika na miongozo ya Google ya matumizi ya vipengele vya chapa ya biashara kama inavyosasishwa mara kwa mara. Unaweza kutazama mwongozo huu kwenye wavuti hapa http://www.google.com/permissions/guidelines.html (au URL nyingineyo itakayotolewa na Google kwa madhumuni haya mara kwa mara).
-+8.3 Ikiwa umepewa haki mahsusi na Google ya kutumia yoyote ya vipengele hivi katika mkataba tofauti ulioandikwa, basi unakubali kuwa matumizi yako ya kila kipengee kama hicho yatakuwa kulingana na mkataba huo, kanuni zozote za Masharti zinazotumika na miongozo ya Google ya matumizi ya vipengele vya chapa ya biashara kama inavyosasishwa mara kwa mara. Unaweza kutazama mwongozo huu kwenye wavuti hapa http://www.9oo91e.qjz9zk/permissions/guidelines.html (au URL nyingineyo itakayotolewa na Google kwa madhumuni haya mara kwa mara).
-8.4 Google inatambua na kukubali kuwa haipati haki, milki au maslahi yoyote kutoka kwako (au watoa leseni wako) chini ya Masharti haya kwa Maudhui yoyote unayowasilisha, kuchapisha au kuonyesha kwenye, au kupitia Huduma, zikiwemo hakimilki zozote za uvumbuzi zinazodumu katika Maudhui hayo (iwe haki hizo zimesajiliwa au la, na popote ulimwenguni ambapo haki hizo zinadumu). Isipokuwa umekubaliana vingine na Google katika maandishi, unakubali kuwa unawajibika kulinda na kutekeleza haki hizo na kuwa Google haina wajibu wowote wa kufanya hivyo kwa niaba yako.
-8.5 Unakubali kuwa hautaondoa, kuficha au kubadilisha ilani zozote za hakimilki mahsusi (zikiwemo ilani za hakimilki na chapa-biashara) ambazo zimeambatishwa au zilizo ndani ya Huduma.
-8.6 Isipokuwa umepewa idhini mahsusi na Google kwa maandishi kufanya hivyo, unakubali kuwa katika kutumia Huduma, hautatumia chapa-biashara yoyote, alama za huduma, jina la biashara au nembo ya kampuni au shirika lolote kwa njia ambayo inaweza au inayonuiwa kuleta tashwishi kuhusu anayemiliki au mtumiaji aliyeidhinishwa wa alama, majina au nembo kama hizi.
-@@ -96,8 +96,8 @@ body { font-family:Arial; font-size:13px; } -(V) KUSHINDWA KWAKO KUHIFADHI MAELEZO YA NENOSIRI LAKO NA AKAUNTI YAKO KWA USALAMA NA SIRI;
-14.2 MIPAKA YA DHIMA YA GOOGLE KWAKO KATIKA AYA YA 14.1 HAPO JUU ITATUMIKA IKIWA GOOGLE IMEJULISHWA AU INGESTAHILI KUFAHAMU UWEZEKANO WA HASARA KAMA HIZO KUTOKEA AU LA.
-15. Sera za hakimilki na chapa biashara
--15.1 Ni sera ya Google kujibu arifa za ukiukaji wa hakimilki zinazotii sheria za hakimilki za kimataifa zinazohusika (ikiwemo, Marekani, Sheria ya Millennia ya Hakimilki Tarakinishi) na kufunga akaunti za wanaorudia ukiukaji. Maelezo ya sera ya Google yanaweza kupatikana kwenye http://www.google.com/dmca.html.
--15.2 Google hutumia utaratibu wa malalamishi kuhusu chapa-biashara kuhusiana na shughuli za utangazaji za Google, maelezo yake ambayo yanapatikana http://www.google.com/tm_complaint.html.
-+15.1 Ni sera ya Google kujibu arifa za ukiukaji wa hakimilki zinazotii sheria za hakimilki za kimataifa zinazohusika (ikiwemo, Marekani, Sheria ya Millennia ya Hakimilki Tarakinishi) na kufunga akaunti za wanaorudia ukiukaji. Maelezo ya sera ya Google yanaweza kupatikana kwenye http://www.9oo91e.qjz9zk/dmca.html.
-+15.2 Google hutumia utaratibu wa malalamishi kuhusu chapa-biashara kuhusiana na shughuli za utangazaji za Google, maelezo yake ambayo yanapatikana http://www.9oo91e.qjz9zk/tm_complaint.html.
-16. Matangazo
-16.1 Baadhi ya Huduma zinadhaminiwa na mapato kutoka kwa matanagazo na zinaweza kuonyesha matangazo na kampeni za matangazo. Matangazo hayo yanaweza kuwa yanalenga maudhui ya maelezo yaliyohifadhiwa kwenye Huduma, hoja zilizoulizwa kupitia Huduma au maelezo mengineyo.
-16.2 Mbinu, hali na kiwango cha matangazo kutoka kwa Google kwenye Huduma kinaweza kubadilika bila ilani mahsusi kwako.
-@@ -107,7 +107,7 @@ body { font-family:Arial; font-size:13px; } -17.2 Unatambua na kukubali kuwa Google haiwajibiki kwa upatikanaji wa tovuti zozote au raslimali kama hizo za nje, na haiidhinishi matangazo, bidhaa au vitu vyovyote kwenye au vinavyopatikana kwenye tovuti au nyenzo hizo.
-17.3 Unatambua na kukubali kuwa Google haiwajibiki kwa hasara au uharibifu wowote unaoweza kukupata wewe kwa sababau ya upatikanaji wa tovuti au raslimali hizo za nje, au kutokana nawe kutegemea kwa vyovyote ukamilifu, usahihi au uwepo wa matangazo, bidhaa au vitu vyoyvote kwenye, au kutoka kwa, tovuti au nyenzo kama hizo.
-18. Mabadiliko kwa Masharti
--18.1 Google inaweza kufanya mabadiliko kwa Masharti ya Kijumla au Masharti ya Ziada mara kwa mara. Mabadiliko hayo yanapofanywa, Google itatoa nakala mpya ya Masharti ya Kijumla kwenye http://accounts.google.com/TOS?hl=en na Masharti yoyote mapya ya Ziada yatatolewa kwako kutoka ndani, au kupitia, Huduma zilizoathirika.
-+18.1 Google inaweza kufanya mabadiliko kwa Masharti ya Kijumla au Masharti ya Ziada mara kwa mara. Mabadiliko hayo yanapofanywa, Google itatoa nakala mpya ya Masharti ya Kijumla kwenye http://accounts.9oo91e.qjz9zk/TOS?hl=en na Masharti yoyote mapya ya Ziada yatatolewa kwako kutoka ndani, au kupitia, Huduma zilizoathirika.
-18.2 Unaelewa na kukubali kuwa ikiwa utatumia Huduma baada ya tarehe Masharti ya Kijumla au Masharti ya Kijumla kubadilika, Google itachukulia matumizi yako kuwa kukubali kwa Sheria na Mashati au Masharti ya Ziada yaliyosasishwa.
-19. Masharti ya kijumla ya kisheria
-19.1 Wakati mwingine ukitumia Huduma, unaweza (kwa sababu ya, au kuhusiana na matumizi yako ya Huduma) kutumia huduma au kupakua programu, au kununua bidhaa, zinazotolewa na mtu au kampuni nyingine. Matumizi yako ya huduma, programu au bidhaa hizi zingine zinaweza kuwa chini ya masharti tofauti katika yako na kampuni au mtu anayehusika. Ikiwa ni hivyo, Masharti haya hayaathiri uhusiano wako wa kisheria na kampuni hizo au watu hao wengine.
+@@ -19,10 +19,10 @@ body { font-family:Arial; font-size:13px; } + Mara ya mwisho kubadilishwa: 21 Januari 2021 + ++- Kwa kutumia Chrome au Mfumo wa Uendeshaji wa Chrome, unakubali Sheria na Masharti ya Google kwenye https://policies.google.com/terms na Sheria na Masharti haya ya Ziada ya Google Chrome na Mfumo wa Uendeshaji wa Chrome. ++ Kwa kutumia Chrome au Mfumo wa Uendeshaji wa Chrome, unakubali Sheria na Masharti ya Google kwenye https://policies.9oo91e.qjz9zk/terms na Sheria na Masharti haya ya Ziada ya Google Chrome na Mfumo wa Uendeshaji wa Chrome. +
++- Sheria na Masharti haya ya Ziada ya Chrome na Mfumo wa Uendeshaji wa Chrome yatatumika kwa misimbo inayoweza kutekelezwa ya matoleo ya Chrome na Mfumo wa Uendeshaji wa Chrome. Sehemu kubwa ya msimbo wa tovuti wa Chrome inapatikana bila malipo chini ya makubaliano ya leseni za programu huria kwenye https://code.google.com/chromium/terms.html. ++ Sheria na Masharti haya ya Ziada ya Chrome na Mfumo wa Uendeshaji wa Chrome yatatumika kwa misimbo inayoweza kutekelezwa ya matoleo ya Chrome na Mfumo wa Uendeshaji wa Chrome. Sehemu kubwa ya msimbo wa tovuti wa Chrome inapatikana bila malipo chini ya makubaliano ya leseni za programu huria kwenye https://code.9oo91e.qjz9zk/chromium/terms.html. +
++ Utumiaji wako wa vipengele fulani vya Chrome na Mfumo wa Uendeshaji wa Chrome unategemea sheria na masharti yafuatayo: diff --git a/components/resources/terms/terms_ta.html b/components/resources/terms/terms_ta.html --- a/components/resources/terms/terms_ta.html +++ b/components/resources/terms/terms_ta.html -@@ -14,7 +14,7 @@ h2 { font-size:1em; margin-top:0 } - - -
--We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.google.com/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.google.com/terms/chromechanges#faq).
We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.9oo91e.qjz9zk/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.9oo91e.qjz9zk/terms/chromechanges#faq).
Google Chrome இன் இயங்கும் குறியீட்டு பதிப்பிற்கு இந்த சேவை விதிமுறைகள் பொருந்தும். chrome://credits இல் உள்ள ஓப்பன் சோர்ஸ் மென்பொருள் உரிம ஒப்பந்தங்களின் கீழ் கட்டணம் இன்றி, Google Chrome க்கான மூல குறியீடு கிடைக்கும்.
-1. Google உடனான உங்கள் உறவு
-@@ -42,18 +42,18 @@ h2 { font-size:1em; margin-top:0 } -5.3 Google ஆல் முறையாக தனியான ஒப்பந்தத்தின் மூலம் அனுமதிக்கப்பட்டிருந்தால் தவிர, எந்தவொரு நோக்கத்திற்காகவும் சேவைகளை மீளுருவாக்கம், நகலாக்கம், விற்பனை, வணிகம் அல்லது மறுவிற்பனை செய்ய மாட்டீர்கள் என்பதை ஒப்புக்கொள்கிறீர்கள்.
-5.4 விதிமுறைகள் மீறல்கள் அல்லது மீறல்களைச் சார்ந்து ஏற்படும் எந்த வகையான தொடர்விளைவுகள் (Google க்கு ஏற்படும் இழப்பு அல்லது நட்டம் ஆகியவற்றையும் சேர்த்து) ஆகியவற்றுக்கு நீங்கள் மட்டுமே (உங்களுக்கு அல்லது எந்த மூன்றாம் தரப்புக்கும் Google பொறுப்பாகாது) பொறுப்பாவீர்கள் என்பதை நீங்கள் ஒப்புக்கொள்கிறீர்கள்.
-6. தனியுரிமை மற்றும் உங்கள் தனிப்பட்ட தகவல்கள்
--6.1 Google இன் தரவு பாதுகாப்பு நடைமுறைகளைப் பற்றி அறிய, Google இன் தனியுரிமைக் கொள்கையை பின்வரும் முகவரியில் காண்க http://www.google.com/privacy.html மற்றும் http://www.google.com/chrome/intl/en/privacy.html. நீங்கள் சேவைகளைப் பயன்படுத்தும்போது உங்கள் தனிப்பட்ட தகவல்களை Google எவ்விதம் பராமரிக்கிறது என்பதையும், உங்கள் ரகசியத்தை எவ்விதம் பாதுகாக்கிறது என்பதையும் இந்தக் கொள்கை விவரிக்கிறது.
-+6.1 Google இன் தரவு பாதுகாப்பு நடைமுறைகளைப் பற்றி அறிய, Google இன் தனியுரிமைக் கொள்கையை பின்வரும் முகவரியில் காண்க http://www.9oo91e.qjz9zk/privacy.html மற்றும் http://www.9oo91e.qjz9zk/chrome/intl/en/privacy.html. நீங்கள் சேவைகளைப் பயன்படுத்தும்போது உங்கள் தனிப்பட்ட தகவல்களை Google எவ்விதம் பராமரிக்கிறது என்பதையும், உங்கள் ரகசியத்தை எவ்விதம் பாதுகாக்கிறது என்பதையும் இந்தக் கொள்கை விவரிக்கிறது.
-6.2 Google இன் தனியுரிமைக் கொள்கைகளுக்கு உட்பட்டு தரவைப் பயன்படுத்த ஒப்புக்கொள்கிறீர்கள்.
-7. சேவைகளில் உள்ள உள்ளடக்கங்கள்
-7.1 சேவையின் ஒரு பகுதியாக அல்லது சேவையின் மூலமாக நீங்கள் அணுகும் எல்லா தகவல்களும் (தரவு கோப்புகள், எழுதப்பட்ட உரைகள், கணினி மென்பொருள், இசை, ஒலிக்கோப்புகள் அல்லது மற்ற ஒலிகள், புகைப்படங்கள், வீடியோக்கள் அல்லது மற்ற படங்கள் போன்றவை) அவற்றை உருவாக்கிய நபரின் பொறுப்பிற்குரியது. இதன் பின் மேற்கூறிய விவரங்கள் "உள்ளடக்கம்" என குறிப்பிடப்படும்.
-7.2 சேவைகளின் ஒரு பகுதியாக உங்களுக்கு வழங்கப்படும், சேவைகளிலுள்ள விளம்பரங்கள் மற்றும் சேவைகளுக்குள்ளே ஆதரிக்கப்படும் பிற உள்ளடக்கங்கள், அந்தந்த உள்ளடக்கங்களை Google க்கு வழங்கும் விளம்பரதாரர்கள் அல்லது வழங்குபவர்கள் (அல்லது அவர்கள் சார்பில் வழங்கும் நபர்களால் அல்லது நிறுவனங்களால்) அறிவுசார் சொத்துரிமையின் கீழ் பாதுகாக்கப்பட்டிருக்கலாம். இவ்வகை உள்ளடக்கங்களில் நீங்கள் மாற்றம், வாடகை, குத்தகை, விற்பனை, விநியோகம் அல்லது உள்ளடக்கங்களை சார்ந்து (முழுமையாக அல்லது பகுதியாக) சார்தயாரிப்புகள் உருவாக்குதல் ஆகியவற்றை தனியான ஒரு ஒப்பந்தத்தின் மூலம் Google அல்லது உள்ளடக்கத்தின் உரிமையாளர்களால் கேட்கப்பட்டிருந்தால் தவிர செய்யக் கூடாது.
--7.3 எந்தவொரு சேவையிலிருந்தும் எந்த ஒரு அல்லது அனைத்து உள்ளடக்கத்தையும் முன்-திரையிடுவதற்கு, மதிப்பாய்வு செய்வதற்கு, கொடியிடுவதற்கு, திருத்துவதற்கு அல்லது நிராகரிப்பதற்கான உரிமை Google க்கு உள்ளது (ஆனால் அதற்கான நிர்பந்தம் இல்லை). சில சேவைகளில், வெளிப்படையான பாலியல் உள்ளடக்கத்தைத் தடுப்பதற்கு Google கருவிகளை வழங்கலாம். இந்த கருவிகள் பாதுகாப்பான தேடல் முன்னுரிமை அமைப்புகளையும் சேர்த்தது ( https://support.google.com/websearch/answer/510 ஐக் காண்க). கூடுதலாக, ஆட்சேபிக்கத்தக்க உள்ளடக்கம் என நீங்கள் அறியும் தகவலுக்கான அணுகலைக் கட்டுப்படுத்தும் சேவைகள் மற்றும் மென்பொருள் ஆகியவை வணிகரீதியில் கிடைக்கின்றன.
-+7.3 எந்தவொரு சேவையிலிருந்தும் எந்த ஒரு அல்லது அனைத்து உள்ளடக்கத்தையும் முன்-திரையிடுவதற்கு, மதிப்பாய்வு செய்வதற்கு, கொடியிடுவதற்கு, திருத்துவதற்கு அல்லது நிராகரிப்பதற்கான உரிமை Google க்கு உள்ளது (ஆனால் அதற்கான நிர்பந்தம் இல்லை). சில சேவைகளில், வெளிப்படையான பாலியல் உள்ளடக்கத்தைத் தடுப்பதற்கு Google கருவிகளை வழங்கலாம். இந்த கருவிகள் பாதுகாப்பான தேடல் முன்னுரிமை அமைப்புகளையும் சேர்த்தது ( https://support.9oo91e.qjz9zk/websearch/answer/510 ஐக் காண்க). கூடுதலாக, ஆட்சேபிக்கத்தக்க உள்ளடக்கம் என நீங்கள் அறியும் தகவலுக்கான அணுகலைக் கட்டுப்படுத்தும் சேவைகள் மற்றும் மென்பொருள் ஆகியவை வணிகரீதியில் கிடைக்கின்றன.
-7.4 சேவைகளைப் பயன்படுத்துவதன் மூலம் தவறான, நாகரீகமற்ற, அல்லது ஆட்சேபிக்கத்தக்க உள்ளடக்கத்தை நீங்கள் எதிர்கொள்ள நேரிடலாம் என்பதை புரிந்துகொண்டு, சொந்த விருப்பத்தின் பேரில்தான் சேவைகளைப் பயன்படுத்துகிறீர்கள்.
-7.5 நீங்கள் சேவைகளைப் பயன்படுத்தும்போது உருவாக்கும், பகிர்ந்து கொள்ளும், அல்லது வெளிப்படுத்தும் உள்ளடக்கம் மற்றும் உங்கள் செயல்களினால் உருவாகும் தொடர் விளைவுகள் ஆகியவற்றுக்கு நீங்கள் மட்டுமே (Google க்கு ஏற்படும் இழப்பு அல்லது நட்டம் ஆகியவற்றையும் சேர்த்து) பொறுப்பாவீர்கள் என்பதை ஒப்புக்கொள்கிறீர்கள்.
-8. உரிமையுடைமை உரிமைகள்
-8.1 எல்லா சட்டரீதியான உரிமைகள், தலைப்புகள் மற்றும் சேவைகள் தொடர்பான விவரங்கள், சேவைகளைச் சார்ந்த அறிவுசார் சொத்துரிமைகள் (அவ்வுரிமைகள் பதிவு செய்யப்பட்டிருந்தால் அல்லது இல்லாவிட்டால் மற்றும் உலகின் எந்த இடத்திலும் இவ்வுரிமைகள் இருந்தாலும்) ஆகியவை Google (அல்லது Google இன் உரிமதாரர்கள்)க்கு சொந்தமானது என்பதை நீங்கள் அறிந்து ஒப்புக் கொள்கிறீர்கள்.
-8.2 Google இன் எழுத்துப்பூர்வ அனுமதியின்றி, Google இன் வணிகப்பெயர்கள், வணிக முத்திரைகள், சேவை முத்திரைகள், லோகோக்கள், களப்பெயர்கள் அல்லது மற்ற தனிப்பட்ட தயாரிப்பு அம்சங்களைப் பயன்படுத்த விதிமுறைகளின் எந்த பகுதியும் உங்களுக்கு உரிமை அளிக்கவில்லை.
--8.3 Google உங்களுக்கு இந்த தயாரிப்பு அம்சங்களில் ஏதேனும் ஒன்றைத் தனிப்பட்ட முறையில் பயன்படுத்துவதற்கான தனிப்பட்ட எழுத்துப்பூர்வ ஒப்பந்தத்தை வழங்கியிருந்தால், அந்த ஒப்பந்தம், பொருந்தக்கூடிய விதிமுறை மற்றும் Google இன் தயாரிப்பு அம்ச பயன்பாட்டு வழிகாட்டுதல்கள் ஆகியவற்றுக்கு இணங்கி அது போன்ற அம்சங்களைப் பயன்படுத்துவீர்கள் என ஒப்புக்கொள்கிறீர்கள். http://www.google.com/permissions/guidelines.html (அல்லது வெவ்வேறு நேரங்களில் இந்த நோக்கத்திற்காக Google வழங்கும் பிற URL முகவரிகளைப் பயன்படுத்திக்கொள்ளலாம்) முகவரியில் நீங்கள் இந்த வழிகாட்டுதல்களைக் காணலாம்.
-+8.3 Google உங்களுக்கு இந்த தயாரிப்பு அம்சங்களில் ஏதேனும் ஒன்றைத் தனிப்பட்ட முறையில் பயன்படுத்துவதற்கான தனிப்பட்ட எழுத்துப்பூர்வ ஒப்பந்தத்தை வழங்கியிருந்தால், அந்த ஒப்பந்தம், பொருந்தக்கூடிய விதிமுறை மற்றும் Google இன் தயாரிப்பு அம்ச பயன்பாட்டு வழிகாட்டுதல்கள் ஆகியவற்றுக்கு இணங்கி அது போன்ற அம்சங்களைப் பயன்படுத்துவீர்கள் என ஒப்புக்கொள்கிறீர்கள். http://www.9oo91e.qjz9zk/permissions/guidelines.html (அல்லது வெவ்வேறு நேரங்களில் இந்த நோக்கத்திற்காக Google வழங்கும் பிற URL முகவரிகளைப் பயன்படுத்திக்கொள்ளலாம்) முகவரியில் நீங்கள் இந்த வழிகாட்டுதல்களைக் காணலாம்.
-8.4 இந்த விதிமுறைகளின் கீழ் உள்ள சேவைகளில் நீங்கள் சமர்பிக்கும், அஞ்சல் செய்யும், பரிமாறும் அல்லது வெளியிடும் எந்த உள்ளடக்கத்திலும், தலைப்பு மற்றும் உங்களிடமிருந்து (அல்லது உங்கள் உரிமதாரரிடமிருந்து) விவரங்கள், அந்த உள்ளடக்கங்கள் தொடர்பான அறிவுசார் சொத்துரிமைகள் (அவ்வுரிமைகள் பதிவு செய்யப்பட்டிருந்தால் அல்லது இல்லாவிட்டால் மற்றும் உலகின் எந்த இடத்திலும் இவ்வுரிமைகள் இருந்தாலும்) ஆகியவற்றை Google வைத்திருக்கவில்லை என்பதை அறிந்துள்ளதுடன் ஒப்புக்கொள்கிறது. Google உடன் எழுத்துப்பூர்வமாக ஒப்புகொள்ளும் வரை, நீங்களே அந்த உரிமைகளைப் பாதுகாக்கவும் தொடரவும் வேண்டும், உங்கள் சார்பாக Google ஏதும் செய்ய இயலாது.
-8.5 சேவைகளில் இணைக்கப்பட்டுள்ள அல்லது சேவைகளில் உள்ள எந்த உரிமையுடைமை உரிமை அறிக்கைகளை (பதிப்புரிமை மற்றும் வணிகமுத்திரை அறிக்கைகள் ஆகியவற்றையும் சேர்த்து) நீங்கள் நீக்கவோ, மறைக்கவோ, அல்லது மாற்றவோ மாட்டீர்கள் என்பதை ஒப்புக்கொள்கிறீர்கள்.
-8.6 Google ஆல் வெளிப்படையாக எழுத்துபூர்வமாக அங்கீகரிக்கப்பட்டிருந்தால் தவிர நீங்கள் எந்த ஒரு நிறுவனம் அல்லது அமைப்பின் வணிகமுத்திரை, சேவை முத்திரை, வணிகப் பெயர், லோகோ ஆகியவற்றை பயன்படுத்தக் கூடாது, அவ்வாறு பயன்படுத்துதல் அவ்வகை முத்திரைகள், பெயர்கள் அல்லது லோகோக்களின் உரிமையாளர் அல்லது அங்கீகரிக்கப்பட்ட பயனரைப் பற்றிய குழப்பத்தை விளைவிக்கலாம்.
-@@ -98,8 +98,8 @@ h2 { font-size:1em; margin-top:0 } -(V) உங்கள் கடவுச்சொல் அல்லது மற்ற கணக்கு தகவல்களைப் பாதுகாத்துக்கொள்ளத் தவறுதல்;
-14.2 மேலே 14.1 -வது பத்தியில் உங்களுக்கு அளிக்கப்பட்ட GOOGLE பொறுப்பின் மீதான வரம்புகள் யாவும், முன்பே Google மூலம் அறிவுறுத்தப்பட்டாலும் அல்லது அறிவுறுத்தப்படவில்லை என்றாலும் அல்லது ஏதேனும் இழப்புகள் ஏற்படும் சூழல் உருவாகும்போது பொருந்தும்.
-15. பதிப்புரிமை மற்றும் வர்த்தகக் குறியீட்டு கொள்கைகள்
--15.1 சர்வதேச அறிவுசார் சொத்துரிமை சட்டத்தை (ஐக்கிய நாடுகளின் டிஜிட்டல் மில்லினியம் பதிப்புரிமை சட்டத்தையும் சேர்த்து) பின்பற்றாத சந்தேகத்துக்குரிய பதிப்புரிமை மீறல் தொடர்பான அறிக்கைகளுக்கு பதிலளிப்பது மேலும் மீண்டும் மீண்டும் இத்தகைய மீறலைச் செய்பவர்களின் கணக்கை முடிப்பது Google இன் கொள்கை ஆகும். Google கொள்கை தொடர்பான விவரங்கள் இங்கு உள்ளன: http://www.google.com/dmca.html.
--15.2 Google விளம்பர வணிகத்தைச் சார்ந்து வணிக முத்திரை குற்றச்சாட்டு நடைமுறைகளை இயக்கி வருகிறது, இதன் தகவல்களை இங்கு காணலாம்:http://www.google.com/tm_complaint.html.
-+15.1 சர்வதேச அறிவுசார் சொத்துரிமை சட்டத்தை (ஐக்கிய நாடுகளின் டிஜிட்டல் மில்லினியம் பதிப்புரிமை சட்டத்தையும் சேர்த்து) பின்பற்றாத சந்தேகத்துக்குரிய பதிப்புரிமை மீறல் தொடர்பான அறிக்கைகளுக்கு பதிலளிப்பது மேலும் மீண்டும் மீண்டும் இத்தகைய மீறலைச் செய்பவர்களின் கணக்கை முடிப்பது Google இன் கொள்கை ஆகும். Google கொள்கை தொடர்பான விவரங்கள் இங்கு உள்ளன: http://www.9oo91e.qjz9zk/dmca.html.
-+15.2 Google விளம்பர வணிகத்தைச் சார்ந்து வணிக முத்திரை குற்றச்சாட்டு நடைமுறைகளை இயக்கி வருகிறது, இதன் தகவல்களை இங்கு காணலாம்:http://www.9oo91e.qjz9zk/tm_complaint.html.
-16. விளம்பரங்கள்
-16.1 விளம்பரப்படுத்தல் வருமானத்தின் மூலம் சில சேவைகள் ஆதரிக்கப்படுகின்றன மேலும் விளம்பரங்கள் மற்றும் தர உயர்வுகளின் மூலமாகவும் அவை காண்பிக்கப்படக்கூடும். சேவைகளில் சேமிக்கப்பட்டிருக்கக்கூடிய அல்லது பிற தகவலின் மூலம் எழுப்பப்பட்ட கேள்விகளில் சேமிக்கப்பட்டுள்ள தகவலின் உள்ளடக்கத்தை மையமாகக் கொண்டே இந்த விளம்பரங்கள் இருக்கக்கூடும்.
-16.2 சேவைகளில் Google இன் விளம்பரங்களின் முறை, வடிவம் மற்றும் அளவு உங்களுக்கு தெரிவிக்கப்படாமலே மாற்றப்படலாம்.
-@@ -109,7 +109,7 @@ h2 { font-size:1em; margin-top:0 } -17.2 இது போன்ற வெளிப்புற வலைத்தளங்கள் அல்லது ஆதாரங்கள் ஆகியவை அணுகக் கிடைப்பதற்கு Google எவ்வகையிலும் பொறுப்பேற்காது என்பதையும், இவ்வகை வலைத் தளங்கள் அல்லது ஆதாரங்கள் ஆகியவற்றில் உள்ள அல்லது ஆகியவற்றிலிருந்து கிடைக்கும் விளம்பரங்கள், தயாரிப்புகள் அல்லது மற்றவைக்கு எவ்வித ஆதரவையும் Google வழங்கவில்லை என்பதையும் நீங்கள் அறிந்து ஒப்புக்கொள்கிறீர்கள்.
-17.3 அவ்வகையான வெளித்தளங்கள் அல்லது தகவல் ஆதாரங்கள் ஆகியவற்றினால் நீங்கள் பெறக்கூடிய எவ்வகை இழப்பு அல்லது குறைபாடுக்கும் Google பொறுப்பாகாது என்பதையும், இவ்வகை வலைத்தளங்கள் அல்லது தகவல் ஆதாரங்கள் ஆகியவற்றில் உள்ள அல்லது ஆகியவற்றிலிருந்து கிடைக்கும் விளம்பரங்கள், தயாரிப்புகள் அல்லது மற்றவையின் முழுமை, துல்லியம் அல்லது இருப்பு ஆகியவற்றின் மீது நீங்கள் வைக்கும் எவ்வகை நம்பிக்கையின் காரணமாக நீங்கள் பெறக்கூடிய எவ்வகை இழப்பு அல்லது குறைபாடுக்கும் Google பொறுப்பாகாது என்பதையும் நீங்கள் அறிந்து அதனை ஒப்புக்கொள்கிறீர்கள்.
-18. விதிமுறையில் மாற்றங்கள்
--18.1 உலகளாவிய விதிமுறைகள் அல்லது கூடுதல் விதிமுறைகளில் அவ்வப்போது Google மாற்றங்களை செய்யலாம். இந்த மாற்றங்கள் செய்யப்படும்போது, http://www.google.com/chrome/intl/en/eula_text.html இல் வழங்கப்பட்டுள்ள உலகளாவிய விதிமுறைகளின் புதிய நகலை உருவாக்கும், புதிய கூடுதல் விதிமுறைகள் ஏதேனும் சேர்க்கப்பட்டால், அவை தொடர்பான சேவைகளில் அல்லது சேவைகளின் மூலமாக உங்களுக்குக் கிடைக்கும்.
-+18.1 உலகளாவிய விதிமுறைகள் அல்லது கூடுதல் விதிமுறைகளில் அவ்வப்போது Google மாற்றங்களை செய்யலாம். இந்த மாற்றங்கள் செய்யப்படும்போது, http://www.9oo91e.qjz9zk/chrome/intl/en/eula_text.html இல் வழங்கப்பட்டுள்ள உலகளாவிய விதிமுறைகளின் புதிய நகலை உருவாக்கும், புதிய கூடுதல் விதிமுறைகள் ஏதேனும் சேர்க்கப்பட்டால், அவை தொடர்பான சேவைகளில் அல்லது சேவைகளின் மூலமாக உங்களுக்குக் கிடைக்கும்.
-18.2 உலகளாவிய விதிமுறைகள் அல்லது கூடுதல் விதிமுறைகளில் மாற்றங்கள் செய்யப்பட்ட தேதிக்குப் பின்னர் நீங்கள் சேவைகளைப் பயன்படுத்தினால், புதுப்பிக்கப்பட்ட உலகளாவிய விதிமுறைகள் அல்லது கூடுதல் விதிமுறைகளை நீங்கள் ஏற்றுக்கொண்டு பயன்படுத்துவதாக Google கருதும் என்பதை நீங்கள் புரிந்து ஒப்புக்கொள்கிறீர்கள்.
-19. 19. பொது சட்ட விதிமுறைகள்
-19.1 சில நேரங்களில் சேவைகளைப் பயன்படுத்தும்போது (பயன்படுத்துவதால், அல்லது சேவைகளை நீங்கள் பயன்படுத்துவதன் மூலமாக) வேறு நபர் அல்லது நிறுவனத்தின் மூலமாக வழங்கப்படும் சேவையைப் பயன்படுத்தவோ மென்பொருளைப் பதிவிறக்கம் செய்யவோ அல்லது பொருட்களை வாங்கவோ நேரிடலாம். இவ்வகை வெளி சேவைகளை, மென்பொருள்களை அல்லது பொருட்களைப் பயன்படுத்துவது உங்களுக்கும், தொடர்புடைய நிறுவனம் அல்லது நபருக்குமான தனியான விதிமுறைகள் மூலம் கையாளப்படலாம். அவ்வாறான நிலையில், உங்களுக்கும் மற்ற தனிநபர்கள் அல்லது நிறுவனங்களுக்குமான சட்டப்பூர்வ உறவை விதிமுறைகள் பாதிக்காது.
+@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + கடைசியாக மாற்றியது: ஜனவரி 01, 2021 + ++- Chrome அல்லது Chrome OSஸைப் பயன்படுத்துவதன் மூலம், https://policies.google.com/terms என்ற தளத்திலுள்ள Google சேவை விதிமுறைகளையும் Google Chrome, Chrome OS ஆகியவை தொடர்பான கூடுதல் சேவை விதிமுறைகளையும் ஏற்கிறீர்கள். ++ Chrome அல்லது Chrome OSஸைப் பயன்படுத்துவதன் மூலம், https://policies.9oo91e.qjz9zk/terms என்ற தளத்திலுள்ள Google சேவை விதிமுறைகளையும் Google Chrome, Chrome OS ஆகியவை தொடர்பான கூடுதல் சேவை விதிமுறைகளையும் ஏற்கிறீர்கள். +
++- இந்த Google Chrome, Chrome OS ஆகியவற்றுக்கான கூடுதல் சேவை விதிமுறைகள், Chrome மற்றும் Chrome OSஸின் செயலாக்கக் குறியீட்டுப் பதிப்புக்குப் பொருந்தும். பெரும்பாலான Chrome மூலக் குறியீடுகள் https://code.google.com/chromium/terms.html என்ற தளத்தில் உள்ள ஓப்பன் சோர்ஸ் மென்பொருள் உரிம ஒப்பந்தங்கள் என்பதன் கீழ் இலவசமாகக் கிடைக்கும். ++ இந்த Google Chrome, Chrome OS ஆகியவற்றுக்கான கூடுதல் சேவை விதிமுறைகள், Chrome மற்றும் Chrome OSஸின் செயலாக்கக் குறியீட்டுப் பதிப்புக்குப் பொருந்தும். பெரும்பாலான Chrome மூலக் குறியீடுகள் https://code.9oo91e.qjz9zk/chromium/terms.html என்ற தளத்தில் உள்ள ஓப்பன் சோர்ஸ் மென்பொருள் உரிம ஒப்பந்தங்கள் என்பதன் கீழ் இலவசமாகக் கிடைக்கும். +
++ பின்வரும் விதிமுறைகளுக்கு உட்பட்டே Chrome, Chrome OS ஆகியவற்றின் சில கூறுகளை உங்களால் பயன்படுத்த முடியும்: diff --git a/components/resources/terms/terms_te.html b/components/resources/terms/terms_te.html --- a/components/resources/terms/terms_te.html +++ b/components/resources/terms/terms_te.html -@@ -14,7 +14,7 @@ h2 { font-size:1em; margin-top:0 } - - -
--We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.google.com/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.google.com/terms/chromechanges#faq).
We’re updating the terms of service for Chrome on March 31, 2020. The new terms will include Google’s Terms of Service and the Google Chrome and Chrome OS additional terms of service. Until then, the terms below continue to apply. See a summary of the key changes (https://policies.9oo91e.qjz9zk/terms/chromechanges) for more details.
If you don’t agree to our new Terms, you can find more information about your options in our Frequently Asked Questions (https://policies.9oo91e.qjz9zk/terms/chromechanges#faq).
ఈ సేవా నిబంధనలు Google Chrome యొక్క ఆచరించదగ్గ కోడ్ సంస్కరణకు వర్తిస్తాయి. Google Chrome కోసం సోర్స్ కోడ్ chrome://credits వద్ద ఓపెన్ సోర్స్ సాఫ్ట్వేర్ లైసెన్స్ ఒప్పందం క్రింద ఉచితంగా అందుబాటులో ఉంటుంది.
-1. Googleతో మీ సంబంధం
-@@ -42,18 +42,18 @@ h2 { font-size:1em; margin-top:0 } -5.3 మీకు Google తో ప్రత్యేకించి విడిగా ఒప్పందం ఉంటే తప్ప, ఈ సేవలను మీరు ఏ ప్రయోజనం కోసమైనా సరే పునరుత్పత్తికి, నకలు, కాపీ, విక్రయించడం, వ్యాపారం లేదా పునఃవిక్రయం వంటివి చెయ్యడానికి పాల్పడరని మీరు అంగీకరిస్తున్నారు.
-5.4 నిబంధనలలోని ఏ అనివార్య అంశాలనైనా మీరు ఉల్లంఘించిన పక్షంలో (Google మీకు లేక మూడవ పార్టీకి బాధ్యత వహించదని) మరియు అలాంటి ఉల్లంఘన కారణంగా ఎదురయ్యే ఫలితాలకు (Googleకు అసౌకర్యం కలిగించే విధంగా నష్టం, హానితో సహా) మీరే పూర్తి బాధ్యత వహిస్తారని అంగీకరిస్తున్నారు.
-6. గోప్యత మరియు మీ వ్యక్తిగత సమాచారం
--6.1 Google యొక్క డేటా రక్షణ అభ్యాసాల గురించి మరింత సమాచారం కోసం, దయచేసి http://www.google.com/privacy.html మరియు http://www.google.com/chrome/intl/en/privacy.html వద్ద Google గోప్యతా విధానాన్ని చదవండి. మీ వ్యక్తిగత సమాచారాన్ని Google ఎలా పరిగణిస్తుందో మరియు మీ గోప్యతను ఎలా రక్షిస్తుందో ఈ విధానం వివరిస్తుంది.
-+6.1 Google యొక్క డేటా రక్షణ అభ్యాసాల గురించి మరింత సమాచారం కోసం, దయచేసి http://www.9oo91e.qjz9zk/privacy.html మరియు http://www.9oo91e.qjz9zk/chrome/intl/en/privacy.html వద్ద Google గోప్యతా విధానాన్ని చదవండి. మీ వ్యక్తిగత సమాచారాన్ని Google ఎలా పరిగణిస్తుందో మరియు మీ గోప్యతను ఎలా రక్షిస్తుందో ఈ విధానం వివరిస్తుంది.
-6.2 Google గోప్యతా విధానాలకు అనుగుణంగా మీరు మీ డేటాను ఉపయోగించడానికి అంగీకరిస్తున్నారు.
-7. సేవల్లో ఉన్న కంటెంట్
-7.1 మీరు ఉపయోగిస్తున్న సేవల్లో మీరు ప్రాప్తి చేసే మొత్తం సమాచారానికి (డేటా ఫైళ్ళు, వ్రాతపూర్వక టెక్స్ట్, కంప్యూటర్ సాఫ్ట్వేర్, సంగీతం, ఆడియో ఫైళ్లు లేదా ఇతర ధ్వనులు, ఫోటోగ్రాఫ్లు, వీడియోలు లేదా ఇతర చిత్రాలు వంటివి) కంటెంట్ను తయారుచేసిన వ్యక్తిదే పూర్తి బాధ్యత అని మీకు అర్థమైందని మీరు అంగీకరిస్తున్నారు. ఇటువంటి సమాచారం అంతా “కంటెంట్” పేరుతో క్రింద ప్రస్తావించబడింది.
-7.2 మీకు సేవలలో భాగంగా సమర్పించిన కంటెంట్ ఆ కంటెంట్ను Googleకి సేవలలోని ప్రకటనలకు, సేవలలోని ప్రాయోజిత కంటెంట్కు పరిమితం కాకుండా Googleకు (లేదా ఇతర వ్యక్తులు లేదా వారి తరపు వ్యక్తుల ద్వారా) అందించిన ప్రాయోజకులు లేక ప్రకటనకర్తలకు స్వంతమైన మేధోసంపత్తి హక్కులచే రక్షించబడి ఉండవచ్చని మీరు తెలుసుకోవాలి. Google లేదా ఈ కంటెంట్ యజమానులు ఏదైనా విడి ఒప్పందంలో మీకు ప్రత్యేకించి చెప్పి ఉంటే తప్ప, ఈ కంటెంట్ను (మొత్తం లేదా భాగమైనా) ఆధారపడి ఉన్న విషయాలని మీరు సవరించడం, అద్దెకు ఇవ్వడం, లీజ్ కు ఇవ్వడం, అప్పుగా ఇవ్వడం, విక్రయించడం, పంపిణీ చేయడం లేదా సృష్టించడం వంటివి చేయలేరు.
--7.3 ఏదైనా సేవ నుండి ఏదైనా లేదా మొత్తం కంటెంట్ను ముందస్తుగా స్క్రీన్ చేయడానికి, సమీక్షించడానికి, ఫ్లాగ్ చేయడానికి, ఫిల్టర్ చేయడానికి, సవరించడానికి, తిరస్కరించడానికి లేదా తీసివేయడానికి Google హక్కును (అయితే తప్పనిసరి నియమాలు లేవు) ఉంచుకుంటుంది. కొన్ని సేవలకు సంబంధించి, అభ్యంతరమైన లైంగిక కంటెంట్ను ఫిల్టర్ చెయ్యడానికి Google ఉపకరణాలను అందించవచ్చు. ఈ ఉపకరణాలు సురక్షిత శోధనా ప్రాధాన్యత సెట్టింగులను కలిగి ఉంటాయి (https://support.google.com/websearch/answer/510 చూడండి). అదనంగా, మీరు అభ్యంతరమైనదిగా కనుగొన్న కంటెంట్కు ప్రాప్తిని పరిమితం చెయ్యడానికి వాణిజ్యపరంగా ఎన్నో సేవలు మరియు సాఫ్ట్వేర్లు అందుబాటులో ఉన్నాయి.
-+7.3 ఏదైనా సేవ నుండి ఏదైనా లేదా మొత్తం కంటెంట్ను ముందస్తుగా స్క్రీన్ చేయడానికి, సమీక్షించడానికి, ఫ్లాగ్ చేయడానికి, ఫిల్టర్ చేయడానికి, సవరించడానికి, తిరస్కరించడానికి లేదా తీసివేయడానికి Google హక్కును (అయితే తప్పనిసరి నియమాలు లేవు) ఉంచుకుంటుంది. కొన్ని సేవలకు సంబంధించి, అభ్యంతరమైన లైంగిక కంటెంట్ను ఫిల్టర్ చెయ్యడానికి Google ఉపకరణాలను అందించవచ్చు. ఈ ఉపకరణాలు సురక్షిత శోధనా ప్రాధాన్యత సెట్టింగులను కలిగి ఉంటాయి (https://support.9oo91e.qjz9zk/websearch/answer/510 చూడండి). అదనంగా, మీరు అభ్యంతరమైనదిగా కనుగొన్న కంటెంట్కు ప్రాప్తిని పరిమితం చెయ్యడానికి వాణిజ్యపరంగా ఎన్నో సేవలు మరియు సాఫ్ట్వేర్లు అందుబాటులో ఉన్నాయి.
-7.4 మీరు ఈ సేవలను ఉపయోగించడం ద్వారా శిక్షార్హమైన, అశ్లీలమైన లేక అభ్యంతరకరమైన కంటెంట్ని మీరు చూడవచ్చని గ్రహించి, ఇందుకు సంబంధించి, మీ స్వంత పూచీతో సేవలను ఉపయోగిస్తున్నారని మీకు అర్ధమైనట్లు మీరు అంగీకరిస్తున్నారు.
-7.5 మీరు ఈ సేవలను ఉపయోగిస్తున్నప్పుడు సృష్టించే, బదిలీ చేసే లేదా ప్రదర్శించే ఏదైనా కంటెంట్కు మరియు మీ చర్యల ద్వారా కలిగే ఫలితాలకు (Googleను దెబ్బతీసే నష్టం, ప్రమాదంతో సహా) మీరే పూర్తిగా బాధ్యులని (మరియు మీకు లేదా మూడవ పార్టీకి Google బాధ్యత వహించదని) మీరు అంగీకరిస్తున్నారు.
-8. యాజమాన్య హక్కులు
-8.1 సేవలలో ఉన్న ఏవైనా మేధోసంపత్తి హక్కులతో సహా (ఆ హక్కులు నమోదు చేయబడి ఉన్నా లేకున్నా మరియు ప్రపంచంలో ఈ హక్కులు ఎక్కడ ఉనికిలో ఉన్నా) సేవలకు సంబంధించిన అన్ని చట్టపరమైన హక్కులను, టైటిల్ మరియు వడ్డీలను Google (లేదా Google లైసెన్సర్లు) యాజమాన్యం కలిగి ఉంటాయని మీరు గుర్తించాలి మరియు అంగీకరించాలి.
-8.2 మీరు Googleకు వ్రాతపూర్వకంగా మీ అంగీకారం తెలిపి ఉంటే తప్ప, Google వ్యాపార పేర్లు, వ్యాపార చిహ్నాలు, సేవా చిహ్నాలు, వ్యాపారచిహ్నాలు, డొమైన్ పేర్లు మరియు ఇతర విలక్షణమైన బ్రాండ్ లక్షణాలను ఉపయోగించడానికి ఈ నిబంధనలు మీకు హక్కు ఇవ్వవు.
--8.3 మీకు బ్రాండ్ లక్షణాలలో వేటినైనా ఉపయోగించడానికి హక్కు Google ఒప్పందంలోని ప్రత్యేకంగా ఉన్నట్లయితే, అటువంటి లక్షణాలను మీరు ఉపయోగించడానికి, ఆ ఒప్పందానికి, నిబంధనల యొక్క వర్తించదగిన నియమాలకు కట్టుబడి ఉంటారని మీరు అంగీకరిస్తున్నారు. ఈ మార్గదర్శకాలను మీరు ఆన్లైన్లో http://www.google.com/permissions/guidelines.html (లేదా ఈ కారణంగా ఎప్పటికప్పుడు Google అందించే అటువంటి మరొక URL) వద్ద వీక్షించవచ్చు.
-+8.3 మీకు బ్రాండ్ లక్షణాలలో వేటినైనా ఉపయోగించడానికి హక్కు Google ఒప్పందంలోని ప్రత్యేకంగా ఉన్నట్లయితే, అటువంటి లక్షణాలను మీరు ఉపయోగించడానికి, ఆ ఒప్పందానికి, నిబంధనల యొక్క వర్తించదగిన నియమాలకు కట్టుబడి ఉంటారని మీరు అంగీకరిస్తున్నారు. ఈ మార్గదర్శకాలను మీరు ఆన్లైన్లో http://www.9oo91e.qjz9zk/permissions/guidelines.html (లేదా ఈ కారణంగా ఎప్పటికప్పుడు Google అందించే అటువంటి మరొక URL) వద్ద వీక్షించవచ్చు.
-8.4 ఈ క్రింది నిబంధనలను మరియు మీరు సమర్పించిన, పోస్ట్ చేసిన లేదా ప్రదర్శిస్తున్న కంటెంట్లో మరియు మేధోసంపత్తి హక్కులతో సహా సేవల ద్వారా (ఆ హక్కులు నమోదు చెయ్యబడి ఉన్నా లేకున్నా మరియు ప్రపంచంలో ఈ హక్కులు ఎక్కడ ఉనికిలో ఉన్నా) మీ నుండి (లేదా మీ లైసెన్సర్ల నుండి) ఏ హక్కును, టైటిల్ను లేక వడ్డీని పొందలేదని Google తెలియజేసి అంగీకరిస్తుంది. మీరు Googleకు వ్రాతపూర్వకంగా ఆమోదం తెలిపి ఉంటే తప్ప, ఆ హక్కులను రక్షించడంలో మరియు అమలు చేయడంలో మీదే బాధ్యత అని మరియు మీ తరపున Google బాధ్యత వహించబోదని మీరు అంగీకరిస్తున్నారు.
-8.5 మీరు సేవల్లోని సూచనలను లేదా చేర్చిన కంటెంట్ను (కాపీరైట్ మరియు వ్యాపార చిహ్నం ఉన్న నోటీసులతో సహా) ఏదైనా యాజమాన్య హక్కుల నోటీసులను సవరించడం, తొలగించడం లేదా మెరుగుపర్చడం చెయ్యరని మీరు అంగీకరిస్తున్నారు.
-8.6 అలా చెయ్యడానికి వ్రాతపూర్వకంగా Googleచే ప్రత్యేకంగా మీరు అధికారం పొంది ఉంటే తప్ప, సేవలను ఉపయోగించుకోవడంలో, అటువంటి చిహ్నాలు, పేర్లు లేదా వ్యాపారచిహ్నాల యజమాని లేదా అధీకృత వినియోగదారు గురించి గందరగోళం తలెత్తే రీతిలో ఏదైనా వ్యాపార చిహ్నం, సేవా చిహ్నం, వ్యాపార పేర్లు, ఏదైనా కంపెనీ లేదా సంస్థ యొక్క వ్యాపారచిహ్నాన్ని ఉపయోగించబోరని మీరు అంగీకరిస్తున్నారు.
-@@ -98,8 +98,8 @@ h2 { font-size:1em; margin-top:0 } -(V) మీ పాస్వర్డ్ లేదా ఖాతా వివరాలను సురక్షితంగా మరియు గోప్యంగా ఉంచడంలో మీ వైఫల్యం;
-14.2 ఇటువంటి నష్టాలు ఏవైనా ఎదురవుతాయని GOOGLEకు సలహా ఉన్నా లేకపోయినా లేదా అప్రమత్తంగా లేకపోయినా 14.1 పేరాలో మీపై GOOGLE బాధ్యతలకు సంబంధించిన పరిమితులు వర్తిస్తాయి.
-15. కాపీరైట్ మరియు ట్రేడ్ మార్క్ విధానాలు
--15.1 అంతర్జాతీయ మేధోసంపత్తి చట్టానికి (అమెరికాలో, Digital Millennium Copyright Actతో సహా) వర్తించే కాపీరైట్ ఉల్లంఘనలపై వచ్చిన ఆరోపణలకు స్పందించడం మరియు పదే పదే ఉల్లంఘనలకు పాల్పడే వారి ఖాతాలను రద్దుచేయడం అనేది Google యొక్క విధానం. Google గోప్యతా విధానం యొక్క వివరాలను http://www.google.com/dmca.htmlలో కనుగొనవచ్చు.
--15.2 http://www.google.com/tm_complaint.htmlలో తమ ప్రకటనల వ్యాపారం, వివరాలకు సంబంధించి Google నిర్వహించే వ్యాపార చిహ్నం ఆరోపణల విధానాన్ని మీరు చదవవచ్చును.
-+15.1 అంతర్జాతీయ మేధోసంపత్తి చట్టానికి (అమెరికాలో, Digital Millennium Copyright Actతో సహా) వర్తించే కాపీరైట్ ఉల్లంఘనలపై వచ్చిన ఆరోపణలకు స్పందించడం మరియు పదే పదే ఉల్లంఘనలకు పాల్పడే వారి ఖాతాలను రద్దుచేయడం అనేది Google యొక్క విధానం. Google గోప్యతా విధానం యొక్క వివరాలను http://www.9oo91e.qjz9zk/dmca.htmlలో కనుగొనవచ్చు.
-+15.2 http://www.9oo91e.qjz9zk/tm_complaint.htmlలో తమ ప్రకటనల వ్యాపారం, వివరాలకు సంబంధించి Google నిర్వహించే వ్యాపార చిహ్నం ఆరోపణల విధానాన్ని మీరు చదవవచ్చును.
-16. ప్రకటనలు
-16.1 ప్రకటన యొక్క రాబడులచే కొన్ని సేవలు మద్దతివ్వబడుతున్నాయి మరియు ప్రకటనలు, ప్రమోషన్లను ప్రదర్శించవచ్చు. సేవలు లేదా ఇతర సమాచారం ద్వారా తయారు చెయ్యబడిన సేవలు, ప్రశ్నలలో నిల్వచెయ్యబడిన సమాచారం యొక్క కంటెంట్కు ఈ ప్రకటనలు లక్ష్యంగా ఉండవచ్చు.
-16.2 సేవల్లో Google ద్వారా ప్రకటించబడిన శైలి, రీతి, పరిధి అనేవి మీకు నిర్దిష్ట నోటీసు ఇవ్వకుండానే మార్చడం జరుగుతుంది.
-@@ -109,7 +109,7 @@ h2 { font-size:1em; margin-top:0 } -17.2 అటువంటి బాహ్య సైట్లు లేదా వనరుల లభ్యత పట్ల Googleకు బాధ్యత లేదని మరియు అలాంటి వెబ్సైట్లు లేక వనరుల నుండి ఎలాంటి ప్రకటనలు, ఉత్పత్తులు లేక ఇతర సామగ్రిని అది ఆమోదించదని మీరు గ్రహించి, అంగీకరిస్తున్నారు.
-17.3 అటువంటి బాహ్య సైట్లు లేదా వనరుల లభ్యత ఫలితంగా లేక అటువంటి సైట్లు లేదా వనరుల నుండి లభ్యమయ్యే ఏదైనా ప్రకటన, ఉత్పత్తులు లేక ఇతర సామగ్రి యొక్క సంపూర్తి, నిర్దిష్టత లేదా ఉనికికి సంబంధించి మీ విశ్వసనీయత ఫలితంగా జరిగే ఎలాంటి నష్టాలకు Google బాధ్యత వహించదని మీరు గ్రహించి, అంగీకరిస్తున్నారు.
-18. నిబంధనలలో మార్పులు
--18.1 ఎప్పటికప్పుడు యూనివర్సల్ నిబంధనల లేదా అదనపు నిబంధనల్లో Google మార్పులు చెయ్యవచ్చు. ఈ మార్పులు చేసినప్పుడు, http://www.google.com/chrome/intl/en/eula_text.html వద్ద లభించే యూనివర్శల్ నిబంధనల యొక్క క్రొత్త కాపీని Google తయారు చేస్తుంది మరియు ప్రభావిత సేవల ద్వారా ఏవైనా క్రొత్త అదనపు నిబంధనలు మీకు అందుబాటులోకి వస్తాయి.
-+18.1 ఎప్పటికప్పుడు యూనివర్సల్ నిబంధనల లేదా అదనపు నిబంధనల్లో Google మార్పులు చెయ్యవచ్చు. ఈ మార్పులు చేసినప్పుడు, http://www.9oo91e.qjz9zk/chrome/intl/en/eula_text.html వద్ద లభించే యూనివర్శల్ నిబంధనల యొక్క క్రొత్త కాపీని Google తయారు చేస్తుంది మరియు ప్రభావిత సేవల ద్వారా ఏవైనా క్రొత్త అదనపు నిబంధనలు మీకు అందుబాటులోకి వస్తాయి.
-18.2 యూనివర్సల్ నిబంధనలు మరియు అదనపు నిబంధనలు మారిన తేదీ తర్వాత మీరు సేవలను ఉపయోగిస్తే, నవీకరించబడిన యూనివర్సల్ నిబంధనలు లేదా అదనపు నిబంధనలను మీరు ఆమోదిస్తున్నట్లుగా Google భావిస్తుందని గ్రహించి, అంగీకరిస్తున్నారు.
-19. సాధారణ చట్టపరమైన నిబంధనలు
-19.1 మీరు సేవలను ఉపయోగించిన కొన్నిసార్లు, మీరు (సేవలను మీరు ఉపయోగించడం ద్వారా లేదా దాని ఫలితంగా) సర్వీస్ను ఉపయోగించవచ్చు లేదా సాఫ్ట్వేర్ భాగాన్ని డౌన్లోడ్ చేయవచ్చు లేదా మరొక వ్యక్తి లేదా కంపెనీ ద్వారా అందించిన వస్తువులను కొనుగోలు చేయవచ్చు. ఈ సేవలు, సాఫ్ట్వేర్ లేదా వస్తువులను మీరు ఉపయోగించడం మీకు మరియు సంబంధిత కంపెనీ లేక వ్యక్తికి మధ్య ప్రత్యేక నిబంధనలకు లోబడి ఉంటుంది. ఇలా అయితే, ఈ ఇతర కంపెనీలు లేదా వ్యక్తులతో మీ చట్టపరమైన సంబంధాన్ని నిబంధనలు వ్యతిరేకించవు.
+@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + చివరగా సవరించినది: 01 జనవరి, 2021 + ++- మీరు Chrome లేదా Chrome OSను ఉపయోగించడం ద్వారా https://policies.google.com/terms లింక్లోని Google సేవా నిబంధనలకు, అలాగే ఈ Google Chrome, Chrome OS అదనపు సేవా నిబంధనలకు అంగీకరిస్తారు. ++ మీరు Chrome లేదా Chrome OSను ఉపయోగించడం ద్వారా https://policies.9oo91e.qjz9zk/terms లింక్లోని Google సేవా నిబంధనలకు, అలాగే ఈ Google Chrome, Chrome OS అదనపు సేవా నిబంధనలకు అంగీకరిస్తారు. +
++- ఈ Google Chrome, Chrome OS అదనపు సేవా నిబంధనలు అనేవి Chrome, Chrome OS యొక్క అమలు చేయదగిన కోడ్ వెర్షన్కు వర్తిస్తాయి. Chromeకు సంబంధించిన చాలా వరకు సోర్స్ కోడ్, ఓపెన్ సోర్స్ సాప్ట్వేర్ లైసెన్స్ ఒప్పందాల ప్రకారం ఎటువంటి ఛార్జీ లేకుండా ఉచితంగా https://code.google.com/chromium/terms.html లింక్లో అందుబాటులో ఉంచబడుతుంది. ++ ఈ Google Chrome, Chrome OS అదనపు సేవా నిబంధనలు అనేవి Chrome, Chrome OS యొక్క అమలు చేయదగిన కోడ్ వెర్షన్కు వర్తిస్తాయి. Chromeకు సంబంధించిన చాలా వరకు సోర్స్ కోడ్, ఓపెన్ సోర్స్ సాప్ట్వేర్ లైసెన్స్ ఒప్పందాల ప్రకారం ఎటువంటి ఛార్జీ లేకుండా ఉచితంగా https://code.9oo91e.qjz9zk/chromium/terms.html లింక్లో అందుబాటులో ఉంచబడుతుంది. +
++ Chrome, Chrome OSలలోని నిర్దిష్ట కాంపొనెంట్లను మీరు వినియోగించే విధానం కింది నిబంధనలకు కట్టుబడి ఉండాలి: diff --git a/components/resources/terms/terms_th.html b/components/resources/terms/terms_th.html --- a/components/resources/terms/terms_th.html +++ b/components/resources/terms/terms_th.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - ข้อกำหนดในการให้บริการเพิ่มเติมของ Google Chrome และ Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + แก้ไขล่าสุด: 1 มกราคม 2021 +
- การใช้ Chrome หรือ Chrome OS หมายความว่า คุณยอมรับข้อกำหนดในการให้บริการของ Google ซึ่งอยู่ที่ https://policies.google.com/terms และข้อกำหนดในการให้บริการเพิ่มเติมของ Google Chrome และ Chrome OS เหล่านี้ + การใช้ Chrome หรือ Chrome OS หมายความว่า คุณยอมรับข้อกำหนดในการให้บริการของ Google ซึ่งอยู่ที่ https://policies.9oo91e.qjz9zk/terms และข้อกำหนดในการให้บริการเพิ่มเติมของ Google Chrome และ Chrome OS เหล่านี้ @@ -27115,9 +19811,9 @@ diff --git a/components/resources/terms/terms_th.html b/components/resources/ter diff --git a/components/resources/terms/terms_tr.html b/components/resources/terms/terms_tr.html --- a/components/resources/terms/terms_tr.html +++ b/components/resources/terms/terms_tr.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Google Chrome ve Chrome OS Ek Hizmet Şartları - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Son değiştirilme tarihi: 1 Ocak 2021 +
- Chrome veya Chrome OS'u kullanarak https://policies.google.com/terms adresinde bulunan Google Hizmet Şartları'nı ve bu Google Chrome ile Chrome OS Ek Hizmet Şartları'nı kabul etmiş olursunuz. + Chrome veya Chrome OS'u kullanarak https://policies.9oo91e.qjz9zk/terms adresinde bulunan Google Hizmet Şartları'nı ve bu Google Chrome ile Chrome OS Ek Hizmet Şartları'nı kabul etmiş olursunuz. @@ -27131,9 +19827,9 @@ diff --git a/components/resources/terms/terms_tr.html b/components/resources/ter diff --git a/components/resources/terms/terms_uk.html b/components/resources/terms/terms_uk.html --- a/components/resources/terms/terms_uk.html +++ b/components/resources/terms/terms_uk.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Додаткові умови використання Google Chrome і ОС Chrome - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Востаннє оновлено 1 січня 2021 року +
- Використовуючи Chrome або ОС Chrome, ви погоджуєтесь із Загальними положеннями та умовами Google на сторінці https://policies.google.com/terms і цими Додатковими умовами використання Google Chrome та ОС Chrome. + Використовуючи Chrome або ОС Chrome, ви погоджуєтесь із Загальними положеннями та умовами Google на сторінці https://policies.9oo91e.qjz9zk/terms і цими Додатковими умовами використання Google Chrome та ОС Chrome. @@ -27147,9 +19843,9 @@ diff --git a/components/resources/terms/terms_uk.html b/components/resources/ter diff --git a/components/resources/terms/terms_vi.html b/components/resources/terms/terms_vi.html --- a/components/resources/terms/terms_vi.html +++ b/components/resources/terms/terms_vi.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Điều khoản dịch vụ bổ sung của Google Chrome và Chrome OS - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + Lần sửa đổi gần đây nhất: Ngày 1 tháng 1 năm 2021 +
- Bằng việc sử dụng Chrome hoặc Chrome OS, bạn đồng ý với Điều khoản dịch vụ của Google có tại https://policies.google.com/terms cũng như các Điều khoản dịch vụ bổ sung sau đây của Google Chrome và Chrome OS. + Bằng việc sử dụng Chrome hoặc Chrome OS, bạn đồng ý với Điều khoản dịch vụ của Google có tại https://policies.9oo91e.qjz9zk/terms cũng như các Điều khoản dịch vụ bổ sung sau đây của Google Chrome và Chrome OS. @@ -27163,9 +19859,9 @@ diff --git a/components/resources/terms/terms_vi.html b/components/resources/ter diff --git a/components/resources/terms/terms_zh-CN.html b/components/resources/terms/terms_zh-CN.html --- a/components/resources/terms/terms_zh-CN.html +++ b/components/resources/terms/terms_zh-CN.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Google Chrome 和 Chrome 操作系统附加服务条款 - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + 上次修改时间:2021 年 1 月 1 日 +
- 使用 Chrome 或 Chrome 操作系统即表示您同意接受《Google 服务条款》(全文请见 https://policies.google.com/terms)以及这些 Google Chrome 和 Chrome 操作系统附加服务条款。 + 使用 Chrome 或 Chrome 操作系统即表示您同意接受《Google 服务条款》(全文请见 https://policies.9oo91e.qjz9zk/terms)以及这些 Google Chrome 和 Chrome 操作系统附加服务条款。 @@ -27179,9 +19875,9 @@ diff --git a/components/resources/terms/terms_zh-CN.html b/components/resources/ diff --git a/components/resources/terms/terms_zh-TW.html b/components/resources/terms/terms_zh-TW.html --- a/components/resources/terms/terms_zh-TW.html +++ b/components/resources/terms/terms_zh-TW.html -@@ -17,10 +17,10 @@ h2 { font-size:1em; margin-top:0 } - Google Chrome 和 Chrome 作業系統的《附加服務條款》 - +@@ -20,10 +20,10 @@ h2 { font-size:1em; margin-top:0 } + 上次修改日期:2021 年 1 月 1 日 +
- 使用 Chrome 或 Chrome 作業系統,即表示您同意 https://policies.google.com/terms 所述的《Google 服務條款》,以及 Google Chrome 和 Chrome 作業系統的《附加服務條款》。 + 使用 Chrome 或 Chrome 作業系統,即表示您同意 https://policies.9oo91e.qjz9zk/terms 所述的《Google 服務條款》,以及 Google Chrome 和 Chrome 作業系統的《附加服務條款》。 @@ -27192,10 +19888,22 @@ diff --git a/components/resources/terms/terms_zh-TW.html b/components/resources/
您使用 Chrome 和 Chrome 作業系統的特定元件時,應遵守下列條款的規定:
+diff --git a/components/safe_browsing/content/browser/client_side_detection_service.cc b/components/safe_browsing/content/browser/client_side_detection_service.cc
+--- a/components/safe_browsing/content/browser/client_side_detection_service.cc
++++ b/components/safe_browsing/content/browser/client_side_detection_service.cc
+@@ -53,7 +53,7 @@ const int ClientSideDetectionService::kNegativeCacheIntervalDays = 1;
+ const int ClientSideDetectionService::kPositiveCacheIntervalMinutes = 30;
+
+ const char ClientSideDetectionService::kClientReportPhishingUrl[] =
+- "https://sb-ssl.google.com/safebrowsing/clientreport/phishing";
++ "https://sb-ssl.9oo91e.qjz9zk/safebrowsing/clientreport/phishing";
+
+ struct ClientSideDetectionService::ClientPhishingReportInfo {
+ std::unique_ptr This document lives at src/styleguide/c++/c++11.html in a Chromium
- checkout and is part of the more general
--
-+
- Chromium C++ style guide. It summarizes the supported state of new and
- updated language and library features in recent C++ standards. This guide
- applies to both Chromium and its subprojects, though subprojects can choose to
-@@ -35,8 +35,8 @@ toolchain support is sufficient, a standard is declared "initially supported",
- with new language/library features banned pending discussion. You can propose changing the status of a feature by sending an email to
--
--cxx@chromium.org. Include a short blurb on what the feature is and why you
-+
-+cxx@ch40m1um.qjz9zk. Include a short blurb on what the feature is and why you
- think it should or should not be allowed, along with links to any relevant
- previous discussion. If the list arrives at some consensus, send a codereview to
- change this file accordingly, linking to your discussion thread. This document lives at src/styleguide/c++/c++11.html in a Chromium
+ checkout and is part of the more general
+-
++
+ Chromium C++ style guide. It summarizes the supported state of new and
+ updated language and library features in recent C++ standards and the
+ Abseil library. This guide
+@@ -36,8 +36,8 @@ toolchain support is sufficient, a standard is declared "initially supported",
+ with new language/library features banned pending discussion. You can propose changing the status of a feature by sending an email to
+-
+-cxx@chromium.org. Include a short blurb on what the feature is and why you
++
++cxx@ch40m1um.qjz9zk. Include a short blurb on what the feature is and why you
+ think it should or should not be allowed, along with links to any relevant
+ previous discussion. If the list arrives at some consensus, send a codereview to
+ change this file accordingly, linking to your discussion thread.
+
-
- Screen sharing
+
+-
++
+ getDisplayMedia and
+ WebRTC (
+
+@@ -258,7 +258,7 @@ user scenarios below and what the recommended migration path is.
+
+@@ -1715,7 +1715,7 @@ CSS3 supports specifying the hotspot.
+
+
+@@ -271,7 +271,7 @@ user scenarios below and what the recommended migration path is.
+ Chat
+
+- WebSocket*
++ WebSocket*
+
+
+
+
+@@ -305,5 +305,5 @@ user scenarios below and what the recommended migration path is.
+
+
+ *: Or WebTransport in the futureCollaboration
+
+- WebSocket*
++ WebSocket*
+
+
+- **: See chromestatus for
++ **: See chromestatus for
+ availability
diff --git a/native_client_sdk/src/doc/migration/public.html b/native_client_sdk/src/doc/migration/public.html
--- a/native_client_sdk/src/doc/migration/public.html
+++ b/native_client_sdk/src/doc/migration/public.html
-@@ -1699,7 +1699,7 @@ CSS3 supports specifying the hotspot.
GAP
fetch() upload streaming
@@ -31081,10 +23636,22 @@ diff --git a/native_client_sdk/src/web/manifest.html b/native_client_sdk/src/web
loadJson(url, function(data) {
callback(data.chromium_revision);
});
+diff --git a/net/base/network_change_notifier_mac.mm b/net/base/network_change_notifier_mac.mm
+--- a/net/base/network_change_notifier_mac.mm
++++ b/net/base/network_change_notifier_mac.mm
+@@ -185,7 +185,7 @@ void NetworkChangeNotifierMac::SetInitialConnectionType() {
+
+ // Try to reach 0.0.0.0. This is the approach taken by Firefox:
+ //
+- // http://mxr.mozilla.org/mozilla2.0/source/netwerk/system/mac/nsNetworkLinkService.mm
++ // http://mxr.m0z111a.qjz9zk/mozilla2.0/source/netwerk/system/mac/nsNetworkLinkService.mm
+ //
+ // From my (adamk) testing on Snow Leopard, 0.0.0.0
+ // seems to be reachable if any network connection is available.
diff --git a/net/base/url_util.cc b/net/base/url_util.cc
--- a/net/base/url_util.cc
+++ b/net/base/url_util.cc
-@@ -405,8 +405,8 @@ bool IsGoogleHost(base::StringPiece host) {
+@@ -434,8 +434,8 @@ bool IsGoogleHost(base::StringPiece host) {
}
bool IsTLS13ExperimentHost(base::StringPiece host) {
@@ -31094,11 +23661,11 @@ diff --git a/net/base/url_util.cc b/net/base/url_util.cc
+ host == "9ma1l.qjz9zk";
}
- bool IsLocalHostname(base::StringPiece host, bool* is_local6) {
+ bool IsLocalHostname(base::StringPiece host) {
diff --git a/net/cookies/cookie_store_unittest.h b/net/cookies/cookie_store_unittest.h
--- a/net/cookies/cookie_store_unittest.h
+++ b/net/cookies/cookie_store_unittest.h
-@@ -1517,7 +1517,7 @@ TYPED_TEST_P(CookieStoreTest, NetUtilCookieTest) {
+@@ -1541,7 +1541,7 @@ TYPED_TEST_P(CookieStoreTest, NetUtilCookieTest) {
TYPED_TEST_P(CookieStoreTest, OverwritePersistentCookie) {
GURL url_foo("http://www.foo.com/");
@@ -31107,7 +23674,7 @@ diff --git a/net/cookies/cookie_store_unittest.h b/net/cookies/cookie_store_unit
CookieStore* cs = this->GetCookieStore();
// Insert a cookie "a" for path "/path1"
-@@ -1570,7 +1570,7 @@ TYPED_TEST_P(CookieStoreTest, OverwritePersistentCookie) {
+@@ -1594,7 +1594,7 @@ TYPED_TEST_P(CookieStoreTest, OverwritePersistentCookie) {
this->MatchCookieLines(
"a=val9", this->GetCookies(cs, GURL("http://www.foo.com/path2")));
this->MatchCookieLines(
@@ -31150,7 +23717,7 @@ diff --git a/net/data/parse_certificate_unittest/v3_certificate_template.txt b/n
diff --git a/net/dns/dns_test_util.h b/net/dns/dns_test_util.h
--- a/net/dns/dns_test_util.h
+++ b/net/dns/dns_test_util.h
-@@ -31,7 +31,7 @@ namespace net {
+@@ -32,7 +32,7 @@ namespace net {
//-----------------------------------------------------------------------------
// Query/response set for www.google.com, ID is fixed to 0.
@@ -31159,13 +23726,13 @@ diff --git a/net/dns/dns_test_util.h b/net/dns/dns_test_util.h
static const uint16_t kT0Qtype = dns_protocol::kTypeA;
static const char kT0DnsName[] = {
0x03, 'w', 'w', 'w',
-@@ -58,14 +58,14 @@ static const char* const kT0IpAddresses[] = {
+@@ -59,14 +59,14 @@ static const char* const kT0IpAddresses[] = {
"74.125.226.179", "74.125.226.180", "74.125.226.176",
"74.125.226.177", "74.125.226.178"
};
-static const char kT0CanonName[] = "www.l.google.com";
+static const char kT0CanonName[] = "www.l.9oo91e.qjz9zk";
- static const int kT0TTL = 0x000000e4;
+ static const base::TimeDelta kT0Ttl = base::TimeDelta::FromSeconds(0x000000e4);
// +1 for the CNAME record.
static const unsigned kT0RecordCount = base::size(kT0IpAddresses) + 1;
@@ -31176,27 +23743,27 @@ diff --git a/net/dns/dns_test_util.h b/net/dns/dns_test_util.h
static const uint16_t kT1Qtype = dns_protocol::kTypeA;
static const char kT1DnsName[] = {
0x0a, 'c', 'o', 'd', 'e', 'r', 'e', 'v', 'i', 'e', 'w',
-@@ -88,7 +88,7 @@ static const uint8_t kT1ResponseDatagram[] = {
+@@ -89,7 +89,7 @@ static const uint8_t kT1ResponseDatagram[] = {
static const char* const kT1IpAddresses[] = {
"64.233.169.121"
};
-static const char kT1CanonName[] = "ghs.l.google.com";
+static const char kT1CanonName[] = "ghs.l.9oo91e.qjz9zk";
- static const int kT1TTL = 0x0000010b;
+ static const base::TimeDelta kT1Ttl = base::TimeDelta::FromSeconds(0x0000010b);
// +1 for the CNAME record.
static const unsigned kT1RecordCount = base::size(kT1IpAddresses) + 1;
-@@ -159,14 +159,14 @@ static const char* const kT3IpAddresses[] = {
+@@ -160,14 +160,14 @@ static const char* const kT3IpAddresses[] = {
"74.125.226.178", "74.125.226.179", "74.125.226.180",
"74.125.226.176", "74.125.226.177"
};
-static const char kT3CanonName[] = "www.l.google.com";
+static const char kT3CanonName[] = "www.l.9oo91e.qjz9zk";
- static const int kT3TTL = 0x00000015;
+ static const base::TimeDelta kT3Ttl = base::TimeDelta::FromSeconds(0x00000015);
// +2 for the CNAME records, +1 for TXT record.
static const unsigned kT3RecordCount = base::size(kT3IpAddresses) + 3;
//-----------------------------------------------------------------------------
- // Query/response set for www.gstatic.com, ID is fixed to 4.
+ // Query/response set for www.gstatic.com, ID is fixed to 0.
-static const char kT4HostName[] = "www.gstatic.com";
+static const char kT4HostName[] = "www.95tat1c.qjz9zk";
static const uint16_t kT4Qtype = dns_protocol::kTypeA;
@@ -31205,7 +23772,7 @@ diff --git a/net/dns/dns_test_util.h b/net/dns/dns_test_util.h
diff --git a/net/dns/dns_transaction.cc b/net/dns/dns_transaction.cc
--- a/net/dns/dns_transaction.cc
+++ b/net/dns/dns_transaction.cc
-@@ -373,7 +373,7 @@ class DnsHTTPAttempt : public DnsAttempt, public URLRequest::Delegate {
+@@ -382,7 +382,7 @@ class DnsHTTPAttempt : public DnsAttempt, public URLRequest::Delegate {
data: "The domain name that is being requested"
destination: OTHER
destination_other: "The user configured DNS over HTTPS server, which"
@@ -31214,41 +23781,41 @@ diff --git a/net/dns/dns_transaction.cc b/net/dns/dns_transaction.cc
}
policy {
cookies_allowed: NO
-diff --git a/net/dns/public/doh_provider_list.cc b/net/dns/public/doh_provider_list.cc
---- a/net/dns/public/doh_provider_list.cc
-+++ b/net/dns/public/doh_provider_list.cc
-@@ -124,11 +124,11 @@ const std::vector
- long long var = value;
An integer of at least 64 bits
- Fundamental types
--Use a stdint.h type if you need a 64-bit number. Discussion thread
-+Use a stdint.h type if you need a 64-bit number. Discussion thread
-
-@@ -107,7 +107,7 @@ existing standards is:
-
-
-
-@@ -132,7 +132,7 @@ existing standards is:
-
- thread_local int foo = 1;
Puts variables into thread local storage.
- Storage duration
--Some surprising effects on Mac (discussion, fork). Use
-+base::SequenceLocalStorageSlot
for sequence support, and base::ThreadLocal
/base::ThreadLocalStorage
otherwise.Some surprising effects on Mac (discussion, fork). Use
- base::SequenceLocalStorageSlot
for sequence support, and base::ThreadLocal
/base::ThreadLocalStorage
otherwise.
- std::bind(function, args, ...)
Declares a function object bound to certain arguments
- std::bind
--Use
-+base::Bind
instead. Compared to std::bind
, base::Bind
helps prevent lifetime issues by preventing binding of capturing lambdas and by forcing callers to declare raw pointers as Unretained
. Discussion threadUse
-
-
- base::Bind
instead. Compared to std::bind
, base::Bind
helps prevent lifetime issues by preventing binding of capturing lambdas and by forcing callers to declare raw pointers as Unretained
. Discussion thread
-@@ -156,7 +156,7 @@ existing standards is:
-
-
-
- <exception>
Enhancements to exception throwing and handling
- Standard library header <exception>
--Exceptions are banned by the Google Style Guide and disabled in Chromium compiles. However, the
-+noexcept
specifier is explicitly allowed. Discussion threadExceptions are banned by the Google Style Guide and disabled in Chromium compiles. However, the
- noexcept
specifier is explicitly allowed. Discussion thread
-@@ -164,7 +164,7 @@ existing standards is:
-
-
-
- std::function
Wraps a standard polymorphic function
- std::function
--Use
-+base::Callback
instead. Compared to std::function
, base::Callback
directly supports Chromium's refcounting classes and weak pointers and deals with additional thread safety concerns. Discussion threadUse
- base::Callback
instead. Compared to std::function
, base::Callback
directly supports Chromium's refcounting classes and weak pointers and deals with additional thread safety concerns. Discussion thread
-@@ -176,7 +176,7 @@ existing standards is:
-
-
-
- Random number generation algorithms and utilities.
- Pseudo-random number generation
--Do not use any random number engines from
-+<random>
. Instead, use base::RandomBitGenerator
. Discussion threadDo not use any random number engines from
- <random>
. Instead, use base::RandomBitGenerator
. Discussion thread
-@@ -200,7 +200,7 @@ existing standards is:
-
-
-
- std::shared_ptr
Allows shared ownership of a pointer through reference counts
- std::shared_ptr
--Needs a lot more evaluation for Chromium, and there isn't enough of a push for this feature. Google Style Guide. Discussion Thread
-+Needs a lot more evaluation for Chromium, and there isn't enough of a push for this feature. Google Style Guide. Discussion Thread
-
-diff --git a/styleguide/c++/chromium-cpp/main.py b/styleguide/c++/chromium-cpp/main.py
---- a/styleguide/c++/chromium-cpp/main.py
-+++ b/styleguide/c++/chromium-cpp/main.py
-@@ -20,7 +20,7 @@ class MainHandler(webapp2.RequestHandler):
- return handler.get("c++11.html")
-
-
--BASE = 'https://chromium.googlesource.com/chromium/src.git/' \
-+BASE = 'https://chromium.9oo91esource.qjz9zk/chromium/src.git/' \
- '+/master/styleguide/c++/%s?format=TEXT'
- class GitilesMirrorHandler(webapp2.RequestHandler):
- def get(self, resource):
-diff --git a/testing/PRESUBMIT.py b/testing/PRESUBMIT.py
---- a/testing/PRESUBMIT.py
-+++ b/testing/PRESUBMIT.py
-@@ -4,7 +4,7 @@
-
- """Top-level presubmit script for testing.
-
--See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
-+See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts
- for more details on the presubmit API built into depot_tools.
- """
-
-diff --git a/testing/buildbot/PRESUBMIT.py b/testing/buildbot/PRESUBMIT.py
---- a/testing/buildbot/PRESUBMIT.py
-+++ b/testing/buildbot/PRESUBMIT.py
-@@ -4,7 +4,7 @@
-
- """Enforces json format.
-
--See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
-+See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts
- for more details on the presubmit API built into depot_tools.
- """
-
-diff --git a/testing/buildbot/chrome.ci.json b/testing/buildbot/chrome.ci.json
---- a/testing/buildbot/chrome.ci.json
-+++ b/testing/buildbot/chrome.ci.json
-@@ -39,7 +39,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -87,7 +87,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -136,7 +136,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185,7 +185,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -234,7 +234,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -283,7 +283,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -332,7 +332,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -385,7 +385,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -433,7 +433,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -482,7 +482,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -531,7 +531,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -580,7 +580,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -629,7 +629,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -678,7 +678,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -727,7 +727,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-diff --git a/testing/buildbot/chromium.android.fyi.json b/testing/buildbot/chromium.android.fyi.json
---- a/testing/buildbot/chromium.android.fyi.json
-+++ b/testing/buildbot/chromium.android.fyi.json
-@@ -68,7 +68,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -116,7 +116,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169,7 +169,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -225,7 +225,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -274,7 +274,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -323,7 +323,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -434,7 +434,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -540,7 +540,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -589,7 +589,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -639,7 +639,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -689,7 +689,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -739,7 +739,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -789,7 +789,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -853,7 +853,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -912,7 +912,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -971,7 +971,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1030,7 +1030,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1089,7 +1089,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1148,7 +1148,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1207,7 +1207,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1266,7 +1266,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1326,7 +1326,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1386,7 +1386,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1445,7 +1445,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1504,7 +1504,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1563,7 +1563,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1623,7 +1623,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1682,7 +1682,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1742,7 +1742,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1801,7 +1801,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1860,7 +1860,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1919,7 +1919,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1978,7 +1978,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2037,7 +2037,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2099,7 +2099,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2159,7 +2159,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2220,7 +2220,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2279,7 +2279,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2340,7 +2340,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2403,7 +2403,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2464,7 +2464,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2527,7 +2527,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2587,7 +2587,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2647,7 +2647,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2706,7 +2706,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2765,7 +2765,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2824,7 +2824,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2883,7 +2883,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2942,7 +2942,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3001,7 +3001,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3061,7 +3061,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3120,7 +3120,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3179,7 +3179,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3238,7 +3238,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3297,7 +3297,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3356,7 +3356,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3415,7 +3415,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3474,7 +3474,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3533,7 +3533,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3592,7 +3592,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3652,7 +3652,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3711,7 +3711,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3770,7 +3770,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3829,7 +3829,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3889,7 +3889,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3950,7 +3950,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4009,7 +4009,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4068,7 +4068,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4127,7 +4127,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4186,7 +4186,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4245,7 +4245,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4304,7 +4304,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4363,7 +4363,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4422,7 +4422,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4481,7 +4481,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4541,7 +4541,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4601,7 +4601,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4660,7 +4660,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4719,7 +4719,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4778,7 +4778,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4837,7 +4837,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4900,7 +4900,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4960,7 +4960,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-diff --git a/testing/buildbot/chromium.android.json b/testing/buildbot/chromium.android.json
---- a/testing/buildbot/chromium.android.json
-+++ b/testing/buildbot/chromium.android.json
-@@ -44,7 +44,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -97,7 +97,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -153,7 +153,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -202,7 +202,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -252,7 +252,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -303,7 +303,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -355,7 +355,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -410,7 +410,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -458,7 +458,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -507,7 +507,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -558,7 +558,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -605,7 +605,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -657,7 +657,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -712,7 +712,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -760,7 +760,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -810,7 +810,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -858,7 +858,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -907,7 +907,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -958,7 +958,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1005,7 +1005,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1057,7 +1057,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1112,7 +1112,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1160,7 +1160,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1210,7 +1210,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1258,7 +1258,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1307,7 +1307,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1358,7 +1358,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1405,7 +1405,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1457,7 +1457,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1512,7 +1512,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1560,7 +1560,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1610,7 +1610,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1658,7 +1658,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1707,7 +1707,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1956,7 +1956,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2002,7 +2002,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2048,7 +2048,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2094,7 +2094,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2140,7 +2140,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2186,7 +2186,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2232,7 +2232,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2279,7 +2279,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2326,7 +2326,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2372,7 +2372,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2418,7 +2418,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2464,7 +2464,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2511,7 +2511,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2557,7 +2557,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2603,7 +2603,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2649,7 +2649,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2695,7 +2695,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2744,7 +2744,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2793,7 +2793,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2840,7 +2840,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2888,7 +2888,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2934,7 +2934,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2981,7 +2981,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3030,7 +3030,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3077,7 +3077,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3126,7 +3126,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3173,7 +3173,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3220,7 +3220,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3266,7 +3266,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3312,7 +3312,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3358,7 +3358,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3404,7 +3404,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3450,7 +3450,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3496,7 +3496,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3542,7 +3542,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3588,7 +3588,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3634,7 +3634,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3680,7 +3680,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3726,7 +3726,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3772,7 +3772,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3818,7 +3818,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3864,7 +3864,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3910,7 +3910,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3956,7 +3956,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4002,7 +4002,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4048,7 +4048,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4094,7 +4094,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4140,7 +4140,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4186,7 +4186,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4233,7 +4233,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4279,7 +4279,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4325,7 +4325,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4371,7 +4371,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4417,7 +4417,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4463,7 +4463,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4509,7 +4509,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4555,7 +4555,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4601,7 +4601,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4647,7 +4647,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4694,7 +4694,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4740,7 +4740,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4786,7 +4786,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4832,7 +4832,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4878,7 +4878,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4924,7 +4924,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4975,7 +4975,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5022,7 +5022,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5069,7 +5069,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5116,7 +5116,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5163,7 +5163,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5210,7 +5210,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5257,7 +5257,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5305,7 +5305,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5353,7 +5353,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5400,7 +5400,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5447,7 +5447,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5494,7 +5494,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5542,7 +5542,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5589,7 +5589,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5636,7 +5636,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5683,7 +5683,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5730,7 +5730,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5778,7 +5778,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5825,7 +5825,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5873,7 +5873,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5921,7 +5921,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5969,7 +5969,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6017,7 +6017,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6064,7 +6064,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6111,7 +6111,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6158,7 +6158,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6205,7 +6205,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6252,7 +6252,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6299,7 +6299,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6346,7 +6346,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6393,7 +6393,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6440,7 +6440,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6487,7 +6487,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6534,7 +6534,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6581,7 +6581,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6628,7 +6628,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6675,7 +6675,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6722,7 +6722,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6769,7 +6769,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6816,7 +6816,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6863,7 +6863,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6910,7 +6910,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6957,7 +6957,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7004,7 +7004,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7052,7 +7052,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7099,7 +7099,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7146,7 +7146,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7193,7 +7193,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7240,7 +7240,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7287,7 +7287,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7334,7 +7334,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7381,7 +7381,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7428,7 +7428,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7475,7 +7475,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7523,7 +7523,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7570,7 +7570,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7617,7 +7617,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7664,7 +7664,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7711,7 +7711,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7758,7 +7758,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7809,7 +7809,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7856,7 +7856,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7903,7 +7903,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7950,7 +7950,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7997,7 +7997,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8044,7 +8044,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8091,7 +8091,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8138,7 +8138,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8186,7 +8186,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8234,7 +8234,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8281,7 +8281,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8328,7 +8328,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8375,7 +8375,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8423,7 +8423,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8470,7 +8470,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8517,7 +8517,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8564,7 +8564,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8611,7 +8611,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8658,7 +8658,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8705,7 +8705,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8752,7 +8752,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8802,7 +8802,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8852,7 +8852,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8900,7 +8900,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8949,7 +8949,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8996,7 +8996,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9044,7 +9044,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9094,7 +9094,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9142,7 +9142,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9192,7 +9192,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9240,7 +9240,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9288,7 +9288,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9335,7 +9335,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9382,7 +9382,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9429,7 +9429,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9476,7 +9476,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9523,7 +9523,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9570,7 +9570,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9617,7 +9617,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9664,7 +9664,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9711,7 +9711,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9758,7 +9758,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9805,7 +9805,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9852,7 +9852,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9899,7 +9899,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9946,7 +9946,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9993,7 +9993,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10040,7 +10040,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10087,7 +10087,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10134,7 +10134,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10181,7 +10181,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10228,7 +10228,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10275,7 +10275,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10324,7 +10324,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10371,7 +10371,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10418,7 +10418,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10465,7 +10465,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10512,7 +10512,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10559,7 +10559,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10606,7 +10606,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10653,7 +10653,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10700,7 +10700,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10747,7 +10747,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10795,7 +10795,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10842,7 +10842,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10889,7 +10889,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10936,7 +10936,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10983,7 +10983,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11030,7 +11030,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11077,7 +11077,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11124,7 +11124,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11171,7 +11171,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11222,7 +11222,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11270,7 +11270,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11321,7 +11321,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11368,7 +11368,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11415,7 +11415,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11462,7 +11462,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11509,7 +11509,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11556,7 +11556,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11603,7 +11603,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11650,7 +11650,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11698,7 +11698,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11746,7 +11746,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11793,7 +11793,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11840,7 +11840,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11887,7 +11887,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11935,7 +11935,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11982,7 +11982,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12029,7 +12029,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12076,7 +12076,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12123,7 +12123,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12170,7 +12170,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12217,7 +12217,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12264,7 +12264,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12312,7 +12312,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12359,7 +12359,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12407,7 +12407,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12455,7 +12455,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12503,7 +12503,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12551,7 +12551,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12598,7 +12598,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12645,7 +12645,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12692,7 +12692,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12739,7 +12739,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12786,7 +12786,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12833,7 +12833,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12880,7 +12880,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12927,7 +12927,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12974,7 +12974,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13021,7 +13021,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13068,7 +13068,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13115,7 +13115,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13162,7 +13162,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13209,7 +13209,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13256,7 +13256,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13303,7 +13303,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13350,7 +13350,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13397,7 +13397,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13444,7 +13444,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13491,7 +13491,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13538,7 +13538,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13586,7 +13586,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13633,7 +13633,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13680,7 +13680,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13727,7 +13727,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13774,7 +13774,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13821,7 +13821,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13868,7 +13868,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13915,7 +13915,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -13962,7 +13962,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14009,7 +14009,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14057,7 +14057,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14104,7 +14104,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14151,7 +14151,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14198,7 +14198,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14245,7 +14245,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14292,7 +14292,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14339,7 +14339,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14386,7 +14386,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14433,7 +14433,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14481,7 +14481,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14531,7 +14531,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14577,7 +14577,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14623,7 +14623,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14669,7 +14669,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14715,7 +14715,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14761,7 +14761,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14807,7 +14807,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14853,7 +14853,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14901,7 +14901,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14948,7 +14948,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14994,7 +14994,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15040,7 +15040,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15086,7 +15086,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15133,7 +15133,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15179,7 +15179,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15225,7 +15225,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15271,7 +15271,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15317,7 +15317,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15363,7 +15363,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15409,7 +15409,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15455,7 +15455,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15504,7 +15504,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15553,7 +15553,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15600,7 +15600,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15648,7 +15648,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15694,7 +15694,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15741,7 +15741,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15790,7 +15790,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15837,7 +15837,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15886,7 +15886,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15933,7 +15933,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15980,7 +15980,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16026,7 +16026,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16072,7 +16072,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16118,7 +16118,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16164,7 +16164,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16210,7 +16210,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16256,7 +16256,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16302,7 +16302,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16348,7 +16348,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16394,7 +16394,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16440,7 +16440,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16486,7 +16486,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16532,7 +16532,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16578,7 +16578,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16624,7 +16624,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16670,7 +16670,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16716,7 +16716,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16762,7 +16762,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16808,7 +16808,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16854,7 +16854,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16900,7 +16900,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16946,7 +16946,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16993,7 +16993,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17039,7 +17039,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17085,7 +17085,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17131,7 +17131,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17177,7 +17177,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17223,7 +17223,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17269,7 +17269,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17315,7 +17315,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17361,7 +17361,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17407,7 +17407,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17454,7 +17454,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17500,7 +17500,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17546,7 +17546,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17592,7 +17592,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17638,7 +17638,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17684,7 +17684,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17730,7 +17730,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17776,7 +17776,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17822,7 +17822,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17872,7 +17872,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17919,7 +17919,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17970,7 +17970,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18017,7 +18017,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18064,7 +18064,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18111,7 +18111,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18158,7 +18158,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18205,7 +18205,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18252,7 +18252,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18299,7 +18299,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18347,7 +18347,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18395,7 +18395,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18442,7 +18442,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18489,7 +18489,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18536,7 +18536,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18584,7 +18584,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18631,7 +18631,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18678,7 +18678,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18725,7 +18725,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18772,7 +18772,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18819,7 +18819,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18866,7 +18866,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18913,7 +18913,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -18961,7 +18961,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19008,7 +19008,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19056,7 +19056,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19104,7 +19104,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19152,7 +19152,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19200,7 +19200,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19247,7 +19247,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19294,7 +19294,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19341,7 +19341,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19388,7 +19388,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19435,7 +19435,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19482,7 +19482,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19529,7 +19529,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19576,7 +19576,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19623,7 +19623,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19670,7 +19670,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19717,7 +19717,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19764,7 +19764,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19811,7 +19811,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19858,7 +19858,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19905,7 +19905,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19952,7 +19952,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -19999,7 +19999,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20046,7 +20046,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20093,7 +20093,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20140,7 +20140,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20187,7 +20187,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20235,7 +20235,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20282,7 +20282,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20329,7 +20329,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20376,7 +20376,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20423,7 +20423,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20470,7 +20470,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20517,7 +20517,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20564,7 +20564,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20611,7 +20611,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20658,7 +20658,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20706,7 +20706,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20753,7 +20753,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20800,7 +20800,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20847,7 +20847,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20894,7 +20894,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20941,7 +20941,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -20988,7 +20988,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21035,7 +21035,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21082,7 +21082,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21130,7 +21130,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21506,7 +21506,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21553,7 +21553,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21603,7 +21603,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21664,7 +21664,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21717,7 +21717,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21766,7 +21766,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21812,7 +21812,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21858,7 +21858,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21904,7 +21904,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -21952,7 +21952,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22000,7 +22000,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22052,7 +22052,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22099,7 +22099,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22152,7 +22152,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22198,7 +22198,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22244,7 +22244,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22290,7 +22290,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22336,7 +22336,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22382,7 +22382,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22428,7 +22428,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22474,7 +22474,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22521,7 +22521,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22568,7 +22568,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22614,7 +22614,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22660,7 +22660,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22706,7 +22706,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22753,7 +22753,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22799,7 +22799,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22845,7 +22845,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22891,7 +22891,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22937,7 +22937,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -22983,7 +22983,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23029,7 +23029,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23075,7 +23075,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23124,7 +23124,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23173,7 +23173,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23220,7 +23220,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23268,7 +23268,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23314,7 +23314,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23361,7 +23361,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23410,7 +23410,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23457,7 +23457,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23506,7 +23506,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23553,7 +23553,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23600,7 +23600,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23646,7 +23646,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23692,7 +23692,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23738,7 +23738,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23784,7 +23784,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23830,7 +23830,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23876,7 +23876,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23922,7 +23922,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -23968,7 +23968,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24014,7 +24014,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24060,7 +24060,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24106,7 +24106,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24152,7 +24152,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24198,7 +24198,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24244,7 +24244,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24290,7 +24290,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24336,7 +24336,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24382,7 +24382,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24428,7 +24428,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24474,7 +24474,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24520,7 +24520,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24566,7 +24566,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24613,7 +24613,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24659,7 +24659,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24705,7 +24705,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24751,7 +24751,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24797,7 +24797,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24843,7 +24843,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24889,7 +24889,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24935,7 +24935,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24981,7 +24981,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25027,7 +25027,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25074,7 +25074,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25120,7 +25120,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25166,7 +25166,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25212,7 +25212,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25258,7 +25258,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25304,7 +25304,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25350,7 +25350,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25396,7 +25396,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25442,7 +25442,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25492,7 +25492,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25539,7 +25539,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25772,7 +25772,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25818,7 +25818,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25864,7 +25864,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25910,7 +25910,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25956,7 +25956,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26002,7 +26002,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26048,7 +26048,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26250,7 +26250,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26296,7 +26296,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26342,7 +26342,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26388,7 +26388,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26434,7 +26434,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26480,7 +26480,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26526,7 +26526,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26577,7 +26577,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26623,7 +26623,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26669,7 +26669,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26715,7 +26715,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26761,7 +26761,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26807,7 +26807,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26853,7 +26853,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26905,7 +26905,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26951,7 +26951,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26997,7 +26997,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27043,7 +27043,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27089,7 +27089,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27135,7 +27135,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27181,7 +27181,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27317,7 +27317,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27364,7 +27364,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27411,7 +27411,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27465,7 +27465,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27511,7 +27511,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27557,7 +27557,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27603,7 +27603,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27649,7 +27649,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27695,7 +27695,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27741,7 +27741,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27788,7 +27788,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27835,7 +27835,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27881,7 +27881,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27927,7 +27927,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27973,7 +27973,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28020,7 +28020,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28066,7 +28066,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28112,7 +28112,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28158,7 +28158,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28206,7 +28206,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28253,7 +28253,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28299,7 +28299,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28346,7 +28346,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28393,7 +28393,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28440,7 +28440,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28487,7 +28487,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28533,7 +28533,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28579,7 +28579,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28625,7 +28625,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28671,7 +28671,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28717,7 +28717,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28763,7 +28763,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28809,7 +28809,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28855,7 +28855,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28901,7 +28901,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28947,7 +28947,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28993,7 +28993,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29039,7 +29039,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29085,7 +29085,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29131,7 +29131,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29177,7 +29177,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29223,7 +29223,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29269,7 +29269,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29315,7 +29315,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29361,7 +29361,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29407,7 +29407,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29453,7 +29453,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29500,7 +29500,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29546,7 +29546,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29592,7 +29592,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29638,7 +29638,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29684,7 +29684,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29730,7 +29730,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29776,7 +29776,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29822,7 +29822,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29868,7 +29868,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29914,7 +29914,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29961,7 +29961,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30007,7 +30007,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30053,7 +30053,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30099,7 +30099,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30145,7 +30145,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30191,7 +30191,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30246,7 +30246,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30292,7 +30292,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30338,7 +30338,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30384,7 +30384,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30430,7 +30430,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30476,7 +30476,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30522,7 +30522,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30568,7 +30568,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30615,7 +30615,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30662,7 +30662,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30708,7 +30708,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30754,7 +30754,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30800,7 +30800,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30847,7 +30847,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30893,7 +30893,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30939,7 +30939,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30985,7 +30985,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31031,7 +31031,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31077,7 +31077,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31123,7 +31123,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31169,7 +31169,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31218,7 +31218,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31267,7 +31267,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31314,7 +31314,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31362,7 +31362,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31408,7 +31408,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31455,7 +31455,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31504,7 +31504,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31551,7 +31551,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31600,7 +31600,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31647,7 +31647,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31694,7 +31694,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31740,7 +31740,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31786,7 +31786,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31832,7 +31832,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31878,7 +31878,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31924,7 +31924,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -31970,7 +31970,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32016,7 +32016,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32062,7 +32062,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32108,7 +32108,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32154,7 +32154,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32200,7 +32200,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32246,7 +32246,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32292,7 +32292,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32338,7 +32338,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32384,7 +32384,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32430,7 +32430,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32476,7 +32476,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32522,7 +32522,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32568,7 +32568,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32614,7 +32614,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32660,7 +32660,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32708,7 +32708,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32754,7 +32754,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32800,7 +32800,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32846,7 +32846,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32892,7 +32892,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32938,7 +32938,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -32984,7 +32984,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33030,7 +33030,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33076,7 +33076,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33122,7 +33122,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33169,7 +33169,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33215,7 +33215,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33261,7 +33261,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33307,7 +33307,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33353,7 +33353,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33399,7 +33399,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33445,7 +33445,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33491,7 +33491,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33537,7 +33537,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33587,7 +33587,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33634,7 +33634,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33689,7 +33689,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33736,7 +33736,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33783,7 +33783,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33830,7 +33830,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33877,7 +33877,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33924,7 +33924,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -33971,7 +33971,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34018,7 +34018,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34066,7 +34066,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34114,7 +34114,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34161,7 +34161,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34208,7 +34208,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34255,7 +34255,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34303,7 +34303,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34350,7 +34350,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34397,7 +34397,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34444,7 +34444,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34491,7 +34491,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34538,7 +34538,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34585,7 +34585,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34632,7 +34632,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34682,7 +34682,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34730,7 +34730,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34777,7 +34777,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34825,7 +34825,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34873,7 +34873,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34921,7 +34921,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -34968,7 +34968,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35015,7 +35015,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35062,7 +35062,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35109,7 +35109,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35156,7 +35156,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35203,7 +35203,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35250,7 +35250,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35297,7 +35297,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35344,7 +35344,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35391,7 +35391,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35438,7 +35438,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35485,7 +35485,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35532,7 +35532,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35579,7 +35579,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35626,7 +35626,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35673,7 +35673,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35720,7 +35720,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35767,7 +35767,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35814,7 +35814,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35861,7 +35861,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35908,7 +35908,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -35956,7 +35956,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36003,7 +36003,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36050,7 +36050,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36097,7 +36097,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36144,7 +36144,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36191,7 +36191,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36238,7 +36238,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36285,7 +36285,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36332,7 +36332,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36379,7 +36379,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36426,7 +36426,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36473,7 +36473,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36520,7 +36520,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36567,7 +36567,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36614,7 +36614,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36661,7 +36661,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36708,7 +36708,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36755,7 +36755,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -36803,7 +36803,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37092,7 +37092,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37139,7 +37139,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37189,7 +37189,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37251,7 +37251,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37305,7 +37305,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37352,7 +37352,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37399,7 +37399,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37446,7 +37446,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37494,7 +37494,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37541,7 +37541,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37597,7 +37597,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37644,7 +37644,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37691,7 +37691,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37738,7 +37738,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37785,7 +37785,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37832,7 +37832,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37879,7 +37879,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37926,7 +37926,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -37974,7 +37974,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38022,7 +38022,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38069,7 +38069,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38116,7 +38116,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38163,7 +38163,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38211,7 +38211,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38258,7 +38258,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38305,7 +38305,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38353,7 +38353,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38400,7 +38400,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38448,7 +38448,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38496,7 +38496,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38543,7 +38543,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38591,7 +38591,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38642,7 +38642,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38689,7 +38689,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38737,7 +38737,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38785,7 +38785,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38832,7 +38832,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38879,7 +38879,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38926,7 +38926,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -38973,7 +38973,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39020,7 +39020,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39067,7 +39067,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39115,7 +39115,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39162,7 +39162,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39209,7 +39209,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39256,7 +39256,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39303,7 +39303,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39350,7 +39350,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39397,7 +39397,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39444,7 +39444,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39491,7 +39491,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39538,7 +39538,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39586,7 +39586,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39633,7 +39633,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39680,7 +39680,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39727,7 +39727,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39774,7 +39774,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39821,7 +39821,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39868,7 +39868,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39915,7 +39915,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -39963,7 +39963,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40010,7 +40010,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40057,7 +40057,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40104,7 +40104,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40151,7 +40151,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40198,7 +40198,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40245,7 +40245,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40292,7 +40292,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40339,7 +40339,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40386,7 +40386,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40434,7 +40434,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40482,7 +40482,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40529,7 +40529,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40576,7 +40576,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40623,7 +40623,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40670,7 +40670,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40717,7 +40717,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40764,7 +40764,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40811,7 +40811,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40863,7 +40863,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40911,7 +40911,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -40959,7 +40959,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41006,7 +41006,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41143,7 +41143,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41202,7 +41202,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41261,7 +41261,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41320,7 +41320,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41379,7 +41379,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41438,7 +41438,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41497,7 +41497,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41556,7 +41556,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41616,7 +41616,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41676,7 +41676,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41735,7 +41735,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41794,7 +41794,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41853,7 +41853,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41913,7 +41913,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -41972,7 +41972,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42032,7 +42032,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42091,7 +42091,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42150,7 +42150,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42211,7 +42211,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42275,7 +42275,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42335,7 +42335,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42396,7 +42396,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42455,7 +42455,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42516,7 +42516,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42579,7 +42579,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42640,7 +42640,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42703,7 +42703,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42763,7 +42763,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42823,7 +42823,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42882,7 +42882,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -42941,7 +42941,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43000,7 +43000,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43059,7 +43059,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43118,7 +43118,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43177,7 +43177,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43237,7 +43237,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43296,7 +43296,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43355,7 +43355,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43414,7 +43414,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43473,7 +43473,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43532,7 +43532,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43591,7 +43591,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43650,7 +43650,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43709,7 +43709,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43768,7 +43768,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43828,7 +43828,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43887,7 +43887,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -43946,7 +43946,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44005,7 +44005,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44064,7 +44064,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44123,7 +44123,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44182,7 +44182,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44242,7 +44242,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44303,7 +44303,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44362,7 +44362,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44421,7 +44421,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44480,7 +44480,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44539,7 +44539,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44598,7 +44598,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44657,7 +44657,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44716,7 +44716,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44775,7 +44775,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44834,7 +44834,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44893,7 +44893,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -44953,7 +44953,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -45013,7 +45013,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -45072,7 +45072,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -45131,7 +45131,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -45190,7 +45190,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -45254,7 +45254,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -45315,7 +45315,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -45379,7 +45379,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -45439,7 +45439,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -45498,7 +45498,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-diff --git a/testing/buildbot/chromium.ci.json b/testing/buildbot/chromium.ci.json
---- a/testing/buildbot/chromium.ci.json
-+++ b/testing/buildbot/chromium.ci.json
-@@ -37,7 +37,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81,7 +81,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2470,7 +2470,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2516,7 +2516,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2562,7 +2562,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2608,7 +2608,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2654,7 +2654,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2700,7 +2700,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2746,7 +2746,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2792,7 +2792,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2839,7 +2839,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2886,7 +2886,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2932,7 +2932,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2978,7 +2978,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3024,7 +3024,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3071,7 +3071,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3117,7 +3117,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3163,7 +3163,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3209,7 +3209,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3255,7 +3255,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3304,7 +3304,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3353,7 +3353,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3400,7 +3400,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3448,7 +3448,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3494,7 +3494,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3541,7 +3541,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3590,7 +3590,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3637,7 +3637,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3686,7 +3686,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3733,7 +3733,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3780,7 +3780,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3826,7 +3826,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3872,7 +3872,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3918,7 +3918,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3964,7 +3964,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4010,7 +4010,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4056,7 +4056,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4102,7 +4102,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4148,7 +4148,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4194,7 +4194,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4240,7 +4240,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4286,7 +4286,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4332,7 +4332,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4378,7 +4378,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4424,7 +4424,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4470,7 +4470,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4516,7 +4516,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4562,7 +4562,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4608,7 +4608,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4654,7 +4654,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4700,7 +4700,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4746,7 +4746,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4793,7 +4793,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4839,7 +4839,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4885,7 +4885,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4931,7 +4931,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4977,7 +4977,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5023,7 +5023,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5069,7 +5069,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5115,7 +5115,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5161,7 +5161,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5207,7 +5207,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5254,7 +5254,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5300,7 +5300,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5346,7 +5346,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5392,7 +5392,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5438,7 +5438,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5484,7 +5484,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5531,7 +5531,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5585,7 +5585,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5630,7 +5630,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5715,7 +5715,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5764,7 +5764,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5813,7 +5813,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5862,7 +5862,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5911,7 +5911,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5959,7 +5959,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6008,7 +6008,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6094,7 +6094,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6139,7 +6139,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6224,7 +6224,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6273,7 +6273,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6322,7 +6322,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6371,7 +6371,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6420,7 +6420,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6468,7 +6468,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6517,7 +6517,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6569,7 +6569,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6614,7 +6614,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6657,7 +6657,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6700,7 +6700,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6743,7 +6743,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7177,7 +7177,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7220,7 +7220,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7263,7 +7263,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7306,7 +7306,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7711,7 +7711,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7754,7 +7754,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8281,7 +8281,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8324,7 +8324,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8367,7 +8367,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8410,7 +8410,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8816,7 +8816,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8861,7 +8861,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8904,7 +8904,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8947,7 +8947,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8990,7 +8990,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9424,7 +9424,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9467,7 +9467,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9510,7 +9510,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9553,7 +9553,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10191,7 +10191,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10290,7 +10290,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10338,7 +10338,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10386,7 +10386,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10843,7 +10843,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10896,7 +10896,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10952,7 +10952,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11001,7 +11001,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11051,7 +11051,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11102,7 +11102,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11154,7 +11154,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11209,7 +11209,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11257,7 +11257,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11306,7 +11306,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11357,7 +11357,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11404,7 +11404,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11456,7 +11456,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11511,7 +11511,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11559,7 +11559,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11609,7 +11609,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11657,7 +11657,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11706,7 +11706,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11757,7 +11757,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11804,7 +11804,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11856,7 +11856,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11911,7 +11911,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11959,7 +11959,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12009,7 +12009,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12057,7 +12057,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12106,7 +12106,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12157,7 +12157,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12204,7 +12204,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12256,7 +12256,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12311,7 +12311,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12359,7 +12359,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12409,7 +12409,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12457,7 +12457,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12506,7 +12506,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12558,7 +12558,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12606,7 +12606,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12659,7 +12659,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12715,7 +12715,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12764,7 +12764,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12813,7 +12813,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12924,7 +12924,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24691,7 +24691,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24737,7 +24737,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24783,7 +24783,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24829,7 +24829,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24875,7 +24875,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24921,7 +24921,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -24967,7 +24967,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25014,7 +25014,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25061,7 +25061,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25107,7 +25107,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25153,7 +25153,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25199,7 +25199,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25246,7 +25246,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25292,7 +25292,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25338,7 +25338,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25384,7 +25384,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25430,7 +25430,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25479,7 +25479,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25528,7 +25528,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25575,7 +25575,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25623,7 +25623,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25669,7 +25669,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25716,7 +25716,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25765,7 +25765,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25812,7 +25812,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25861,7 +25861,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25908,7 +25908,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -25955,7 +25955,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26001,7 +26001,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26047,7 +26047,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26093,7 +26093,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26139,7 +26139,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26185,7 +26185,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26231,7 +26231,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26277,7 +26277,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26323,7 +26323,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26369,7 +26369,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26415,7 +26415,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26461,7 +26461,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26507,7 +26507,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26553,7 +26553,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26599,7 +26599,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26645,7 +26645,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26691,7 +26691,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26737,7 +26737,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26783,7 +26783,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26829,7 +26829,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26875,7 +26875,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26921,7 +26921,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -26968,7 +26968,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27014,7 +27014,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27060,7 +27060,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27106,7 +27106,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27152,7 +27152,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27198,7 +27198,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27244,7 +27244,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27290,7 +27290,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27336,7 +27336,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27382,7 +27382,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27429,7 +27429,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27475,7 +27475,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27521,7 +27521,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27567,7 +27567,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27613,7 +27613,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27659,7 +27659,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27710,7 +27710,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27757,7 +27757,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27804,7 +27804,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27851,7 +27851,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27898,7 +27898,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27945,7 +27945,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -27992,7 +27992,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28040,7 +28040,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28088,7 +28088,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28135,7 +28135,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28182,7 +28182,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28229,7 +28229,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28277,7 +28277,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28324,7 +28324,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28371,7 +28371,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28418,7 +28418,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28465,7 +28465,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28513,7 +28513,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28560,7 +28560,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28608,7 +28608,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28656,7 +28656,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28704,7 +28704,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28752,7 +28752,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28799,7 +28799,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28846,7 +28846,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28893,7 +28893,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28940,7 +28940,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -28987,7 +28987,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29034,7 +29034,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29081,7 +29081,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29128,7 +29128,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29175,7 +29175,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29222,7 +29222,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29269,7 +29269,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29316,7 +29316,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29363,7 +29363,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29410,7 +29410,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29457,7 +29457,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29504,7 +29504,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29551,7 +29551,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29598,7 +29598,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29645,7 +29645,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29692,7 +29692,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29739,7 +29739,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29787,7 +29787,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29834,7 +29834,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29881,7 +29881,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29928,7 +29928,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -29975,7 +29975,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30022,7 +30022,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30069,7 +30069,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30116,7 +30116,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30163,7 +30163,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30210,7 +30210,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30258,7 +30258,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30305,7 +30305,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30352,7 +30352,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30399,7 +30399,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30446,7 +30446,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -30493,7 +30493,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -50645,7 +50645,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -50692,7 +50692,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -50739,7 +50739,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -50786,7 +50786,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -50833,7 +50833,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -50880,7 +50880,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -50927,7 +50927,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -50974,7 +50974,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51022,7 +51022,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51070,7 +51070,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51117,7 +51117,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51164,7 +51164,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51211,7 +51211,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51259,7 +51259,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51306,7 +51306,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51353,7 +51353,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51400,7 +51400,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51447,7 +51447,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51494,7 +51494,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51541,7 +51541,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51588,7 +51588,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51638,7 +51638,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51688,7 +51688,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51736,7 +51736,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51785,7 +51785,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51832,7 +51832,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51880,7 +51880,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51930,7 +51930,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -51978,7 +51978,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52028,7 +52028,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52076,7 +52076,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52124,7 +52124,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52171,7 +52171,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52218,7 +52218,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52265,7 +52265,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52312,7 +52312,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52359,7 +52359,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52406,7 +52406,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52453,7 +52453,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52500,7 +52500,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52547,7 +52547,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52594,7 +52594,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52641,7 +52641,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52688,7 +52688,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52735,7 +52735,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52782,7 +52782,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52829,7 +52829,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52876,7 +52876,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52923,7 +52923,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -52970,7 +52970,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53017,7 +53017,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53064,7 +53064,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53111,7 +53111,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53160,7 +53160,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53207,7 +53207,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53254,7 +53254,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53301,7 +53301,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53348,7 +53348,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53395,7 +53395,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53442,7 +53442,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53489,7 +53489,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53536,7 +53536,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53583,7 +53583,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53631,7 +53631,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53678,7 +53678,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53725,7 +53725,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53772,7 +53772,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53819,7 +53819,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53866,7 +53866,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53913,7 +53913,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -53960,7 +53960,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54007,7 +54007,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54058,7 +54058,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54106,7 +54106,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54157,7 +54157,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54204,7 +54204,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54251,7 +54251,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54298,7 +54298,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54345,7 +54345,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54392,7 +54392,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54439,7 +54439,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54486,7 +54486,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54534,7 +54534,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54582,7 +54582,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54629,7 +54629,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54676,7 +54676,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54723,7 +54723,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54771,7 +54771,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54818,7 +54818,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54865,7 +54865,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54912,7 +54912,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -54959,7 +54959,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55006,7 +55006,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55053,7 +55053,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55100,7 +55100,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55148,7 +55148,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55195,7 +55195,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55243,7 +55243,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55291,7 +55291,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55339,7 +55339,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55387,7 +55387,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55434,7 +55434,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55481,7 +55481,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55528,7 +55528,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55575,7 +55575,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55622,7 +55622,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55669,7 +55669,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55716,7 +55716,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55763,7 +55763,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55810,7 +55810,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55857,7 +55857,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55904,7 +55904,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55951,7 +55951,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -55998,7 +55998,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56045,7 +56045,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56092,7 +56092,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56139,7 +56139,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56186,7 +56186,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56233,7 +56233,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56280,7 +56280,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56327,7 +56327,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56374,7 +56374,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56422,7 +56422,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56469,7 +56469,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56516,7 +56516,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56563,7 +56563,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56610,7 +56610,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56657,7 +56657,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56704,7 +56704,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56751,7 +56751,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56798,7 +56798,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56845,7 +56845,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56893,7 +56893,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56940,7 +56940,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -56987,7 +56987,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -57034,7 +57034,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -57081,7 +57081,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -57128,7 +57128,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -57175,7 +57175,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -57222,7 +57222,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -57269,7 +57269,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -57317,7 +57317,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80140,7 +80140,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80186,7 +80186,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80232,7 +80232,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80278,7 +80278,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80324,7 +80324,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80370,7 +80370,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80416,7 +80416,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80462,7 +80462,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80510,7 +80510,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80557,7 +80557,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80603,7 +80603,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80649,7 +80649,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80695,7 +80695,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80742,7 +80742,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80788,7 +80788,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80834,7 +80834,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80880,7 +80880,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80926,7 +80926,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -80972,7 +80972,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81018,7 +81018,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81064,7 +81064,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81113,7 +81113,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81162,7 +81162,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81209,7 +81209,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81257,7 +81257,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81303,7 +81303,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81350,7 +81350,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81399,7 +81399,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81446,7 +81446,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81495,7 +81495,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81542,7 +81542,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81589,7 +81589,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81635,7 +81635,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81681,7 +81681,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81727,7 +81727,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81773,7 +81773,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81819,7 +81819,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81865,7 +81865,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81911,7 +81911,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81957,7 +81957,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82003,7 +82003,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82049,7 +82049,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82095,7 +82095,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82141,7 +82141,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82187,7 +82187,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82233,7 +82233,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82279,7 +82279,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82325,7 +82325,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82371,7 +82371,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82417,7 +82417,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82463,7 +82463,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82509,7 +82509,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82555,7 +82555,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82602,7 +82602,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82648,7 +82648,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82694,7 +82694,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82740,7 +82740,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82786,7 +82786,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82832,7 +82832,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82878,7 +82878,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82924,7 +82924,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -82970,7 +82970,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83016,7 +83016,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83063,7 +83063,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83109,7 +83109,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83155,7 +83155,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83201,7 +83201,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83247,7 +83247,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83293,7 +83293,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83339,7 +83339,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83385,7 +83385,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83431,7 +83431,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83481,7 +83481,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83528,7 +83528,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83579,7 +83579,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83626,7 +83626,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83673,7 +83673,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83720,7 +83720,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83767,7 +83767,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83814,7 +83814,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83861,7 +83861,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83908,7 +83908,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83956,7 +83956,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84004,7 +84004,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84051,7 +84051,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84098,7 +84098,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84145,7 +84145,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84193,7 +84193,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84240,7 +84240,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84287,7 +84287,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84334,7 +84334,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84381,7 +84381,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84428,7 +84428,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84475,7 +84475,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84522,7 +84522,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84570,7 +84570,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84617,7 +84617,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84665,7 +84665,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84713,7 +84713,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84761,7 +84761,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84809,7 +84809,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84856,7 +84856,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84903,7 +84903,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84950,7 +84950,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -84997,7 +84997,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85044,7 +85044,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85091,7 +85091,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85138,7 +85138,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85185,7 +85185,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85232,7 +85232,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85279,7 +85279,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85326,7 +85326,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85373,7 +85373,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85420,7 +85420,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85467,7 +85467,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85514,7 +85514,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85561,7 +85561,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85608,7 +85608,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85655,7 +85655,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85702,7 +85702,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85749,7 +85749,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85796,7 +85796,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85844,7 +85844,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85891,7 +85891,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85938,7 +85938,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -85985,7 +85985,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86032,7 +86032,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86079,7 +86079,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86126,7 +86126,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86173,7 +86173,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86220,7 +86220,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86267,7 +86267,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86315,7 +86315,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86362,7 +86362,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86409,7 +86409,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86456,7 +86456,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86503,7 +86503,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86550,7 +86550,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86597,7 +86597,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86644,7 +86644,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86691,7 +86691,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -86739,7 +86739,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -89978,7 +89978,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90025,7 +90025,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90075,7 +90075,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90136,7 +90136,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90189,7 +90189,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90238,7 +90238,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90284,7 +90284,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90330,7 +90330,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90376,7 +90376,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90424,7 +90424,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90472,7 +90472,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90659,7 +90659,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90705,7 +90705,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90751,7 +90751,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90797,7 +90797,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90843,7 +90843,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90889,7 +90889,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90935,7 +90935,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -90981,7 +90981,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91028,7 +91028,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91075,7 +91075,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91121,7 +91121,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91167,7 +91167,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91213,7 +91213,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91260,7 +91260,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91306,7 +91306,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91352,7 +91352,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91398,7 +91398,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91444,7 +91444,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91493,7 +91493,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91540,7 +91540,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91588,7 +91588,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91634,7 +91634,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91681,7 +91681,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91730,7 +91730,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91777,7 +91777,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91826,7 +91826,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91873,7 +91873,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91920,7 +91920,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -91966,7 +91966,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92012,7 +92012,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92058,7 +92058,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92104,7 +92104,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92150,7 +92150,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92196,7 +92196,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92242,7 +92242,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92288,7 +92288,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92334,7 +92334,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92380,7 +92380,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92426,7 +92426,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92472,7 +92472,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92518,7 +92518,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92564,7 +92564,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92610,7 +92610,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92656,7 +92656,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92702,7 +92702,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92748,7 +92748,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92794,7 +92794,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92840,7 +92840,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92886,7 +92886,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92933,7 +92933,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -92979,7 +92979,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93025,7 +93025,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93071,7 +93071,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93117,7 +93117,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93163,7 +93163,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93209,7 +93209,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93255,7 +93255,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93301,7 +93301,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93347,7 +93347,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93394,7 +93394,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93440,7 +93440,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93486,7 +93486,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93532,7 +93532,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93578,7 +93578,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93624,7 +93624,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93860,7 +93860,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93918,7 +93918,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -93964,7 +93964,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94010,7 +94010,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94056,7 +94056,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94102,7 +94102,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94148,7 +94148,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94194,7 +94194,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94240,7 +94240,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94287,7 +94287,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94334,7 +94334,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94380,7 +94380,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94426,7 +94426,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94472,7 +94472,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94519,7 +94519,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94565,7 +94565,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94611,7 +94611,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94657,7 +94657,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94703,7 +94703,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94752,7 +94752,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94799,7 +94799,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94847,7 +94847,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94893,7 +94893,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94940,7 +94940,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -94989,7 +94989,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95036,7 +95036,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95085,7 +95085,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95132,7 +95132,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95179,7 +95179,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95225,7 +95225,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95271,7 +95271,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95317,7 +95317,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95363,7 +95363,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95409,7 +95409,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95455,7 +95455,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95501,7 +95501,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95547,7 +95547,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95593,7 +95593,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95639,7 +95639,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95685,7 +95685,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95731,7 +95731,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95777,7 +95777,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95823,7 +95823,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95869,7 +95869,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95915,7 +95915,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -95961,7 +95961,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96007,7 +96007,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96053,7 +96053,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96099,7 +96099,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96145,7 +96145,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96192,7 +96192,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96238,7 +96238,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96284,7 +96284,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96330,7 +96330,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96376,7 +96376,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96422,7 +96422,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96468,7 +96468,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96514,7 +96514,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96560,7 +96560,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96606,7 +96606,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96653,7 +96653,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96699,7 +96699,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96745,7 +96745,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96791,7 +96791,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96837,7 +96837,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96883,7 +96883,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -96930,7 +96930,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -156544,7 +156544,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -156591,7 +156591,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -156654,7 +156654,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -156700,7 +156700,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -156746,7 +156746,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -156792,7 +156792,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -156838,7 +156838,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -156884,7 +156884,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -156930,7 +156930,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -156976,7 +156976,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157023,7 +157023,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157070,7 +157070,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157116,7 +157116,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157162,7 +157162,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157208,7 +157208,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157255,7 +157255,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157301,7 +157301,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157347,7 +157347,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157393,7 +157393,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157439,7 +157439,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157485,7 +157485,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157531,7 +157531,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157577,7 +157577,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157626,7 +157626,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157675,7 +157675,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157722,7 +157722,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157770,7 +157770,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157816,7 +157816,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157863,7 +157863,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157912,7 +157912,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -157959,7 +157959,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158008,7 +158008,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158055,7 +158055,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158102,7 +158102,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158148,7 +158148,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158194,7 +158194,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158240,7 +158240,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158286,7 +158286,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158332,7 +158332,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158378,7 +158378,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158424,7 +158424,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158470,7 +158470,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158516,7 +158516,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158562,7 +158562,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158608,7 +158608,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158654,7 +158654,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158700,7 +158700,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158746,7 +158746,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158792,7 +158792,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158838,7 +158838,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158884,7 +158884,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158930,7 +158930,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -158976,7 +158976,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159022,7 +159022,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159068,7 +159068,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159115,7 +159115,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159161,7 +159161,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159207,7 +159207,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159253,7 +159253,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159299,7 +159299,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159345,7 +159345,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159391,7 +159391,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159437,7 +159437,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159483,7 +159483,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159529,7 +159529,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159576,7 +159576,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159622,7 +159622,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159668,7 +159668,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159714,7 +159714,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159760,7 +159760,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159806,7 +159806,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159852,7 +159852,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159898,7 +159898,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159944,7 +159944,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -159994,7 +159994,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160041,7 +160041,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160270,7 +160270,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160316,7 +160316,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160362,7 +160362,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160408,7 +160408,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160454,7 +160454,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160500,7 +160500,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160546,7 +160546,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160592,7 +160592,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160639,7 +160639,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160686,7 +160686,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160732,7 +160732,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160779,7 +160779,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160825,7 +160825,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160872,7 +160872,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160918,7 +160918,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -160964,7 +160964,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161010,7 +161010,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161056,7 +161056,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161102,7 +161102,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161150,7 +161150,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161197,7 +161197,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161244,7 +161244,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161290,7 +161290,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161336,7 +161336,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161382,7 +161382,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161428,7 +161428,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161474,7 +161474,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161520,7 +161520,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161566,7 +161566,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161612,7 +161612,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161658,7 +161658,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161704,7 +161704,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161750,7 +161750,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161796,7 +161796,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161843,7 +161843,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161889,7 +161889,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161935,7 +161935,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -161981,7 +161981,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162027,7 +162027,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162073,7 +162073,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162119,7 +162119,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162165,7 +162165,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162212,7 +162212,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162259,7 +162259,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162305,7 +162305,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162351,7 +162351,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162397,7 +162397,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162443,7 +162443,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162489,7 +162489,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162535,7 +162535,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162581,7 +162581,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162628,7 +162628,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162675,7 +162675,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162721,7 +162721,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162767,7 +162767,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162813,7 +162813,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162859,7 +162859,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162905,7 +162905,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -162958,7 +162958,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163007,7 +163007,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163057,7 +163057,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163107,7 +163107,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163157,7 +163157,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163207,7 +163207,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163259,7 +163259,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163306,7 +163306,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163353,7 +163353,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163400,7 +163400,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163447,7 +163447,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163494,7 +163494,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163541,7 +163541,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163588,7 +163588,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163636,7 +163636,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163684,7 +163684,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163731,7 +163731,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163778,7 +163778,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163825,7 +163825,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163873,7 +163873,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163920,7 +163920,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -163967,7 +163967,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164014,7 +164014,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164061,7 +164061,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164108,7 +164108,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164155,7 +164155,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164202,7 +164202,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164252,7 +164252,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164302,7 +164302,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164350,7 +164350,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164399,7 +164399,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164446,7 +164446,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164494,7 +164494,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164544,7 +164544,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164592,7 +164592,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164642,7 +164642,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164690,7 +164690,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164738,7 +164738,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164785,7 +164785,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164832,7 +164832,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164879,7 +164879,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164926,7 +164926,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -164973,7 +164973,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165020,7 +165020,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165067,7 +165067,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165114,7 +165114,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165161,7 +165161,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165208,7 +165208,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165255,7 +165255,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165302,7 +165302,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165349,7 +165349,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165396,7 +165396,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165443,7 +165443,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165490,7 +165490,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165537,7 +165537,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165584,7 +165584,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165631,7 +165631,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165678,7 +165678,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165725,7 +165725,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165773,7 +165773,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165820,7 +165820,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165867,7 +165867,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165914,7 +165914,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -165961,7 +165961,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166008,7 +166008,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166055,7 +166055,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166102,7 +166102,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166149,7 +166149,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166196,7 +166196,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166244,7 +166244,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166291,7 +166291,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166338,7 +166338,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166385,7 +166385,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166432,7 +166432,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166479,7 +166479,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166526,7 +166526,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166573,7 +166573,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166620,7 +166620,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166671,7 +166671,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166719,7 +166719,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -166955,7 +166955,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167003,7 +167003,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167051,7 +167051,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167099,7 +167099,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167147,7 +167147,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167195,7 +167195,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167243,7 +167243,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167291,7 +167291,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167339,7 +167339,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167387,7 +167387,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167435,7 +167435,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167484,7 +167484,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167532,7 +167532,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167580,7 +167580,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167628,7 +167628,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167676,7 +167676,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167724,7 +167724,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167772,7 +167772,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167820,7 +167820,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167868,7 +167868,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167916,7 +167916,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -167964,7 +167964,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168012,7 +168012,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168060,7 +168060,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168108,7 +168108,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168156,7 +168156,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168204,7 +168204,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168252,7 +168252,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168300,7 +168300,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168348,7 +168348,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168396,7 +168396,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168444,7 +168444,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168492,7 +168492,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168540,7 +168540,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168588,7 +168588,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168636,7 +168636,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168685,7 +168685,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168733,7 +168733,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168781,7 +168781,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168829,7 +168829,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168877,7 +168877,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168925,7 +168925,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -168973,7 +168973,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169021,7 +169021,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169069,7 +169069,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169117,7 +169117,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169165,7 +169165,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169213,7 +169213,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169267,7 +169267,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169313,7 +169313,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169359,7 +169359,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169405,7 +169405,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169451,7 +169451,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169497,7 +169497,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169543,7 +169543,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169745,7 +169745,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169791,7 +169791,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169837,7 +169837,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169883,7 +169883,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169929,7 +169929,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -169975,7 +169975,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170021,7 +170021,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170072,7 +170072,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170118,7 +170118,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170164,7 +170164,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170210,7 +170210,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170256,7 +170256,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170302,7 +170302,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170348,7 +170348,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170400,7 +170400,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170446,7 +170446,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170492,7 +170492,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170538,7 +170538,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170584,7 +170584,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170630,7 +170630,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170676,7 +170676,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170812,7 +170812,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170859,7 +170859,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170906,7 +170906,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -170960,7 +170960,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171006,7 +171006,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171052,7 +171052,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171098,7 +171098,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171144,7 +171144,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171190,7 +171190,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171236,7 +171236,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171283,7 +171283,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171330,7 +171330,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171376,7 +171376,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171422,7 +171422,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171468,7 +171468,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171515,7 +171515,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171561,7 +171561,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171607,7 +171607,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171653,7 +171653,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171701,7 +171701,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171748,7 +171748,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171794,7 +171794,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171841,7 +171841,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171888,7 +171888,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171935,7 +171935,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -171982,7 +171982,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172028,7 +172028,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172074,7 +172074,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172120,7 +172120,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172166,7 +172166,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172212,7 +172212,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172258,7 +172258,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172304,7 +172304,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172350,7 +172350,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172396,7 +172396,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172442,7 +172442,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172488,7 +172488,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172534,7 +172534,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172580,7 +172580,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172626,7 +172626,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172672,7 +172672,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172718,7 +172718,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172764,7 +172764,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172810,7 +172810,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172856,7 +172856,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172902,7 +172902,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172948,7 +172948,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -172995,7 +172995,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173041,7 +173041,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173087,7 +173087,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173133,7 +173133,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173179,7 +173179,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173225,7 +173225,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173271,7 +173271,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173317,7 +173317,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173363,7 +173363,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173409,7 +173409,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173456,7 +173456,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173502,7 +173502,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173548,7 +173548,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173594,7 +173594,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173640,7 +173640,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173686,7 +173686,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173741,7 +173741,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173787,7 +173787,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173833,7 +173833,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173879,7 +173879,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173925,7 +173925,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -173971,7 +173971,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174017,7 +174017,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174063,7 +174063,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174110,7 +174110,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174157,7 +174157,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174203,7 +174203,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174249,7 +174249,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174295,7 +174295,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174342,7 +174342,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174388,7 +174388,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174434,7 +174434,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174480,7 +174480,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174526,7 +174526,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174572,7 +174572,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174618,7 +174618,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174664,7 +174664,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174713,7 +174713,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174762,7 +174762,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174809,7 +174809,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174857,7 +174857,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174903,7 +174903,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174950,7 +174950,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -174999,7 +174999,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175046,7 +175046,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175095,7 +175095,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175142,7 +175142,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175189,7 +175189,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175235,7 +175235,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175281,7 +175281,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175327,7 +175327,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175373,7 +175373,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175419,7 +175419,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175465,7 +175465,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175511,7 +175511,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175557,7 +175557,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175603,7 +175603,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175649,7 +175649,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175695,7 +175695,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175741,7 +175741,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175787,7 +175787,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175833,7 +175833,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175879,7 +175879,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175925,7 +175925,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175971,7 +175971,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176017,7 +176017,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176063,7 +176063,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176109,7 +176109,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176155,7 +176155,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176203,7 +176203,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176249,7 +176249,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176295,7 +176295,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176341,7 +176341,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176387,7 +176387,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176433,7 +176433,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176479,7 +176479,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176525,7 +176525,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176571,7 +176571,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176617,7 +176617,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176664,7 +176664,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176710,7 +176710,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176756,7 +176756,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176802,7 +176802,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176848,7 +176848,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176894,7 +176894,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176940,7 +176940,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -176986,7 +176986,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177032,7 +177032,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177082,7 +177082,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177129,7 +177129,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177184,7 +177184,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177231,7 +177231,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177278,7 +177278,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177325,7 +177325,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177372,7 +177372,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177419,7 +177419,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177466,7 +177466,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177513,7 +177513,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177561,7 +177561,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177609,7 +177609,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177656,7 +177656,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177703,7 +177703,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177750,7 +177750,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177798,7 +177798,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177845,7 +177845,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177892,7 +177892,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177939,7 +177939,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -177986,7 +177986,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178033,7 +178033,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178080,7 +178080,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178127,7 +178127,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178177,7 +178177,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178225,7 +178225,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178272,7 +178272,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178320,7 +178320,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178368,7 +178368,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178416,7 +178416,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178463,7 +178463,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178510,7 +178510,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178557,7 +178557,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178604,7 +178604,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178651,7 +178651,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178698,7 +178698,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178745,7 +178745,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178792,7 +178792,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178839,7 +178839,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178886,7 +178886,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178933,7 +178933,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -178980,7 +178980,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179027,7 +179027,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179074,7 +179074,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179121,7 +179121,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179168,7 +179168,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179215,7 +179215,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179262,7 +179262,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179309,7 +179309,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179356,7 +179356,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179403,7 +179403,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179451,7 +179451,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179498,7 +179498,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179545,7 +179545,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179592,7 +179592,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179639,7 +179639,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179686,7 +179686,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179733,7 +179733,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179780,7 +179780,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179827,7 +179827,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179874,7 +179874,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179921,7 +179921,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -179968,7 +179968,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180015,7 +180015,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180062,7 +180062,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180109,7 +180109,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180156,7 +180156,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180203,7 +180203,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180250,7 +180250,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180298,7 +180298,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180599,7 +180599,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180658,7 +180658,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180717,7 +180717,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180776,7 +180776,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180835,7 +180835,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180894,7 +180894,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -180953,7 +180953,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181012,7 +181012,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181072,7 +181072,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181132,7 +181132,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181191,7 +181191,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181250,7 +181250,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181309,7 +181309,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181369,7 +181369,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181428,7 +181428,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181488,7 +181488,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181547,7 +181547,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181606,7 +181606,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181665,7 +181665,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181724,7 +181724,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181783,7 +181783,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181845,7 +181845,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181905,7 +181905,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -181966,7 +181966,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182025,7 +182025,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182086,7 +182086,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182149,7 +182149,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182210,7 +182210,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182273,7 +182273,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182333,7 +182333,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182393,7 +182393,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182452,7 +182452,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182511,7 +182511,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182570,7 +182570,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182629,7 +182629,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182688,7 +182688,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182747,7 +182747,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182807,7 +182807,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182866,7 +182866,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182925,7 +182925,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -182984,7 +182984,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183043,7 +183043,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183102,7 +183102,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183161,7 +183161,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183220,7 +183220,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183279,7 +183279,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183338,7 +183338,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183398,7 +183398,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183457,7 +183457,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183516,7 +183516,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183575,7 +183575,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183635,7 +183635,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183696,7 +183696,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183755,7 +183755,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183814,7 +183814,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183873,7 +183873,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183932,7 +183932,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -183991,7 +183991,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184050,7 +184050,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184109,7 +184109,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184168,7 +184168,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184227,7 +184227,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184287,7 +184287,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184347,7 +184347,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184406,7 +184406,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184465,7 +184465,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184524,7 +184524,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184583,7 +184583,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184646,7 +184646,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184706,7 +184706,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184910,7 +184910,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -184959,7 +184959,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185007,7 +185007,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185056,7 +185056,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185106,7 +185106,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185158,7 +185158,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185205,7 +185205,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185255,7 +185255,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185317,7 +185317,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185371,7 +185371,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185418,7 +185418,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185465,7 +185465,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185512,7 +185512,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185560,7 +185560,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185607,7 +185607,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185663,7 +185663,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185710,7 +185710,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185757,7 +185757,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185804,7 +185804,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185851,7 +185851,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185898,7 +185898,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185945,7 +185945,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185992,7 +185992,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186040,7 +186040,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186088,7 +186088,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186135,7 +186135,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186182,7 +186182,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186229,7 +186229,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186277,7 +186277,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186324,7 +186324,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186371,7 +186371,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186419,7 +186419,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186466,7 +186466,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186514,7 +186514,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186562,7 +186562,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186609,7 +186609,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186657,7 +186657,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186708,7 +186708,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186755,7 +186755,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186803,7 +186803,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186851,7 +186851,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186898,7 +186898,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186945,7 +186945,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -186992,7 +186992,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187039,7 +187039,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187086,7 +187086,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187133,7 +187133,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187181,7 +187181,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187228,7 +187228,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187275,7 +187275,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187322,7 +187322,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187369,7 +187369,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187416,7 +187416,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187463,7 +187463,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187510,7 +187510,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187557,7 +187557,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187604,7 +187604,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187652,7 +187652,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187699,7 +187699,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187746,7 +187746,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187793,7 +187793,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187840,7 +187840,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187887,7 +187887,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187934,7 +187934,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -187981,7 +187981,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188029,7 +188029,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188076,7 +188076,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188123,7 +188123,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188170,7 +188170,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188217,7 +188217,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188264,7 +188264,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188311,7 +188311,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188358,7 +188358,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188405,7 +188405,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188452,7 +188452,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188500,7 +188500,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188548,7 +188548,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188595,7 +188595,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188642,7 +188642,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188689,7 +188689,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188736,7 +188736,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188783,7 +188783,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188830,7 +188830,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188877,7 +188877,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188929,7 +188929,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -188977,7 +188977,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189025,7 +189025,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189072,7 +189072,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189209,7 +189209,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189268,7 +189268,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189327,7 +189327,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189386,7 +189386,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189445,7 +189445,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189504,7 +189504,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189563,7 +189563,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189622,7 +189622,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189682,7 +189682,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189742,7 +189742,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189801,7 +189801,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189860,7 +189860,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189919,7 +189919,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -189979,7 +189979,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190038,7 +190038,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190098,7 +190098,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190157,7 +190157,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190216,7 +190216,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190277,7 +190277,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190341,7 +190341,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190401,7 +190401,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190462,7 +190462,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190521,7 +190521,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190582,7 +190582,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190645,7 +190645,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190706,7 +190706,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190769,7 +190769,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190829,7 +190829,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190889,7 +190889,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -190948,7 +190948,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191007,7 +191007,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191066,7 +191066,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191125,7 +191125,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191184,7 +191184,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191243,7 +191243,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191303,7 +191303,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191362,7 +191362,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191421,7 +191421,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191480,7 +191480,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191539,7 +191539,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191598,7 +191598,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191657,7 +191657,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191716,7 +191716,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191775,7 +191775,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191834,7 +191834,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191894,7 +191894,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -191953,7 +191953,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192012,7 +192012,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192071,7 +192071,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192130,7 +192130,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192189,7 +192189,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192248,7 +192248,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192308,7 +192308,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192369,7 +192369,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192428,7 +192428,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192487,7 +192487,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192546,7 +192546,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192605,7 +192605,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192664,7 +192664,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192723,7 +192723,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192782,7 +192782,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192841,7 +192841,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192900,7 +192900,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -192959,7 +192959,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -193019,7 +193019,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -193079,7 +193079,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -193138,7 +193138,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -193197,7 +193197,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -193256,7 +193256,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -193320,7 +193320,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -193381,7 +193381,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -193445,7 +193445,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -193505,7 +193505,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -193564,7 +193564,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-diff --git a/testing/buildbot/chromium.clang.json b/testing/buildbot/chromium.clang.json
---- a/testing/buildbot/chromium.clang.json
-+++ b/testing/buildbot/chromium.clang.json
-@@ -4931,7 +4931,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4977,7 +4977,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5023,7 +5023,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5069,7 +5069,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5115,7 +5115,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5161,7 +5161,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5207,7 +5207,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5253,7 +5253,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5300,7 +5300,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5347,7 +5347,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5393,7 +5393,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5439,7 +5439,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5485,7 +5485,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5532,7 +5532,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5578,7 +5578,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5624,7 +5624,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5670,7 +5670,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5716,7 +5716,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5765,7 +5765,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5812,7 +5812,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5860,7 +5860,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5906,7 +5906,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5953,7 +5953,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6002,7 +6002,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6049,7 +6049,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6098,7 +6098,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6145,7 +6145,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6192,7 +6192,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6238,7 +6238,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6284,7 +6284,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6330,7 +6330,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6376,7 +6376,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6422,7 +6422,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6468,7 +6468,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6514,7 +6514,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6560,7 +6560,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6606,7 +6606,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6652,7 +6652,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6698,7 +6698,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6744,7 +6744,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6790,7 +6790,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6836,7 +6836,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6882,7 +6882,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6928,7 +6928,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6974,7 +6974,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7020,7 +7020,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7066,7 +7066,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7112,7 +7112,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7158,7 +7158,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7205,7 +7205,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7251,7 +7251,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7297,7 +7297,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7343,7 +7343,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7389,7 +7389,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7435,7 +7435,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7481,7 +7481,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7527,7 +7527,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7573,7 +7573,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7619,7 +7619,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7666,7 +7666,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7712,7 +7712,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7758,7 +7758,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7804,7 +7804,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7850,7 +7850,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7896,7 +7896,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8132,7 +8132,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8190,7 +8190,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8236,7 +8236,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8282,7 +8282,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8328,7 +8328,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8374,7 +8374,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8420,7 +8420,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8466,7 +8466,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8512,7 +8512,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8559,7 +8559,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8606,7 +8606,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8652,7 +8652,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8698,7 +8698,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8744,7 +8744,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8791,7 +8791,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8837,7 +8837,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8883,7 +8883,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8929,7 +8929,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8975,7 +8975,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9024,7 +9024,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9071,7 +9071,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9119,7 +9119,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9165,7 +9165,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9212,7 +9212,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9261,7 +9261,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9308,7 +9308,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9357,7 +9357,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9404,7 +9404,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9451,7 +9451,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9497,7 +9497,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9543,7 +9543,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9589,7 +9589,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9635,7 +9635,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9681,7 +9681,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9727,7 +9727,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9773,7 +9773,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9819,7 +9819,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9865,7 +9865,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9911,7 +9911,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9957,7 +9957,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10003,7 +10003,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10049,7 +10049,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10095,7 +10095,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10141,7 +10141,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10187,7 +10187,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10233,7 +10233,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10279,7 +10279,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10325,7 +10325,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10371,7 +10371,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10417,7 +10417,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10464,7 +10464,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10510,7 +10510,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10556,7 +10556,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10602,7 +10602,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10648,7 +10648,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10694,7 +10694,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10740,7 +10740,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10786,7 +10786,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10832,7 +10832,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10878,7 +10878,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10925,7 +10925,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10971,7 +10971,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11017,7 +11017,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11063,7 +11063,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11109,7 +11109,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11155,7 +11155,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11202,7 +11202,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-diff --git a/testing/buildbot/chromium.dev.json b/testing/buildbot/chromium.dev.json
---- a/testing/buildbot/chromium.dev.json
-+++ b/testing/buildbot/chromium.dev.json
-@@ -39,7 +39,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -87,7 +87,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -136,7 +136,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -185,7 +185,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -234,7 +234,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -283,7 +283,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -332,7 +332,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -385,7 +385,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -433,7 +433,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -482,7 +482,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -531,7 +531,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -580,7 +580,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -629,7 +629,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -678,7 +678,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -727,7 +727,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
---- a/testing/buildbot/chromium.fyi.json
-+++ b/testing/buildbot/chromium.fyi.json
-@@ -5801,7 +5801,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5848,7 +5848,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5895,7 +5895,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5942,7 +5942,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5989,7 +5989,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6036,7 +6036,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6083,7 +6083,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6130,7 +6130,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6178,7 +6178,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6226,7 +6226,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6273,7 +6273,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6320,7 +6320,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6367,7 +6367,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6415,7 +6415,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6462,7 +6462,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6509,7 +6509,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6556,7 +6556,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6603,7 +6603,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6650,7 +6650,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6697,7 +6697,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6744,7 +6744,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6794,7 +6794,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6844,7 +6844,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6892,7 +6892,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6941,7 +6941,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6988,7 +6988,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7036,7 +7036,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7086,7 +7086,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7134,7 +7134,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7184,7 +7184,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7232,7 +7232,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7280,7 +7280,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7327,7 +7327,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7374,7 +7374,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7421,7 +7421,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7468,7 +7468,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7515,7 +7515,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7562,7 +7562,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7609,7 +7609,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7656,7 +7656,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7703,7 +7703,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7750,7 +7750,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7797,7 +7797,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7844,7 +7844,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7891,7 +7891,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7938,7 +7938,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7985,7 +7985,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8032,7 +8032,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8079,7 +8079,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8126,7 +8126,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8173,7 +8173,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8220,7 +8220,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8267,7 +8267,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8315,7 +8315,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8362,7 +8362,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8409,7 +8409,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8456,7 +8456,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8503,7 +8503,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8550,7 +8550,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8597,7 +8597,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8644,7 +8644,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8691,7 +8691,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8738,7 +8738,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8786,7 +8786,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8833,7 +8833,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8880,7 +8880,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8927,7 +8927,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -8974,7 +8974,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9021,7 +9021,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9068,7 +9068,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9115,7 +9115,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9162,7 +9162,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9213,7 +9213,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9261,7 +9261,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9497,7 +9497,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9545,7 +9545,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9593,7 +9593,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9641,7 +9641,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9689,7 +9689,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9737,7 +9737,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9785,7 +9785,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9833,7 +9833,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9881,7 +9881,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9929,7 +9929,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -9977,7 +9977,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10026,7 +10026,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10074,7 +10074,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10122,7 +10122,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10170,7 +10170,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10218,7 +10218,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10266,7 +10266,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10314,7 +10314,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10362,7 +10362,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10410,7 +10410,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10458,7 +10458,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10506,7 +10506,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10554,7 +10554,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10602,7 +10602,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10650,7 +10650,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10698,7 +10698,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10746,7 +10746,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10794,7 +10794,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10842,7 +10842,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10890,7 +10890,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10938,7 +10938,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -10986,7 +10986,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11034,7 +11034,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11082,7 +11082,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11130,7 +11130,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11178,7 +11178,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11227,7 +11227,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11275,7 +11275,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11323,7 +11323,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11371,7 +11371,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11419,7 +11419,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11467,7 +11467,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11515,7 +11515,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11563,7 +11563,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11611,7 +11611,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11659,7 +11659,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11707,7 +11707,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11755,7 +11755,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11807,7 +11807,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11856,7 +11856,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11904,7 +11904,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -11953,7 +11953,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -12003,7 +12003,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-diff --git a/testing/buildbot/chromium.gpu.fyi.json b/testing/buildbot/chromium.gpu.fyi.json
---- a/testing/buildbot/chromium.gpu.fyi.json
-+++ b/testing/buildbot/chromium.gpu.fyi.json
-@@ -37,7 +37,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -81,7 +81,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2439,7 +2439,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2484,7 +2484,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2569,7 +2569,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2618,7 +2618,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2667,7 +2667,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2716,7 +2716,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2765,7 +2765,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2813,7 +2813,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2862,7 +2862,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2948,7 +2948,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2993,7 +2993,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3078,7 +3078,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3127,7 +3127,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3176,7 +3176,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3225,7 +3225,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3274,7 +3274,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3322,7 +3322,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3371,7 +3371,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3423,7 +3423,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3468,7 +3468,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3511,7 +3511,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3554,7 +3554,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3597,7 +3597,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4031,7 +4031,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4074,7 +4074,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4117,7 +4117,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4160,7 +4160,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4565,7 +4565,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -4608,7 +4608,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5135,7 +5135,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5178,7 +5178,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5221,7 +5221,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5264,7 +5264,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5670,7 +5670,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5715,7 +5715,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5758,7 +5758,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5801,7 +5801,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -5844,7 +5844,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6278,7 +6278,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6321,7 +6321,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6364,7 +6364,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -6407,7 +6407,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7045,7 +7045,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7144,7 +7144,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7192,7 +7192,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -7240,7 +7240,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-diff --git a/testing/buildbot/chromium.memory.json b/testing/buildbot/chromium.memory.json
---- a/testing/buildbot/chromium.memory.json
-+++ b/testing/buildbot/chromium.memory.json
-@@ -37,7 +37,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -83,7 +83,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -129,7 +129,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -175,7 +175,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -221,7 +221,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -267,7 +267,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -313,7 +313,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -359,7 +359,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -406,7 +406,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -453,7 +453,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -499,7 +499,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -545,7 +545,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -591,7 +591,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -638,7 +638,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -684,7 +684,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -730,7 +730,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -776,7 +776,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -822,7 +822,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -871,7 +871,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -920,7 +920,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -967,7 +967,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1015,7 +1015,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1061,7 +1061,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1108,7 +1108,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1157,7 +1157,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1204,7 +1204,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1253,7 +1253,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1300,7 +1300,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1347,7 +1347,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1393,7 +1393,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1439,7 +1439,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1485,7 +1485,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1531,7 +1531,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1577,7 +1577,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1623,7 +1623,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1669,7 +1669,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1715,7 +1715,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1761,7 +1761,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1807,7 +1807,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1853,7 +1853,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1899,7 +1899,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1945,7 +1945,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -1991,7 +1991,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2037,7 +2037,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2083,7 +2083,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2129,7 +2129,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2175,7 +2175,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2221,7 +2221,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2267,7 +2267,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2313,7 +2313,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2360,7 +2360,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2406,7 +2406,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2452,7 +2452,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2498,7 +2498,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2544,7 +2544,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2590,7 +2590,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2636,7 +2636,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2682,7 +2682,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2728,7 +2728,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2774,7 +2774,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2821,7 +2821,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2867,7 +2867,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2913,7 +2913,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -2959,7 +2959,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3005,7 +3005,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3051,7 +3051,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -3098,7 +3098,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14822,7 +14822,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14868,7 +14868,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14914,7 +14914,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -14960,7 +14960,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15006,7 +15006,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15052,7 +15052,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15098,7 +15098,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15144,7 +15144,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15191,7 +15191,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15238,7 +15238,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15284,7 +15284,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15331,7 +15331,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15377,7 +15377,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15424,7 +15424,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15470,7 +15470,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15516,7 +15516,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15562,7 +15562,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15608,7 +15608,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15654,7 +15654,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15702,7 +15702,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15749,7 +15749,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15796,7 +15796,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15842,7 +15842,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15888,7 +15888,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15934,7 +15934,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -15980,7 +15980,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16026,7 +16026,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16072,7 +16072,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16118,7 +16118,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16164,7 +16164,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16210,7 +16210,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16256,7 +16256,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16302,7 +16302,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16348,7 +16348,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16395,7 +16395,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16441,7 +16441,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16487,7 +16487,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16533,7 +16533,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16579,7 +16579,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16625,7 +16625,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16671,7 +16671,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16717,7 +16717,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16764,7 +16764,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16811,7 +16811,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16857,7 +16857,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16903,7 +16903,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16949,7 +16949,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -16995,7 +16995,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17041,7 +17041,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17087,7 +17087,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17133,7 +17133,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17180,7 +17180,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17227,7 +17227,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17273,7 +17273,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17319,7 +17319,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17365,7 +17365,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17411,7 +17411,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -17457,7 +17457,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-diff --git a/testing/buildbot/chromium.try.json b/testing/buildbot/chromium.try.json
---- a/testing/buildbot/chromium.try.json
-+++ b/testing/buildbot/chromium.try.json
-@@ -39,7 +39,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -89,7 +89,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -136,7 +136,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-diff --git a/testing/buildbot/chromium.webrtc.fyi.json b/testing/buildbot/chromium.webrtc.fyi.json
---- a/testing/buildbot/chromium.webrtc.fyi.json
-+++ b/testing/buildbot/chromium.webrtc.fyi.json
-@@ -49,7 +49,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -100,7 +100,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-diff --git a/testing/buildbot/chromium.webrtc.json b/testing/buildbot/chromium.webrtc.json
---- a/testing/buildbot/chromium.webrtc.json
-+++ b/testing/buildbot/chromium.webrtc.json
-@@ -31,7 +31,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-@@ -73,7 +73,7 @@
- "output_links": [
- {
- "link": [
-- "https://luci-logdog.appspot.com/v/?s",
-+ "https://luci-logdog.8pp2p8t.qjz9zk/v/?s",
- "=android%2Fswarming%2Flogcats%2F",
- "${TASK_ID}%2F%2B%2Funified_logcats"
- ],
-diff --git a/testing/buildbot/filters/PRESUBMIT.py b/testing/buildbot/filters/PRESUBMIT.py
---- a/testing/buildbot/filters/PRESUBMIT.py
-+++ b/testing/buildbot/filters/PRESUBMIT.py
-@@ -3,7 +3,7 @@
- # found in the LICENSE file.
- """Presubmit script for //testing/buildbot/filters.
+--- a/remoting/protocol/fake_session.cc
++++ b/remoting/protocol/fake_session.cc
+@@ -15,7 +15,7 @@
+ namespace remoting {
+ namespace protocol {
--See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
-+See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts
- for more details about the presubmit API built into depot_tools.
- """
+-const char kTestJid[] = "host1@gmail.com/chromoting123";
++const char kTestJid[] = "host1@9ma1l.qjz9zk/chromoting123";
+ const char kTestAuthKey[] = "test_auth_key";
-@@ -15,7 +15,7 @@ def _CheckFilterFileFormat(input_api, output_api):
- """This ensures all modified filter files are free of common syntax errors.
+ FakeSession::FakeSession()
+diff --git a/remoting/resources/remoting_strings.grd b/remoting/resources/remoting_strings.grd
+--- a/remoting/resources/remoting_strings.grd
++++ b/remoting/resources/remoting_strings.grd
+@@ -544,7 +544,7 @@
+
+
+
+ long long var = value;
An integer of at least 64 bits
+ Fundamental types
+-Use a stdint.h type if you need a 64-bit number. Discussion thread
++Use a stdint.h type if you need a 64-bit number. Discussion thread
+
+@@ -127,7 +127,7 @@ The current status of existing standards and Abseil features is:
+
+
+
+@@ -152,7 +152,7 @@ The current status of existing standards and Abseil features is:
+
+ thread_local int foo = 1;
Puts variables into thread local storage.
+ Storage duration
+-Some surprising effects on Mac (discussion, fork). Use
++base::SequenceLocalStorageSlot
for sequence support, and base::ThreadLocal
/base::ThreadLocalStorage
otherwise.Some surprising effects on Mac (discussion, fork). Use
+ base::SequenceLocalStorageSlot
for sequence support, and base::ThreadLocal
/base::ThreadLocalStorage
otherwise.
+ std::bind(function, args, ...)
Declares a function object bound to certain arguments
+ std::bind
+-Use
++base::Bind
instead. Compared to std::bind
, base::Bind
helps prevent lifetime issues by preventing binding of capturing lambdas and by forcing callers to declare raw pointers as Unretained
. Discussion threadUse
+
+
+ base::Bind
instead. Compared to std::bind
, base::Bind
helps prevent lifetime issues by preventing binding of capturing lambdas and by forcing callers to declare raw pointers as Unretained
. Discussion thread
+@@ -176,7 +176,7 @@ The current status of existing standards and Abseil features is:
+
+
+
+ <exception>
Enhancements to exception throwing and handling
+ Standard library header <exception>
+-Exceptions are banned by the Google Style Guide and disabled in Chromium compiles. However, the
++noexcept
specifier is explicitly allowed. Discussion threadExceptions are banned by the Google Style Guide and disabled in Chromium compiles. However, the
+ noexcept
specifier is explicitly allowed. Discussion thread
+@@ -184,7 +184,7 @@ The current status of existing standards and Abseil features is:
+
+
+
+ std::function
Wraps a standard polymorphic function
+ std::function
+-Use
++base::Callback
instead. Compared to std::function
, base::Callback
directly supports Chromium's refcounting classes and weak pointers and deals with additional thread safety concerns. Discussion threadUse
+ base::Callback
instead. Compared to std::function
, base::Callback
directly supports Chromium's refcounting classes and weak pointers and deals with additional thread safety concerns. Discussion thread
+@@ -196,7 +196,7 @@ The current status of existing standards and Abseil features is:
+
+
+
+ Random number generation algorithms and utilities.
+ Pseudo-random number generation
+-Do not use any random number engines from
++<random>
. Instead, use base::RandomBitGenerator
. Discussion threadDo not use any random number engines from
+ <random>
. Instead, use base::RandomBitGenerator
. Discussion thread
+@@ -220,7 +220,7 @@ The current status of existing standards and Abseil features is:
+
+
+
+ std::shared_ptr
Allows shared ownership of a pointer through reference counts
+ std::shared_ptr
+-Needs a lot more evaluation for Chromium, and there isn't enough of a push for this feature. Google Style Guide. Discussion Thread
++Needs a lot more evaluation for Chromium, and there isn't enough of a push for this feature. Google Style Guide. Discussion Thread
+
+@@ -296,9 +296,9 @@ The current status of existing standards and Abseil features is:
+
+
+ Status
+
+ absl::Status
Type for returning detailed errors.
+-status.h
+-Approved for use inside a wrapper type. Use abseil_string_conversions.h to convert to and from absl::string_view so the wrapper can expose base::StringPiece. Use absl::Cord directly as minimally necessary to interface; do not expose in the wrapper type API.
++
+-Discussion threadstatus.h
++Approved for use inside a wrapper type. Use abseil_string_conversions.h to convert to and from absl::string_view so the wrapper can expose base::StringPiece. Use absl::Cord directly as minimally necessary to interface; do not expose in the wrapper type API.
+
++Discussion thread
+@@ -306,7 +306,7 @@ The current status of existing standards and Abseil features is:
+
+
+
+@@ -396,7 +396,7 @@ the allowed or banned sections.
+
+ absl::variant
Early adaptation of C++17 std::variant.
+ std::variant
+-Discussion thread
++Discussion thread
+ bind_front
+
+ absl::bind_front
Binds the first N arguments of an invocable object and stores them by value.
+-bind_front.h
++ bind_front.h
+
+
Avoid std::bindOverlaps with
+
+@@ -416,7 +416,7 @@ absl::InlinedVector, absl::FixedArray
+ base::Bind
.Container utilities
+
+ auto it = absl::c_find(container, value);
Container-based versions of algorithmic functions within C++ standard library.
+-container.h
++container.h
+ Overlaps with
+
+
+@@ -424,7 +424,7 @@ absl::InlinedVector, absl::FixedArray
+ base/ranges/algorithm.h
.FunctionRef
+
+ absl::FunctionRef
Type for holding a non-owning reference to an object of any invocable type.
+-function_ref.h
++function_ref.h
+
+
+
+@@ -449,7 +449,7 @@ size_t index = absl::Uniform(bitgen, 0u, elems.size());
+ StatusOr
+
+ absl::StatusOr<T>
An object that is either a usable value, or an error Status explaining why such a value is not present.
+-statusor.h
++statusor.h
+
+
+
+diff --git a/styleguide/c++/chromium-cpp/main.py b/styleguide/c++/chromium-cpp/main.py
+--- a/styleguide/c++/chromium-cpp/main.py
++++ b/styleguide/c++/chromium-cpp/main.py
+@@ -20,7 +20,7 @@ class MainHandler(webapp2.RequestHandler):
+ return handler.get("c++11.html")
+
+
+-BASE = 'https://chromium.googlesource.com/chromium/src.git/' \
++BASE = 'https://chromium.9oo91esource.qjz9zk/chromium/src.git/' \
+ '+/master/styleguide/c++/%s?format=TEXT'
+ class GitilesMirrorHandler(webapp2.RequestHandler):
+ def get(self, resource):
+diff --git a/testing/PRESUBMIT.py b/testing/PRESUBMIT.py
+--- a/testing/PRESUBMIT.py
++++ b/testing/PRESUBMIT.py
+@@ -4,7 +4,7 @@
+
+ """Top-level presubmit script for testing.
+
+-See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
++See http://dev.ch40m1um.qjz9zk/developers/how-tos/depottools/presubmit-scripts
+ for more details on the presubmit API built into depot_tools.
+ """
+
+diff --git a/testing/android/native_test/java/AndroidManifest.xml.jinja2 b/testing/android/native_test/java/AndroidManifest.xml.jinja2
+--- a/testing/android/native_test/java/AndroidManifest.xml.jinja2
++++ b/testing/android/native_test/java/AndroidManifest.xml.jinja2
+@@ -25,8 +25,8 @@ found in the LICENSE file.
+
++ https://developer.8n6r01d.qjz9zk/training/data-storage#scoped-storage and
++ https://developer.8n6r01d.qjz9zk/training/data-storage/compatibility. -->
+
++
+
+@@ -27,7 +27,7 @@ See the COPYING file for details.
+ a b c d
+
+diff --git a/third_party/google-closure-library/closure/goog/dom/controlrange_test_dom.html b/third_party/google-closure-library/closure/goog/dom/controlrange_test_dom.html
+--- a/third_party/google-closure-library/closure/goog/dom/controlrange_test_dom.html
++++ b/third_party/google-closure-library/closure/goog/dom/controlrange_test_dom.html
+@@ -6,7 +6,7 @@ See the COPYING file for details.
+ -->
+
+
+ foo
+-
+
++
+ bar
+
++
+
+
+-
+diff --git a/third_party/google-closure-library/closure/goog/dom/range_test.html b/third_party/google-closure-library/closure/goog/dom/range_test.html
+--- a/third_party/google-closure-library/closure/goog/dom/range_test.html
++++ b/third_party/google-closure-library/closure/goog/dom/range_test.html
+@@ -26,7 +26,7 @@ See the COPYING file for details.
+ a
+
+ foo
+-
+
++
+ bar
+
+ 1 2
++
+
+ 1 2
++
+
++
+
+@@ -26,12 +26,12 @@ See the COPYING file for details.
+
+ a b c d
+
+
+-
+ bar
bar
test
test
test
test
++
+
+
+
+ a
+
+
+ bar
test
test
+
+
+- five
+
+
+- five