mobile/bind
Dmitri Shuralyov 7c4916698c all: fix printf(var) mistakes detected by latest printf checker
There's some similarity here to the situation in CL 610676. The calls
that now look like g.Printf("%s", something) would perhaps be better
expressed like g.Print(something) or g.WriteString(something), but
that's a bigger potential change to consider. This is a minimal fix.

For golang/go#69267.

Change-Id: I9cf23aef7bf2b9d9c7e9dcf3b48ecb23231016dd
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/610800
Reviewed-by: Tim King <taking@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
2024-09-05 00:41:12 +00:00
..
java all: modernize handling of Android SDK and NDK paths 2022-05-18 20:53:45 +00:00
objc all: add go:build comments for .m and .c files 2022-01-04 18:42:38 +00:00
seq all: remove redundant type conversion 2022-11-10 04:32:01 +00:00
testdata all: update Go version to 1.18 2023-09-05 14:05:55 +00:00
bind.go bind: format generated go code before comparing with golden files 2019-10-02 17:59:09 +00:00
bind_test.go bind: format generated go code before comparing with golden files 2019-10-02 17:59:09 +00:00
gen.go mobile: fix some typos 2022-03-07 22:04:22 +00:00
genclasses.go all: fix printf(var) mistakes detected by latest printf checker 2024-09-05 00:41:12 +00:00
gengo.go all: fix printf(var) mistakes detected by latest printf checker 2024-09-05 00:41:12 +00:00
genjava.go all: fix printf(var) mistakes detected by latest printf checker 2024-09-05 00:41:12 +00:00
genobjc.go all: fix printf(var) mistakes detected by latest printf checker 2024-09-05 00:41:12 +00:00
genobjcw.go all: fix printf(var) mistakes detected by latest printf checker 2024-09-05 00:41:12 +00:00
implicit.go all: update Go version to 1.18 2023-09-05 14:05:55 +00:00
printer.go mobile/bind: move generated Java classes to package level 2016-08-22 07:41:35 +00:00
seq.go.support bind, cmd: generate complete standalone bindings from gobind 2018-03-16 06:47:34 +00:00
types.go bind: handle import paths without trailing slashes correctly 2018-03-21 12:14:32 +00:00