mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Remove kill shutdown hack
This commit is contained in:
@@ -129,8 +129,6 @@ class ConsoleApplication(object):
|
||||
if self._device is not None:
|
||||
self._device.off('lost', self._schedule_on_device_lost)
|
||||
mgr.off('changed', on_devices_changed)
|
||||
# FIXME:
|
||||
os.system('kill {}'.format(os.getpid()))
|
||||
frida.shutdown()
|
||||
sys.exit(self._exit_status)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user