Index: android_webview/java/src/org/chromium/android_webview/AwBrowserProcess.java |
diff --git a/android_webview/java/src/org/chromium/android_webview/AwBrowserProcess.java b/android_webview/java/src/org/chromium/android_webview/AwBrowserProcess.java |
index e7a6389dc4fd5d11885b19b69c9fb9baec3f6aa7..4b3f4c7b00895d5b1d4066be3b0d09abb02c936d 100644 |
--- a/android_webview/java/src/org/chromium/android_webview/AwBrowserProcess.java |
+++ b/android_webview/java/src/org/chromium/android_webview/AwBrowserProcess.java |
@@ -104,9 +104,8 @@ public abstract class AwBrowserProcess { |
Log.w(TAG, "Failed to create lock file " + lockFile, e); |
} |
if (!success) { |
- throw new RuntimeException( |
- "Could not obtain an exclusive lock on the data dir. The app may have " |
- + "another WebView opened in a separate process"); |
+ Log.w(TAG, "The app may have another WebView opened in a separate process. " |
+ + "This is not recommended and may stop working in future versions."); |
} |
} |
} |