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

Unified Diff: base/android/java/src/org/chromium/base/README_logging.md

Issue 1131903007: [Android log] Promote using hardcoded string tags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add length check and test, remove java tag check Created 5 years, 7 months 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
« PRESUBMIT.py ('K') | « base/android/java/src/org/chromium/base/Log.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java/src/org/chromium/base/README_logging.md
diff --git a/base/android/java/src/org/chromium/base/README_logging.md b/base/android/java/src/org/chromium/base/README_logging.md
index 21938264736ef436f4ed9145cf301880c4a2047c..044326f112629b974039431abe77d4793eb9602b 100644
--- a/base/android/java/src/org/chromium/base/README_logging.md
+++ b/base/android/java/src/org/chromium/base/README_logging.md
@@ -9,7 +9,7 @@ or off for individual groups.
Usage:
- private static final String TAG = Log.makeTag("Tag");
+ private static final String TAG = "cr.Tag";
...
Log.i(TAG, "Some debug info: %s", data);
« PRESUBMIT.py ('K') | « base/android/java/src/org/chromium/base/Log.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698