Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: docs/android_logging.md

Issue 2545363002: Use HTTPS links for Google domains in docs (Closed)
Patch Set: Modify two more files in subdirectories Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/android_build_instructions.md ('k') | docs/android_test_instructions.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/android_logging.md
diff --git a/docs/android_logging.md b/docs/android_logging.md
index 382d2f19048bdcb6ec82f67f770e2504a74c83dd..6c37664df4ce3e20de4310653bea24f6ada49a4f 100644
--- a/docs/android_logging.md
+++ b/docs/android_logging.md
@@ -6,7 +6,7 @@
## Overview
Logging used to be done using Android's [android.util.Log]
-(http://developer.android.com/reference/android/util/Log.html).
+(https://developer.android.com/reference/android/util/Log.html).
A wrapper on that is now available: org.chromium.base.Log. It is designed to
write logs as belonging to logical groups going beyond single classes, and to
@@ -205,7 +205,7 @@ for all tags. Please use `grep` or a similar tool to refine your filters
further.
For more, see the [related page on developer.android.com]
-(http://developer.android.com/tools/debugging/debugging-log.html#filteringOutput)
+(https://developer.android.com/tools/debugging/debugging-log.html#filteringOutput)
## Logs in JUnit tests
« no previous file with comments | « docs/android_build_instructions.md ('k') | docs/android_test_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698