We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libsystem_kernel.dylib 0x7fff203515ce __ulock_wait + 10 libdispatch.dylib 0x7fff201d9e28 _dispatch_thread_event_wait_slow + 40 libdispatch.dylib 0x7fff201e685d DISPATCH_WAIT_FOR_QUEUE + 290 libdispatch.dylib 0x7fff201e64ac _dispatch_sync_f_slow + 171 Segment 0x1187fef90 -[SEGState valueWithBlock:] + 166 Segment 0x1187fea21 -[SEGPayloadContext referrer] + 91 Segment 0x1187fe90a -[SEGPayloadContext payload] + 115 Segment 0x1187f90ae -[SEGPayload initWithContext:integrations:] + 164 Segment 0x1187ec70a -[SEGIdentifyPayload initWithUserId:anonymousId:traits:context:integrations:] + 103 Segment 0x1187eabb7 -[SEGAnalytics identify:traits:options:] + 892 APP 0x10d91ff50 -[SEGAnalyticsPlugIn identifyWithTraits:traits:] + 99
- (void)identify:(NSString *_Nullable)userId traits:(SERIALIZABLE_DICT _Nullable)traits;
identify
4.1.6
Macmini8,1
Could you help to investigate why it cases ANR? And is there any advices to avoid the ANR? Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Call stack when ANR
libsystem_kernel.dylib 0x7fff203515ce __ulock_wait + 10
libdispatch.dylib 0x7fff201d9e28 _dispatch_thread_event_wait_slow + 40
libdispatch.dylib 0x7fff201e685d DISPATCH_WAIT_FOR_QUEUE + 290
libdispatch.dylib 0x7fff201e64ac _dispatch_sync_f_slow + 171
Segment 0x1187fef90 -[SEGState valueWithBlock:] + 166
Segment 0x1187fea21 -[SEGPayloadContext referrer] + 91
Segment 0x1187fe90a -[SEGPayloadContext payload] + 115
Segment 0x1187f90ae -[SEGPayload initWithContext:integrations:] + 164
Segment 0x1187ec70a -[SEGIdentifyPayload initWithUserId:anonymousId:traits:context:integrations:] + 103
Segment 0x1187eabb7 -[SEGAnalytics identify:traits:options:] + 892
APP 0x10d91ff50 -[SEGAnalyticsPlugIn identifyWithTraits:traits:] + 99
Reproduce steps
- (void)identify:(NSString *_Nullable)userId traits:(SERIALIZABLE_DICT _Nullable)traits;
in main thread every 6sidentify
too.version
4.1.6
Operation system
Macmini8,1
Could you help to investigate why it cases ANR?
And is there any advices to avoid the ANR?
Thank you.
The text was updated successfully, but these errors were encountered: