DescriptionAdd a new script forked_adb_logcat_monitor.py.
The new script is based on the existing script
adb_logcat_monitor.py. The difference is that the new script
spawns the logcat watchers in a different forked process.
Revision 6f2240ded5a22b6e3f75437966ea632b90362448
(https://chromiumcodereview.appspot.com/24456002/) added something
similar to adb_logcat_monitor.py itself, but it was found to be
insufficient for the recipes framework. Essentially, the recipes
system expects the standard streams to be closed at the end of a
step. To avoid adding more clutter to the existing script, this
CL reverts the previous changes to adb_logcat_monitor.py and adds
a new script to handle the recipe requirements. Also, as
mentioned above, if we put these changes in one script
(adb_logcat_monitor.py), I am hitting problems with the
existing annotator scripts which use adb_logcat_monitor.py.
BUG=286509
Patch Set 1 #
Total comments: 2
Messages
Total messages: 5 (0 generated)
|