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
The current behaviour from what I understand is to pause loading indefinitely if on_load is wait (default), or to continue without pausing if it is resume: https://frida.re/docs/gadget/#listen
It would be nice to have another option that pauses for a defined duration and resume if no there's no connection.
This would allow starting apps with frida gadget for regular usage when the phone isn't connected.
The current behaviour from what I understand is to pause loading indefinitely if
on_load
iswait
(default), or to continue without pausing if it isresume
: https://frida.re/docs/gadget/#listenIt would be nice to have another option that pauses for a defined duration and resume if no there's no connection.
This would allow starting apps with frida gadget for regular usage when the phone isn't connected.
Relevant code seems to be around here:
frida-core/lib/gadget/gadget.vala
Lines 514 to 522 in c96d94f
The text was updated successfully, but these errors were encountered: