frida / frida-node

Frida Node.js bindings
281 stars 65 forks source link

Handling of log messages should also log to stderr when appropriate #21

Closed oleavr closed 8 years ago

oleavr commented 8 years ago

We should refine this: https://github.com/frida/frida-node/blob/095bdda90061b93f97e85bf8479ad526854af152/lib/script.js#L113

juliangruber commented 8 years ago

when would it be appropriate?

oleavr commented 8 years ago

@juliangruber It should be based on the level field:

https://github.com/frida/frida-gum/blob/26c0dc3edfc61598dc72c7640be86c8d748afe2f/bindings/gumjs/gumjs-core.js#L80-102