-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
get_service_alias_by_class
in Android service manager. (#942)
This is useful for looking up how many instances of a service has been registered, and find out their aliases. Util functions may depend on services like `uiautomator`. Users tend to make the mistake of registering the service multiple times even the service itself only supports one instance. This can cause implicit failures that are difficult to debug. This API can be used to clean things up.
- Loading branch information
1 parent
cf3fbfd
commit de93e1e
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters