Android 4.3 logcat Function: selinux_android_load_priority [0], There is no sepolicy file

android 4.3 运行程序, 出现 如下 logcat 时 程序呈现 假死状态,一会恢复。
是什么问题啊?
sumsung galaxy4 , logcat:
E/SELinux(6122): Function: selinux_android_load_priority , There is no sepolicy file
E/SELinux(6122): Function: selinux_android_load_priority , loading version is VE=SEPF_GT-I9500_4.3_0018
E/SELinux(6122): selinux_android_seapp_context_reload: seapp_contexts file is loaded from /data/security/spota/seapp_contexts
E/Utility(6122): — checkPermissions : short of per :android.permission.SET_ACTIVITY_WATCHER
E/Utility(6122): *** Short of PERMISSIONS!

常量值: “android.permission.SET_ACTIVITY_WATCHER”
允许应用程序监视和控制Activity如何在系统中启动。尽在调试状态(通常是monkey命令)下可用。

估计是你没有开启这个权限。