mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-07 22:12:05 +08:00
soundd doesnt exit cleanly
This commit is contained in:
@@ -49,7 +49,7 @@ class TestManager(unittest.TestCase):
|
||||
self.assertTrue(state.running, f"{p} not running")
|
||||
|
||||
exit_code = managed_processes[p].stop(retry=False)
|
||||
if (p == 'ui') or (EON and p == 'logcatd'):
|
||||
if (p == 'ui') or (EON and p == 'logcatd') or (p == 'soundd'):
|
||||
# TODO: make Qt UI exit gracefully
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user