[Fix] Process name display for Android
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
//go:build !android
|
||||
|
||||
package process
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,5 @@
|
||||
//go:build !android
|
||||
|
||||
package process
|
||||
|
||||
import (
|
||||
|