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

Unified Diff: base/android/java/src/org/chromium/base/multidex/ChromiumMultiDex.java

Issue 1389633002: [Android] remove dots from log tags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, fix same in AccountManagerHelper Created 5 years, 2 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
« no previous file with comments | « no previous file | base/test/android/javatests/src/org/chromium/base/test/BaseInstrumentationTestRunner.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java/src/org/chromium/base/multidex/ChromiumMultiDex.java
diff --git a/base/android/java/src/org/chromium/base/multidex/ChromiumMultiDex.java b/base/android/java/src/org/chromium/base/multidex/ChromiumMultiDex.java
index 2c28673c89f1d1bb98291178dc146aa1f1276049..7696a14568e1cb079597b2fb526a9063dfabbb31 100644
--- a/base/android/java/src/org/chromium/base/multidex/ChromiumMultiDex.java
+++ b/base/android/java/src/org/chromium/base/multidex/ChromiumMultiDex.java
@@ -19,7 +19,7 @@
*/
public class ChromiumMultiDex {
- private static final String TAG = "cr.base.multidex";
+ private static final String TAG = "base_multidex";
/**
* Installs secondary dexes if possible.
« no previous file with comments | « no previous file | base/test/android/javatests/src/org/chromium/base/test/BaseInstrumentationTestRunner.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698