Index: tools/cygprofile/profile_android_startup.py |
diff --git a/tools/cygprofile/profile_android_startup.py b/tools/cygprofile/profile_android_startup.py |
index b8c585270a9e4a8fd2d1112551ee2450ef5f8b41..9287cea89c8322532218c794840f938d1013732b 100644 |
--- a/tools/cygprofile/profile_android_startup.py |
+++ b/tools/cygprofile/profile_android_startup.py |
@@ -135,7 +135,7 @@ class WprManager(object): |
"""Start the WPR server on the host and the forwarder on the device.""" |
print 'Starting WPR on host...' |
_DownloadFromCloudStorage(self._WPR_BUCKET, self._wpr_archive_hash) |
- args = ['--user_closest_match'] |
+ args = ['--use_closest_match'] |
if self._is_test_ca_installed: |
args.extend(['--should_generate_certs', |
'--https_root_ca_cert_path=' + self._wpr_ca_cert_path]) |