Skip to content

Commit

Permalink
Add some logging to env_launcher.py to make it easier to debug.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676477920
  • Loading branch information
Chris Rawles authored and The android_world Authors committed Sep 19, 2024
1 parent 3d88d09 commit 1485614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android_world/env/env_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ def setup_env(
"""Performs environment setup and validation."""
_increase_file_descriptor_limit()
if emulator_setup:
logging.info('Setting up apps on the emulator.')
setup.setup_apps(env)
if freeze_datetime:
logging.info('Freezing datetime.')
datetime_utils.setup_datetime(env.controller)


Expand Down

0 comments on commit 1485614

Please sign in to comment.