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
I could not reproduce it using current version, however now errno is added to such kind error messages so it will be easier to debug if it occurs in the future.
If app was force closed due to ANR then poll() might fail with errno=EINTR but again I was unable to reproduce ANR.
I guess that it might be caused by the fact that in SourcesFragment many GIFs are loaded in UI thread and on some (especially slow/busy) devices it may take time long enough for ANR.
I'll move loading in sample to background thread.
Repro steps:
Stack trace:
The text was updated successfully, but these errors were encountered: