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 tool is such a brilliant idea, thank you for your hard work.
My project encountered a special crash case while performing injection, looks like some methods of 3rd party library are being called by bundle sweeper from an undesired thread and triggered an assertion.
My question is if there anyway to disable bundle sweeper for a specified class?
The text was updated successfully, but these errors were encountered:
Hi, no way at the moment I’m afraid. The sweeper is used to implement the -injected functionality the alternative is to use “INJECTION_BUNDLE_NOTIFICATION” when you have this problem see: #226
Hi,
This tool is such a brilliant idea, thank you for your hard work.
My project encountered a special crash case while performing injection, looks like some methods of 3rd party library are being called by bundle sweeper from an undesired thread and triggered an assertion.
My question is if there anyway to disable bundle sweeper for a specified class?
The text was updated successfully, but these errors were encountered: