path: android-platform-system-extras_10.0.0+r36+ds-2.1/simpleperf/scripts/app_profiler.py
        has_killed = False
        while True:
            (result, _) = self.adb.run_and_return_output(['shell', 'pidof', 'simpleperf'])
            if not result:
                break
