Closed rabihs closed 9 years ago
Hi,
That's very strange as all the network activity (that might block the thread) is happening on the background thread. Meanwhile our team is checking the issue.
Thanks!
Hi,
Any chance to get full logs from the device? Also is it for iOS or Android?
Thanks!
I'm using Android.
Please find the log below:
09-24 16:32:25.189: W/IInputConnectionWrapper(24146): showStatusIcon on inactive InputConnection
09-24 16:32:25.409: I/GATE(24146):
Mostly this is harmless issue as from the Phonegap PluginManager code I can see that it doesn't really check if plugin blocks main or background thread: https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/PluginManager.java See execHelper function, it could be called on "runOnUiThread" as well as in background.
Anyway our team is looking deeply into the issue. Thanks!
Thank you for your help. The issue is not a blocking point and the app is working well with the plugin. Next I'm going to use it with iOS.
I see this issue on IOS7 but my puswoosh doesnt work as i do not see the popup that asks for users subscription.
Please double check that you are using correct mobileprovisioning profile with aps-environment string in it. Also if you are using Phonegap Build make sure you use Production (AdHoc) profile.
THREAD WARNING: exec() call to LocationTrackPlugin.GetLocation blocked the main thread for 32ms. Plugin should use CordovaInterface.getThreadPool().
I got the same issue when call the native android service and broad cast receiver.
Please give me a suggestion to overcome this
Hi,
This actually a bug in Phonegap. Plugin uses background thread, however Phonegap does not detect that :( I remember having this discussion with PGB team, hopefully it would be fixed on their side some day.
I get the following warning when my application starts
THREAD WARNING: exec() call to PushNotification.registerDevice blocked the main thread for 36ms. Plugin should use CordovaInterface.getThreadPool().
Is there a fix for that? Thanks.