Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #19033 from bobsilverberg/network_log
Browse files Browse the repository at this point in the history
Bug 1007094 - Log when a device is unable to connect to wifi and fails over to cell data
  • Loading branch information
bobsilverberg committed May 9, 2014
2 parents ff7423a + debe6e0 commit 8e8f9bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/gaia-ui-tests/gaiatest/gaia_test.py
Expand Up @@ -768,6 +768,7 @@ def connect_to_network(self):
try:
self.connect_to_local_area_network()
except:
self.marionette.log('Failed to connect to wifi, trying cell data instead.')
if self.device.has_mobile_connection:
self.data_layer.connect_to_cell_data()
else:
Expand Down

0 comments on commit 8e8f9bf

Please sign in to comment.