rook
05/09/2019, 6:47 PM0 java.lang.NullPointerException: throw with null exception
1 at com.domain.app.data.models.ReverseGeocodeData$ReverseGeocodeMeta.getAddress$app_releaseFlavor(Unknown Source:3)
2 at com.domain.app.data.models.ReverseGeocodeData.getAddress(SourceFile:23)
3 at com.domain.app.main.home.map.MapPresenter$geocodeCoordinateAddress$1.invokeSuspend(SourceFile:1050)
I’m confused by the function signature com.domain.app.data.models.ReverseGeocodeData$ReverseGeocodeMeta.getAddress$app_releaseFlavor
. What causes the $app_releaseFlavor
to be appended to the name?
I’m not really sure how to debug this, because the call chain appears to expect null and transform it at all the correct points.reline
05/09/2019, 7:21 PMrook
05/09/2019, 7:38 PM