| Index: tools/android/loading/cloud/frontend/clovis_frontend.py
|
| diff --git a/tools/android/loading/cloud/frontend/clovis_frontend.py b/tools/android/loading/cloud/frontend/clovis_frontend.py
|
| index ecb19eee46d86dffb43c7864f1eaac4a38216ca4..6a5877b46b44ed1a542c8def7bbfbf82551cf542 100644
|
| --- a/tools/android/loading/cloud/frontend/clovis_frontend.py
|
| +++ b/tools/android/loading/cloud/frontend/clovis_frontend.py
|
| @@ -23,6 +23,7 @@ from memory_logs import MemoryLogs
|
|
|
|
|
| # Global variables.
|
| +logging.Formatter.converter = time.gmtime
|
| clovis_logger = logging.getLogger('clovis_frontend')
|
| clovis_logger.setLevel(logging.DEBUG)
|
| project_name = app_identity.get_application_id()
|
|
|