Acknowledged

Bad ERA logs

It happens usually on APAC devices or newest ones (f7/epix2/etc.) Error always Invalid value

Error Name: Invalid Value
Occurrences: 1                                            <--- ONLY from one user and only once
First Occurrence: 2023-01-08
Last Occurrence: 2023-01-08
Devices:
    fēnix® 7X / tactix® 7 / quatix® 7X Solar / Enduro 2: 10.44     <---  newest device
App Versions: 3.0.2
Languages: spa
Backtrace:
    PSX1_Vie.initialize:352
    PSX1_Vie.initialize:385
    PSX1_Vie.onSC:763
    PSX1_Vie.onSC:785

1. backtrace is not good if error is in initialize no onSC

2. why lines in backtrace is duplicated with different number?

3. in which line is the error?

Error Name: Invalid Value
Occurrences: 1
First Occurrence: 2023-01-08
Last Occurrence: 2023-01-08
Devices:
    fēnix® 7S: 10.44
App Versions: 3.0.2
Languages: chs
Backtrace:
    PSX1_Vie.initialize:358
    PSX1_Vie.onUpdate:3817
    PSX1_Vie.onSC:771
    PSX1_Vie.onSC:789

Error Name: Invalid Value
Occurrences: 1
First Occurrence: 2023-01-05
Last Occurrence: 2023-01-05
Devices:
    fēnix® 7X / tactix® 7 / quatix® 7X Solar / Enduro 2: 9.36
App Versions: 3.0.2
Languages: eng
Backtrace:
    PSX1_Vie.onUpdate:3848
    PSX1_Vie.onUpdate:3888
    PSX1_Vie.onSC:801
    PSX1_Vie.onSC:815

1. onSC is never called from onUpdate so where is predecessor of onSC

2. onSC never calls onUpdate  of course

3. again duplicated lines

  • Code doesn't matter here. I can agree that error can be in code but log should looks like:

    PSX1_Vie.initialize:352

    end.....

    PSX1_Vie.onSC:801

    end...

    bug has title "Bad ERA logs" because  this logs are simple bad or we don't know something.

    So if this logs are correct I'd like to know e.g. when?

    A.

    1. PSX1_Vie.onSC:815 < first line 815

    2. PSX1_Vie.onSC:801 <- so code is running  from down to up? (no loop)

    where is the bug?

    why 2 lines in the same function?

    ...

    B.

        PSX1_Vie.initialize:358                  <4. initialize on the end
        PSX1_Vie.onUpdate:3817             <3. ohh, onUpdate
        PSX1_Vie.onSC:771                      <2. code up without loop?
        PSX1_Vie.onSC:789                      <1. no object and onSC?

    correct log (but nobody knows why, no storage?)

    Error Name: File Not Found Error
    Occurrences: 1
    First Occurrence: 2023-01-06
    Last Occurrence: 2023-01-06
    Devices:
        D2Tm Delta PX: 5.30
    App Versions: 7.0.0
    Languages: chs
    Backtrace:
        PSX6_App.saveToStore:485
        PSX6_Vie.onSC:2381
        PSX6_Vie.initialize:600
        PSX6_App.getInitialView:264

  • no very useful without the code