Summary: Device UDID/serial is necessary for matching uniquely. It's certainly possible to connect more than one of the same phone model, or have multiple iOS Sims with the same model and different OS versions. Reviewed By: nikoant Differential Revision: D33793569 fbshipit-source-id: aabd31a5b86c78a85aa867c6fa34d92f411fcb6e
flipper-dump
Stand alone Flipper command, that uses flipper-server-core to connect to apps and dump all incoming messages.
To get started, run yarn install in the desktop/ folder once.
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