abrignoni / ALEAPP

Android Logs Events And Protobuf Parser
MIT License
463 stars 97 forks source link

Google Last Trip error when destination has no field '4' #462

Closed patrickdalla closed 4 months ago

patrickdalla commented 5 months ago

Current implementation is dependent on the existence of a field '4' in destination. I found artifacts that has this field empty, leading to exception throwing, even with the field '1' filed with an descriptive address, and the destination coordinates.

I guess that when the source/destination is a named place, the name is informed in field 4. When it is an address, not named, the field '4' is empty and the descriptive address is informed in field '1'. But this need more samples to validate.