Index: build/android/pylib/gtest/gtest_test_instance.py |
diff --git a/build/android/pylib/gtest/gtest_test_instance.py b/build/android/pylib/gtest/gtest_test_instance.py |
index 56755baecd2cd27ef2a4220f013ca25b50774326..4e03fb3d0c6662fe5975097053ab47393120370b 100644 |
--- a/build/android/pylib/gtest/gtest_test_instance.py |
+++ b/build/android/pylib/gtest/gtest_test_instance.py |
@@ -263,7 +263,8 @@ class GtestTestInstance(test_instance.TestInstance): |
self._isolated_abs_path = os.path.join( |
constants.GetOutDirectory(), '%s.isolated' % self._suite) |
else: |
- logging.warning('No isolate file provided. No data deps will be pushed.') |
+ logging.warning('%s isolate file provided. No data deps will be pushed.', |
+ 'Empty' if args.isolate_file_path else 'No') |
self._isolate_delegate = None |
if args.app_data_files: |