We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8ac6a commit 78ed7b8Copy full SHA for 78ed7b8
1 file changed
intra/core/overreach.go
@@ -29,9 +29,9 @@ func RuntimeEnviron() []string {
29
// about GOTRACEBACK, but for goos.IsAndroid (and for apps with uid > 10000),
30
// using AT_SECURE to determine "setuid-like" protections appears pointless.
31
func init() {
32
- // override runtime.secureMode
33
// to make GOTRACEBACK work as expected on Android
34
debug.SetTraceback("all")
+ syscall.Setenv("GOTRACEBACK", "all")
35
secureMode = false
36
}
37
0 commit comments