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

App crash when FilePicker selects large files #6503

Open
Sergtek opened this issue Apr 26, 2022 · 11 comments
Open

App crash when FilePicker selects large files #6503

Sergtek opened this issue Apr 26, 2022 · 11 comments
Labels
area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@Sergtek
Copy link

Sergtek commented Apr 26, 2022

Description

When I select a "large" file of 1.90 GB (or larger) with FilePicker on Android, the app crashes, I've tried smaller files eg 1.01 GB and it works, from 1.90 GB, FilePicker crashes the app.

Repository:
https://github.com/nacompllo/MauiCollectionView/tree/test/FilePicker

Steps to Reproduce

Clone the attached repository, start the application on Android and press the "Select file" button and select a video with a size equal to or greater than 1.90 GB then the app will crash.

Version with bug

Release Candidate 1 (current)

Last version that worked well

Unknown/Other

Affected platforms

Android, I was not able test on other platforms

Affected platform versions

Android 10

Did you find any workaround?

No response

Relevant log output

No response

@Sergtek Sergtek added s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working labels Apr 26, 2022
@jfversluis jfversluis added area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info and removed s/needs-verification Indicates that this issue needs initial verification before further triage will happen labels Apr 26, 2022
@jfversluis jfversluis added this to the 6.0.300-servicing milestone Apr 26, 2022
@jfversluis
Copy link
Member

Do you maybe have the stacktrace with more information?

@Sergtek
Copy link
Author

Sergtek commented Apr 26, 2022

Do you maybe have the stacktrace with more information?

I can provide the Debug output, Visual Studio doesn't throw any exception when the app closes so I can't get the stacktrace from exception. If I can help with anything else, let me know (The filename is "video.mp4" in case you need to look it up in the log):

Forwarding debugger port 8838
Detecting existing process
> am start -a "android.intent.action.MAIN" -c "android.intent.category.LAUNCHER" -n "com.companyname.mauicollectionview/crc6406acc04f2b1bc0c5.MainActivity"
> Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.companyname.mauicollectionview/crc6406acc04f2b1bc0c5.MainActivity }
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/MauiCollectionView.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Mono.Android.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Runtime.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Java.Interop.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Collections.dll [External]
Resolved pending breakpoint for 'Android.Runtime.JNIEnv.RegisterJniNatives(System.IntPtr, System.Int32, System.IntPtr, System.IntPtr, System.Int32)' to /Users/runner/work/1/s/xamarin-android/src/Mono.Android/Android.Runtime/JNIEnv.cs:124 [0x00000].
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Threading.dll [External]
[icollectionvie] Late-enabling -Xcheck:jni
[icollectionvie] Unknown bits set in runtime_flags: 0x8000
[icollectionvie] Reinit property: dalvik.vm.checkjni= false
[re-initialized>] type=1400 audit(0.0:6172271): avc: denied { read } for pid=1813 name="u:object_r:mmi_prop:s0" dev="tmpfs" ino=4856 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:mmi_prop:s0 tclass=file permissive=0
[libc] Access denied finding property "runtime.mmitest.isrunning"
[icollectionvie] QarthPatchMonintor::Init
[icollectionvie] 
[icollectionvie] QarthPatchMonintor::StartWatch
[icollectionvie] 
[HwApiCacheMangerEx] apicache path=/storage/emulated/0 state=mounted key=com.companyname.mauicollectionview#10017#256
[HwApiCacheMangerEx] apicache path=/storage/emulated/0 state=mounted key=com.companyname.mauicollectionview#10017#0
[icollectionvie] QarthPatchMonintor::WatchPackage: /data/hotpatch/fwkhotpatch/
[icollectionvie] 
[icollectionvie] QarthPatchMonintor::CheckAndWatchPatch: /data/hotpatch/fwkhotpatch/com.companyname.mauicollectionview
[icollectionvie] 
[icollectionvie] QarthPatchMonintor::CheckAndWatchPatch: /data/hotpatch/fwkhotpatch/all
[icollectionvie] 
[icollectionvie] QarthPatchMonintor::Run
[icollectionvie] 
[icollectionvie] QarthPatchMonintor::Reading
[icollectionvie] 
[icollectionvie] QarthPatchMonintor::CheckNotifyEvent
[icollectionvie] 
[icollectionvie] QarthPatchMonintor::CheckNotifyEvent before read
[icollectionvie] 
[AwareBitmapCacher] init processName:com.companyname.mauicollectionview pid=1813 uid=10017
[debug-app-helper] Checking if libmonodroid was unpacked to /data/app/com.companyname.mauicollectionview-ebLW7U5EzmJYS-a1MjbZGA==/lib/arm64/libmonodroid.so
[debug-app-helper] Native libs extracted to /data/app/com.companyname.mauicollectionview-ebLW7U5EzmJYS-a1MjbZGA==/lib/arm64, assuming application/android:extractNativeLibs == true
[debug-app-helper] Setting up for DSO lookup in app data directories
[debug-app-helper] Added filesystem DSO lookup location: /data/app/com.companyname.mauicollectionview-ebLW7U5EzmJYS-a1MjbZGA==/lib/arm64
[debug-app-helper] Using runtime path: /data/app/com.companyname.mauicollectionview-ebLW7U5EzmJYS-a1MjbZGA==/lib/arm64
[debug-app-helper] checking directory: `/data/user/0/com.companyname.mauicollectionview/files/.__override__/lib`
[debug-app-helper] directory does not exist: `/data/user/0/com.companyname.mauicollectionview/files/.__override__/lib`
[debug-app-helper] Checking whether Mono runtime exists at: /data/user/0/com.companyname.mauicollectionview/files/.__override__/libmonosgen-2.0.so
[debug-app-helper] Checking whether Mono runtime exists at: /data/app/com.companyname.mauicollectionview-ebLW7U5EzmJYS-a1MjbZGA==/lib/arm64/libmonosgen-2.0.so
[debug-app-helper] Mono runtime found at: /data/app/com.companyname.mauicollectionview-ebLW7U5EzmJYS-a1MjbZGA==/lib/arm64/libmonosgen-2.0.so
[AwareLog] AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@e03a202
[AwareLog] AtomicFileUtils: readFileLines file not exist: android.util.AtomicFile@274c713
[DOTNET] JNI_OnLoad: JNI_OnLoad in pal_jni.c
[monodroid] Creating public update directory: `/data/user/0/com.companyname.mauicollectionview/files/.__override__`
[monodroid-debug] Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:8838,server=y,embedding=1
[monodroid-assembly] open_from_bundles: failed to load assembly MauiCollectionView.dll
[monodroid-gc] GREF GC Threshold: 46080
[monodroid-assembly] open_from_bundles: failed to load assembly Mono.Android.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Java.Interop.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Collections.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Threading.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.InteropServices.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Runtime.InteropServices.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Threading.Thread.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Diagnostics.StackTrace.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Threading.Thread.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Diagnostics.StackTrace.dll [External]
Loaded assembly: data-0x7b409cd3c0 [External]
Loaded assembly: data-0x7b409da180 [External]
Loaded assembly: data-0x7b4060d980 [External]
Loaded assembly: data-0x7b4065f8c0 [External]
[monodroid-assembly] open_from_bundles: failed to load assembly netstandard.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/netstandard.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Linq.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Linq.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.VisualStudio.DesignTools.TapContract.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.VisualStudio.DesignTools.TapContract.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.HotReload.Contracts.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.HotReload.Contracts.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Collections.Concurrent.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Collections.Concurrent.dll [External]
Resolved pending breakpoint for 'Xamarin.HotReload.HotReloadAgent.BreakpointSendToIde(System.String)' to D:\a\_work\1\s\HotReload\Source\Xamarin.HotReload.Agent\HotReloadAgent.cs:419 [0x00000].
[monodroid-assembly] open_from_bundles: failed to load assembly System.Text.Json.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Text.Json.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Text.Encodings.Web.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Text.Encodings.Web.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.ComponentModel.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.ComponentModel.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Maui.Controls.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.HotReload.Contracts.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Maui.Controls.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.HotReload.Contracts.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.VisualStudio.DesignTools.TapContract.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.VisualStudio.DesignTools.TapContract.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.ObjectModel.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Maui.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.ObjectModel.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Maui.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Maui.Graphics.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Maui.Essentials.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.Logging.Abstractions.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Maui.Graphics.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Maui.Essentials.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Extensions.Logging.Abstractions.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.Loader.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Runtime.Loader.dll [External]
Resolved pending breakpoint for 'Xamarin.HotReload.HotReloadAgent.BreakpointCheckpoint()' to D:\a\_work\1\s\HotReload\Source\Xamarin.HotReload.Agent\HotReloadAgent.cs:414 [0x00000].
[monodroid-assembly] open_from_bundles: failed to load assembly System.Memory.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Memory.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Reflection.Emit.Lightweight.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Reflection.Emit.ILGeneration.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Reflection.Primitives.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Reflection.Emit.Lightweight.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Reflection.Emit.ILGeneration.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Reflection.Primitives.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.CompilerServices.Unsafe.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Runtime.CompilerServices.Unsafe.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Core.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Core.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.DependencyInjection.Abstractions.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Extensions.DependencyInjection.Abstractions.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Maui.Controls.Xaml.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.Configuration.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.Configuration.Abstractions.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.Logging.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Maui.Controls.Xaml.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Extensions.Configuration.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Extensions.Configuration.Abstractions.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Extensions.Logging.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.AppCompat.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.Google.Android.Material.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.AppCompat.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.Google.Android.Material.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.ComponentModel.TypeConverter.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.ComponentModel.TypeConverter.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Private.Uri.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Private.Uri.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.DrawerLayout.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.CustomView.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Navigation.Runtime.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.DrawerLayout.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.CustomView.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Navigation.Runtime.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.DependencyInjection.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Extensions.DependencyInjection.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Diagnostics.Tracing.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Diagnostics.Tracing.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Xml.ReaderWriter.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Private.Xml.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Xml.ReaderWriter.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Private.Xml.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Text.Encoding.Extensions.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Text.Encoding.Extensions.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Text.RegularExpressions.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Text.RegularExpressions.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly es-ES/System.Private.CoreLib.resources.dll
[monodroid-assembly] open_from_bundles: failed to load assembly es-ES/System.Private.CoreLib.resources.dll
[monodroid-assembly] open_from_bundles: failed to load assembly es/System.Private.CoreLib.resources.dll
[monodroid-assembly] open_from_bundles: failed to load assembly es/System.Private.CoreLib.resources.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Numerics.Vectors.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Numerics.Vectors.dll [External]
[icollectionvie] Explicit concurrent copying GC freed 123(43KB) AllocSpace objects, 0(0B) LOS objects, 65% free, 1090KB/3138KB, paused 30us total 6.453ms
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.RecyclerView.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.SwipeRefreshLayout.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.CardView.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.RecyclerView.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.SwipeRefreshLayout.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.CardView.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Fragment.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Activity.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Lifecycle.Common.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Lifecycle.ViewModel.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.SavedState.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Loader.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Fragment.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Activity.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Lifecycle.Common.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Lifecycle.ViewModel.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.SavedState.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Loader.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Maui.Controls.Compatibility.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Maui.Controls.Compatibility.dll [External]
Thread started:  #2
Thread started:  #3
Thread started:  #4
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.Serialization.Json.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Private.DataContractSerialization.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.Serialization.Xml.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Runtime.Serialization.Json.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Private.DataContractSerialization.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Runtime.Serialization.Xml.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.Serialization.Primitives.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Runtime.Serialization.Primitives.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly es-ES/System.Private.DataContractSerialization.resources.dll
[monodroid-assembly] open_from_bundles: failed to load assembly es-ES/System.Private.DataContractSerialization.resources.dll
[monodroid-assembly] open_from_bundles: failed to load assembly es/System.Private.DataContractSerialization.resources.dll
[monodroid-assembly] open_from_bundles: failed to load assembly es/System.Private.DataContractSerialization.resources.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.CoordinatorLayout.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.CoordinatorLayout.dll [External]
[HwWidgetFactory] : successes to get AllImpl object and return....
[OverScrollerOptimization] start init SmartSlideOverScroller and get the overscroller config
[OverScrollerOptimization] get the overscroller config
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Lifecycle.LiveData.Core.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll [External]
[icollectionvie] Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed)
[icollectionvie] Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed)
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.ViewPager2.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.ViewPager2.dll [External]
[TabLayout] MODE_SCROLLABLE + GRAVITY_FILL is not supported, GRAVITY_START will be used instead
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Lifecycle.Runtime.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Lifecycle.Runtime.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.ViewPager.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.ViewPager.dll [External]
[icollectionvie] Explicit concurrent copying GC freed 3216(1080KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2112KB/4160KB, paused 30us total 10.124ms
Thread started: .NET Timers #5
[HiTouch_PressGestureDetector] onAttached, package=com.companyname.mauicollectionview, windowType=1, mHiTouchRestricted=false
[iGraphics] [0020080c] pn: com.companyname.mauicollectionview, p: 1813
[iGraphics] [0030080c] no spt app: com.companyname.mauicollectionview
[mali_winsys] EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
[Gralloc3] mapper 3.x is not supported
[] APS:IFLoad:importExternalFunctions, search function createNewHwApsUtils failed, dlsym err:undefined symbol: createNewHwApsUtils
[] APS:importExternalFunctions OK
[HwViewRootImpl] removeInvalidNode jank list is null
[HwFrameworkSecurityPartsFactory] HwFrameworkSecurityPartsFactory in.
[HwFrameworkSecurityPartsFactory] add HwFrameworkSecurityPartsFactory to memory.
[AwareBitmapCacher] handleInit switch not opened pid=1813
Thread started: <Thread Pool> #6
Thread started: .NET ThreadPool Gate #7
Thread started: <Thread Pool> #8
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.Intrinsics.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Runtime.Intrinsics.dll [External]
Thread started: <Thread Pool> #9
Thread started: <Thread Pool> #10
Thread started: <Thread Pool> #11
Thread started: <Thread Pool> #12
Thread started: <Thread Pool> #13
[monodroid-assembly] open_from_bundles: failed to load assembly System.ComponentModel.Primitives.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Win32.Primitives.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Data.Common.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.IO.FileSystem.DriveInfo.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.IO.FileSystem.Watcher.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.IO.IsolatedStorage.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Net.Primitives.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Net.Http.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Net.HttpListener.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Net.Mail.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Net.NetworkInformation.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Net.Ping.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Net.Requests.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Net.WebSockets.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Net.Security.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Security.Cryptography.Primitives.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Transactions.Local.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Xml.XPath.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.ComponentModel.Primitives.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Win32.Primitives.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Data.Common.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.IO.FileSystem.DriveInfo.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.IO.FileSystem.Watcher.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.IO.IsolatedStorage.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Net.Primitives.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Net.Http.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Net.HttpListener.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Net.Mail.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Net.NetworkInformation.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Net.Requests.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Net.Ping.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Net.WebSockets.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Net.Security.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Security.Cryptography.Primitives.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Transactions.Local.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Xml.XPath.dll [External]
Thread finished: <Thread Pool> #6
Thread finished: <Thread Pool> #12
Thread finished: <Thread Pool> #9
Thread finished: <Thread Pool> #8
Thread finished: <Thread Pool> #13
The thread 0x6 has exited with code 0 (0x0).
The thread 0xc has exited with code 0 (0x0).
The thread 0x9 has exited with code 0 (0x0).
The thread 0x8 has exited with code 0 (0x0).
The thread 0xd has exited with code 0 (0x0).
[Settings] Setting device_provisioned has moved from android.provider.Settings.Secure to android.provider.Settings.Global.
[HiTouch_HiTouchSensor] User setup is finished.
[HwViewRootImpl] removeInvalidNode all the node in jank list is out of time
Resolved pending breakpoint at 'MainPageViewModel.cs:44,1' to void MauiCollectionView.MainPageViewModel.<PickAndShow>d__7.MoveNext () [0x000b5].
[HiTouch_PressGestureDetector] onAttached, package=com.companyname.mauicollectionview, windowType=1, mHiTouchRestricted=false
[mali_winsys] EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
[WindowDecorActionBar] should not do the transition or the transition anim is null or it is running or the mContainer view is null or mContainer view hasn't been drawn to screen 
[HwGalleryCacheManagerImpl] mIsEffect:false
[libEGL] EGLNativeWindowType 0x7b404226d0 disconnect failed
[libEGL] EGLNativeWindowType 0x7abe5af510 disconnect failed
[ZrHung.AppEyeUiProbe] not watching, wait.
[System] A resource failed to call close. 
[System] A resource failed to call close. 
[System] A resource failed to call close. 
[System] A resource failed to call close. 
[icollectionview] type=1400 audit(0.0:6172601): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionvie] GcSupervisor: GC congestion PID:1813 Freq:21/761.068ms
[] [ZeroHung]zrhung_send_event: wp = 8, ret = 0
[icollectionview] type=1400 audit(0.0:6174820): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionvie] GcSupervisor: GC congestion PID:1813 Freq:21/974.810ms
[] [ZeroHung]zrhung_send_event: wp = 8, ret = 0
[icollectionview] type=1400 audit(0.0:6176661): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:6178551): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionvie] GcSupervisor: GC congestion PID:1813 Freq:21/950.534ms
[] [ZeroHung]zrhung_send_event: wp = 8, ret = 0
[icollectionview] type=1400 audit(0.0:6180624): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionvie] GcSupervisor: GC congestion PID:1813 Freq:21/978.836ms
[] [ZeroHung]zrhung_send_event: wp = 8, ret = 0
[icollectionview] type=1400 audit(0.0:6182714): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionvie] GcSupervisor: GC congestion PID:1813 Freq:21/933.310ms
[] [ZeroHung]zrhung_send_event: wp = 8, ret = 0
[icollectionview] type=1400 audit(0.0:6184283): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:6184287): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:6185236): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:6185240): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:6186201): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:6186205): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[ZrHung.AppEyeUiProbe] restart watching
[] [ZeroHung]zrhung_send_event: wp = 257, ret = 0
[] [ZeroHung]zrhung_send_event: wp = 258, ret = 0
[mali_winsys] EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
[HwViewRootImpl] removeInvalidNode all the node in jank list is out of time
[ZrHung.AppEyeUiProbe] sendAppEye recover Events.
[] [ZeroHung]zrhung_send_event: wp = 280, ret = 0
[HwViewRootImpl] removeInvalidNode all the node in jank list is out of time
[ZrHung.AppEyeUiProbe] not watching, wait.
[ZrHung.AppEyeUiProbe] restart watching
[HiTouch_PressGestureDetector] onAttached, package=com.companyname.mauicollectionview, windowType=1, mHiTouchRestricted=false
[mali_winsys] EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
[WindowDecorActionBar] should not do the transition or the transition anim is null or it is running or the mContainer view is null or mContainer view hasn't been drawn to screen 
[libEGL] EGLNativeWindowType 0x7abe5af510 disconnect failed
[libEGL] EGLNativeWindowType 0x7b40423490 disconnect failed
[ZrHung.AppEyeUiProbe] not watching, wait.
[System] A resource failed to call close. 
[chatty] uid=10017(com.companyname.mauicollectionview) FinalizerDaemon identical 2 lines
[System] A resource failed to call close. 
[icollectionview] type=1400 audit(0.0:6186928): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionvie] GcSupervisor: GC congestion PID:1813 Freq:21/784.852ms
[] [ZeroHung]zrhung_send_event: wp = 8, ret = 0
[icollectionview] type=1400 audit(0.0:6189223): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionvie] GcSupervisor: GC congestion PID:1813 Freq:21/990.325ms
[] [ZeroHung]zrhung_send_event: wp = 8, ret = 0
[icollectionview] type=1400 audit(0.0:6191251): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:6192814): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 8 lines
[icollectionview] type=1400 audit(0.0:6193736): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:6194620): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:6194624): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:6195714): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:6197667): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionvie] GcSupervisor: GC congestion PID:1813 Freq:21/1.020s
[] [ZeroHung]zrhung_send_event: wp = 8, ret = 0
[icollectionview] type=1400 audit(0.0:6198999): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:6199003): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:6199878): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:6199882): avc: granted { read } for pid=1813 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file

@janseris
Copy link

janseris commented Apr 26, 2022

running this project on Android 11 gets stuck on loading screen with this output - endless list of Explicit concurrent copying GC freed lines

Forwarding debugger port 8842
Detecting existing process
> am start -a "android.intent.action.MAIN" -c "android.intent.category.LAUNCHER" -n "com.companyname.mauicollectionview/crc6406acc04f2b1bc0c5.MainActivity"
> Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.companyname.mauicollectionview/crc6406acc04f2b1bc0c5.MainActivity }
[icollectionvie] Late-enabling -Xcheck:jni
[icollectionvie] Unquickening 17 vdex files!
[Perf] Connecting to perf service.
[NetworkSecurityConfig] No Network Security Config specified, using platform default
[NetworkSecurityConfig] No Network Security Config specified, using platform default
[debug-app-helper] Checking if libmonodroid was unpacked to /data/app/~~tho43Pu-iYevyxRUuGWW9Q==/com.companyname.mauicollectionview-6iT6NJk_kxETgJHdVfSevw==/lib/arm64/libmonodroid.so
[debug-app-helper] Native libs extracted to /data/app/~~tho43Pu-iYevyxRUuGWW9Q==/com.companyname.mauicollectionview-6iT6NJk_kxETgJHdVfSevw==/lib/arm64, assuming application/android:extractNativeLibs == true
[debug-app-helper] Setting up for DSO lookup in app data directories
[debug-app-helper] Added filesystem DSO lookup location: /data/app/~~tho43Pu-iYevyxRUuGWW9Q==/com.companyname.mauicollectionview-6iT6NJk_kxETgJHdVfSevw==/lib/arm64
[debug-app-helper] Using runtime path: /data/app/~~tho43Pu-iYevyxRUuGWW9Q==/com.companyname.mauicollectionview-6iT6NJk_kxETgJHdVfSevw==/lib/arm64
[debug-app-helper] checking directory: `/data/user/0/com.companyname.mauicollectionview/files/.__override__/lib`
[debug-app-helper] directory does not exist: `/data/user/0/com.companyname.mauicollectionview/files/.__override__/lib`
[debug-app-helper] Checking whether Mono runtime exists at: /data/user/0/com.companyname.mauicollectionview/files/.__override__/libmonosgen-2.0.so
[debug-app-helper] Checking whether Mono runtime exists at: /data/app/~~tho43Pu-iYevyxRUuGWW9Q==/com.companyname.mauicollectionview-6iT6NJk_kxETgJHdVfSevw==/lib/arm64/libmonosgen-2.0.so
[debug-app-helper] Mono runtime found at: /data/app/~~tho43Pu-iYevyxRUuGWW9Q==/com.companyname.mauicollectionview-6iT6NJk_kxETgJHdVfSevw==/lib/arm64/libmonosgen-2.0.so
[icollectionvie] Attempt to remove non-JNI local reference, dumping thread
[DOTNET] JNI_OnLoad: JNI_OnLoad in pal_jni.c
[monodroid] Creating public update directory: `/data/user/0/com.companyname.mauicollectionview/files/.__override__`
[icollectionvie] Attempt to remove non-JNI local reference, dumping thread
[monodroid-debug] Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:8842,server=y,embedding=1
[monodroid-assembly] open_from_bundles: failed to load assembly MauiCollectionView.dll
[monodroid-gc] GREF GC Threshold: 46080
[monodroid-assembly] open_from_bundles: failed to load assembly Mono.Android.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Java.Interop.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Collections.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/MauiCollectionView.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Mono.Android.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Runtime.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Java.Interop.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Collections.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Threading.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Threading.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.InteropServices.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Runtime.InteropServices.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Threading.Thread.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Diagnostics.StackTrace.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Threading.Thread.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Diagnostics.StackTrace.dll [External]
[icollectionvie] Attempt to remove non-JNI local reference, dumping thread
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Maui.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Maui.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Memory.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Memory.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.ComponentModel.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.ComponentModel.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Reflection.Emit.Lightweight.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Reflection.Emit.ILGeneration.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Reflection.Primitives.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Reflection.Emit.Lightweight.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Reflection.Emit.ILGeneration.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Reflection.Primitives.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.CompilerServices.Unsafe.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Runtime.CompilerServices.Unsafe.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Maui.Essentials.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Core.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Maui.Essentials.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Core.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.DependencyInjection.Abstractions.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Extensions.DependencyInjection.Abstractions.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Maui.Controls.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.ObjectModel.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Maui.Controls.Xaml.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.Configuration.dll
[monodroid-assembly] open_from_bundles: failed to load assembly netstandard.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.Configuration.Abstractions.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.Logging.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Maui.Controls.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.ObjectModel.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Maui.Controls.Xaml.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Extensions.Configuration.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/netstandard.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Extensions.Configuration.Abstractions.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Extensions.Logging.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Maui.Graphics.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.Logging.Abstractions.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Maui.Graphics.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Extensions.Logging.Abstractions.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.AppCompat.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.Google.Android.Material.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.AppCompat.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.Google.Android.Material.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.ComponentModel.TypeConverter.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.ComponentModel.TypeConverter.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Private.Uri.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Private.Uri.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Collections.Concurrent.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Collections.Concurrent.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Linq.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Linq.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Fragment.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Activity.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Lifecycle.ViewModel.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Lifecycle.Common.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.SavedState.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Fragment.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Activity.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Lifecycle.ViewModel.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Lifecycle.Common.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.SavedState.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.DrawerLayout.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.CustomView.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Navigation.Runtime.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.DrawerLayout.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.CustomView.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Navigation.Runtime.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Extensions.DependencyInjection.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Extensions.DependencyInjection.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Diagnostics.Tracing.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Diagnostics.Tracing.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Xml.ReaderWriter.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Private.Xml.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Xml.ReaderWriter.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Private.Xml.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Text.Encoding.Extensions.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Text.Encoding.Extensions.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Text.RegularExpressions.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Text.RegularExpressions.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly cs-CZ/System.Private.CoreLib.resources.dll
[monodroid-assembly] open_from_bundles: failed to load assembly cs-CZ/System.Private.CoreLib.resources.dll
[monodroid-assembly] open_from_bundles: failed to load assembly cs/System.Private.CoreLib.resources.dll
[monodroid-assembly] open_from_bundles: failed to load assembly cs/System.Private.CoreLib.resources.dll
[monodroid-assembly] open_from_bundles: failed to load assembly System.Runtime.Loader.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Runtime.Loader.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly System.Numerics.Vectors.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Numerics.Vectors.dll [External]
[icollectionvie] Explicit concurrent copying GC freed 579(61KB) AllocSpace objects, 0(0B) LOS objects, 24% free, 1813KB/2417KB, paused 21us total 3.681ms
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.RecyclerView.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.SwipeRefreshLayout.dll
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.CardView.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.RecyclerView.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.SwipeRefreshLayout.dll [External]
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.CardView.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Loader.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Loader.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Microsoft.Maui.Controls.Compatibility.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Microsoft.Maui.Controls.Compatibility.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.CoordinatorLayout.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.CoordinatorLayout.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Lifecycle.LiveData.Core.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll [External]
[icollectionvie] Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed)
[icollectionvie] Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed)
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.ViewPager2.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.ViewPager2.dll [External]
[TabLayout] MODE_SCROLLABLE + GRAVITY_FILL is not supported, GRAVITY_START will be used instead
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.Lifecycle.Runtime.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.Lifecycle.Runtime.dll [External]
[monodroid-assembly] open_from_bundles: failed to load assembly Xamarin.AndroidX.ViewPager.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/Xamarin.AndroidX.ViewPager.dll [External]
[AdrenoGLES-0] QUALCOMM build                   : 559e78c, Ib9d997268a
[AdrenoGLES-0] Build Date                       : 10/13/20
[AdrenoGLES-0] OpenGL ES Shader Compiler Version: EV031.32.02.02
[AdrenoGLES-0] Local Branch                     : mybrancheb0d76cb-f27a-f1ff-9cdc-1458d0b52ae8
[AdrenoGLES-0] Remote Branch                    : quic/gfx-adreno.lnx.1.0.r99-rel
[AdrenoGLES-0] Remote Branch                    : NONE
[AdrenoGLES-0] Reconstruct Branch               : NOTHING
[AdrenoGLES-0] Build Config                     : S P 10.0.7 AArch64
[AdrenoGLES-0] Driver Path                      : /vendor/lib64/egl/libGLESv2_adreno.so
[AdrenoGLES-0] PFP: 0x016ee190, ME: 0x00000000
[icollectionvie] Explicit concurrent copying GC freed 1894(290KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3012KB/6025KB, paused 22us total 6.228ms
[monodroid-assembly] open_from_bundles: failed to load assembly System.Linq.Expressions.dll
Loaded assembly: /data/data/com.companyname.mauicollectionview/files/.__override__/System.Linq.Expressions.dll [External]
[icollectionvie] Explicit concurrent copying GC freed 2512(209KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3333KB/6666KB, paused 22us total 6.530ms
[icollectionvie] Explicit concurrent copying GC freed 2534(106KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3450KB/6901KB, paused 22us total 6.813ms
[icollectionvie] Explicit concurrent copying GC freed 2531(105KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3568KB/7137KB, paused 21us total 7.346ms
[icollectionvie] Explicit concurrent copying GC freed 2522(106KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3685KB/7371KB, paused 22us total 7.650ms
[icollectionvie] Explicit concurrent copying GC freed 2522(106KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3803KB/7606KB, paused 23us total 8.377ms
[icollectionvie] Explicit concurrent copying GC freed 3544(135KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 3988KB/7976KB, paused 22us total 8.875ms
[icollectionvie] Explicit concurrent copying GC freed 2744(113KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4099KB/8198KB, paused 23us total 9.861ms
[icollectionvie] Explicit concurrent copying GC freed 2519(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4215KB/8431KB, paused 20us total 9.339ms
[icollectionvie] Explicit concurrent copying GC freed 2519(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4332KB/8664KB, paused 20us total 9.875ms
[icollectionvie] Explicit concurrent copying GC freed 2520(106KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4450KB/8900KB, paused 23us total 10.587ms
[icollectionvie] Explicit concurrent copying GC freed 3543(137KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4632KB/9265KB, paused 20us total 10.878ms
[icollectionvie] Explicit concurrent copying GC freed 2742(114KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4742KB/9484KB, paused 21us total 11.349ms
[icollectionvie] Explicit concurrent copying GC freed 2521(101KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4865KB/9730KB, paused 22us total 11.271ms
[icollectionvie] Explicit concurrent copying GC freed 2519(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 4981KB/9963KB, paused 23us total 12.041ms
[icollectionvie] Explicit concurrent copying GC freed 2600(107KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 5114KB/10228KB, paused 37us total 12.303ms
[icollectionvie] Explicit concurrent copying GC freed 3463(135KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 5282KB/10MB, paused 22us total 12.782ms
[icollectionvie] Explicit concurrent copying GC freed 2742(114KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 5392KB/10MB, paused 24us total 12.926ms
[icollectionvie] Explicit concurrent copying GC freed 2519(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 5509KB/10MB, paused 21us total 13.981ms
[icollectionvie] Explicit concurrent copying GC freed 2519(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 5625KB/10MB, paused 22us total 14.225ms
[icollectionvie] Explicit concurrent copying GC freed 2642(102KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 5763KB/11MB, paused 25us total 13.990ms
[icollectionvie] Explicit concurrent copying GC freed 3419(140KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 5926KB/11MB, paused 21us total 14.639ms
[icollectionvie] Explicit concurrent copying GC freed 2741(98KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 6036KB/11MB, paused 22us total 15.362ms
[icollectionvie] Explicit concurrent copying GC freed 2520(107KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 6153KB/12MB, paused 22us total 15.919ms
[icollectionvie] Explicit concurrent copying GC freed 2521(106KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 6271KB/12MB, paused 20us total 15.928ms
[icollectionvie] Explicit concurrent copying GC freed 2855(116KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 6442KB/12MB, paused 21us total 17.045ms
[icollectionvie] Explicit concurrent copying GC freed 3231(113KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 6585KB/12MB, paused 21us total 16.354ms
[icollectionvie] Explicit concurrent copying GC freed 2693(97KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 6695KB/13MB, paused 23us total 17.560ms
[icollectionvie] Explicit concurrent copying GC freed 2496(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 6812KB/13MB, paused 21us total 17.774ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 6929KB/13MB, paused 34us total 18.469ms
[icollectionvie] Explicit concurrent copying GC freed 3116(112KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 7104KB/13MB, paused 31us total 18.894ms
[icollectionvie] Explicit concurrent copying GC freed 2960(103KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 7225KB/14MB, paused 22us total 19.362ms
[icollectionvie] Explicit concurrent copying GC freed 2642(108KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 7341KB/14MB, paused 20us total 19.313ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 7457KB/14MB, paused 21us total 19.141ms
[icollectionvie] Explicit concurrent copying GC freed 2496(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 7574KB/14MB, paused 22us total 20.260ms
[icollectionvie] Explicit concurrent copying GC freed 3507(136KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 7758KB/15MB, paused 22us total 21.843ms
[icollectionvie] Explicit concurrent copying GC freed 2717(98KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 7867KB/15MB, paused 21us total 20.583ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 7984KB/15MB, paused 20us total 20.688ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 8101KB/15MB, paused 22us total 21.322ms
[icollectionvie] Explicit concurrent copying GC freed 2496(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 8217KB/16MB, paused 29us total 23.016ms
[icollectionvie] Explicit concurrent copying GC freed 3505(122KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 8399KB/16MB, paused 32us total 22.522ms
[icollectionvie] Explicit concurrent copying GC freed 2717(98KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 8509KB/16MB, paused 22us total 22.548ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 8626KB/16MB, paused 25us total 23.433ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 8742KB/17MB, paused 21us total 22.984ms
[icollectionvie] Explicit concurrent copying GC freed 2597(106KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 8876KB/17MB, paused 21us total 23.655ms
[icollectionvie] Explicit concurrent copying GC freed 3404(122KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 9041KB/17MB, paused 21us total 24.076ms
[icollectionvie] Explicit concurrent copying GC freed 2717(98KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 9151KB/17MB, paused 22us total 24.675ms
[icollectionvie] Explicit concurrent copying GC freed 2496(101KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 9273KB/18MB, paused 20us total 24.674ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 9390KB/18MB, paused 21us total 25.488ms
[icollectionvie] Explicit concurrent copying GC freed 3063(122KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 9555KB/18MB, paused 24us total 25.737ms
[icollectionvie] Explicit concurrent copying GC freed 3015(128KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 9698KB/18MB, paused 22us total 26.404ms
[icollectionvie] Explicit concurrent copying GC freed 2641(95KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 9810KB/19MB, paused 21us total 27.255ms
[icollectionvie] Explicit concurrent copying GC freed 2497(104KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 9929KB/19MB, paused 22us total 27.742ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 10046KB/19MB, paused 22us total 27.845ms
[icollectionvie] Explicit concurrent copying GC freed 3109(115KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 10219KB/19MB, paused 22us total 28.632ms
[icollectionvie] Explicit concurrent copying GC freed 2968(116KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 10MB/20MB, paused 29us total 28.782ms
[icollectionvie] Explicit concurrent copying GC freed 2641(95KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 10MB/20MB, paused 22us total 29.417ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 10MB/20MB, paused 22us total 28.985ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 10MB/20MB, paused 25us total 30.713ms
[icollectionvie] Explicit concurrent copying GC freed 3505(122KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 10MB/21MB, paused 21us total 30.740ms
[icollectionvie] Explicit concurrent copying GC freed 2717(98KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 10MB/21MB, paused 21us total 32.494ms
[icollectionvie] Explicit concurrent copying GC freed 2496(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 10MB/21MB, paused 22us total 30.897ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 10MB/21MB, paused 23us total 31.268ms
[icollectionvie] Explicit concurrent copying GC freed 2535(99KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 11MB/22MB, paused 22us total 31.928ms
[icollectionvie] Explicit concurrent copying GC freed 3465(129KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 11MB/22MB, paused 22us total 33.362ms
[icollectionvie] Explicit concurrent copying GC freed 2717(98KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 11MB/22MB, paused 21us total 32.976ms
[icollectionvie] Explicit concurrent copying GC freed 2496(91KB) AllocSpace objects, 1(16KB) LOS objects, 49% free, 11MB/22MB, paused 25us total 34.210ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 11MB/23MB, paused 23us total 33.644ms
[icollectionvie] Explicit concurrent copying GC freed 2714(106KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 11MB/23MB, paused 22us total 33.074ms
[icollectionvie] Explicit concurrent copying GC freed 3286(123KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 11MB/23MB, paused 28us total 34.032ms
[icollectionvie] Explicit concurrent copying GC freed 2717(98KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 11MB/23MB, paused 21us total 34.498ms
[icollectionvie] Explicit concurrent copying GC freed 2496(115KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 12MB/24MB, paused 21us total 34.408ms
[icollectionvie] Explicit concurrent copying GC freed 2496(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 12MB/24MB, paused 22us total 35.794ms
[icollectionvie] Explicit concurrent copying GC freed 3112(113KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 12MB/24MB, paused 22us total 36.113ms
[icollectionvie] Explicit concurrent copying GC freed 2964(101KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 12MB/25MB, paused 24us total 36.180ms
[icollectionvie] Explicit concurrent copying GC freed 2641(95KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 12MB/25MB, paused 23us total 36.605ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 12MB/25MB, paused 21us total 38.334ms
[icollectionvie] Explicit concurrent copying GC freed 2496(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 12MB/25MB, paused 23us total 37.445ms
[icollectionvie] Explicit concurrent copying GC freed 3255(138KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 13MB/26MB, paused 21us total 37.494ms
[icollectionvie] Explicit concurrent copying GC freed 2873(106KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 13MB/26MB, paused 30us total 37.962ms
[icollectionvie] Explicit concurrent copying GC freed 1743(84KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 13MB/26MB, paused 22us total 38.226ms
[icollectionvie] Explicit concurrent copying GC freed 3121(110KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 13MB/26MB, paused 22us total 39.160ms
[icollectionvie] Explicit concurrent copying GC freed 2717(98KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 13MB/26MB, paused 21us total 39.495ms
[icollectionvie] Explicit concurrent copying GC freed 2496(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 13MB/27MB, paused 21us total 40.130ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 13MB/27MB, paused 25us total 40.282ms
[icollectionvie] Explicit concurrent copying GC freed 2792(104KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 13MB/27MB, paused 21us total 41.270ms
[icollectionvie] Explicit concurrent copying GC freed 3232(125KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/28MB, paused 23us total 41.365ms
[icollectionvie] Explicit concurrent copying GC freed 2693(97KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/28MB, paused 24us total 42.708ms
[icollectionvie] Explicit concurrent copying GC freed 2496(91KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 14MB/28MB, paused 22us total 42.651ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/28MB, paused 27us total 43.489ms
[icollectionvie] Explicit concurrent copying GC freed 3116(112KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/29MB, paused 22us total 42.738ms
[icollectionvie] Explicit concurrent copying GC freed 2960(103KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/29MB, paused 22us total 43.619ms
[icollectionvie] Explicit concurrent copying GC freed 2641(95KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/29MB, paused 23us total 43.897ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/29MB, paused 22us total 43.915ms
[icollectionvie] Explicit concurrent copying GC freed 2496(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 14MB/29MB, paused 21us total 43.944ms
[icollectionvie] Explicit concurrent copying GC freed 3505(122KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/30MB, paused 22us total 44.781ms
[icollectionvie] Explicit concurrent copying GC freed 2717(98KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 15MB/30MB, paused 23us total 46.049ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/30MB, paused 555us total 48.314ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 15MB/30MB, paused 22us total 46.378ms
[icollectionvie] Explicit concurrent copying GC freed 2598(106KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 15MB/31MB, paused 21us total 46.495ms
[icollectionvie] Explicit concurrent copying GC freed 3404(146KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/31MB, paused 20us total 47.974ms
[icollectionvie] Explicit concurrent copying GC freed 2717(98KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 15MB/31MB, paused 22us total 47.215ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/32MB, paused 23us total 48.466ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/32MB, paused 22us total 49.028ms
[icollectionvie] Explicit concurrent copying GC freed 3059(123KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 16MB/32MB, paused 23us total 48.368ms
[icollectionvie] Explicit concurrent copying GC freed 3018(108KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 16MB/32MB, paused 28us total 50.136ms
[icollectionvie] Explicit concurrent copying GC freed 2642(122KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/33MB, paused 22us total 48.999ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/33MB, paused 21us total 49.518ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/33MB, paused 23us total 49.773ms
[icollectionvie] Explicit concurrent copying GC freed 3505(122KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 16MB/33MB, paused 21us total 50.624ms
[icollectionvie] Explicit concurrent copying GC freed 2718(98KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 17MB/34MB, paused 22us total 52.566ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 17MB/34MB, paused 23us total 51.921ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 17MB/34MB, paused 22us total 51.999ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 17MB/34MB, paused 25us total 54.103ms
[icollectionvie] Explicit concurrent copying GC freed 3505(122KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 17MB/35MB, paused 21us total 53.952ms
[icollectionvie] Explicit concurrent copying GC freed 2718(98KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 17MB/35MB, paused 23us total 54.732ms
[icollectionvie] Explicit concurrent copying GC freed 2497(117KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 17MB/35MB, paused 22us total 54.725ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 17MB/35MB, paused 22us total 54.107ms
[icollectionvie] Explicit concurrent copying GC freed 2565(95KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 18MB/36MB, paused 22us total 57.123ms
[icollectionvie] Explicit concurrent copying GC freed 3435(118KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 18MB/36MB, paused 21us total 55.811ms
[icollectionvie] Explicit concurrent copying GC freed 2717(98KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 18MB/36MB, paused 21us total 55.221ms
[icollectionvie] Explicit concurrent copying GC freed 2496(107KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 18MB/36MB, paused 22us total 55.342ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 18MB/37MB, paused 21us total 55.897ms
[icollectionvie] Explicit concurrent copying GC freed 2929(112KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 18MB/37MB, paused 21us total 55.850ms
[icollectionvie] Explicit concurrent copying GC freed 3121(118KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 18MB/37MB, paused 22us total 56.516ms
[icollectionvie] Explicit concurrent copying GC freed 2667(96KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 18MB/37MB, paused 21us total 57.128ms
[icollectionvie] Explicit concurrent copying GC freed 2496(107KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 19MB/38MB, paused 22us total 57.467ms
[icollectionvie] Explicit concurrent copying GC freed 2495(91KB) AllocSpace objects, 0(0B) LOS objects, 50% free, 19MB/38MB, paused 25us total 58.764ms

@Sergtek
Copy link
Author

Sergtek commented Apr 26, 2022

running this project on Android 11 gets stuck on loading screen with this output

I just tried it on an emulator with Android 11 and the app starts correctly for me. Make sure you are on the branch: "test/FilePicker".

@v-longmin v-longmin added s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage labels Apr 27, 2022
@v-longmin
Copy link

Verified not repro on Android 12.0 with VS 17.3.0 Preview 1.0 [32414.199.main]. Repro project:
MauiCollectionView-test-FilePicker.zip

@Redth Redth added p/1 Work that is important, and has been scheduled for release in this or an upcoming sprint and removed fatal labels May 3, 2022
@samhouts samhouts removed the p/1 Work that is important, and has been scheduled for release in this or an upcoming sprint label Jul 20, 2022
@Redth Redth modified the milestones: 6.0-servicing, Backlog Aug 30, 2022
@ghost
Copy link

ghost commented Aug 30, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@PureWeen PureWeen added the s/try-latest-version Please try to reproduce the potential issue on the latest public version label Mar 1, 2023
@ghost
Copy link

ghost commented Mar 1, 2023

Hi @Nacompllo. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version.

You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository.

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@Sergtek
Copy link
Author

Sergtek commented Mar 5, 2023

This problem continues to occur in the latest version of MAUI (Visual Studio 17.5.0) I have tried to select a 3.26 GB video first and when I return to the application it crashes, I have also tried another 1.90 GB video and it crashes too, however with videos smaller than 1.90 GB it does allow you to select them and returns to the application without problems, I leave the log in case it helps you:

  • Device: Honor V10
  • SO: Android 10
[icollectionview] type=1400 audit(0.0:243650): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionvie] GcSupervisor: GC congestion PID:28497 Freq:21/668.371ms
[] [ZeroHung]zrhung_send_event: wp = 8, ret = 0
[icollectionview] type=1400 audit(0.0:246249): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:247428): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:248405): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:248409): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:248962): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:248966): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:249844): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:249848): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:250480): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:250484): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:251084): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:251088): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:251708): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:251712): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:252413): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:252417): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:253006): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:253010): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:253298): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:253302): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:253382): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:253386): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionview] type=1400 audit(0.0:253416): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[chatty] uid=10017(com.companyname.mauicollectionview) identical 3 lines
[icollectionview] type=1400 audit(0.0:253420): avc: granted { read } for pid=28497 path="/storage/emulated/0/TestMaui/video.mp4" dev="sdcardfs" ino=230574 scontext=u:r:untrusted_app:s0:c17,c256,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
[icollectionvie] Background young concurrent copying GC freed 7(31KB) AllocSpace objects, 82(10MB) LOS objects, 66% free, 3174KB/9582KB, paused 112us total 278.488ms

@ghost ghost closed this as completed Mar 13, 2023
@janseris

This comment was marked as off-topic.

@jfversluis

This comment was marked as off-topic.

@jfversluis jfversluis reopened this Mar 14, 2023
@jfversluis jfversluis changed the title RC1 - App crash when FilePicker selects large files App crash when FilePicker selects large files Mar 14, 2023
@ghost ghost closed this as completed Mar 21, 2023
@jfversluis jfversluis removed the s/try-latest-version Please try to reproduce the potential issue on the latest public version label Mar 27, 2023
@jfversluis jfversluis reopened this Mar 27, 2023
@samhouts samhouts removed s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Apr 5, 2023
@jinxinjuan jinxinjuan added s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage labels Jun 19, 2023
@jinxinjuan
Copy link

Verified this issue with Visual Studio Enterprise 17.7.0 Preview 1.0. Can repro on android platform with sample project. MauiCollectionView/tree/test/FilePicker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info platform/android 🤖 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants