Lines Matching +full:- +full:- +full:log +full:- +full:cli +full:- +full:level
31 * Ensure default log path exists.
41 * A logger adapter that makes it easier for modules to add their own log line prefixes
59 * `snippet_client` -> `snippet_client_v2`
60 * `snippet_event` -> `mobly.snippet.callback_event`
61 * `callback_handler` -> `callback_handler_v2`
72 * Support changing Mobly's logger level to `DEBUG` via cli arg.
103 Py2-specific workarounds and deprecated APIs are removed in this release.
104 We are also refactoring to use 2-space indentation and unit test system.
107 * Framework support for test case level `repeat` and `retry`.
143 * Better multi-user support in `AndroidDevice`.
146 * Support class-based decorator on Mobly test methods.
180 * Removed the behavior of `BaseTestClass` as a context as it has been a no-op
185 * [Deprecation] Service-related APIs deprecated in 1.8 are now removed,
213 of long-running processes for Android devices.
214 * Convenience method for creating per-test adb logcat
220 * `start_services` -> `ad.services.start_all`
221 * `stop_services` -> `ad.services.stop_all`
222 * `start_adb_logcat` -> `ad.services.logcat_start`
223 * `stop_adb_logcat` -> `ad.services.logcat_stop`
245 Added framework DEBUG level log generated by Mobly:
246 * Log test configuration at the beginning.
247 * Log boundaries of each execution stage.
248 * Log snippet client calls.
282 * Fix log persist crashing Mobly on certain devices.
374 * Launch MBS without package name with `snippet_shell.py --mbs`
380 `-b <buffer name>` with `adb_logcat_param` in the config for AndroidDevice.
387 ## 1.3: Test Suite; Windows Support and Cli Shell Changes
391 * Fixes to adb commands to avoid double-quoting and fix cross-platform issues.
394 `adb.logcat("-c -v")` becomes `adb.logcat(["-c", "-v"])`.
427 (https://github.com/google/mobly-snippet-lib).
429 * Add customizable log prefix tag in AndroidDevice for better device-level