| Index: scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json | 
| diff --git a/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json b/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json | 
| index 5b1493c89a099c23dd7d3e0379b4a0eaf5c6b8dc..2a025cab761b06ed0e83bdfcf6aab55678325cf4 100644 | 
| --- a/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json | 
| +++ b/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json | 
| @@ -677,7 +677,7 @@ | 
| "python", | 
| "-u", | 
| "[BUILD]/scripts/slave/tee.py", | 
| -      "[SLAVE_BUILD]/src/out/Release/full_log", | 
| +      "[SLAVE_BUILD]/src/out/Release/full_logcat", | 
| "--", | 
| "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 
| "[SLAVE_BUILD]/src/out/logcat" | 
| @@ -691,7 +691,7 @@ | 
| "--arch", | 
| "arm", | 
| "--more-info", | 
| -      "[SLAVE_BUILD]/src/out/Release/full_log" | 
| +      "[SLAVE_BUILD]/src/out/Release/full_logcat" | 
| ], | 
| "cwd": "[SLAVE_BUILD]", | 
| "env": { | 
| @@ -716,7 +716,7 @@ | 
| "cmd": [ | 
| "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", | 
| "-l", | 
| -      "[SLAVE_BUILD]/src/out/Release/full_log" | 
| +      "[SLAVE_BUILD]/src/out/Release/full_logcat" | 
| ], | 
| "cwd": "[SLAVE_BUILD]", | 
| "env": { | 
|  |