| Index: build/android/adb_logcat_printer.py
|
| diff --git a/build/android/adb_logcat_printer.py b/build/android/adb_logcat_printer.py
|
| index f79a9e4771a02c50146a9193ff3bdeaebcf44ba2..55176ab9201333745d63f878bcdcb68118efe95a 100755
|
| --- a/build/android/adb_logcat_printer.py
|
| +++ b/build/android/adb_logcat_printer.py
|
| @@ -78,7 +78,7 @@ def FindLogFiles(base_dir):
|
| Returns:
|
| Mapping of device_id to a sorted list of file paths for a given device
|
| """
|
| - logcat_filter = re.compile(r'^logcat_(\w+)_(\d+)$')
|
| + logcat_filter = re.compile(r'^logcat_(\S+)_(\d+)$')
|
| # list of tuples (<device_id>, <seq num>, <full file path>)
|
| filtered_list = []
|
| for cur_file in os.listdir(base_dir):
|
|
|