While working on another ticket I discovered that there is no way to get log messages out of the engine java tests. Android logger is blocked, Flutter logger does not print to console when running the python script and does not output to the html file generated. System.out.println does not print to console or generated html file.
This make it extremely difficult to debug tests.