| Index: tools/android/loading/cloud/common/clovis_task.py
|
| diff --git a/tools/android/loading/cloud/common/clovis_task.py b/tools/android/loading/cloud/common/clovis_task.py
|
| index 20a5182c575c19915caa574914da7c64fb14407c..1cc5979c66a1680e10cc68fd43aeab149cdc5b69 100644
|
| --- a/tools/android/loading/cloud/common/clovis_task.py
|
| +++ b/tools/android/loading/cloud/common/clovis_task.py
|
| @@ -41,7 +41,7 @@ class ClovisTask(object):
|
| action = data['action']
|
| action_params = data['action_params']
|
| # Vaidate the format.
|
| - if action == 'trace':
|
| + if action == 'trace' or action == 'report':
|
| urls = action_params['urls']
|
| if (type(urls) is not list) or (len(urls) == 0):
|
| return None
|
|
|