You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale-android/cmd/tailscale
Elias Naur 943bded910 cmd/tailscale: don't duplicate log output
logtail.Log by default writes log output to stderr, but stderr is taken over by
filch's ReplaceStderr, resulting in duplicate logs sent to Tailscale.
ReplaceStderr is useful for capturing stack dumps from panics.

Configure logtail to route logs to the Android logger, which stops the
duplicate logging and replaces an existing MultiWriter setup for the same
purpose.

Reduce the scope of the logtail logger while here.

Fixes tailscale/tailscale#646

Signed-off-by: Elias Naur <mail@eliasnaur.com>
4 years ago
..
backend.go cmd/tailscale: don't duplicate log output 4 years ago
callbacks.go android: add quick setting tile support 4 years ago
google.png cmd/tailscale: add Google sign-in button 4 years ago
logo.go cmd/tailscale: add Google sign-in button 4 years ago
main.go cmd/tailscale: close overflow menu when the Android back button is pressed 4 years ago
multitun.go cmd/tailscale: wait for previous tunnel(s) to close before establishing new 4 years ago
pprof.go all: initial commit 4 years ago
store.go cmd/tailscale: implement Google ID sign-in 4 years ago
tailscale.png all: initial commit 4 years ago
tools.go cmd/tailscale,go.*: track go-bindata tool version in go.mod 4 years ago
ui.go cmd/tailscale: pause app on sign-in screen when internet is gone 4 years ago