Ticket Created
over 3 years ago

CIQQA-570

Unhandled Exception on android floats

Recently a user send me this error, is happening I think on android devices with this setting that have a lot or extra zeros i do not put on properties

I can not upload image by the way but properties have a lot of zeros that do not have iPhones or Garmin express

Error: Unhandled Exception
Time: 2021-09-01T06:10:36Z
Part-Number: 006-B3076-00
Firmware-Version: '7.80'
Language-Code: eng
ConnectIQ-Version: 4.0.5
Store-Id: 9e46ab6e-ddb7-4dd6-b583-7ebb019dc0b9
Store-Version: 296
Filename: B8J75031
Appname: PowerBikeWind
Stack:
  - pc: 0x10000b43
  - pc: 0x10000f07

and matches with this recently error on era, that line uses a number of properties and the error is only on android devices

Error Name: Unhandled Exception
Occurrences: 33
First Occurrence: 2021-08-29
Last Occurrence: 2021-09-01
Devices:
fēnix® 6 Pro / 6 Sapphire / 6 Pro Solar / 6 Pro Dual Power / quatix® 6: 18.80, 16.70
Edge® 830: 8.20
Edge® 820 / Explore: 12.70
Edge® 530: 8.20
fēnix® 6X Pro / 6X Sapphire / 6X Pro Solar / tactix® Delta Sapphire / Delta Solar / Delta Solar - Ballistics Edition / quatix® 6X / 6X Solar / 6X Dual Power: 18.80, 16.70
Edge® 1030 Plus: 5.20
Forerunner® 245: 7.80
vívoactive® 4: 6.30
Edge® 830: 7.10
App Versions: 3.8.8
Languages: dut, eng, fre, jpn, slo, spa
Backtrace:
PowerBikeWindView.computePower:203
PowerBikeWindView.compute:280


these are my properties

<properties>
	<property id="Serial" type="number">101010</property>
	<property id="Model" type="number">0</property>
	<property id="FTP" type="number">220</property>	
	<property id="Cd" type="float">.70</property>
	<property id="Cf" type="float">.75</property>
	<property id="Cr" type="float">.0045</property>
	<property id="Ct" type="float">1.025</property>
	<property id="wB" type="float">12</property>
	<property id="Tm" type="float">18</property>
	<property id="aAvg" type="number">30</property>
</properties>

Parents Comment Children
No Data