We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a332dc commit cb4cefaCopy full SHA for cb4cefa
agent/src/platform/platform_synchronizer/proc_scan_hook.rs
@@ -18,7 +18,7 @@ use super::ProcessData;
18
19
pub fn proc_scan_hook(_proc_root: &str, _process_datas: &mut Vec<ProcessData>) {
20
// Enterprise: clean dead AI Agent PIDs and mark alive ones with biz_type
21
- #[cfg(feature = "enterprise")]
+ #[cfg(all(feature = "enterprise", any(target_os = "linux", target_os = "android")))]
22
{
23
use std::collections::HashSet;
24
0 commit comments