platform: Expose process info

This commit is contained in:
世界
2025-12-27 20:13:01 +08:00
parent 5d15a241e3
commit 6ff279ba49
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)