commit | bee8ae11859d6d421027f012c3a7a3fc592f662d | [log] [tgz] |
---|---|---|
author | David Crawshaw <crawshaw@golang.org> | Wed Dec 10 09:29:24 2014 -0500 |
committer | David Crawshaw <crawshaw@golang.org> | Wed Dec 10 22:06:13 2014 +0000 |
tree | e6276b865fca48b47126dc8cdec54967e997732f | |
parent | 6820be25da81c1e647e3b807b70a5daf579bb6cf [diff] |
runtime: send android stderr to /dev/log/main I tried to submit this in Go 1.4 as cl/107540044 but tripped over the changes for getting C off the G stack. This is a rewritten version that avoids cgo and works directly with the underlying log device. Change-Id: I14c227dbb4202690c2c67c5a613d6c6689a6662a Reviewed-on: https://go-review.googlesource.com/1285 Reviewed-by: Keith Randall <khr@golang.org>