John

Results 2 issues of John

I can follow [Mobly101](https://github.com/google/mobly/blob/master/docs/tutorial.md) to execute `$ python hello_world_test.py -c sample_config.yml` without issue. But when I updated `hello_world_test.py` to register SL4J service as below: ```python from mobly import base_test from...

customer issue

From [`service_manager.py`](https://github.com/google/mobly/blob/master/mobly/controllers/android_device_lib/service_manager.py), it provides method `register` to register service: ```python def register(self, alias, service_class, configs=None, start_service=True): """Registers a service. This will create a service instance, starts the service, and adds...