Files
flipper/desktop/flipper-dump
Michel Weststrate d4eb618cdd change to zero exit if target app disconnects
Summary: Per yesterdays review, consider target app exiting as  a signal to end the dump process.

Reviewed By: passy

Differential Revision: D31609065

fbshipit-source-id: fbd92f6c5344245d0bdae3f21be1a5d235aa1fa1
2021-10-14 03:17:47 -07:00
..

flipper-dump

Stand alone Flipper command, that uses flipper-server-core to connect to apps and dump all incoming messages.

This package is currently a proof of concept and can be used like:

yarn start --device='iPhone 12' --client='Instagram' --plugin='AnalyticsLogging'

Or to capture all output to a file (meta messages will be printed on STDERR):

yarn --silent start --device='iPhone 12' --client='Instagram' --plugin='AnalyticsLogging' > out.txt

Future features:

  • Package so that it can be run using npx
  • Support filter & transformation functions
  • See TODOs in code
  • Support better configuration
  • Custom formatting
  • [FB] Support Certificate Exchange clients