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

Unified Diff: components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java

Issue 2109293005: [Cronet] Fix up log TAGs to be accurate and prevent future inaccuracies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: truncate ChromiumUrlRequestContext Created 4 years, 6 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
Index: components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java
diff --git a/components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java b/components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java
index 5fb5521b2870f211607930989e58ec5adb4a16a3..ff8afd975fab420ad836366254a49f77ca9fc967 100644
--- a/components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java
+++ b/components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java
@@ -19,7 +19,7 @@ import java.io.IOException;
* Helper class to install test files.
*/
public final class TestFilesInstaller {
- private static final String TAG = "TestFilesInstaller";
+ private static final String TAG = TestFilesInstaller.class.getSimpleName();
// Name of the asset directory in which test files are stored.
private static final String TEST_FILE_ASSET_PATH = "test";

Powered by Google App Engine
This is Rietveld 408576698