[Fix] Process name display for Android

This commit is contained in:
admin
2022-03-17 20:31:16 +08:00
parent c503e44324
commit 92d169ca81
2 changed files with 227 additions and 0 deletions

View File

@ -1,3 +1,5 @@
//go:build !android
package process
import (