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

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: switch sample to android.util.Log Created 3 years, 11 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 371f48a262c0fc1e7d6f969baaf9224a6e6d4fc5..ffb91d4ab4031cafd961cc9800f042530b17f87f 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