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

[Android] Unity Widget frozen when exiting and returning to the screen that contains it #413

Closed
AlceoMazza opened this issue Jun 8, 2021 · 1 comment

Comments

@AlceoMazza
Copy link

Describe the bug

Unity Widget freezes on every app launch (following the one when the app is installed on the device) when exiting and returning to the screen that contains it, behaving like the function unload() was called.

To Reproduce

  1. Install the app
  2. Open the screen that contains the Unity Widget
  3. Close the screen
  4. Re-open the screen (at this point the Unity Widget works fine)
  5. Close the app
  6. Open the app
  7. Open the screen that contains the Unity Widget
  8. Close the screen
  9. Re-open the screen (from now on following the first app launch the Unity Widget will freeze every time steps 6.-9. are repeated)

Expected behavior

Is expected that the Unity Widget resumes without freezing.

Unity:

  • OS: Windows 10
  • Version 2020.3.8f1

Smartphone:

  • Device: Samsung Galaxy A40
  • OS: Android
  • Version: 11 (API level 30)

Additional context

Run output beteween pts 7. and 9. of "steps to reproduce"
I/SurfaceView(26702): onWindowVisibilityChanged(0) true android.view.SurfaceView{9a1b85d VFE...... ......I. 0,0-0,0 #7f05004e app:id/unitySurfaceView} of ViewRootImpl@7698174[MainActivity]
I/SurfaceView(26702): onWindowVisibilityChanged(8) false android.view.SurfaceView{9a1b85d VFE...... ......I. 0,0-0,0 #7f05004e app:id/unitySurfaceView} of ViewRootImpl@7698174[MainActivity]
I/Choreographer(26702): Skipped 47 frames!  The application may be doing too much work on its main thread.
I/SurfaceControl(26702): release : mNativeObject = 528599532704 - Surface(name=it.company.app/it.company.app.MainActivity$_26702)/@0x551dee3 / android.view.SurfaceControl.assignNativeObject:567 android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1810 android.view.ViewRootImpl.relayoutWindow:9005 
I/SurfaceControl(26702): nativeRelease nativeObject s[528599532704]
I/SurfaceControl(26702): nativeRelease nativeObject e[528599532704]
I/SurfaceControl(26702): assignNativeObject: nativeObject = 0 Surface(name=null)/@0xc5740e0 / android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1820 android.view.ViewRootImpl.relayoutWindow:9005 android.view.ViewRootImpl.performTraversals:3360 android.view.ViewRootImpl.doTraversal:2618 android.view.ViewRootImpl$TraversalRunnable.run:9965 android.view.Choreographer$CallbackRecord.run:1010 android.view.Choreographer.doCallbacks:809 android.view.Choreographer.doFrame:744 android.view.Choreographer$FrameDisplayEventReceiver.run:995 
I/SurfaceControl(26702): release : mNativeObject = 530760155200 - Surface(name=Surface(name=43e230 InputMethod)/@0x5a4fc65 - animation-leash)/@0xcc67d59 / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.ImeInsetsSourceConsumer.setControl:154 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760155200]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760155200]
I/SurfaceControl(26702): release : mNativeObject = 530760155776 - Surface(name=Surface(name=ea896bd NavigationBar0)/@0xf499c03 - animation-leash)/@0x68aad1e / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760155776]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760155776]
I/SurfaceControl(26702): release : mNativeObject = 530760155104 - Surface(name=Surface(name=96805c8 StatusBar)/@0xb90c586 - animation-leash)/@0xcff09ff / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760155104]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760155104]
I/ViewRootImpl@7698174[MainActivity](26702): Relayout returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=23 res=0x1 s={true 530760003584} ch=false fn=34
I/ViewRootImpl@7698174[MainActivity](26702): updateBoundsLayer: shouldReparent = false t = android.view.SurfaceControl$Transaction@7dd23cc sc = Surface(name=Bounds for - it.company.app/it.company.app.MainActivity@0)/@0x5d89615 frame = 34
I/OpenGLRenderer(26702): Davey! duration=840ms; Flags=1, IntendedVsync=113340139963602, Vsync=113340923296904, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=113340927166201, AnimationStart=113340927170085, PerformTraversalsStart=113340927552047, DrawStart=113340969844547, SyncQueued=113340973717047, SyncStart=113340974309278, IssueDrawCommandsStart=113340974884662, SwapBuffers=113340977497355, FrameCompleted=113340980640085, DequeueBufferDuration=667885, QueueBufferDuration=1286038, GpuCompleted=0, 
D/InputMethodManager(26702): prepareNavigationBarInfo() DecorView@91f20c8[MainActivity]
D/InputMethodManager(26702): getNavigationBarColor() -16711423
V/InputMethodManager(26702): Starting input: tba=it.company.app ic=null mNaviBarColor -16711423 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
D/InputMethodManager(26702): startInputInner - Id : 0
I/InputMethodManager(26702): startInputInner - mService.startInputOrWindowGainedFocus
D/InputTransport(26702): Input channel constructed: 'ClientS', fd=121
D/InputTransport(26702): Input channel destroyed: 'ClientS', fd=98
I/flutter (26702): *********************************************
I/flutter (26702): ** flutter unity controller setup complete **
I/flutter (26702): *********************************************
I/flutter (26702): [isReady] true
W/libEGL  (26702): EGLNativeWindowType 0x7b93c6a010 disconnect failed
I/flutter (26702): [isLoaded] true
I/flutter (26702): [isPaused] false
I/SurfaceView(26702): onWindowVisibilityChanged(0) true android.view.SurfaceView{9a1b85d VFE...... .F....I. 0,0-0,0 #7f05004e app:id/unitySurfaceView} of ViewRootImpl@7698174[MainActivity]
W/Gralloc4(26702): allocator 3.x is not supported
W/Gralloc3(26702): allocator 3.x is not supported
I/SurfaceView(26702): surfaceCreated 1 #8 android.view.SurfaceView{9a1b85d VFE...... ......ID 0,0-1080,1941 #7f05004e app:id/unitySurfaceView}
I/SurfaceView(26702): surfaceChanged (1080,1941) 1 #8 android.view.SurfaceView{9a1b85d VFE...... ......ID 0,0-1080,1941 #7f05004e app:id/unitySurfaceView}
I/ViewRootImpl@7698174[MainActivity](26702): [DP] dp(1) 1 android.view.SurfaceView.updateSurface:1311 android.view.SurfaceView$1.onPreDraw:225 android.view.ViewTreeObserver.dispatchOnPreDraw:1124 
I/ViewRootImpl@7698174[MainActivity](26702): [DP] pdf(0) 1 android.view.SurfaceView.notifyDrawFinished:577 android.view.SurfaceView.performDrawFinished:564 android.view.SurfaceView.lambda$TWz4D2u33ZlAmRtgKzbqqDue3iM:0 
I/ViewRootImpl@7698174[MainActivity](26702): [DP] rdf()
I/SurfaceView(26702): setParentSpaceRectangle: useBLAST = false position = Rect(0, 254 - 1080, 2195) frameNumber = 35 t = android.view.SurfaceControl$Transaction@35aded0
I/SurfaceView(26702): applySurfaceTransforms: t = android.view.SurfaceControl$Transaction@35aded0 surfaceControl = Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@0)/@0x2746ec9 frame = 35
D/InputMethodManager(26702): prepareNavigationBarInfo() DecorView@91f20c8[MainActivity]
I/SurfaceView(26702): applySurfaceTransforms: postScaleX = 1.0 postScaleY = 1.0
D/InputMethodManager(26702): getNavigationBarColor() -16711423
V/InputMethodManager(26702): Starting input: tba=it.company.app ic=null mNaviBarColor -16711423 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false
D/InputMethodManager(26702): startInputInner - Id : 0
I/InputMethodManager(26702): startInputInner - mService.startInputOrWindowGainedFocus
D/InputTransport(26702): Input channel constructed: 'ClientS', fd=127
D/InputTransport(26702): Input channel destroyed: 'ClientS', fd=121
I/Unity   (26702): MemoryManager: Using 'Dynamic Heap' Allocator.
W/ign.bioexplore(26702): Accessing hidden method Ljava/lang/invoke/MethodHandles$Lookup;-><init>(Ljava/lang/Class;I)V (greylist, reflection, allowed)
I/Unity   (26702): SystemInfo CPU = ARM64, Cores = 8, Memory = 3727mb
I/Unity   (26702): 
I/Unity   (26702): SystemInfo ARM big.LITTLE configuration: 2 big (mask: 0xc0), 6 little (mask: 0x3f)
I/Unity   (26702): 
I/Unity   (26702): ApplicationInfo it.company.app version 1.0.1 build 246891f0-1cee-4b35-866a-81a6b87267ec
I/Unity   (26702): 
I/Unity   (26702): Built from '2020.3/staging' branch, Version '2020.3.8f1 (507919d4fff5)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a', Stripping 'Disabled'
I/Unity   (26702): 
I/SurfaceControl(26702): release : mNativeObject = 528592766336 - Surface(name=it.company.app/it.company.app.MainActivity$_26702)/@0x551dee3 / android.view.SurfaceControl.assignNativeObject:567 android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1810 android.view.ViewRootImpl.relayoutWindow:9005 
I/SurfaceControl(26702): nativeRelease nativeObject s[528592766336]
I/SurfaceControl(26702): nativeRelease nativeObject e[528592766336]
I/SurfaceControl(26702): assignNativeObject: nativeObject = 0 Surface(name=null)/@0xc5740e0 / android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1820 android.view.ViewRootImpl.relayoutWindow:9005 android.view.ViewRootImpl.performTraversals:3360 android.view.ViewRootImpl.doTraversal:2618 android.view.ViewRootImpl$TraversalRunnable.run:9965 android.view.Choreographer$CallbackRecord.run:1010 android.view.Choreographer.doCallbacks:809 android.view.Choreographer.doFrame:744 android.view.Choreographer$FrameDisplayEventReceiver.run:995 
I/SurfaceControl(26702): release : mNativeObject = 530760149056 - Surface(name=Surface(name=43e230 InputMethod)/@0x5a4fc65 - animation-leash)/@0x9c03283 / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.ImeInsetsSourceConsumer.setControl:154 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760149056]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760149056]
I/SurfaceControl(26702): release : mNativeObject = 530760148288 - Surface(name=Surface(name=ea896bd NavigationBar0)/@0xf499c03 - animation-leash)/@0xa8b9c00 / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760148288]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760148288]
I/SurfaceControl(26702): release : mNativeObject = 528599532704 - Surface(name=Surface(name=96805c8 StatusBar)/@0xb90c586 - animation-leash)/@0xef99c39 / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[528599532704]
I/SurfaceControl(26702): nativeRelease nativeObject e[528599532704]
I/ViewRootImpl@7698174[MainActivity](26702): Relayout returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=20 res=0x1 s={true 530760003584} ch=false fn=37
I/ViewRootImpl@7698174[MainActivity](26702): updateBoundsLayer: shouldReparent = false t = android.view.SurfaceControl$Transaction@7dd23cc sc = Surface(name=Bounds for - it.company.app/it.company.app.MainActivity@0)/@0x5d89615 frame = 37
I/SurfaceControl(26702): release : mNativeObject = 528592766624 - Surface(name=it.company.app/it.company.app.MainActivity$_26702)/@0x551dee3 / android.view.SurfaceControl.assignNativeObject:567 android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1810 android.view.ViewRootImpl.relayoutWindow:9005 
I/SurfaceControl(26702): nativeRelease nativeObject s[528592766624]
I/SurfaceControl(26702): nativeRelease nativeObject e[528592766624]
I/SurfaceControl(26702): assignNativeObject: nativeObject = 0 Surface(name=null)/@0xc5740e0 / android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1820 android.view.ViewRootImpl.relayoutWindow:9005 android.view.ViewRootImpl.performTraversals:3360 android.view.ViewRootImpl.doTraversal:2618 android.view.ViewRootImpl$TraversalRunnable.run:9965 android.view.Choreographer$CallbackRecord.run:1010 android.view.Choreographer.doCallbacks:809 android.view.Choreographer.doFrame:744 android.view.Choreographer$FrameDisplayEventReceiver.run:995 
I/SurfaceControl(26702): release : mNativeObject = 530724754688 - Surface(name=Surface(name=43e230 InputMethod)/@0x5a4fc65 - animation-leash)/@0xaf7127e / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.ImeInsetsSourceConsumer.setControl:154 
I/SurfaceControl(26702): nativeRelease nativeObject s[530724754688]
I/SurfaceControl(26702): nativeRelease nativeObject e[530724754688]
I/SurfaceControl(26702): release : mNativeObject = 530724755168 - Surface(name=Surface(name=ea896bd NavigationBar0)/@0xf499c03 - animation-leash)/@0xe4973df / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[530724755168]
I/SurfaceControl(26702): nativeRelease nativeObject e[530724755168]
I/SurfaceControl(26702): release : mNativeObject = 528592766336 - Surface(name=Surface(name=96805c8 StatusBar)/@0xb90c586 - animation-leash)/@0x40e782c / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[528592766336]
I/SurfaceControl(26702): nativeRelease nativeObject e[528592766336]
I/ViewRootImpl@7698174[MainActivity](26702): Relayout returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=18 res=0x1 s={true 530760003584} ch=false fn=38
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
E/libprocessgroup(26702): set_timerslack_ns write failed: Operation not permitted
I/Unity   (26702): Company Name: company
I/Unity   (26702): Product Name: BIO-Explorer AR
D/Unity   (26702):  GL_EXT_debug_marker GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_EGL_sync GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_type_2_10_10_10_REV GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_EXT_shadow_samplers GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_KHR_texture_compression_astc_sliced_3d GL_KHR_debug GL_EXT_occlusion_query_boolean GL_EXT_disjoint_timer_query GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_OES_texture_3D GL_EXT_texture_storage GL_EXT_multisampled_render_
D/Unity   (26702): to_texture GL_EXT_multisampled_render_to_texture2 GL_OES_surfaceless_context GL_OES_texture_stencil8 GL_EXT_shader_pixel_local_storage GL_ARM_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_ARM_mali_program_binary GL_EXT_sRGB GL_EXT_sRGB_write_control GL_EXT_texture_sRGB_decode GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8 GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OES_texture_storage_multisample_2d_array GL_OES_shader_image_atomic GL_EXT_robustness GL_EXT_draw_buffers_indexed GL_OES_draw_buffers_indexed GL_EXT_texture_border_clamp GL_OES_texture_border_clamp GL_EXT_texture_cube_map_array GL_OES_texture_cube_map_array GL_OES_sample_variables GL_OES_sample_shading GL_OES_shader_multisample_interpolation GL_EXT_shader_io_blocks GL_OES_shader_io_blocks GL_EXT_tessellation_shader GL_OES_tessellation_shader GL_EXT_primitive_bounding_box GL_OES_primitive_bounding_box GL_EXT_geometry_shader GL_OES_geometry_shader GL_ANDROID_extension_pack_es31a GL_EXT_gpu_sh
D/Unity   (26702): ader5 GL_OES_gpu_shader5 GL_EXT_texture_buffer GL_OES_texture_buffer GL_EXT_copy_image GL_OES_copy_image GL_EXT_shader_non_constant_global_initializers GL_EXT_color_buffer_half_float GL_EXT_color_buffer_float GL_EXT_YUV_target GL_OVR_multiview GL_OVR_multiview2 GL_OVR_multiview_multisampled_render_to_texture GL_KHR_robustness GL_KHR_robust_buffer_access_behavior GL_EXT_draw_elements_base_vertex GL_OES_draw_elements_base_vertex GL_EXT_protected_textures GL_EXT_buffer_storage GL_EXT_external_buffer GL_EXT_EGL_image_array GL_ARM_texture_unnormalized_coordinates
D/ign.bioexplore(26702): PlayerBase::PlayerBase()
D/ign.bioexplore(26702): TrackPlayerBase::TrackPlayerBase()
I/libOpenSLES(26702): Emulating old channel mask behavior (ignoring positional mask 0x3, using default mask 0x3 based on channel count of 2)
W/AudioTrack(26702): set(): notificationFrames=-21 clamped to the range -1 to -8
I/AudioTrack(26702): createTrack_l(123): AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 1536
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 567(85KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2584KB/5168KB, paused 998us total 105.182ms
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 636(49KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2584KB/5169KB, paused 1.186ms total 136.700ms
I/Unity   (26702): XRGeneral Settings awakening...
I/Unity   (26702): UnityEngine.XR.Management.XRGeneralSettings:Awake()
I/Unity   (26702): 
I/IL2CPP  (26702): Locale it-IT
I/native  (26702): arpresto_api.cc:30 ArPresto::ArPresto_initialize
V/MediaRouter(26702): Selecting route: RouteInfo{ name=Telefono, description=null, status=null, category=RouteCategory{ name=Sistema types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 698(62KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2598KB/5197KB, paused 4.721ms total 123.057ms
D/CompatibilityChangeReporter(26702): Compat change id reported: 147600208; UID 10381; state: ENABLED
I/SurfaceControl(26702): release : mNativeObject = 530760157792 - Surface(name=it.company.app/it.company.app.MainActivity$_26702)/@0x551dee3 / android.view.SurfaceControl.assignNativeObject:567 android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1810 android.view.ViewRootImpl.relayoutWindow:9005 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760157792]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760157792]
I/SurfaceControl(26702): assignNativeObject: nativeObject = 0 Surface(name=null)/@0xc5740e0 / android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1820 android.view.ViewRootImpl.relayoutWindow:9005 android.view.ViewRootImpl.performTraversals:3360 android.view.ViewRootImpl.doTraversal:2618 android.view.ViewRootImpl$TraversalRunnable.run:9965 android.view.Choreographer$CallbackRecord.run:1010 android.view.Choreographer.doCallbacks:809 android.view.Choreographer.doFrame:744 android.view.Choreographer$FrameDisplayEventReceiver.run:995 
I/SurfaceControl(26702): release : mNativeObject = 530724755360 - Surface(name=Surface(name=43e230 InputMethod)/@0x5a4fc65 - animation-leash)/@0x49d05a9 / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.ImeInsetsSourceConsumer.setControl:154 
I/SurfaceControl(26702): nativeRelease nativeObject s[530724755360]
I/SurfaceControl(26702): nativeRelease nativeObject e[530724755360]
I/SurfaceControl(26702): release : mNativeObject = 530760156064 - Surface(name=Surface(name=ea896bd NavigationBar0)/@0xf499c03 - animation-leash)/@0x84b172e / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760156064]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760156064]
I/SurfaceControl(26702): release : mNativeObject = 528592766624 - Surface(name=Surface(name=96805c8 StatusBar)/@0xb90c586 - animation-leash)/@0x49d12cf / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[528592766624]
I/SurfaceControl(26702): nativeRelease nativeObject e[528592766624]
I/ViewRootImpl@7698174[MainActivity](26702): Relayout returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=26 res=0x1 s={true 530760003584} ch=false fn=111
I/ViewRootImpl@7698174[MainActivity](26702): updateBoundsLayer: shouldReparent = false t = android.view.SurfaceControl$Transaction@7dd23cc sc = Surface(name=Bounds for - it.company.app/it.company.app.MainActivity@0)/@0x5d89615 frame = 111
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 1806(153KB) AllocSpace objects, 2(104KB) LOS objects, 49% free, 2634KB/5268KB, paused 5.536ms total 101.335ms
W/Unity   (26702): The referenced script (Microsoft.MixedReality.Toolkit.WindowsMixedReality.WindowsMixedRealityCameraSettingsProfile) on this Behaviour is missing!
W/Unity   (26702): 
W/Unity   (26702): The referenced script on this Behaviour (Game Object '<null>') is missing!
W/Unity   (26702): 
E/Unity   (26702): A scripted object (probably Microsoft.MixedReality.Toolkit.WindowsMixedReality.WindowsMixedRealityCameraSettingsProfile?) has a different serialization layout when loading. (Read 80 bytes but expected 96 bytes)
E/Unity   (26702): Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
E/Unity   (26702): 
I/native  (26702): arpresto_api.cc:77 ArPresto::ArPresto_checkApkAvailability
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 550(63KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2647KB/5294KB, paused 1.625ms total 120.437ms
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 749(61KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2653KB/5306KB, paused 171us total 106.528ms
I/SurfaceControl(26702): release : mNativeObject = 530760151456 - Surface(name=it.company.app/it.company.app.MainActivity$_26702)/@0x551dee3 / android.view.SurfaceControl.assignNativeObject:567 android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1810 android.view.ViewRootImpl.relayoutWindow:9005 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760151456]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760151456]
I/SurfaceControl(26702): assignNativeObject: nativeObject = 0 Surface(name=null)/@0xc5740e0 / android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1820 android.view.ViewRootImpl.relayoutWindow:9005 android.view.ViewRootImpl.performTraversals:3360 android.view.ViewRootImpl.doTraversal:2618 android.view.ViewRootImpl$TraversalRunnable.run:9965 android.view.Choreographer$CallbackRecord.run:1010 android.view.Choreographer.doCallbacks:809 android.view.Choreographer.doFrame:744 android.view.Choreographer$FrameDisplayEventReceiver.run:995 
I/SurfaceControl(26702): release : mNativeObject = 530760157408 - Surface(name=Surface(name=43e230 InputMethod)/@0x5a4fc65 - animation-leash)/@0x565ab19 / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.ImeInsetsSourceConsumer.setControl:154 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760157408]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760157408]
I/SurfaceControl(26702): release : mNativeObject = 530760147328 - Surface(name=Surface(name=ea896bd NavigationBar0)/@0xf499c03 - animation-leash)/@0x4c1a7de / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760147328]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760147328]
I/SurfaceControl(26702): release : mNativeObject = 530760157792 - Surface(name=Surface(name=96805c8 StatusBar)/@0xb90c586 - animation-leash)/@0xb4e4dbf / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760157792]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760157792]
I/ViewRootImpl@7698174[MainActivity](26702): Relayout returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=18 res=0x1 s={true 530760003584} ch=false fn=160
I/ViewRootImpl@7698174[MainActivity](26702): updateBoundsLayer: shouldReparent = false t = android.view.SurfaceControl$Transaction@7dd23cc sc = Surface(name=Bounds for - it.company.app/it.company.app.MainActivity@0)/@0x5d89615 frame = 160
I/native  (26702): arpresto_api.cc:156 ArPresto::ArPresto_setCameraTextureNames
I/native  (26702): arpresto_api.cc:175 ArPresto::ArPresto_setEnabled
V/Unity-ARCore(26702): ArPresto_setDeviceCameraDirection 0
I/native  (26702): arpresto_api.cc:118 ArPresto::ArPresto_setDeviceCameraDirection
I/third_party/arcore/ar/core/android/sdk/session_create.cc(26702): Entering ArSession_createWithFeatures
I/third_party/arcore/ar/core/android/sdk/session_create.cc(26702): ARCore Version: SDK build name: 1.22
I/third_party/arcore/ar/core/android/sdk/session_create.cc(26702): ARCore Version: APK version code: 210950403
D/ApplicationLoaders(26702): Returning zygote-cached class loader: /system/framework/android.test.base.jar
I/flutter (26702): [Json Sampling] "{\"id\":135,\"date\":\"2021-05-27T15:05:04\",\"date_gmt\":\"2021-05-27T15:05:04\",\"guid\":{\"rendered\":\"https://app.company.it/?post_type=sampling&#038;p=135\"},\"modified\":\"2021-05-27T15:05:04\",\"modified_gmt\":\"2021-05-27T15:05:04\",\"slug\":\"prova-2\",\"status\":\"publish\",\"type\":\"sampling\",\"link\":\"https://app.company.it/sampling/prova-2/\",\"title\":{\"rendered\":\"Prova 2\"},\"content\":{\"rendered\":\"<p>Contenuto di prova #2.</p>\\n\",\"protected\":false},\"featured_media\":0,\"template\":\"\",\"sampling_date\":\"2021-05-17\",\"coordinates\":{\"latitude\":44.384998,\"longitude\":9.863767},\"temperature\":{\"average\":18.6,\"standard_deviation\":1.3},\"ph\":{\"average\":6.9,\"standard_deviation\":0.14},\"phosphates\":{\"average\":0.44,\"standard_deviation\":0.08},\"nitrites\":{\"average\":0.035,\"standard_deviation\":0.011},\"nitrates\":{\"average\":5.9,\"standard_deviation\":0.49},\"iron\":{\"average\":0.053,\"standard_deviation\":0.016},\
I/third_party/arcore/ar/core/android/sdk/session_create.cc(26702): Dynamite load ok.
I/third_party/arcore/java/com/google/vr/dynamite/client/native/dynamite_client.cc(26702): Attempting to load native library arcore_c from package com.google.ar.core
I/third_party/arcore/java/com/google/vr/dynamite/client/native/dynamite_client.cc(26702): Dynamite::LoadNativeRemoteLibrary handle=-6657969486706129385
I/third_party/arcore/ar/core/android/sdk/session_create.cc(26702): ARCore SDK: dynamite number_of_symbols_loaded=226
I/native  (26702): session_create_implementation.cc:238 Entering createImplementationWithFeaturesAndSettings. ARCore SDK version: [1.22.202940000].
I/native  (26702): session_create_implementation.cc:202 AugmentedRegion downsample mode from Phenotype: true
V/third_party/redwood/infrastructure/jni_common/jni_helper.cc(26702): JniHelper: attached thread (Called from line 365).
I/native  (26702): session_create_implementation_shared.cc:1885 min_apk_version_code is: 202940000, phenotype flag of enable_dual_camera_support is: false, phenotype flag of unified_data_source_status is: 1, phenotype flag of unified_shared_cameras_status is: 1, is_dual_camera_supported based on device profile is: false
I/native  (26702): session_create_implementation_shared.cc:1898 Settings.camera_stack_option is not specified
I/native  (26702): session_create_implementation_shared.cc:1939 Datasource will be created with camera_stack_option = kNdk
I/native  (26702): session_create_implementation_shared.cc:2074 Persistent online recalibration is enabled by Phenotype.
I/tflite  (26702): Initialized TensorFlow Lite runtime.
I/native  (26702): online_calibration_manager.cc:91 OnlineCalibrationManager: Could not open /data/user/0/it.company.app/cache/arcore-online-recalibration for reading.
W/ARCore-ContextUtils(26702): The API key for use with the Google AR service could not be obtained!
E/ARCore-LocationProvider(26702): Exception during latest FLP api client construction. Falling back to legacy: com.google.android.gms.location.FusedLocationProviderClient.requestLocationUpdates [class com.google.android.gms.location.LocationRequest, interface com.google.android.gms.location.LocationListener]
E/ARCore-LocationProvider(26702): java.lang.NoSuchMethodException: com.google.android.gms.location.FusedLocationProviderClient.requestLocationUpdates [class com.google.android.gms.location.LocationRequest, interface com.google.android.gms.location.LocationListener]
E/ARCore-LocationProvider(26702): 	at java.lang.Class.getMethod(Class.java:2072)
E/ARCore-LocationProvider(26702): 	at java.lang.Class.getMethod(Class.java:1693)
E/ARCore-LocationProvider(26702): 	at com.google.ar.core.services.LocationProvider.setupFusedLocationProviderClientApi(PG:4)
E/ARCore-LocationProvider(26702): 	at com.google.ar.core.services.LocationProvider.setupFusedLocationProviderApi(PG:9)
E/ARCore-LocationProvider(26702): 	at com.google.ar.core.services.LocationProvider.<init>(PG:7)
E/ARCore-LocationProvider(26702): 	at com.unity3d.player.UnityPlayer.nativeRender(Native Method)
E/ARCore-LocationProvider(26702): 	at com.unity3d.player.UnityPlayer.access$300(Unknown Source:0)
E/ARCore-LocationProvider(26702): 	at com.unity3d.player.UnityPlayer$e$1.handleMessage(Unknown Source:95)
E/ARCore-LocationProvider(26702): 	at android.os.Handler.dispatchMessage(Handler.java:102)
E/ARCore-LocationProvider(26702): 	at android.os.Looper.loop(Looper.java:246)
E/ARCore-LocationProvider(26702): 	at com.unity3d.player.UnityPlayer$e.run(Unknown Source:20)
I/native  (26702): session_create_implementation_shared.cc:850 Datasource will be created with timeout = 4s, should_wait = false, should_use_greedy_recovery = true
I/native  (26702): android_camera.cc:169 Camera start operation timeout set to 4000 ms.
I/native  (26702): android_camera.cc:1827 Initializing camera manager.
D/VendorTagDescriptor(26702): addVendorDescriptor: vendor tag id 3854507339 added
I/native  (26702): android_camera.cc:1853 Camera manager initialized successfully with 3 cameras.
I/native  (26702): imagereader_ndk_wrapper.cc:47 Loading Android NDK 26 symbols from libmediandk.so
I/native  (26702): imagereader_ndk_wrapper.cc:70 Successfully loaded Android NDK 26 libmediandk.so symbols.
I/native  (26702): cameras.cc:120 Number of hardware buffers is 16. sdk_version=30, is_hardware_buffer_supported=true
I/native  (26702): android_sensors.cc:100 Using calibrated accelerometer.
I/native  (26702): android_sensors.cc:136 Uncalibrated magnetometer available.
I/native  (26702): android_sensors.cc:140 Calibrated magnetometer available.
I/native  (26702): android_sensors.cc:153 Using SENSOR_TYPE_LIGHT
I/native  (26702): android_sensors.cc:156 Could not find SENSOR_TYPE_PRESSURE
I/native  (26702): android_sensors.cc:153 Using SENSOR_TYPE_PROXIMITY
I/native  (26702): android_sensors.cc:153 Using SENSOR_TYPE_GRAVITY
I/native  (26702): android_sensors.cc:153 Using SENSOR_TYPE_ROTATION_VECTOR
I/native  (26702): android_sensors.cc:153 Using SENSOR_TYPE_GAME_ROTATION_VECTOR
I/native  (26702): android_sensors.cc:156 Could not find SENSOR_TYPE_GEOMAGNETIC_ROTATION_VECTOR
I/native  (26702): android_sensors.cc:156 Could not find SENSOR_TYPE_STEP_DETECTOR
I/native  (26702): android_platform_checks.cc:196 IsZeroRotationLandscape = false
I/native  (26702): app_version_util.cc:50 Package name: com.google.ar.core App version: 1.24.210950403
I/native  (26702): logger.h:28 DataSourceMetrics: CamerasInit: 57.961us
I/native  (26702): session_create_implementation_shared.cc:1172 CPU Image enable frame delay to compensate delay: false
I/native  (26702): config_helpers.cc:396 Legacy IMU sigma values are used
I/native  (26702): config_helpers.cc:349 Failed to find IMU intrinsic covariance matrix in profile for id: 100
I/native  (26702): config_helpers.cc:107 Does not find camera intrinsic covariance matrix in profile for id 0
I/native  (26702): config_helpers.cc:180 Does not find extrinsic covariance matrix in profile for IMU id 100
I/native  (26702): feature_matcher_and_filter.cc:92 Enabled the robustification to large-sized and fast-moving objects on this mono-camera device.
I/native  (26702): pose_confidence_estimator.cc:231 Pose confidence model loaded successfully
I/native  (26702): estimator_impl.cc:406 Ralph is enabled.
I/native  (26702): asset_manager_util.cc:59 Created global reference to asset manager.
I/native  (26702): session_create_implementation_shared.cc:1200 Normal detector created.
I/native  (26702): planar_target_tracking_manager.h:114 Config of PlanarTargetTrackingManager:
I/native  (26702): -pose_refinement_with_detection_interval_ns: 0
I/native  (26702): -min_interval_between_detections_ns: 500000000
I/native  (26702): -filter_parallax: false
I/native  (26702): -filter_result: true
I/native  (26702): -multiple_targets: true
I/native  (26702): -mini_detection: true
I/native  (26702): -tracking_mode: 1
I/native  (26702): -camera_id: 0
I/native  (26702): session_manager.cc:50 ArPresto::Session created.camera direction:0 camera preference:0
V/Unity-ARCore(26702): OnBeforeSetConfiguration
I/native  (26702): session.cc:550 Session::CheckAndWriteCurrentConfig returning OK.
I/native  (26702): session.cc:1175 Entering Session::Resume.
I/native  (26702): camera_config_manager.cc:719 UpdateBugFixes on CameraConfigManager is unimplemented!
I/CameraManagerGlobal(26702): Connecting to camera service
D/VendorTagDescriptor(26702): addVendorDescriptor: vendor tag id 3854507339 added
I/CameraManagerGlobal(26702): Camera 0 facing CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client it.company.app API Level 2
I/CameraManagerGlobal(26702): Camera 1 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client android.system API Level 2
I/CameraManagerGlobal(26702): Camera 2 facing CAMERA_FACING_FRONT state now CAMERA_STATE_CLOSED for client android.system API Level 2
I/CameraManagerGlobal(26702): Camera 50 facing CAMERA_FACING_BACK state now CAMERA_STATE_CLOSED for client android.system API Level 2
I/native  (26702): session.cc:3279 Update Frame Delay to 0 frames.
I/native  (26702): android_camera.cc:763 [Camera=0; State=CLOSED] Reset cleanly got to CLOSED state.
I/native  (26702): android_sensors.cc:175 Starting thread.
I/native  (26702): cameras.cc:1144 Included camera stream {camera_id = "0", stream_index = 0} as feature extraction streams.
I/native  (26702): logger.h:28 DataSourceMetrics: kStartImageSubSystem: 162.077us
I/native  (26702): session.cc:1363 Session::ResumeWithAnalytics returning OK.
I/native  (26702): session_manager.cc:314 ArPresto::Moving from ArPrestoStatus 102 to 101
E/native  (26702): view_manager_utils.cc:134 Display geometry has an invalid rotation: 1634890305
I/native  (26702): session.cc:3279 Update Frame Delay to 0 frames.
I/native  (26702): android_sensors.cc:45 Gyro min delay 10ms requesting 10ms
I/native  (26702): android_sensors.cc:45 Accel min delay 10ms requesting 10ms
I/CameraManagerGlobal(26702): Camera 0 facing CAMERA_FACING_BACK state now CAMERA_STATE_OPEN for client it.company.app API Level 2
I/Unity   (26702): [Unity CONTROLLER] Sampling List [{"id":135,"date":"2021-05-27T15:05:04","date_gmt":"2021-05-27T15:05:04","guid":{"rendered":"https://app.company.it/?post_type=sampling&#038;p=135"},"modified":"2021-05-27T15:05:04","modified_gmt":"2021-05-27T15:05:04","slug":"prova-2","status":"publish","type":"sampling","link":"https://app.company.it/sampling/prova-2/","title":{"rendered":"Prova 2"},"content":{"rendered":"<p>Contenuto di prova #2.</p>\n","protected":false},"featured_media":0,"template":"","sampling_date":"2021-05-17","coordinates":{"latitude":44.384998,"longitude":9.863767},"temperature":{"average":18.6,"standard_deviation":1.3},"ph":{"average":6.9,"standard_deviation":0.14},"phosphates":{"average":0.44,"standard_deviation":0.08},"nitrites":{"average":0.035,"standard_deviation":0.011},"nitrates":{"average":5.9,"standard_deviation":0.49},"iron":{"average":0.053,"standard_deviation":0.016},"ammonium_ion":{"average":6.9,"standard_deviation":1.06},"sulfates":{"average":19.2,"standa
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 741(136KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2942KB/5884KB, paused 214us total 129.424ms
V/Unity-ARCore(26702): 	Configuration property PlaneFindingMode changed: 3 => 1
V/Unity-ARCore(26702): 	Configuration property FocusMode changed: 0 => 1
V/Unity-ARCore(26702): Configuration will be updated with these features enabled:
V/Unity-ARCore(26702): 	RearCamera
V/Unity-ARCore(26702): 	PositionAndRotation
V/Unity-ARCore(26702): 	PlaneDetection
V/Unity-ARCore(26702): 	AutoFocus
V/Unity-ARCore(26702): 	LightEstimationAmbientIntensity
V/Unity-ARCore(26702): 	LightEstimationAmbientColor
V/Unity-ARCore(26702): OnBeforeSetConfiguration
V/Unity-ARCore(26702): 	AugmentedImageDatabase: 0x79d6852800
V/Unity-ARCore(26702): 	LightEstimationMode: 1
V/Unity-ARCore(26702): 	PlaneFindingMode: 1
V/Unity-ARCore(26702): 	UpdateMode: 0
V/Unity-ARCore(26702): 	FocusMode: 1
V/Unity-ARCore(26702): 	AugmentedFaceMode: 0
V/Unity-ARCore(26702): 	DepthMode: 0
V/Unity-ARCore(26702): 	InstantPlacementMode: 0
I/native  (26702): session.cc:550 Session::CheckAndWriteCurrentConfig returning OK.
I/native  (26702): logger.h:28 CameraMetrics: OpenCamera: 208.095961ms
I/native  (26702): camera_ndk_wrapper.cc:27 Loading Android NDK 28 symbols from libcamera2ndk.so
I/native  (26702): camera_ndk_wrapper.cc:47 Successfully loaded Android NDK 28 libcamera2ndk.so symbols.
I/native  (26702): logger.h:28 CameraMetrics: CreateCaptureSession: 503.025961ms
I/native  (26702): capture_request_utils.cc:207 Flash: ConfigureRequestFlashMode - OFF
I/native  (26702): logger.h:28 DataSourceMetrics: kFirstGlCallback: 744.114423ms
I/native  (26702): cameras.cc:1315 Camera 0 changed state CLOSED->OPEN; Camera device opened successfully. i=0
I/native  (26702): cameras.cc:1315 Camera 0 changed state OPEN->CAPTURING; Started capture session. i=1
I/native  (26702): capture_request_utils.cc:207 Flash: ConfigureRequestFlashMode - OFF
I/native  (26702): cameras.cc:1315 Camera 0 changed state CAPTURING->RECONFIGURING; Changing runtime configuration... i=2
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 804(96KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2946KB/5892KB, paused 136us total 202.645ms
I/CameraManagerGlobal(26702): Camera 0 facing CAMERA_FACING_BACK state now CAMERA_STATE_ACTIVE for client it.company.app API Level 2
I/native  (26702): timebase_helpers.cc:170 Timebase offset intialized to 0
I/native  (26702): logger.h:28 CameraMetrics: FirstCaptureComplete: 718.711345ms
I/native  (26702): logger.h:28 DataSourceMetrics: kFirstImageCallback: 1.463899114s
I/native  (26702): android_camera.cc:1628 [Camera=0; State=RECONFIGURING] Camera completed repeating capture sequence 0
I/native  (26702): logger.h:28 CameraMetrics: LastCaptureComplete: 0
I/native  (26702): cameras.cc:1315 Camera 0 changed state RECONFIGURING->CAPTURING; [Camera=0; State=RECONFIGURING] Camera reconfigure complete. i=3
W/native  (26702): feature_matcher_and_filter_utils.cc:260 INVALID_ARGUMENT: integration window start at 0 Use identity R.
E/native  (26702): motion_tracking_context.cc:1357 Unable to find measurements corresponding to VIO status at timestamp 233184938644097.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 660(96KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2944KB/5889KB, paused 221us total 126.610ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 755(95KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2930KB/5861KB, paused 125us total 112.433ms
I/native  (26702): bundle_adjustment_initializer.cc:686 Deterministic initialization
I/native  (26702): bundle_adjustment_initializer.cc:255 Intrinsic vector size of the camera 0 is 7
I/native  (26702): bundle_adjustment_initializer.cc:443 Initializer did not converge: Maximum number of iterations reached. Number of iterations: 18.
I/native  (26702): bundle_adjustment_initialization.h:134 Number of measurements used in BA initialization for temporal landmarks: 300
I/native  (26702): bundle_adjustment_initialization.h:136 Number of good measurements (i.e., reprojection errors <= 3 pixels) in BA initialization for temporal landmarks: 299
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/native  (26702): session_manager.cc:314 ArPresto::Moving from ArPrestoStatus 101 to 100
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 716(84KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2928KB/5856KB, paused 229us total 115.753ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 837(78KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2931KB/5862KB, paused 120us total 161.686ms
V/third_party/redwood/infrastructure/jni_common/jni_helper.cc(26702): JniHelper: attached thread (Called from line 93).
V/third_party/redwood/infrastructure/jni_common/jni_helper.cc(26702): ~JniHelper: about to detach thread (Called from line 93).
V/third_party/redwood/infrastructure/jni_common/jni_helper.cc(26702): ~JniHelper: detached thread (Called from line 93).
I/native  (26702): mannequinnet_inference_cpu.cc:64 Depth Net model is installed.
I/native  (26702): model_inference_cpu.cc:76 Successfully started the ArDepthCalculator graph.
I/native  (26702): jni_util.cc:41 GetEnv: not attached
I/native  (26702): performance_monitor.cc:115 Event: FeatureExtraction is taking too long, it took 110.968ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:231 Camera Image Stream failed to dequeue Image from ImageReader. status=UNAVAILABLE: AImageReader_acquireLatestImage [type.googleapis.com/util.ErrorSpacePayload='ImageReaderStatusErrorSpaceClass::AMEDIA_IMGREADER_NO_BUFFER_AVAILABLE'] acquired_image_count=9
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/tflite  (26702): Created TensorFlow Lite XNNPACK delegate for CPU.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 1012(93KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4189KB/8378KB, paused 9.514ms total 401.730ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 750(72KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4181KB/8363KB, paused 4.574ms total 206.366ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 612(50KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4180KB/8360KB, paused 848us total 234.029ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 1058(96KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4181KB/8363KB, paused 227us total 244.987ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/native  (26702): performance_monitor.cc:115 Event: FeatureExtraction is taking too long, it took 114.868ms
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 748(84KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4178KB/8357KB, paused 285us total 149.239ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
W/native  (26702): plane_estimator.cc:671 Got a new plane, id: 2, with a invalid statistics.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 953(110KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4181KB/8362KB, paused 179us total 167.493ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 964(82KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4181KB/8362KB, paused 197us total 105.129ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 786(65KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4180KB/8361KB, paused 137us total 146.112ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/native  (26702): performance_monitor.cc:115 Event: FeatureExtraction is taking too long, it took 115.123ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 858(79KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4183KB/8366KB, paused 3.639ms total 267.651ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 719(84KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4179KB/8358KB, paused 449us total 108.080ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 764(64KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4181KB/8362KB, paused 244us total 180.445ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
W/native  (26702): plane_estimator.cc:671 Got a new plane, id: 6, with a invalid statistics.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
V/Unity-ARCore(26702): 	Configuration property PlaneFindingMode changed: 1 => 0
V/Unity-ARCore(26702): Configuration will be updated with these features enabled:
V/Unity-ARCore(26702): 	RearCamera
V/Unity-ARCore(26702): 	PositionAndRotation
V/Unity-ARCore(26702): 	AutoFocus
V/Unity-ARCore(26702): 	LightEstimationAmbientIntensity
V/Unity-ARCore(26702): 	LightEstimationAmbientColor
V/Unity-ARCore(26702): OnBeforeSetConfiguration
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 503(66KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4194KB/8388KB, paused 181us total 123.773ms
V/Unity-ARCore(26702): 	AugmentedImageDatabase: 0x799718f000
V/Unity-ARCore(26702): 	LightEstimationMode: 1
V/Unity-ARCore(26702): 	PlaneFindingMode: 0
V/Unity-ARCore(26702): 	UpdateMode: 0
V/Unity-ARCore(26702): 	FocusMode: 1
V/Unity-ARCore(26702): 	AugmentedFaceMode: 0
V/Unity-ARCore(26702): 	DepthMode: 0
V/Unity-ARCore(26702): 	InstantPlacementMode: 0
I/native  (26702): session.cc:550 Session::CheckAndWriteCurrentConfig returning OK.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/native  (26702): performance_monitor.cc:115 Event: FeatureExtraction is taking too long, it took 110.185ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 685(110KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4181KB/8362KB, paused 242us total 100.448ms
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 627(66KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4179KB/8359KB, paused 172us total 122.970ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 612(80KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4180KB/8361KB, paused 209us total 164.025ms
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 589(65KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4179KB/8359KB, paused 175us total 106.999ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 361(47KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4178KB/8357KB, paused 215us total 107.719ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ViewRootImpl@7698174[MainActivity](26702): ViewPostIme key 0
I/ViewRootImpl@7698174[MainActivity](26702): ViewPostIme key 1
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 832(75KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4185KB/8370KB, paused 254us total 107.760ms
I/SurfaceView(26702): setParentSpaceRectangle: useBLAST = false position = Rect(0, 420 - 1080, 2361) frameNumber = 352 t = android.view.SurfaceControl$Transaction@35aded0
I/SurfaceView(26702): applySurfaceTransforms: t = android.view.SurfaceControl$Transaction@35aded0 surfaceControl = Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@0)/@0x2746ec9 frame = 352
I/SurfaceView(26702): applySurfaceTransforms: postScaleX = 1.0 postScaleY = 1.0
E/BufferQueueProducer(26702): [ImageReader-1080x2196f1m3-26702-0](id:684e00000000,api:0,p:-1,c:26702) disconnect: not connected (req=1)
W/libEGL  (26702): EGLNativeWindowType 0x7b9ab8e010 disconnect failed
I/SurfaceView(26702): onWindowVisibilityChanged(8) false android.view.SurfaceView{9a1b85d VFE...... ........ 0,0-1080,1941 #7f05004e app:id/unitySurfaceView aid=1073741825} of ViewRootImpl@7698174[MainActivity]
I/SurfaceView(26702): surfaceDestroyed callback.size 1 #2 android.view.SurfaceView{9a1b85d VFE...... ........ 0,0-1080,1941 #7f05004e app:id/unitySurfaceView aid=1073741825}
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/SurfaceControl(26702): release : mNativeObject = 533406972384 - Surface(name=it.company.app/it.company.app.MainActivity$_26702)/@0x551dee3 / android.view.SurfaceControl.assignNativeObject:567 android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1810 android.view.ViewRootImpl.relayoutWindow:9005 
I/SurfaceControl(26702): nativeRelease nativeObject s[533406972384]
I/SurfaceControl(26702): nativeRelease nativeObject e[533406972384]
I/SurfaceControl(26702): assignNativeObject: nativeObject = 0 Surface(name=null)/@0xc5740e0 / android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1820 android.view.ViewRootImpl.relayoutWindow:9005 android.view.ViewRootImpl.performTraversals:3360 android.view.ViewRootImpl.doTraversal:2618 android.view.ViewRootImpl$TraversalRunnable.run:9965 android.view.Choreographer$CallbackRecord.run:1010 android.view.Choreographer.doCallbacks:809 android.view.Choreographer.doFrame:744 android.view.Choreographer$FrameDisplayEventReceiver.run:995 
I/SurfaceControl(26702): release : mNativeObject = 530724753152 - Surface(name=Surface(name=43e230 InputMethod)/@0x5a4fc65 - animation-leash)/@0x77a1bc5 / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.ImeInsetsSourceConsumer.setControl:154 
I/SurfaceControl(26702): nativeRelease nativeObject s[530724753152]
I/SurfaceControl(26702): nativeRelease nativeObject e[530724753152]
I/SurfaceControl(26702): release : mNativeObject = 530760148192 - Surface(name=Surface(name=ea896bd NavigationBar0)/@0xf499c03 - animation-leash)/@0x2d2091a / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760148192]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760148192]
I/SurfaceControl(26702): release : mNativeObject = 530760151456 - Surface(name=Surface(name=96805c8 StatusBar)/@0xb90c586 - animation-leash)/@0x64ffc4b / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760151456]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760151456]
I/ViewRootImpl@7698174[MainActivity](26702): Relayout returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)0 dur=24 res=0x1 s={true 530760003584} ch=false fn=353
D/SurfaceControl(26702): hide : mNativeObject = 530759946144 - sc.mNativeObject = 530724752288 - Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@0)/@0x2746ec9
D/SurfaceControl(26702): nativeSetFlags Done : Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@0)/@0x2746ec9
I/SurfaceView(26702): remove() from RT android.view.SurfaceView$2@bef7628 Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@0)/@0x2746ec9
I/SurfaceControl(26702): release : mNativeObject = 530724752288 - Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@0)/@0x2746ec9 / android.view.SurfaceControl$Transaction.remove:3449 android.view.SurfaceView$2.positionLost:1561 android.graphics.RenderNode$CompositePositionUpdateListener.positionLost:313 <bottom of call stack> 
I/SurfaceControl(26702): nativeRelease nativeObject s[530724752288]
I/SurfaceControl(26702): nativeRelease nativeObject e[530724752288]
I/SurfaceControl(26702): release : mNativeObject = 530724752384 - Surface(name=Background for -SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@0)/@0x5e5af41 / android.view.SurfaceControl$Transaction.remove:3449 android.view.SurfaceView$2.positionLost:1562 android.graphics.RenderNode$CompositePositionUpdateListener.positionLost:313 <bottom of call stack> 
I/SurfaceControl(26702): nativeRelease nativeObject s[530724752384]
I/SurfaceControl(26702): nativeRelease nativeObject e[530724752384]
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ViewRootImpl@7698174[MainActivity](26702): ViewPostIme pointer 0
I/ViewRootImpl@7698174[MainActivity](26702): ViewPostIme pointer 1
W/libEGL  (26702): EGLNativeWindowType 0x7b93c6a010 disconnect failed
I/SurfaceView(26702): onWindowVisibilityChanged(0) true android.view.SurfaceView{9a1b85d VFE...... ........ 0,0-1080,1941 #7f05004e app:id/unitySurfaceView aid=1073741825} of ViewRootImpl@7698174[MainActivity]
I/flutter (26702): [Json Sampling] "{\"id\":135,\"date\":\"2021-05-27T15:05:04\",\"date_gmt\":\"2021-05-27T15:05:04\",\"guid\":{\"rendered\":\"https://app.company.it/?post_type=sampling&#038;p=135\"},\"modified\":\"2021-05-27T15:05:04\",\"modified_gmt\":\"2021-05-27T15:05:04\",\"slug\":\"prova-2\",\"status\":\"publish\",\"type\":\"sampling\",\"link\":\"https://app.company.it/sampling/prova-2/\",\"title\":{\"rendered\":\"Prova 2\"},\"content\":{\"rendered\":\"<p>Contenuto di prova #2.</p>\\n\",\"protected\":false},\"featured_media\":0,\"template\":\"\",\"sampling_date\":\"2021-05-17\",\"coordinates\":{\"latitude\":44.384998,\"longitude\":9.863767},\"temperature\":{\"average\":18.6,\"standard_deviation\":1.3},\"ph\":{\"average\":6.9,\"standard_deviation\":0.14},\"phosphates\":{\"average\":0.44,\"standard_deviation\":0.08},\"nitrites\":{\"average\":0.035,\"standard_deviation\":0.011},\"nitrates\":{\"average\":5.9,\"standard_deviation\":0.49},\"iron\":{\"average\":0.053,\"standard_deviation\":0.016},\
I/flutter (26702): *********************************************
I/flutter (26702): ** flutter unity controller setup complete **
I/flutter (26702): *********************************************
I/flutter (26702): [isReady] true
I/flutter (26702): [isLoaded] true
I/flutter (26702): [isPaused] false
I/SurfaceView(26702): surfaceCreated 1 #8 android.view.SurfaceView{9a1b85d VFE...... ........ 0,0-1080,1941 #7f05004e app:id/unitySurfaceView aid=1073741825}
I/SurfaceView(26702): surfaceChanged (1080,1941) 1 #8 android.view.SurfaceView{9a1b85d VFE...... ........ 0,0-1080,1941 #7f05004e app:id/unitySurfaceView aid=1073741825}
I/ViewRootImpl@7698174[MainActivity](26702): [DP] dp(1) 1 android.view.SurfaceView.updateSurface:1311 android.view.SurfaceView$1.onPreDraw:225 android.view.ViewTreeObserver.dispatchOnPreDraw:1124 
I/ViewRootImpl@7698174[MainActivity](26702): [DP] pdf(0) 1 android.view.SurfaceView.notifyDrawFinished:577 android.view.SurfaceView.performDrawFinished:564 android.view.SurfaceView.lambda$TWz4D2u33ZlAmRtgKzbqqDue3iM:0 
I/ViewRootImpl@7698174[MainActivity](26702): [DP] rdf()
I/SurfaceView(26702): setParentSpaceRectangle: useBLAST = false position = Rect(0, 377 - 1080, 2318) frameNumber = 355 t = android.view.SurfaceControl$Transaction@35aded0
I/SurfaceView(26702): applySurfaceTransforms: t = android.view.SurfaceControl$Transaction@35aded0 surfaceControl = Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@1)/@0x2a1e26c frame = 355
I/SurfaceView(26702): applySurfaceTransforms: postScaleX = 1.0 postScaleY = 1.0
I/Unity   (26702): [Unity CONTROLLER] Sampling List [{"id":135,"date":"2021-05-27T15:05:04","date_gmt":"2021-05-27T15:05:04","guid":{"rendered":"https://app.company.it/?post_type=sampling&#038;p=135"},"modified":"2021-05-27T15:05:04","modified_gmt":"2021-05-27T15:05:04","slug":"prova-2","status":"publish","type":"sampling","link":"https://app.company.it/sampling/prova-2/","title":{"rendered":"Prova 2"},"content":{"rendered":"<p>Contenuto di prova #2.</p>\n","protected":false},"featured_media":0,"template":"","sampling_date":"2021-05-17","coordinates":{"latitude":44.384998,"longitude":9.863767},"temperature":{"average":18.6,"standard_deviation":1.3},"ph":{"average":6.9,"standard_deviation":0.14},"phosphates":{"average":0.44,"standard_deviation":0.08},"nitrites":{"average":0.035,"standard_deviation":0.011},"nitrates":{"average":5.9,"standard_deviation":0.49},"iron":{"average":0.053,"standard_deviation":0.016},"ammonium_ion":{"average":6.9,"standard_deviation":1.06},"sulfates":{"average":19.2,"standa
V/Unity-ARCore(26702): 	Configuration property PlaneFindingMode changed: 0 => 1
V/Unity-ARCore(26702): Configuration will be updated with these features enabled:
V/Unity-ARCore(26702): 	RearCamera
V/Unity-ARCore(26702): 	PositionAndRotation
V/Unity-ARCore(26702): 	PlaneDetection
V/Unity-ARCore(26702): 	AutoFocus
V/Unity-ARCore(26702): 	LightEstimationAmbientIntensity
V/Unity-ARCore(26702): 	LightEstimationAmbientColor
V/Unity-ARCore(26702): OnBeforeSetConfiguration
I/SurfaceView(26702): setParentSpaceRectangle: useBLAST = false position = Rect(0, 258 - 1080, 2199) frameNumber = 357 t = android.view.SurfaceControl$Transaction@35aded0
I/SurfaceView(26702): applySurfaceTransforms: t = android.view.SurfaceControl$Transaction@35aded0 surfaceControl = Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@1)/@0x2a1e26c frame = 357
I/SurfaceView(26702): applySurfaceTransforms: postScaleX = 1.0 postScaleY = 1.0
V/Unity-ARCore(26702): 	AugmentedImageDatabase: 0x796623bc00
V/Unity-ARCore(26702): 	LightEstimationMode: 1
V/Unity-ARCore(26702): 	PlaneFindingMode: 1
V/Unity-ARCore(26702): 	UpdateMode: 0
V/Unity-ARCore(26702): 	FocusMode: 1
V/Unity-ARCore(26702): 	AugmentedFaceMode: 0
V/Unity-ARCore(26702): 	DepthMode: 0
V/Unity-ARCore(26702): 	InstantPlacementMode: 0
I/native  (26702): session.cc:550 Session::CheckAndWriteCurrentConfig returning OK.
I/SurfaceView(26702): setParentSpaceRectangle: useBLAST = false position = Rect(0, 254 - 1080, 2195) frameNumber = 358 t = android.view.SurfaceControl$Transaction@35aded0
I/SurfaceView(26702): applySurfaceTransforms: t = android.view.SurfaceControl$Transaction@35aded0 surfaceControl = Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@1)/@0x2a1e26c frame = 358
I/SurfaceView(26702): applySurfaceTransforms: postScaleX = 1.0 postScaleY = 1.0
V/Unity-ARCore(26702): 	Configuration property PlaneFindingMode changed: 1 => 0
V/Unity-ARCore(26702): Configuration will be updated with these features enabled:
V/Unity-ARCore(26702): 	RearCamera
V/Unity-ARCore(26702): 	PositionAndRotation
V/Unity-ARCore(26702): 	AutoFocus
V/Unity-ARCore(26702): 	LightEstimationAmbientIntensity
V/Unity-ARCore(26702): 	LightEstimationAmbientColor
V/Unity-ARCore(26702): OnBeforeSetConfiguration
V/Unity-ARCore(26702): 	AugmentedImageDatabase: 0x796623c800
V/Unity-ARCore(26702): 	LightEstimationMode: 1
V/Unity-ARCore(26702): 	PlaneFindingMode: 0
V/Unity-ARCore(26702): 	UpdateMode: 0
V/Unity-ARCore(26702): 	FocusMode: 1
V/Unity-ARCore(26702): 	AugmentedFaceMode: 0
V/Unity-ARCore(26702): 	DepthMode: 0
V/Unity-ARCore(26702): 	InstantPlacementMode: 0
I/native  (26702): session.cc:550 Session::CheckAndWriteCurrentConfig returning OK.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 766(130KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4191KB/8383KB, paused 115us total 140.980ms
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 555(63KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4193KB/8386KB, paused 118us total 117.068ms
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 585(65KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4192KB/8385KB, paused 381us total 145.527ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 792(62KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4195KB/8390KB, paused 185us total 141.137ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/native  (26702): performance_monitor.cc:115 Event: FeatureExtraction is taking too long, it took 121.402ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 569(63KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4193KB/8387KB, paused 261us total 137.226ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/native  (26702): viwls_optimization.cc:978 Skip Lite-COM due to a significant calibration change.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 734(63KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4227KB/8454KB, paused 212us total 197.558ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/native  (26702): viwls_optimization.cc:827 MAP SOLVE: USER_SUCCESS
I/native  (26702): visual_inertial_wls.cc:279 online_viwls_solve_time in seconds = 0.315943 solve_time_counter_ = 0
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/native  (26702): multi_map_manager.cc:289 Added ADF into multi_map_manager: b69d680e-6716-284e-9997-bc38aca51af6
I/native  (26702): performance_monitor.cc:115 Event: FeatureExtraction is taking too long, it took 118.651ms
I/ViewRootImpl@7698174[MainActivity](26702): MSG_WINDOW_FOCUS_CHANGED 0 1
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/SurfaceControl(26702): release : mNativeObject = 523295975136 - Surface(name=Surface(name=43e230 InputMethod)/@0x5a4fc65 - animation-leash)/@0xaceecca / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.ImeInsetsSourceConsumer.setControl:154 
I/SurfaceControl(26702): nativeRelease nativeObject s[523295975136]
I/SurfaceControl(26702): nativeRelease nativeObject e[523295975136]
I/SurfaceControl(26702): release : mNativeObject = 530862778912 - Surface(name=Surface(name=ea896bd NavigationBar0)/@0xf499c03 - animation-leash)/@0x47c8e3b / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[530862778912]
I/SurfaceControl(26702): nativeRelease nativeObject e[530862778912]
I/SurfaceControl(26702): release : mNativeObject = 533406972384 - Surface(name=Surface(name=96805c8 StatusBar)/@0xb90c586 - animation-leash)/@0x900b958 / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.InsetsController.onControlsChanged:833 
I/SurfaceControl(26702): nativeRelease nativeObject s[533406972384]
I/SurfaceControl(26702): nativeRelease nativeObject e[533406972384]
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 938(93KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4178KB/8356KB, paused 137us total 154.278ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 684(114KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4193KB/8387KB, paused 167us total 178.099ms
D/InputTransport(26702): Input channel destroyed: 'ClientS', fd=127
I/SurfaceControl(26702): release : mNativeObject = 530724756608 - Surface(name=Surface(name=43e230 InputMethod)/@0x5a4fc65 - animation-leash)/@0xfd7eab1 / android.view.-$$Lambda$Rl1VZmNJ0VZDLK0BAbaVGis0rrA.accept:2 android.view.InsetsSourceControl.release:170 android.view.InsetsSourceConsumer.setControl:202 android.view.ImeInsetsSourceConsumer.setControl:154 
I/SurfaceControl(26702): nativeRelease nativeObject s[530724756608]
I/SurfaceControl(26702): nativeRelease nativeObject e[530724756608]
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/native  (26702): performance_monitor.cc:115 Event: FeatureExtraction is taking too long, it took 126.183ms
I/ign.bioexplore(26702): NativeAlloc concurrent copying GC freed 809(64KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4194KB/8388KB, paused 255us total 176.952ms
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/SurfaceView(26702): onWindowVisibilityChanged(8) false io.flutter.embedding.android.FlutterSurfaceView{42b0f99 V.E...... ........ 0,0-1080,2196} of ViewRootImpl@7698174[MainActivity]
I/SurfaceView(26702): surfaceDestroyed callback.size 1 #2 io.flutter.embedding.android.FlutterSurfaceView{42b0f99 V.E...... ........ 0,0-1080,2196}
I/SurfaceView(26702): onWindowVisibilityChanged(8) false android.view.SurfaceView{9a1b85d VFE...... ........ 0,0-1080,1941 #7f05004e app:id/unitySurfaceView aid=1073741825} of ViewRootImpl@7698174[MainActivity]
I/SurfaceView(26702): surfaceDestroyed callback.size 1 #2 android.view.SurfaceView{9a1b85d VFE...... ........ 0,0-1080,1941 #7f05004e app:id/unitySurfaceView aid=1073741825}
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
W/native  (26702): estimator_impl.cc:819 generic::resource_exhausted: Behind by: 161.062615ms, skip current frame.
D/SurfaceControl(26702): hide : mNativeObject = 530758995520 - sc.mNativeObject = 530760149536 - Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@42b0f99@0)/@0x75618d1
D/SurfaceControl(26702): nativeSetFlags Done : Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@42b0f99@0)/@0x75618d1
I/SurfaceView(26702): remove() from RT android.view.SurfaceView$2@e570b96 Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@42b0f99@0)/@0x75618d1
I/SurfaceControl(26702): release : mNativeObject = 530760149536 - Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@42b0f99@0)/@0x75618d1 / android.view.SurfaceControl$Transaction.remove:3449 android.view.SurfaceView$2.positionLost:1561 android.graphics.RenderNode$CompositePositionUpdateListener.positionLost:313 <bottom of call stack> 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760149536]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760149536]
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/SurfaceControl(26702): release : mNativeObject = 530760149728 - Surface(name=Background for -SurfaceView - it.company.app/it.company.app.MainActivity@42b0f99@0)/@0xc9bd317 / android.view.SurfaceControl$Transaction.remove:3449 android.view.SurfaceView$2.positionLost:1562 android.graphics.RenderNode$CompositePositionUpdateListener.positionLost:313 <bottom of call stack> 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760149728]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760149728]
D/SurfaceControl(26702): hide : mNativeObject = 530759946144 - sc.mNativeObject = 533406977280 - Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@1)/@0x2a1e26c
D/SurfaceControl(26702): nativeSetFlags Done : Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@1)/@0x2a1e26c
I/SurfaceView(26702): remove() from RT android.view.SurfaceView$2@bef7628 Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@1)/@0x2a1e26c
I/SurfaceControl(26702): release : mNativeObject = 533406977280 - Surface(name=SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@1)/@0x2a1e26c / android.view.SurfaceControl$Transaction.remove:3449 android.view.SurfaceView$2.positionLost:1561 android.graphics.RenderNode$CompositePositionUpdateListener.positionLost:313 <bottom of call stack> 
I/SurfaceControl(26702): nativeRelease nativeObject s[533406977280]
I/SurfaceControl(26702): nativeRelease nativeObject e[533406977280]
I/SurfaceControl(26702): release : mNativeObject = 527959647456 - Surface(name=Background for -SurfaceView - it.company.app/it.company.app.MainActivity@9a1b85d@1)/@0x3741304 / android.view.SurfaceControl$Transaction.remove:3449 android.view.SurfaceView$2.positionLost:1562 android.graphics.RenderNode$CompositePositionUpdateListener.positionLost:313 <bottom of call stack> 
I/SurfaceControl(26702): nativeRelease nativeObject s[527959647456]
I/SurfaceControl(26702): nativeRelease nativeObject e[527959647456]
W/libEGL  (26702): EGLNativeWindowType 0x7b93c2f010 disconnect failed
I/SurfaceControl(26702): release : mNativeObject = 523295975712 - Surface(name=null)/@0x551dee3 / android.view.SurfaceControl.assignNativeObject:567 android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1810 android.view.ViewRootImpl.relayoutWindow:9005 
I/SurfaceControl(26702): nativeRelease nativeObject s[523295975712]
I/SurfaceControl(26702): nativeRelease nativeObject e[523295975712]
I/SurfaceControl(26702): assignNativeObject: nativeObject = 0 Surface(name=null)/@0x551dee3 / android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1810 android.view.ViewRootImpl.relayoutWindow:9005 android.view.ViewRootImpl.performTraversals:3360 android.view.ViewRootImpl.doTraversal:2618 android.view.ViewRootImpl$TraversalRunnable.run:9965 android.view.Choreographer$CallbackRecord.run:1010 android.view.Choreographer.doCallbacks:809 android.view.Choreographer.doFrame:744 android.view.Choreographer$FrameDisplayEventReceiver.run:995 
I/SurfaceControl(26702): assignNativeObject: nativeObject = 0 Surface(name=null)/@0xc5740e0 / android.view.SurfaceControl.readFromParcel:1115 android.view.IWindowSession$Stub$Proxy.relayout:1820 android.view.ViewRootImpl.relayoutWindow:9005 android.view.ViewRootImpl.performTraversals:3360 android.view.ViewRootImpl.doTraversal:2618 android.view.ViewRootImpl$TraversalRunnable.run:9965 android.view.Choreographer$CallbackRecord.run:1010 android.view.Choreographer.doCallbacks:809 android.view.Choreographer.doFrame:744 android.view.Choreographer$FrameDisplayEventReceiver.run:995 
I/SurfaceControl(26702): release : mNativeObject = 530760149632 - Surface(name=Bounds for - it.company.app/it.company.app.MainActivity@0)/@0x5d89615 / android.view.ViewRootImpl.destroySurface:2480 android.view.ViewRootImpl.relayoutWindow:9042 android.view.ViewRootImpl.performTraversals:3360 android.view.ViewRootImpl.doTraversal:2618 
I/SurfaceControl(26702): nativeRelease nativeObject s[530760149632]
I/SurfaceControl(26702): nativeRelease nativeObject e[530760149632]
W/ign.bioexplore(26702): Suspending all threads took: 18.622ms
I/ViewRootImpl@7698174[MainActivity](26702): Relayout returned: old=(0,0,1080,2340) new=(0,0,1080,2340) req=(1080,2340)8 dur=112 res=0x5 s={false 0} ch=true fn=420
I/SurfaceView(26702): windowStopped(true) false io.flutter.embedding.android.FlutterSurfaceView{42b0f99 V.E...... ........ 0,0-1080,2196} of ViewRootImpl@7698174[MainActivity]
I/SurfaceView(26702): windowStopped(true) false android.view.SurfaceView{9a1b85d VFE...... ........ 0,0-1080,1941 #7f05004e app:id/unitySurfaceView aid=1073741825} of ViewRootImpl@7698174[MainActivity]
E/native  (26702): camera_image_stream.cc:270 FAILED_PRECONDITION: Failed to extract the native metadata, status=DEADLINE_EXCEEDED: Timed out waiting for metadata.
I/ViewRootImpl@7698174[MainActivity](26702): stopped(true) old=false
W/native  (26702): vio_initializer.cc:438 Dropped initialization window due to skip in data.
W/native  (26702): pose_manager.cc:55 GetRecentDevicePose failed. INVALID_ARGUMENT: Passed timestamp is too old. Latest VIO t: 64h46m41.552417925s, latest IMU t: 64h46m42.70831s, query t:64h46m41.552417926s
Lost connection to device.
@AlceoMazza
Copy link
Author

Found workaround to this unexpected behaviour: #400 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant