You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code invokes the following crash
[tracker startTrackerWithPiwikURL:PIWIK_URL
siteID:SITE_ID_TEST
authenticationToken:nil
withError:&error];
Console error is
Tried to obtain the web lock from a thread other than the main thread or the web thread.
This may be a result of calling to UIKit from a secondary thread. Crashing now...
1 WebThreadLock
2 -[UIWebView _webViewCommonInit:]
3 -[UIWebView initWithFrame:]
4 -[UIView init]
5 -[PTUserAgentReader userAgentStringWithCallbackBlock:]
6 -[PiwikTracker userAgent]
7 __44-[PiwikTracker dispatchWithCompletionBlock:]_block_invoke_0
8 _dispatch_call_block_and_release
9 _dispatch_queue_drain
10 _dispatch_queue_invoke
11 _dispatch_worker_thread2
12 _dispatch_worker_thread3
13 _pthread_wqthread
14 start_wqthread
The text was updated successfully, but these errors were encountered:
This code invokes the following crash
[tracker startTrackerWithPiwikURL:PIWIK_URL
siteID:SITE_ID_TEST
authenticationToken:nil
withError:&error];
Console error is
Tried to obtain the web lock from a thread other than the main thread or the web thread.
This may be a result of calling to UIKit from a secondary thread. Crashing now...
1 WebThreadLock
2 -[UIWebView _webViewCommonInit:]
3 -[UIWebView initWithFrame:]
4 -[UIView init]
5 -[PTUserAgentReader userAgentStringWithCallbackBlock:]
6 -[PiwikTracker userAgent]
7 __44-[PiwikTracker dispatchWithCompletionBlock:]_block_invoke_0
8 _dispatch_call_block_and_release
9 _dispatch_queue_drain
10 _dispatch_queue_invoke
11 _dispatch_worker_thread2
12 _dispatch_worker_thread3
13 _pthread_wqthread
14 start_wqthread
The text was updated successfully, but these errors were encountered: