| Index: build/android/pylib/results/json_results.py
 | 
| diff --git a/build/android/pylib/results/json_results.py b/build/android/pylib/results/json_results.py
 | 
| index 82335436775636224b9cad09d0fde712fd5a48b0..593c67a6c3f1ebd82535d59a5b7bc8842b384bf7 100644
 | 
| --- a/build/android/pylib/results/json_results.py
 | 
| +++ b/build/android/pylib/results/json_results.py
 | 
| @@ -102,7 +102,6 @@
 | 
|            'losless_snippet': '',
 | 
|            'output_snippet_base64:': '',
 | 
|            'tombstones': r.GetTombstones() or '',
 | 
| -          'logcat_url': r.GetLogcatUrl() or '',
 | 
|        }
 | 
|        iteration_data[r.GetName()].append(result_dict)
 | 
|  
 | 
| 
 |