<div dir="ltr">Hi,<div><br></div><div>After I instrument a game app, the game is not displaying the graphics anymore on the mobile device (Galaxy S5), but the graphics render loop is still running. What is odd is that even when the code is unchanged and is merely output by Soot, the same problem occurs. Unfortunately, I cannot find any useful error/debug information to pinpoint the problem. The transformation passed validation and was signed and aligned.</div><div><br></div><div>The app is downloadable from here, <a href="https://github.com/siondream/freegemas-gdx">https://github.com/siondream/freegemas-gdx</a>. The APK file will be generated after you run it and will be located in freegemas-android/bin.</div><div><br></div><div>I&#39;m using the following statements to get the output:</div><div><br></div><div><div>Options.v().set_src_prec(Options.src_prec_apk);</div><div>Options.v().set_output_format(Options.output_format_dex);<span class="" style="white-space:pre">                </span></div><div>soot.options.Options.v().set_force_android_jar(&quot;C:/android-19/android.jar&quot;);<br></div><div>Options.v().set_allow_phantom_refs(true);</div><div>ArrayList&lt;String&gt; procDir = new ArrayList&lt;String&gt;();<br></div><div>procDir.add(&quot;C:/freegemas.apk&quot;);<span style="white-space:pre">        </span></div><div>Options.v().set_process_dir(procDir);</div><div>Options.v().set_output_dir(&quot;C:/sootoutput&quot;);<span style="white-space:pre">                </span></div><div>Options.v().set_whole_program(true);</div></div><div><br></div><div>I found someone posted a similar issue a while ago (<a href="http://marc.info/?l=soot-list&amp;m=141925896127089&amp;w=2">http://marc.info/?l=soot-list&amp;m=141925896127089&amp;w=2</a>) but could not find responses to it.</div><div><br></div><div>Thank you.</div></div>