Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/mobile/bind: Should redirect logs to logcat #11613

Closed
jamesbikes opened this issue Jul 6, 2015 · 2 comments
Closed

x/mobile/bind: Should redirect logs to logcat #11613

jamesbikes opened this issue Jul 6, 2015 · 2 comments

Comments

@jamesbikes
Copy link

Libraries generated with gomobile bind used to have stdout/stderr redirected to Android's logcat.
After golang/mobile@8144405, this is no longer the case.

The functionality is in https://github.com/golang/mobile/blob/master/app/stdio_android.go. Can this be refactored to be useful for both apps and libraries?

@ianlancetaylor ianlancetaylor added this to the Unreleased milestone Jul 11, 2015
@ianlancetaylor
Copy link
Contributor

CC @crawshaw @hyangah

@crawshaw
Copy link
Member

Fixed in golang/mobile@960fedd17.

@golang golang locked and limited conversation to collaborators Jul 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants