commit | 4dcd3e0c4810f865a0f0003a3737fad33f250bec | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <[email protected]> | Mon Jul 03 15:11:24 2017 +0200 |
committer | Mårten Kongstad <[email protected]> | Fri Apr 29 07:06:05 2022 +0000 |
tree | 8ae1f764c8a223491f3c258f29c24cf8354152fa | |
parent | ac9b99119cc53aa527f253541a1a3a3b1a8a71d1 [diff] |
Bit: use exec-out instead of shell By switching to 'adb exec-out' instead of 'adb shell', characters such as # no longer need to be escaped when executing a single instrumentation method. The new syntax is simply $ bit module:class#method Note: the old syntax (module:class\#method) still works. Test: manual: bit InternalTests:android.app.WallpaperColorsTest#colorHintsTest, test should execute Change-Id: I8c86faf2ccaf84834030f6ba7567cb4cecd37bc6