()
| 67 | |
| 68 | def test_plot_dumpsys_meminfo_sampleapplication_leakingactivity(self): |
| 69 | def click_button(): |
| 70 | # we have to press the button to start the AsyncTask |
| 71 | self.device.press("ENTER") |
| 72 | self.__plot_dumpsys_meminfo("com.dtmilano.android.sampleapplication", ".LeakingActivity", click_button) |
| 73 | |
| 74 | def __plot_dumpsys_gfxinfo(self, pkg): |