| Index: content/public/android/java/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory.java b/content/public/android/java/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory.java
|
| index d63f7ed61eda87aa84d59065efd8355622218a75..65bc0c80eabc3bfa80ab5e0648f0de2e0c9a8192 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory.java
|
| @@ -20,7 +20,7 @@ import org.chromium.base.VisibleForTesting;
|
| // See crbug.com/588547 for details.
|
| public class ThreadedInputConnectionFactory implements ChromiumBaseInputConnection.Factory {
|
| private static final String TAG = "cr_Ime";
|
| - private static final boolean DEBUG_LOGS = false;
|
| + private static final boolean DEBUG_LOGS = true;
|
|
|
| // Most of the time we do not need to retry. But if we have lost window focus while triggering
|
| // delayed creation, then there is a chance that detection may fail in the following scenario:
|
|
|