IsChild reports whether this process is running as an Android child process and should report its output in the form that the Android uploader app expects.
()
| 22 | // child process and should report its output in the form that the |
| 23 | // Android uploader app expects. |
| 24 | func IsChild() bool { |
| 25 | memOnce.Do(startMemGoroutine) |
| 26 | return androidOutput |
| 27 | } |
| 28 | |
| 29 | func OnAndroid() bool { |
| 30 | detectOnce.Do(initOnAndroid) |
no outgoing calls
no test coverage detected