Signal
FridaDevice::output
Description [src]
Emitted when a spawned process writes to its standard output or error.
| Default handler: |
Parameters
pid-
Type:
guintThe process ID.
fd-
Type:
gintThe file descriptor written to (1 for stdout, 2 for stderr).
data-
Type:
GBytesThe bytes written, or an empty buffer on EOF.
The data is owned by the caller of the function.