Streams logcat from connected Android devices and iOS simulator console, broadcasting parsed lines via PubSub.
One Port per device. Automatically starts/stops ports as devices connect and disconnect (driven by :devices_updated PubSub events).
Summary
Functions
Returns a specification to start this module under a supervisor.
Parses a logcat brief-format line into a map.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Parses a logcat brief-format line into a map.
Brief format: I/TagName(PID): message
@spec start_link(keyword()) :: GenServer.on_start()