--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/a7_GjrsmluU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
#0. Crashed: com.google.admob.network
GADMutableDictionaryAddParam
Regards,
Rômulo
ld: warning: Linker asked to preserve internal global: '__block_descriptor_tmp-[GADevice parameters]esi = [_GADStringFromBool(([SKPaymentQueue canMakePayments] == 0x0 ? 0x1 : 0x0) & 0xff) retain];canMakePayments makes a blocking call into StoreServices
esi = dispatch_semaphore_create(0x0);
edi = [[SSVApplicationCapabilitiesRequest alloc] init];
...
[edi startWithCapabilitiesResponseBlock:&var_40];
dispatch_semaphore_wait(esi, 0xffffffff);
struct __objc_class { ; DATA XREF=0x1ca370, 0x1fbd58
_OBJC_METACLASS_$_SSVApplicationCapabilitiesRequest, // metaclass
_OBJC_CLASS_$_SSRequest, // superclass
__objc_empty_cache, // cache
0x0, // vtable
__objc_class_SSVApplicationCapabilitiesRequest_data // data
@implementation SKPaymentQueue (Swizzle_Can_Make_Payments)
+ (void)swizzleCanMakePaymentsIfNecessary {
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
if ([[NSProcessInfo processInfo] isOperatingSystemAtLeastVersion:(NSOperatingSystemVersion){.majorVersion = 11, .minorVersion = 0, .patchVersion = 0}]) {
SEL orig = @selector(canMakePayments);
SEL new = @selector(_Swizzle_canMakePayments);
Class class = [SKPaymentQueue class];
Method origMethod = class_getClassMethod(class, orig);
Method newMethod = class_getClassMethod(class, new);
Class metaClass = object_getClass((id)class);
if (class_addMethod(metaClass, orig, method_getImplementation(newMethod), method_getTypeEncoding(newMethod))) {
class_replaceMethod(metaClass, new, method_getImplementation(origMethod), method_getTypeEncoding(origMethod));
} else { method_exchangeImplementations(origMethod, newMethod); } } });
}
+ (BOOL)_Swizzle_canMakePayments {
return YES;
}
@end--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/a7_GjrsmluU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to google-adm...@googlegroups.com.
Crashed: com.apple.StoreServices.SSRequest.0x1c04dabe0
0 libobjc.A.dylib 0x182698430 objc_msgSend + 16
1 StoreServices 0x18de781b4 -[SSRequest _shutdownRequestWithMessageID:] + 228
2 libdispatch.dylib 0x182af5088 _dispatch_call_block_and_release + 24
3 libdispatch.dylib 0x182af5048 _dispatch_client_callout + 16
4 libdispatch.dylib 0x182afee48 _dispatch_queue_serial_drain$VARIANT$mp + 528
5 libdispatch.dylib 0x182aff7d8 _dispatch_queue_invoke$VARIANT$mp + 340
6 libdispatch.dylib 0x182b00200 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 400
7 libdispatch.dylib 0x182b084a0 _dispatch_workloop_worker_thread$VARIANT$mp + 644
8 libsystem_pthread.dylib 0x182d9afe0 _pthread_wqthread + 932
9 libsystem_pthread.dylib 0x182d9ac30 start_wqthread + 4Crashed: com.apple.StoreServices.SSRequest.0x1c02dd570
0 libobjc.A.dylib 0x18618c430 objc_msgSend + 16
1 StoreServices 0x19196b1b4 -[SSRequest _shutdownRequestWithMessageID:] + 228
2 libdispatch.dylib 0x1865e9088 _dispatch_call_block_and_release + 24
3 libdispatch.dylib 0x1865e9048 _dispatch_client_callout + 16
4 libdispatch.dylib 0x1865f2e48 _dispatch_queue_serial_drain$VARIANT$mp + 528
5 libdispatch.dylib 0x1865f37d8 _dispatch_queue_invoke$VARIANT$mp + 340
6 libdispatch.dylib 0x1865f4200 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 400
7 libdispatch.dylib 0x1865fc4a0 _dispatch_workloop_worker_thread$VARIANT$mp + 644
8 libsystem_pthread.dylib 0x18688efe0 _pthread_wqthread + 932
9 libsystem_pthread.dylib 0x18688ec30 start_wqthread + 4WebCore
WebCore::GraphicsContext3D::reshape(int, int)
Crashed: WebThread
0 libGPUSupportMercury.dylib 0x19e5b2efc gpus_ReturnNotPermittedKillClient
1 AGXGLDriver 0x1a26f3238 (Missing)
2 libGPUSupportMercury.dylib 0x19e5b3edc gpusSubmitDataBuffers
3 AGXGLDriver 0x1a26f4734 (Missing)
4 WebCore 0x18b777c5c WebCore::GraphicsContext3D::reshape(int, int) + 552
5 WebCore 0x18c3accfc WebCore::WebGLRenderingContextBase::initializeNewContext() + 856
6 WebCore 0x18c3ac728 WebCore::WebGLRenderingContextBase::WebGLRenderingContextBase(WebCore::HTMLCanvasElement&, WTF::Ref<WebCore::GraphicsContext3D>&&, WebCore::GraphicsContext3DAttributes) + 532
7 WebCore 0x18c3a6e34 WebCore::WebGLRenderingContext::WebGLRenderingContext(WebCore::HTMLCanvasElement&, WTF::Ref<WebCore::GraphicsContext3D>&&, WebCore::GraphicsContext3DAttributes) + 44
8 WebCore 0x18c3abd00 WebCore::WebGLRenderingContextBase::create(WebCore::HTMLCanvasElement&, WebCore::GraphicsContext3DAttributes&, WTF::String const&) + 956
9 WebCore 0x18b7b3aac WebCore::HTMLCanvasElement::getContextWebGL(WTF::String const&, WebCore::GraphicsContext3DAttributes&&) + 152
10 WebCore 0x18bb0a6dc WebCore::JSHTMLCanvasElement::getContext(JSC::ExecState&) + 312
11 WebCore 0x18b35f158 WebCore::jsHTMLCanvasElementPrototypeFunctionGetContext(JSC::ExecState*) + 144
12 JavaScriptCore 0x18a58f4c8 llint_entry + 29608
13 JavaScriptCore 0x18a58ea94 llint_entry + 26996
14 JavaScriptCore 0x18a58ea94 llint_entry + 26996
15 JavaScriptCore 0x18a58ea94 llint_entry + 26996
16 JavaScriptCore 0x18a587f50 vmEntryToJavaScript + 272
17 JavaScriptCore 0x18a46db94 JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*) + 136
18 JavaScriptCore 0x18a444b28 JSC::Interpreter::executeProgram(JSC::SourceCode const&, JSC::ExecState*, JSC::JSObject*) + 11244
19 JavaScriptCore 0x18a1391ac JSC::evaluate(JSC::ExecState*, JSC::SourceCode const&, JSC::JSValue, WTF::NakedPtr<JSC::Exception>&) + 316
20 WebCore 0x18c0f34a4 WebCore::ScriptController::evaluateInWorld(WebCore::ScriptSourceCode const&, WebCore::DOMWrapperWorld&, WebCore::ExceptionDetails*) + 324
21 WebCore 0x18c0f9990 WebCore::ScriptElement::executeClassicScript(WebCore::ScriptSourceCode const&) + 568
22 WebCore 0x18be40ee4 WebCore::LoadableClassicScript::execute(WebCore::ScriptElement&) + 156
23 WebCore 0x18c0f9c34 WebCore::ScriptElement::executeScriptAndDispatchEvent(WebCore::LoadableScript&) + 216
24 WebCore 0x18b29fc0c WebCore::HTMLScriptRunner::executeParsingBlockingScripts() + 328
25 WebCore 0x18b256840 WebCore::HTMLDocumentParser::executeScriptsWaitingForStylesheets() + 44
26 WebCore 0x18c0f1b60 WebCore::ScriptableDocumentParser::scriptsWaitingForStylesheetsExecutionTimerFired() + 76
27 WebCore 0x18b237cd8 WebCore::ThreadTimers::sharedTimerFiredInternal() + 172
28 WebCore 0x18b237c18 WebCore::timerFired(__CFRunLoopTimer*, void*) + 28
29 CoreFoundation 0x1834fc99c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28
30 CoreFoundation 0x1834fc6c0 __CFRunLoopDoTimer + 864
31 CoreFoundation 0x1834fbec0 __CFRunLoopDoTimers + 248
32 CoreFoundation 0x1834f9aa8 __CFRunLoopRun + 1928
33 CoreFoundation 0x18341a2d8 CFRunLoopRunSpecific + 436
34 WebCore 0x18b269ac4 RunWebThread(void*) + 456
35 libsystem_pthread.dylib 0x18318032c _pthread_body + 308
36 libsystem_pthread.dylib 0x1831801f8 _pthread_body + 310
37 libsystem_pthread.dylib 0x18317ec38 thread_start + 4
=================================================================
Main Thread Checker: UI API called on a background thread: -[UIApplication delegate]
PID: 22548, TID: 4703718, Thread name: (none), Queue name: com.google.admob.sdk-core-controller, QoS: 0
Backtrace:
4 Sudoku 0x0000000102550468 GADiTunesMetadataForFileAtPath + 6081
5 Sudoku 0x00000001025b8591 hasRequiredParams + 17353
6 Sudoku 0x000000010255c083 GADGIDSignInInstance + 9090
7 Sudoku 0x000000010252627b GADCategories_NSString_GADPathValidation + 10071
8 libdispatch.dylib 0x000000010c2a73f7 _dispatch_call_block_and_release + 12
9 libdispatch.dylib 0x000000010c2a843c _dispatch_client_callout + 8
10 libdispatch.dylib 0x000000010c2b095b _dispatch_queue_serial_drain + 1162
11 libdispatch.dylib 0x000000010c2b12df _dispatch_queue_invoke + 336
12 libdispatch.dylib 0x000000010c2ad07d _dispatch_queue_override_invoke + 733
13 libdispatch.dylib 0x000000010c2b41f9 _dispatch_root_queue_drain + 772
14 libdispatch.dylib 0x000000010c2b3e97 _dispatch_worker_thread3 + 132
15 libsystem_pthread.dylib 0x000000010c76f1ca _pthread_wqthread + 1387
16 libsystem_pthread.dylib 0x000000010c76ec4d start_wqthread + 13
2017-10-24 02:41:31.402426-0400 Sudoku[22548:4703718] [reports] Main Thread Checker: UI API called on a background thread: -[UIApplication delegate]
PID: 22548, TID: 4703718, Thread name: (none), Queue name: com.google.admob.sdk-core-controller, QoS: 0
Backtrace:
4 Sudoku 0x0000000102550468 GADiTunesMetadataForFileAtPath + 6081
5 Sudoku 0x00000001025b8591 hasRequiredParams + 17353
6 Sudoku 0x000000010255c083 GADGIDSignInInstance + 9090
7 Sudoku 0x000000010252627b GADCategories_NSString_GADPathValidation + 10071
8 libdispatch.dylib 0x000000010c2a73f7 _dispatch_call_block_and_release + 12
9 libdispatch.dylib 0x000000010c2a843c _dispatch_client_callout + 8
10 libdispatch.dylib 0x000000010c2b095b _dispatch_queue_serial_drain + 1162
11 libdispatch.dylib 0x000000010c2b12df _dispatch_queue_invoke + 336
12 libdispatch.dylib 0x000000010c2ad07d _dispatch_queue_override_invoke + 733
13 libdispatch.dylib 0x000000010c2b41f9 _dispatch_root_queue_drain + 772
14 libdispatch.dylib 0x000000010c2b3e97 _dispatch_worker_thread3 + 132
15 libsystem_pthread.dylib 0x000000010c76f1ca _pthread_wqthread + 1387
16 libsystem_pthread.dylib 0x000000010c76ec4d start_wqthread + 13
=================================================================
Main Thread Checker: UI API called on a background thread: -[UIApplication keyWindow]
PID: 22548, TID: 4703718, Thread name: (none), Queue name: com.google.admob.sdk-core-controller, QoS: 0
Backtrace:
4 Sudoku 0x000000010254fcbb GADiTunesMetadataForFileAtPath + 4116
5 Sudoku 0x0000000102550480 GADiTunesMetadataForFileAtPath + 6105
6 Sudoku 0x00000001025b8591 hasRequiredParams + 17353
7 Sudoku 0x000000010255c083 GADGIDSignInInstance + 9090
8 Sudoku 0x000000010252627b GADCategories_NSString_GADPathValidation + 10071
9 libdispatch.dylib 0x000000010c2a73f7 _dispatch_call_block_and_release + 12
10 libdispatch.dylib 0x000000010c2a843c _dispatch_client_callout + 8
11 libdispatch.dylib 0x000000010c2b095b _dispatch_queue_serial_drain + 1162
12 libdispatch.dylib 0x000000010c2b12df _dispatch_queue_invoke + 336
13 libdispatch.dylib 0x000000010c2ad07d _dispatch_queue_override_invoke + 733
14 libdispatch.dylib 0x000000010c2b41f9 _dispatch_root_queue_drain + 772
15 libdispatch.dylib 0x000000010c2b3e97 _dispatch_worker_thread3 + 132
16 libsystem_pthread.dylib 0x000000010c76f1ca _pthread_wqthread + 1387
17 libsystem_pthread.dylib 0x000000010c76ec4d start_wqthread + 13
2017-10-24 02:41:33.566201-0400 Sudoku[22548:4703718] [reports] Main Thread Checker: UI API called on a background thread: -[UIApplication keyWindow]
PID: 22548, TID: 4703718, Thread name: (none), Queue name: com.google.admob.sdk-core-controller, QoS: 0
Backtrace:
4 Sudoku 0x000000010254fcbb GADiTunesMetadataForFileAtPath + 4116
5 Sudoku 0x0000000102550480 GADiTunesMetadataForFileAtPath + 6105
6 Sudoku 0x00000001025b8591 hasRequiredParams + 17353
7 Sudoku 0x000000010255c083 GADGIDSignInInstance + 9090
8 Sudoku 0x000000010252627b GADCategories_NSString_GADPathValidation + 10071
9 libdispatch.dylib 0x000000010c2a73f7 _dispatch_call_block_and_release + 12
10 libdispatch.dylib 0x000000010c2a843c _dispatch_client_callout + 8
11 libdispatch.dylib 0x000000010c2b095b _dispatch_queue_serial_drain + 1162
12 libdispatch.dylib 0x000000010c2b12df _dispatch_queue_invoke + 336
13 libdispatch.dylib 0x000000010c2ad07d _dispatch_queue_override_invoke + 733
14 libdispatch.dylib 0x000000010c2b41f9 _dispatch_root_queue_drain + 772
15 libdispatch.dylib 0x000000010c2b3e97 _dispatch_worker_thread3 + 132
16 libsystem_pthread.dylib 0x000000010c76f1ca _pthread_wqthread + 1387
17 libsystem_pthread.dylib 0x000000010c76ec4d start_wqthread + 13
=================================================================
Main Thread Checker: UI API called on a background thread: -[UIApplication supportedInterfaceOrientationsForWindow:]
PID: 22548, TID: 4703718, Thread name: (none), Queue name: com.google.admob.sdk-core-controller, QoS: 0
Backtrace:
4 Sudoku 0x00000001025504e8 GADiTunesMetadataForFileAtPath + 6209
5 Sudoku 0x00000001025b8591 hasRequiredParams + 17353
6 Sudoku 0x000000010255c083 GADGIDSignInInstance + 9090
7 Sudoku 0x000000010252627b GADCategories_NSString_GADPathValidation + 10071
8 libdispatch.dylib 0x000000010c2a73f7 _dispatch_call_block_and_release + 12
9 libdispatch.dylib 0x000000010c2a843c _dispatch_client_callout + 8
10 libdispatch.dylib 0x000000010c2b095b _dispatch_queue_serial_drain + 1162
11 libdispatch.dylib 0x000000010c2b12df _dispatch_queue_invoke + 336
12 libdispatch.dylib 0x000000010c2ad07d _dispatch_queue_override_invoke + 733
13 libdispatch.dylib 0x000000010c2b41f9 _dispatch_root_queue_drain + 772
14 libdispatch.dylib 0x000000010c2b3e97 _dispatch_worker_thread3 + 132
15 libsystem_pthread.dylib 0x000000010c76f1ca _pthread_wqthread + 1387
16 libsystem_pthread.dylib 0x000000010c76ec4d start_wqthread + 13
2017-10-24 02:41:33.600121-0400 Sudoku[22548:4703718] [reports] Main Thread Checker: UI API called on a background thread: -[UIApplication supportedInterfaceOrientationsForWindow:]
PID: 22548, TID: 4703718, Thread name: (none), Queue name: com.google.admob.sdk-core-controller, QoS: 0
Backtrace:
4 Sudoku 0x00000001025504e8 GADiTunesMetadataForFileAtPath + 6209
5 Sudoku 0x00000001025b8591 hasRequiredParams + 17353
6 Sudoku 0x000000010255c083 GADGIDSignInInstance + 9090
7 Sudoku 0x000000010252627b GADCategories_NSString_GADPathValidation + 10071
8 libdispatch.dylib 0x000000010c2a73f7 _dispatch_call_block_and_release + 12
9 libdispatch.dylib 0x000000010c2a843c _dispatch_client_callout + 8
10 libdispatch.dylib 0x000000010c2b095b _dispatch_queue_serial_drain + 1162
11 libdispatch.dylib 0x000000010c2b12df _dispatch_queue_invoke + 336
12 libdispatch.dylib 0x000000010c2ad07d _dispatch_queue_override_invoke + 733
13 libdispatch.dylib 0x000000010c2b41f9 _dispatch_root_queue_drain + 772
14 libdispatch.dylib 0x000000010c2b3e97 _dispatch_worker_thread3 + 132
15 libsystem_pthread.dylib 0x000000010c76f1ca _pthread_wqthread + 1387
16 libsystem_pthread.dylib 0x000000010c76ec4d start_wqthread + 13
StoreServices -[SSRequest _shutdownRequestWithMessageID:]
StoreServices __46-[SSRequest _startWithMessageID:messageBlock:]_block_invoke_2.81
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/def5986d-1b2a-4281-8833-d6805ff4d920%40googlegroups.com.