platform: Expose process info

This commit is contained in:
世界
2025-12-27 20:13:01 +08:00
parent f7968c4ff7
commit 4b1b00a4f6
5 changed files with 216 additions and 80 deletions
+3
View File
@@ -118,6 +118,9 @@ func (r *Router) Start(stage adapter.StartStage) error {
needFindProcess = true
}
}
if C.IsAndroid && r.platformInterface != nil {
needFindProcess = true
}
if needFindProcess {
if r.platformInterface != nil && r.platformInterface.UsePlatformConnectionOwnerFinder() {
r.processSearcher = newPlatformSearcher(r.platformInterface)