Print find-min-xmx logs when printing internal_test log
This will be helpful when debugging memory related errors on the
internal bots.
Change-Id: I176224ea8454ebad46c515f750847ab4e333272c
diff --git a/tools/internal_test.py b/tools/internal_test.py
index c85942b..d761a98 100755
--- a/tools/internal_test.py
+++ b/tools/internal_test.py
@@ -36,6 +36,7 @@
import sys
import time
import utils
+import run_on_app
# How often the bot/tester should check state
PULL_DELAY = 30
@@ -265,6 +266,8 @@
gs_location = '%s%s' % (entry, to_print)
value = utils.cat_file_on_cloud_storage(gs_location)
print('\n\n%s had value:\n%s' % (to_print, value))
+ print("\n\nPrinting find-min-xmx ranges for apps")
+ run_on_app.print_min_xmx_ranges_for_hash(hash, 'r8', 'lib')
def run_bot():
print_magic_file_state()