Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android/src/org/adblockplus/libadblockplus/android/SingleInstanceEngineProvider.java

Issue 29677555: Issue 6299 - Avoid main thread lock on URL loading (Closed)
Patch Set: added "final" for domain Created Jan. 23, 2018, 10:33 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libadblockplus-android-webviewapp/pom.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android/src/org/adblockplus/libadblockplus/android/SingleInstanceEngineProvider.java
diff --git a/libadblockplus-android/src/org/adblockplus/libadblockplus/android/SingleInstanceEngineProvider.java b/libadblockplus-android/src/org/adblockplus/libadblockplus/android/SingleInstanceEngineProvider.java
index d73e6215ea81eedabe7e474df2ad120e17e36666..66b346e49e6fe66ed73aa1a03f9b2e84517f228e 100644
--- a/libadblockplus-android/src/org/adblockplus/libadblockplus/android/SingleInstanceEngineProvider.java
+++ b/libadblockplus-android/src/org/adblockplus/libadblockplus/android/SingleInstanceEngineProvider.java
@@ -189,7 +189,7 @@ public class SingleInstanceEngineProvider implements AdblockEngineProvider
try
{
- Log.d(TAG, "Waiting for ready ...");
+ Log.d(TAG, "Waiting for ready in " + Thread.currentThread());
engineCreated.await();
Log.d(TAG, "Ready");
}
« no previous file with comments | « libadblockplus-android-webviewapp/pom.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld