We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd504d commit 6aa5809Copy full SHA for 6aa5809
mobly/controllers/android_device_lib/snippet_client_v2.py
@@ -238,7 +238,7 @@ def _validate_snippet_app_on_device(self):
238
)
239
240
# Validate that the app is instrumented.
241
- out = self._adb.shell(f'pm list instrumentation {self.package}')
+ out = self._adb.shell('pm list instrumentation')
242
matched_out = utils.grep(
243
f'^instrumentation:{self.package}/{_INSTRUMENTATION_RUNNER_PACKAGE}',
244
out,
0 commit comments