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
fix(firefox-android): Support abstract sockets for RDB (#1391)
New versions of firefox-android (>= 63) appear to use abstract unix sockets instead of filesystem sockets for the debugging connection.
This change ensures support for both the original filesystem namespace and also the abstract namespace.
0 commit comments