-
Notifications
You must be signed in to change notification settings - Fork 1.6k
#30006 NotSmoothFrameException There are some notsmooth frames in the main thread xxx -[APMIdentity appInstanceID] #7300
New issue
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
Comments
I found a few problems with this issue:
|
This might be related to #6392 |
The main thread is stuck |
We've been having a lot of difficulty trying to reproduce this hang. If you can provide an example project that consistently reproduces it, that would be a huge help. |
Task <9C1AE3C1-5EC3-4779-94E3-93B3BDDEFC03>.<4> finished with error [-1200] Error Domain=NSURLErrorDomain Code=-1200 "发生了SSL错误,无法建立与该服务器的安全连接。" UserInfo={NSErrorFailingURLStringKey=https://firebaseinstallations.googleapis.com/v1/projects/firebase-xxx/installations/, NSLocalizedRecoverySuggestion=您仍要连接此服务器吗?, _kCFStreamErrorDomainKey=3, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <9C1AE3C1-5EC3-4779-94E3-93B3BDDEFC03>.<4>, _NSURLErrorRelatedURLSessionTaskErrorKey=( |
@google-oss-bot How to solve the problem that the main thread is stuck.please help to have a look. |
@welljobs the error you've posted is an SSL failure and is likely unrelated to the main thread being stuck. |
@morganchen12 @google-oss-bot @paulb777 This is the thread where I load the Google AD card immediately and I wonder if it has anything to do with SSL.
|
This is unrelated to SSL and is the same issue as #6392. |
Marking it as a duplicate #6392, please continue discussion in the linked issue. |
Caton test 1: I enter the interface, and the interface is not only the request of the advertisement, but also other things. For example, if you cut to the background and then cut back to the foreground before loading your own request, you may get stuck
Caton test 2: I try to enter the interface, exit again, enter the interface again, the third time to enter the interface must be stuck
I hope Google engineer brother can help me see this problem.
The text was updated successfully, but these errors were encountered: