def on_started(self, launched_app_id):
     if launched_app_id == self.appid:
         #Do NOT change this line, its interpreted by the IDE
         print("Sdk-Launcher> Application started: " +
               str(UAL.get_primary_pid(self.appid)),
               file=sys.stderr,
               flush=True)
Example #2
0
 def _get_pid_for_launched_app(app_id):
     return UbuntuAppLaunch.get_primary_pid(app_id)