Tune invocations and print full diagnostics on crash for d8 and r8.
Bug: 132766811 Test: treehugger Change-Id: Id6943008e65b9dc3479e8758445e8d679529a8cb
This commit is contained in:
parent
4190926e61
commit
ee5c60384f
|
@ -52,7 +52,7 @@ func init() {
|
|||
|
||||
pctx.StaticVariable("JavacHeapSize", "2048M")
|
||||
pctx.StaticVariable("JavacHeapFlags", "-J-Xmx${JavacHeapSize}")
|
||||
pctx.StaticVariable("DexFlags", "-JXX:+TieredCompilation -JXX:TieredStopAtLevel=1")
|
||||
pctx.StaticVariable("DexFlags", "-JXX:OnError='cat hs_err_pid%p.log' -JXX:CICompilerCount=6 -JXX:+UseDynamicNumberOfGCThreads")
|
||||
|
||||
pctx.StaticVariable("CommonJdkFlags", strings.Join([]string{
|
||||
`-Xmaxerrs 9999999`,
|
||||
|
|
Loading…
Reference in New Issue