diff --git a/lisa/target.py b/lisa/target.py index ef1bbbd3865d7421cd82fdbdce9eb6b741ffd034..b9db10057fe2e62718c2f76fc49d9e0980738cc4 100644 --- a/lisa/target.py +++ b/lisa/target.py @@ -235,6 +235,11 @@ class Target(Loggable, HideExekallID, ExekallTaggable, Configurable): # Similar issue with HiKey960, the board will crash if this is frozen # for too long. 'watchdogd', + # AOSP 'mount' command needs to communicate with 'emulated' + # threads, the threads are spawn by the process 'rs.media.module', + # so need to avoid freezing it to avoid stuck with execute 'mount' + # command. + 'rs.media.module', ] } """