Skip to content

Commit c396df0

Browse files
committed
Generate java class with debug information
1 parent 34ab130 commit c396df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/gomobile/bind_androidapp.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ func buildJar(w io.Writer, srcDir string) error {
306306
}
307307

308308
args := []string{
309+
"-g",
309310
"-d", dst,
310311
"-source", javacTargetVer,
311312
"-target", javacTargetVer,

0 commit comments

Comments
 (0)