We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d8466 commit 8a2c34eCopy full SHA for 8a2c34e
src/os/executable_procfs.go
@@ -19,7 +19,7 @@ var executablePath, executablePathErr = func() (string, error) {
19
switch runtime.GOOS {
20
default:
21
return "", errors.New("Executable not implemented for " + runtime.GOOS)
22
- case "linux":
+ case "linux", "android":
23
procfn = "/proc/self/exe"
24
case "netbsd":
25
procfn = "/proc/curproc/exe"
0 commit comments