Log header bounds to Android logcat

This commit is contained in:
Joe Julian
2026-04-10 15:32:35 -07:00
parent 5838588fc5
commit b59cf8044b
3 changed files with 30 additions and 2 deletions
@@ -2,6 +2,12 @@
package platform
import "log"
func NewVaultSharer(goos string) VaultSharer {
return nil
}
func LogInfo(tag, msg string) {
log.Printf("%s: %s", tag, msg)
}