sceneview-android icon indicating copy to clipboard operation
sceneview-android copied to clipboard

App crash while dismissing ar view.

Open bpn-work opened this issue 1 year ago • 0 comments

When dismiss AR view on setting flag to false. App crashes will following log:

if(flag){ // show arview }else{ dismiss ar view }


28407-28407 OplusBracketLog          E  [OplusViewMirrorManager] updateHostViewRootIfNeeded, not support android.view.ViewRootImpl@9ca11b8
28407-28453 OpenGLRenderer           E  Unable to match the desired swap behavior.
28407-28407 native                   E  E0000 00:00:1722933115.899071   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.008087   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.110264   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.207597   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.306110   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.413636   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.504898   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 native                   E  E0000 00:00:1722933116.617004   28407 hit_test.cc:426] INTERNAL: No point hit.
28407-28407 Filament                 E  in terminateAndDestroy:941
                                        reason: Object <no-rtti> at 0xb4000074248bbc40 doesn't exist (double free?)
28407-28407 Filament                 E  
28407-28407 Filament                 E  in terminateAndDestroy:941
                                        reason: Object <no-rtti> at 0xb4000074248bca40 doesn't exist (double free?)
28407-28407 Filament                 E  
28407-28407 Filament                 E  in terminateAndDestroy:941
                                        reason: Object <no-rtti> at 0xb4000074248bbc40 doesn't exist (double free?)
28407-28407 Filament                 E  
28407-28407 Filament                 E  in terminateAndDestroy:941
                                        reason: Object <no-rtti> at 0xb4000074248bca40 doesn't exist (double free?)
28407-28407 Filament                 E  
28407-28581 CameraManagerGlobal      E  Camera 4 is not present. Ignore physical camera status change
28407-29119 GPUAUX                   E  [AUX]GuiExtAuxCheckAuxPath:674: Null anb
28407-29119 GPUAUX                   E  [AUX]GuiExtAuxCheckAuxPath:674: Null anb
28407-29119 GPUAUX                   E  [AUX]GuiExtAuxCheckAuxPath:674: Null anb
28407-29119 GPUAUX                   E  [AUX]GuiExtAuxCheckAuxPath:674: Null anb
28407-29119 GPUAUX                   E  [AUX]GuiExtAuxCheckAuxPath:674: Null anb
28407-29119 GPUAUX                   E  [AUX]GuiExtAuxCheckAuxPath:674: Null anb
29166-29166 SchedAssist              E  ofbOpen failed with error=No such file or directory
29166-29166 SchedAssist              E  sysOpen failed with error=No such file or directory
29166-29166 SchedAssist              E  sharedImFd failed with error=Permission denied

bpn-work avatar Aug 06 '24 08:08 bpn-work