Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving style layer on top crashes app #1054

Closed
ittna opened this issue Jan 14, 2022 · 13 comments
Closed

Moving style layer on top crashes app #1054

ittna opened this issue Jan 14, 2022 · 13 comments
Assignees
Labels
bug 🪲 Something isn't working

Comments

@ittna
Copy link

ittna commented Jan 14, 2022

Environment

  • Android OS version: 12
  • Maps SDK Version: 10.2.0

Observed behavior and steps to reproduce

Calling API style.moveStyleLayer("layer-id", null) causes app to crash.

W/System.err:     at com.mapbox.maps.StyleManager.moveStyleLayer(Native Method)
        at com.mapbox.maps.NativeMapImpl.moveStyleLayer(NativeMapImpl.kt:277)
        at com.mapbox.maps.Style$moveStyleLayer$1.invoke(Style.kt:147)
        at com.mapbox.maps.Style$moveStyleLayer$1.invoke(Style.kt:23)
        at com.mapbox.maps.UtilsKt.call(Utils.kt:9)
        at com.mapbox.maps.Style.moveStyleLayer(Style.kt:147)

Expected behavior

Layer moves on top and app doesn't crash.

@ittna ittna added the bug 🪲 Something isn't working label Jan 14, 2022
@ZiZasaurus
Copy link
Contributor

@ittna, can you please let me know what type of layer you're trying to move and the style? Additionally, if you have a code snippet you can share that would be helpful as well.

@ittna
Copy link
Author

ittna commented Jan 17, 2022

I have GeoJsonSource and HeatmapLayer and few SymbolLayer on top. I'm trying to move one of the SymbolLayer on top. It crashes immediately when entering map view.

@ank27
Copy link
Contributor

ank27 commented Jan 17, 2022

Can you check whether the layer that you want to move exists using
if(style.styleLayerExists(layerId)){ // move the layer. }
Let us know if that works.

@ittna
Copy link
Author

ittna commented Jan 17, 2022

Still crashes with that check. I checked also style.isStyleLoaded if that matters but it still crashed. I got slightly different stack trace now though or maybe I missed one line earlier.

W/System.err: java.lang.Error: wstring_convert: from_bytes error
        at com.mapbox.maps.StyleManager.moveStyleLayer(Native Method)
        at com.mapbox.maps.NativeMapImpl.moveStyleLayer(NativeMapImpl.kt:277)
        at com.mapbox.maps.Style$moveStyleLayer$1.invoke(Style.kt:147)
        at com.mapbox.maps.Style$moveStyleLayer$1.invoke(Style.kt:23)
        at com.mapbox.maps.UtilsKt.call(Utils.kt:9)
        at com.mapbox.maps.Style.moveStyleLayer(Style.kt:147)

@ank27 ank27 self-assigned this Jan 17, 2022
@ank27
Copy link
Contributor

ank27 commented Jan 17, 2022

@ittna Looking further into this. Can you let us know if you have any special characters, Unicode points in the layer name?
It would be helpful as well if you can share some code snippet here.

@ittna
Copy link
Author

ittna commented Jan 17, 2022

I have quite long layer ids (~70 characters) currently. Characters used a-z, '.' and '-'. One layer had 'é' but it didn't work with other layers either. I can test tomorrow if I can reproduce this with simpler layer ids.

@ank27
Copy link
Contributor

ank27 commented Jan 17, 2022

Yeah sure. it could happen due to special characters (when native code converts strings to java code). please try it without special chars and let us know.

@ittna
Copy link
Author

ittna commented Jan 18, 2022

I tried it now with short layer ids containing only numbers and it still crashes with same stack trace.

@ank27
Copy link
Contributor

ank27 commented Jan 18, 2022

Can you share some code snippet as well here.

@kiryldz
Copy link
Contributor

kiryldz commented Jan 18, 2022

@ittna additionally to code snippet representing an issue could you please check if that crash happens on device with Android OS < 12. Although I did check moving style layer on Android 12 emulator and I do not see a crash there.

@ittna
Copy link
Author

ittna commented Jan 18, 2022

It happens at least on Android 11 device also. I can't share my code unfortunately but if I have time at some point I'll try isolate smaller example where it reproduces.

@ank27
Copy link
Contributor

ank27 commented Feb 7, 2022

Closing this, feel free to reopen the ticket if the issue still exists.

@hambikyan1995
Copy link

#1 pc 00000000000eab24 /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/lib/arm64/libc++_shared.so (BuildId: a59088f9640cd272bc9542d94dc84a0c88afd558)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #2 pc 00000000000ea818 /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/lib/arm64/libc++_shared.so (BuildId: a59088f9640cd272bc9542d94dc84a0c88afd558)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #3 pc 00000000000e6e30 /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/lib/arm64/libc++_shared.so (BuildId: a59088f9640cd272bc9542d94dc84a0c88afd558)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #4 pc 00000000000e6cc0 /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/lib/arm64/libc++_shared.so (__gxx_personality_v0+224) (BuildId: a59088f9640cd272bc9542d94dc84a0c88afd558)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #5 pc 000000000023c044 /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/lib/arm64/libmapbox-maps.so (BuildId: bf6427639a31f8fa)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #6 pc 000000000023c54c /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/lib/arm64/libmapbox-maps.so (BuildId: bf6427639a31f8fa)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #7 pc 000000000046d9a4 /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/lib/arm64/libmapbox-maps.so (BuildId: bf6427639a31f8fa)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #8 pc 00000000002c0340 /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/lib/arm64/libmapbox-maps.so (BuildId: bf6427639a31f8fa)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #9 pc 0000000000294868 /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/lib/arm64/libmapbox-maps.so (BuildId: bf6427639a31f8fa)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #10 pc 0000000000355630 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #11 pc 000000000033eba4 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #12 pc 0000000000512a44 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+1976) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #13 pc 00000000004940f4 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+4772) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #14 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #15 pc 000000000031adb8 [anon:dalvik-classes9.dex extracted in memory from /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/base.apk!classes9.dex] (com.mapbox.maps.NativeMapImpl.moveStyleLayer+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #16 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #17 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #18 pc 00000000004940f4 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+4772) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #19 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #20 pc 0000000000323bf0 [anon:dalvik-classes9.dex extracted in memory from /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/base.apk!classes9.dex] (com.mapbox.maps.Style.moveStyleLayer+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #21 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #22 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #23 pc 0000000000493244 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+1012) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #24 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #25 pc 00000000005066bc [anon:dalvik-classes9.dex extracted in memory from /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/base.apk!classes9.dex] (com.mapbox.navigation.ui.maps.route.line.api.MapboxRouteLineView.moveLayersUp-DHT6VO8+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #26 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #27 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #28 pc 000000000049367c /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+2092) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #29 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #30 pc 0000000000506164 [anon:dalvik-classes9.dex extracted in memory from /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/base.apk!classes9.dex] (com.mapbox.navigation.ui.maps.route.line.api.MapboxRouteLineView.access$moveLayersUp-DHT6VO8+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #31 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #32 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #33 pc 00000000004935b4 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+1892) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #34 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #35 pc 00000000005045d0 [anon:dalvik-classes9.dex extracted in memory from /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/base.apk!classes9.dex] (com.mapbox.navigation.ui.maps.route.line.api.MapboxRouteLineView$renderRouteDrawDataInternal$2$3$1$layerMoveCommand$1.invoke+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #36 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #37 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #38 pc 0000000000493244 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+1012) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #39 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #40 pc 000000000050458c [anon:dalvik-classes9.dex extracted in memory from /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/base.apk!classes9.dex] (com.mapbox.navigation.ui.maps.route.line.api.MapboxRouteLineView$renderRouteDrawDataInternal$2$3$1$layerMoveCommand$1.invoke+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #41 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #42 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #43 pc 00000000004940f4 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+4772) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #44 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #45 pc 0000000000506cc4 [anon:dalvik-classes9.dex extracted in memory from /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/base.apk!classes9.dex] (com.mapbox.navigation.ui.maps.route.line.api.MapboxRouteLineView.renderRouteDrawDataInternal+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #46 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #47 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #48 pc 000000000049367c /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+2092) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #49 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #50 pc 0000000000506c3c [anon:dalvik-classes9.dex extracted in memory from /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/base.apk!classes9.dex] (com.mapbox.navigation.ui.maps.route.line.api.MapboxRouteLineView.renderRouteDrawData+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #51 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #52 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #53 pc 0000000000493244 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+1012) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #54 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #55 pc 000000000000a754 /data/data/com.busqueensland/code_cache/.overlay/base.apk/classes4.dex (com.busqueensland.MapboxNavigationView.routesObserver$lambda$9$lambda$7+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #56 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #57 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #58 pc 00000000004935b4 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+1892) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #59 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #60 pc 00000000000095b4 /data/data/com.busqueensland/code_cache/.overlay/base.apk/classes4.dex (com.busqueensland.MapboxNavigationView.$r8$lambda$a0IHD1bxOvxm6CyJvVpMeExTyh0+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #61 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #62 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #63 pc 00000000004935b4 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+1892) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #64 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #65 pc 00000000000086c4 /data/data/com.busqueensland/code_cache/.overlay/base.apk/classes4.dex (com.busqueensland.MapboxNavigationView$$ExternalSyntheticLambda7.accept+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #66 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #67 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #68 pc 00000000004940f4 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+4772) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #69 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #70 pc 00000000004fe89c [anon:dalvik-classes9.dex extracted in memory from /data/app/~~45_J2mtRd5J5TWB76WF6kg==/com.busqueensland-eVB8-AYG09bO1F0xBDpT1g==/base.apk!classes9.dex] (com.mapbox.navigation.ui.maps.route.line.api.MapboxRouteLineApi$setNavigationRouteLines$1.invokeSuspend+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #71 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #72 pc 000000000037140c /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #73 pc 0000000000355768 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #74 pc 000000000207274c /memfd:jit-cache (deleted) (offset 0x2000000) (kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith+284)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #75 pc 000000000203e510 /memfd:jit-cache (deleted) (offset 0x2000000) (kotlinx.coroutines.DispatchedTask.run+1872)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #76 pc 000000000033eba4 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #77 pc 0000000000512a44 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+1976) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #78 pc 00000000004940f4 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+4772) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #79 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #80 pc 0000000000204f70 /system/framework/framework.jar (android.os.Handler.handleCallback+0)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #81 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #82 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #83 pc 00000000004935b4 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+1892) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #84 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.573 14138-14138 DEBUG pid-14138 A #85 pc 0000000000204db8 /system/framework/framework.jar (android.os.Handler.dispatchMessage+0)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #86 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #87 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #88 pc 0000000000493244 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+1012) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #89 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #90 pc 000000000023910c /system/framework/framework.jar (android.os.Looper.loopOnce+0)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #91 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #92 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #93 pc 00000000004935b4 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+1892) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #94 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #95 pc 0000000000239948 /system/framework/framework.jar (android.os.Looper.loop+0)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #96 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #97 pc 0000000000513710 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+5252) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #98 pc 00000000004935b4 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+1892) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #99 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #100 pc 00000000001d286c /system/framework/framework.jar (android.app.ActivityThread.main+0)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #101 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #102 pc 000000000037140c /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #103 pc 0000000000355768 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #104 pc 000000000033ee80 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #105 pc 000000000037ff40 /apex/com.android.art/lib64/libart.so (_jobject* art::InvokeMethod<(art::PointerSize)8>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1556) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #106 pc 000000000037f91c /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*) (.__uniq.165753521025965369065708152063621506277)+32) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #107 pc 0000000000355630 /apex/com.android.art/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #108 pc 000000000033eba4 /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #109 pc 0000000000512a44 /apex/com.android.art/lib64/libart.so (bool art::interpreter::DoCall(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, bool, art::JValue*)+1976) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #110 pc 0000000000493244 /apex/com.android.art/lib64/libart.so (void art::interpreter::ExecuteSwitchImplCpp(art::interpreter::SwitchImplContext*)+1012) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #111 pc 0000000000357dd8 /apex/com.android.art/lib64/libart.so (ExecuteSwitchImplAsm+8) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #112 pc 000000000026bbd0 /system/framework/framework.jar (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+0)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #113 pc 0000000000371b14 /apex/com.android.art/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.__uniq.112435418011751916792819755956732575238.llvm.8722505846101882172)+232) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #114 pc 000000000037140c /apex/com.android.art/lib64/libart.so (artQuickToInterpreterBridge+964) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #115 pc 0000000000355768 /apex/com.android.art/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #116 pc 0000000000876220 /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3312) (BuildId: f2915fec9b506161bdf2b441a2fbf16322ecadc3)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #117 pc 000000000033ee80 /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #118 pc 00000000004e3440 /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+728) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #119 pc 000000000057c91c /apex/com.android.art/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+156) (BuildId: 41ac8dfed2977c7a168799976d23a7f8)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #120 pc 00000000000e1ab4 /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+104) (BuildId: 0f365e9b38f2a49e41bea333985ac7d6)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #121 pc 00000000000edf68 /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vectorandroid::String8 const&, bool)+852) (BuildId: 0f365e9b38f2a49e41bea333985ac7d6)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #122 pc 0000000000010550 /system/bin/app_process64 (main+1276) (BuildId: 794d857d79f3a66b73e83d5fc4f7a1a3)
2024-06-18 00:03:34.574 14138-14138 DEBUG pid-14138 A #123 pc 000000000005f680 /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+104) (BuildId: 97f8621d2a4b9ffed8f5196d93a8a78e)

This issue still exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants