You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even if intra.Bridge is implementing intra.Console, the log function is never called. By default they are fired to the logcat directly with a "GoLog" tag.
I'm not sure what is wrong because log.SetConsole(bdg) is called in the NewTunnel func in tunnel.go
The text was updated successfully, but these errors were encountered:
Even if
intra.Bridge
is implementingintra.Console
, the log function is never called. By default they are fired to the logcat directly with a "GoLog" tag.I'm not sure what is wrong because
log.SetConsole(bdg)
is called in theNewTunnel
func in tunnel.goThe text was updated successfully, but these errors were encountered: