You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When dismiss AR view on setting flag to false. App crashes will following log:
if(flag){
// show arview
}else{
dismiss ar view
}
The text was updated successfully, but these errors were encountered: