ilya.gorbunov
06/09/2017, 1:01 AMgroostav
06/09/2017, 3:27 AMoverride fun fillInStackTrace(): Throwable{
println(trace.lines())
}
ilya.gorbunov
06/09/2017, 3:28 AMfillInStackTrace
to init
?groostav
06/09/2017, 3:28 AMfillInStackTrace
but thats not right, thats just a performance optimizationfillInStackTrace
to no-op, then setStackTrace
in the init callilya.gorbunov
06/09/2017, 3:31 AM