Peng Liu

Results 42 comments of Peng Liu

@ttanatb I have seen the same issue on my Pixel 6 Pro, please see the attached log files: [gapis.log](https://github.com/google/agi/files/8861113/gapis.log) [gapic.log](https://github.com/google/agi/files/8861114/gapic.log)

@ttanatb here's the trace file and logcat [validation2187746757.perfetto.zip](https://github.com/google/agi/files/8861391/validation2187746757.perfetto.zip) [logcat.txt](https://github.com/google/agi/files/8861398/logcat.txt)

No, I used the latest Android update from the stable channel, and I made sure there's no app or notification running in the foreground. I did see the rendering of...

> @pengdev I'm working with the Pixel team to triage what's going on here. Could you provide me the build number to help bisect what went wrong? It should be...

@liemvo Thanks for your detailed crash report, could you confirm the SDK version you used with the crash report? We need to symbolicate the crash report with the matching debug...

> i tested it again and faced with a new crash in the last version that is "9.0.1": Symbolicated the crash report as follows: ``` #00 0x00000000003c27b0 /system/lib64/libart.so (art::DumpNativeStack(std::__1::basic_ostream&, int,...

@LukasPaczos Here it is: ``` ********** Crash dump: ********** Build fingerprint: 'google/taimen/taimen:10/QQ1A.191205.008/5974827:user/release-keys' Abort message: 'JNI DETECTED ERROR IN APPLICATION: can't call java.lang.String com.mapbox.geojson.GeoJson.type() on null object #00 0x00000000000821a0 /apex/com.android.runtime/lib64/bionic/libc.so (abort+176)...

We have introduced a calibration callback in https://github.com/mapbox/mapbox-maps-android/pull/1513 which is invoked when the compass needs to be calibrated for better heading positioning. This allows developers to notify their users that...

Hi @kifio thank you for the contribution and the detailed investigation/reasoning, these are valid points. We have lately merged https://github.com/mapbox/mapbox-maps-android/pull/1398 , which introduced a threshold to trigger the bearing update,...

@kifio Thanks for trying it out. > Method `updateCurrentBearing` calls continuously, but check`abs(bearings.last() - lastBearing) < BEARING_UPDATE_THRESHOLD)` always returns `false`, cause value `lastBearing` doesn't change. This is expected behaviour, as...