Closed xpconanfan closed 6 years ago
A large chunk of the current AndroidDevice implementation is for managing long-running "services" like adb logcat and snippet client.
AndroidDevice
We should have a proper way to manage these service-like components, which involves:
This would make AndroidDevice a lot cleaner, and enable users to plug custom services into the device with ease.
This is done! :D
A large chunk of the current
AndroidDevice
implementation is for managing long-running "services" like adb logcat and snippet client.We should have a proper way to manage these service-like components, which involves:
This would make
AndroidDevice
a lot cleaner, and enable users to plug custom services into the device with ease.