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

Unified Diff: android_webview/java/src/org/chromium/android_webview/InputStreamUtil.java

Issue 442743002: [android_webview] Fix logtag in InputStreamUtil. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/InputStreamUtil.java
diff --git a/android_webview/java/src/org/chromium/android_webview/InputStreamUtil.java b/android_webview/java/src/org/chromium/android_webview/InputStreamUtil.java
index d4fb7493d1f726fddbbc5559d58d626a3ed0ca60..89a50c4b779f1b6329e03aac1eae0059d8862cb0 100644
--- a/android_webview/java/src/org/chromium/android_webview/InputStreamUtil.java
+++ b/android_webview/java/src/org/chromium/android_webview/InputStreamUtil.java
@@ -17,7 +17,7 @@ import java.io.InputStream;
*/
@JNINamespace("android_webview")
class InputStreamUtil {
- private static final String LOGTAG = "AwAssets";
+ private static final String LOGTAG = "InputStreamUtil";
// The InputStream APIs return -1 in some cases. In order to convey the extra information that
// the call had failed due to an exception being thrown we simply map all negative return values
// from the original calls to -1 and make -2 mean that an exception has been thrown.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698