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

SIGSEGV crash when trying to Debug app with Xamarin.Android SDK 11.0.0.3 #4983

Closed
tipa opened this issue Aug 6, 2020 · 45 comments · Fixed by #4993
Closed

SIGSEGV crash when trying to Debug app with Xamarin.Android SDK 11.0.0.3 #4983

tipa opened this issue Aug 6, 2020 · 45 comments · Fixed by #4993
Assignees
Labels
Area: App Runtime Issues in `libmonodroid.so`.

Comments

@tipa
Copy link

tipa commented Aug 6, 2020

Steps to Reproduce

  1. Download repo project: App1.zip
  2. Try to deploy in DEBUG mode

Expected Behavior

No crash

Actual Behavior

Splash screen shows, then app crashes.
Happened on two separate Windows machines, on both physical device and emulator.

Version Information

Microsoft Visual Studio Enterprise 2019
Version 16.7.0
VisualStudio.16.Release/16.7.0+30330.147
Microsoft .NET Framework
Version 4.8.04084

Installed Version: Enterprise

Visual C++ 2019   00433-90050-27100-AA005
Microsoft Visual C++ 2019

ASP.NET and Web Tools 2019   16.7.532.28833
ASP.NET and Web Tools 2019

Azure App Service Tools v3.0.0   16.7.532.28833
Azure App Service Tools v3.0.0

C# Tools   3.7.0-6.20375.2+34202cc2f3e869fd70a26d8237f4552cf9e192cf
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Common Azure Tools   1.10
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.

Extensibility Message Bus   1.2.6 (master@34d6af2)
Provides common messaging-based MEF services for loosely coupled Visual Studio extension components communication and integration.

IntelliCode Extension   1.0
IntelliCode Visual Studio Extension Detailed Info

Microsoft JVM Debugger   1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines

Microsoft MI-Based Debugger   1.0
Provides support for connecting Visual Studio to MI compatible debuggers

Microsoft Visual C++ Wizards   1.0
Microsoft Visual C++ Wizards

Microsoft Visual Studio VC Package   1.0
Microsoft Visual Studio VC Package

Mono Debugging for Visual Studio   16.7.5 (112c7bc)
Support for debugging Mono processes with Visual Studio.

NuGet Package Manager   5.7.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/

ProjectServicesPackage Extension   1.0
ProjectServicesPackage Visual Studio Extension Detailed Info

Test Adapter for Boost.Test   1.0
Enables Visual Studio's testing tools with unit tests written for Boost.Test.  The use terms and Third Party Notices are available in the extension installation directory.

Test Adapter for Google Test   1.0
Enables Visual Studio's testing tools with unit tests written for Google Test.  The use terms and Third Party Notices are available in the extension installation directory.

Visual Basic Tools   3.7.0-6.20375.2+34202cc2f3e869fd70a26d8237f4552cf9e192cf
Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Visual F# Tools 10.10.0.0 for F# 4.7   16.7.0-beta.20361.3+3ef6f0b514198c0bfa6c2c09fefe41a740b024d5
Microsoft Visual F# Tools 10.10.0.0 for F# 4.7

Visual Studio Code Debug Adapter Host Package   1.0
Interop layer for hosting Visual Studio Code debug adapters in Visual Studio

Visual Studio Tools for CMake   1.0
Visual Studio Tools for CMake

VisualStudio.DeviceLog   1.0
Information about my package

VisualStudio.Foo   1.0
Information about my package

VisualStudio.Mac   1.0
Mac Extension for Visual Studio

Xamarin   16.7.000.440 (d16-7@358f3c6)
Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.

Xamarin Designer   16.7.0.495 (remotes/origin/d16-7@79c0c522c)
Visual Studio extension to enable Xamarin Designer tools in Visual Studio.

Xamarin Templates   16.7.85 (1bcbbdf)
Templates for building iOS, Android, and Windows apps with Xamarin and Xamarin.Forms.

Xamarin.Android SDK   11.0.0.3 (d16-7/aca845b)
Xamarin.Android Reference Assemblies and MSBuild support.
    Mono: 83105ba
    Java.Interop: xamarin/java.interop/d16-7@1f3388a
    ProGuard: Guardsquare/proguard/proguard6.2.2@ebe9000
    SQLite: xamarin/sqlite/3.32.1@1a3276b
    Xamarin.Android Tools: xamarin/xamarin-android-tools/d16-7@017078f


Xamarin.iOS and Xamarin.Mac SDK   13.20.2.2 (817b6f72a)
Xamarin.iOS and Xamarin.Mac Reference Assemblies and MSBuild support.

Log File

...
08-06 16:25:25.396 D/Mono    ( 7607): DllImport attempting to load: '__Internal'.
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/App1.dll08-06 16:25:25.397 D/Mono    ( 7607): DllImport error loading library '__Internal': 'Could not load library: Library '/system/lib/libmonodroid.so' not found.'.

08-06 16:25:25.397 W/Mono    ( 7607): DllImport unable to load library '__Internal'.
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Activity.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Annotation.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.AppCompat.AppCompatResources.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.AppCompat.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Arch.Core.Common.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Arch.Core.Runtime.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.CardView.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Collection.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.CoordinatorLayout.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Core.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.CursorAdapter.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.CustomView.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.DrawerLayout.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Fragment.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Interpolator.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Lifecycle.Common.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Lifecycle.Runtime.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Lifecycle.ViewModel.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Loader.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.MultiDex.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.RecyclerView.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.SavedState.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.Transition.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.VectorDrawable.Animated.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.VectorDrawable.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.VersionedParcelable.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.ViewPager.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.AndroidX.ViewPager2.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Xamarin.Google.Android.Material.dll [External]
Loaded assembly: Mono.Android.dll [External]
Loaded assembly: Java.Interop.dll [External]
08-06 16:25:25.534 D/Mono    ( 7607): Requesting loading reference 4 (of 8) of Mono.Android.dll
08-06 16:25:25.535 D/Mono    ( 7607): Loading reference 4 of Mono.Android.dll asmctx DEFAULT, looking for System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
08-06 16:25:25.536 D/Mono    ( 7607): Image addref System[0xe6ea8b00] (asmctx DEFAULT) -> System.dll[0xc37ca500]: 2
08-06 16:25:25.537 D/Mono    ( 7607): Prepared to set up assembly 'System' (System.dll)
08-06 16:25:25.537 D/Mono    ( 7607): Assembly System[0xe6ea8b00] added to domain RootDomain, ref_count=1
08-06 16:25:25.540 D/Mono    ( 7607): Config attempting to parse: 'System.dll.config'.
08-06 16:25:25.540 D/Mono    ( 7607): Assembly Ref addref Mono.Android[0xe6ea88c0] -> System[0xe6ea8b00]: 2

=================================================================
	Native Crash Reporting
=================================================================
Got a SEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

No native Android stacktrace (see debuggerd output).

=================================================================
	Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0xf0953dfb):0xf0953deb  cc cc cc cc cc 8b 54 24 04 8b 44 24 08 0f b6 08  ......T$..D$....
0xf0953dfb  38 0a 0f 85 4d 14 00 00 83 f9 00 0f 84 4e 14 00  8...M........N..
0xf0953e0b  00 0f b6 48 01 38 4a 01 0f 85 37 14 00 00 83 f9  ...H.8J...7.....
0xf0953e1b  00 0f 84 38 14 00 00 0f b6 48 02 38 4a 02 0f 85  ...8.....H.8J...

=================================================================
	Managed Stacktrace:
=================================================================08-06 16:25:25.541 D/Mono    ( 7607): Requesting loading reference 0 (of 5) of System.dll


=================================================================08-06 16:25:25.541 D/Mono    ( 7607): Loading reference 0 of System.dll asmctx DEFAULT, looking for mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e

08-06 16:25:25.542 F/libc    ( 7607): Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6f63736d in tid 7607 (ompanyname.app1), pid 7607 (ompanyname.app1)

VS bug #1171752

@tipa tipa added the Area: App Runtime Issues in `libmonodroid.so`. label Aug 6, 2020
@bddckr
Copy link

bddckr commented Aug 6, 2020

Same issue here. I had to manually roll back just the Xamarin.Android extension for Visual Studio for now, after I attempted a repair of VS.

@bddckr
Copy link

bddckr commented Aug 6, 2020

Actually, here's what I simplified the workaround down to:

  1. Download the previous release (link taken from the Readme, though that download section doesn't seem to be updated, so the version numbers are different compared to what the release page lists, and it's saying the previous release is still the current one).
  2. Just extract the downloaded .vsix file as if it's a zip.
  3. Take the $MSBuild\Xamarin folder of the extracted folder and use it to replace C:\Program Files (x86)\Microsoft Visual Studio\2019\<Edition>\MSBuild\Xamarin. (Make sure to backup the existing folder of course.)
  4. Restart Visual Studio and do a rebuild of the project (not sure if this is necessary).
  5. Run from Visual Studio without problems.

In my case I'm only building for arm64-v8a, but only replacing $MSBuild\Xamarin\Android\lib\arm64-v8a doesn't help, so I took that whole root folder instead. There is no need to replace any other folder/file as far as I can see.

Perhaps this helps in the process of identifying what's going wrong here and allows others to work around for now.

@jpobst jpobst added this to the Under Consideration milestone Aug 6, 2020
@grendello
Copy link
Contributor

@tipa @bddckr could you please attach full logcat output for the crashed sessions? But please record it after first issuing the following commands:

> adb shell setprop debug.mono.log default,assembly,timing=bare
> adb logcat -G 16M
> adb logcat -c
# Run the app here
> adb logcat -d > log.txt

Thanks!

@bddckr
Copy link

bddckr commented Aug 6, 2020

Ignore that this is from a Pico Neo 2, a standalone VR device 😉 log.txt

Looks like it's having issues finding libmonodroid.so.
08-06 19:39:23.384  7419  7419 I monodroid-assembly: open_from_update_dir: trying to open assembly: /data/user/0/com.companyname.app1/files/.__override__/Java.Interop.dll
08-06 19:39:23.384  7419  7419 I monodroid-assembly: open_from_update_dir: trying to open assembly: /storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/Java.Interop.dll
08-06 19:39:23.384  7419  7419 I monodroid-assembly: open_from_bundles: looking for bundled name: 'Java.Interop.dll'
08-06 19:39:23.384  7419  7419 D Mono    : Image addref Java.Interop[0x72bffb5700] (asmctx DEFAULT) -> Java.Interop.dll[0x72bffbc000]: 2
08-06 19:39:23.384  7419  7419 D Mono    : Prepared to set up assembly 'Java.Interop' (Java.Interop.dll)
08-06 19:39:23.384  7419  7419 D Mono    : Assembly Java.Interop[0x72bffb5700] added to domain RootDomain, ref_count=1
08-06 19:39:23.384  7419  7419 D Mono    : Config attempting to parse: 'Java.Interop.dll.config'.
08-06 19:39:23.384  7419  7419 I monodroid-assembly: open_from_bundles: loaded assembly: 0x72bffb5700
08-06 19:39:23.384  7419  7419 D Mono    : Assembly Ref addref Mono.Android[0x72bffb5600] -> Java.Interop[0x72bffb5700]: 2
08-06 19:39:23.384  7419  7419 D Mono    : Requesting loading reference 0 (of 2) of Java.Interop.dll
08-06 19:39:23.384  7419  7419 D Mono    : Loading reference 0 of Java.Interop.dll asmctx DEFAULT, looking for mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
08-06 19:39:23.384  7419  7419 D Mono    : Assembly Ref addref Java.Interop[0x72bffb5700] -> mscorlib[0x72cc79b180]: 3
08-06 19:39:23.385  7419  7419 I monodroid: Calling into managed runtime init
08-06 19:39:23.385  7419  7419 D Mono    : DllImport attempting to load: '__Internal'.
08-06 19:39:23.385  7419  7419 I monodroid-assembly: Trying to load shared library '/data/user/0/com.companyname.app1/files/.__override__/libmonodroid.so'
08-06 19:39:23.385  7419  7419 I monodroid-assembly: Shared library '/data/user/0/com.companyname.app1/files/.__override__/libmonodroid.so' not found
08-06 19:39:23.385  7419  7419 I monodroid-assembly: Trying to load shared library '/storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/libmonodroid.so'
08-06 19:39:23.385  7419  7419 I monodroid-assembly: Shared library '/storage/emulated/0/Android/data/com.companyname.app1/files/.__override__/libmonodroid.so' not found
08-06 19:39:23.385  7419  7419 I monodroid-assembly: Trying to load shared library '/storage/emulated/0/../legacy/Android/data/com.companyname.app1/files/.__override__/libmonodroid.so'
08-06 19:39:23.385  7419  7419 I monodroid-assembly: Shared library '/storage/emulated/0/../legacy/Android/data/com.companyname.app1/files/.__override__/libmonodroid.so' not found
08-06 19:39:23.385  7419  7419 I monodroid-assembly: Trying to load shared library '/data/app/com.companyname.app1-AAUQokr8v16G5cgile6SUQ==/lib/arm64/libmonodroid.so'
08-06 19:39:23.385  7419  7419 I monodroid-assembly: Shared library '/data/app/com.companyname.app1-AAUQokr8v16G5cgile6SUQ==/lib/arm64/libmonodroid.so' not found
08-06 19:39:23.385  7419  7419 I monodroid-assembly: Trying to load shared library '/system/lib64/libmonodroid.so'
08-06 19:39:23.385  7419  7419 I monodroid-assembly: Shared library '/system/lib64/libmonodroid.so' not found
08-06 19:39:23.385  7419  7419 D Mono    : DllImport error loading library '__Internal': 'Could not load library: Library '/system/lib64/libmonodroid.so' not found.'.
08-06 19:39:23.385  7419  7419 W Mono    : DllImport unable to load library '__Internal'.
08-06 19:39:23.577   756  1441 D PvrService: threadLoop continue: 1
--------- beginning of crash
08-06 19:39:23.655  7419  7419 F libc    : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x5f656b6f766e59 in tid 7419 (ompanyname.app1), pid 7419 (ompanyname.app1)
08-06 19:39:23.679  7443  7443 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
08-06 19:39:23.679  1010  1010 I /system/bin/tombstoned: received crash request for pid 7419
08-06 19:39:23.680  7443  7443 I crash_dump64: performing dump of process 7419 (target tid = 7419)
08-06 19:39:23.680  7443  7443 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
08-06 19:39:23.680  7443  7443 F DEBUG   : Build fingerprint: 'Pico/A7B10/PICOA7B10:8.1.0/OPM1.171019.026/eng.scmbui.20200609.183916:user/test-keys'
08-06 19:39:23.680  7443  7443 F DEBUG   : Revision: '0'
08-06 19:39:23.680  7443  7443 F DEBUG   : ABI: 'arm64'
08-06 19:39:23.680  7443  7443 F DEBUG   : pid: 7419, tid: 7419, name: ompanyname.app1  >>> com.companyname.app1 <<<
08-06 19:39:23.680  7443  7443 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x5f656b6f766e59
08-06 19:39:23.680  7443  7443 F DEBUG   :     x0   0000000000000012  x1   0000007fc4b6c1a8  x2   0000000000000012  x3   0000007fc4002020
08-06 19:39:23.680  7443  7443 F DEBUG   :     x4   0000000000000010  x5   0000000000000010  x6   fefeff7ec2ff1f1f  x7   7f7f7f7fff7f7f7f
08-06 19:39:23.680  7443  7443 F DEBUG   :     x8   0000000000000000  x9   89a63250a41eee88  x10  0000007fc4b6c1ba  x11  0000007351796a40
08-06 19:39:23.680  7443  7443 F DEBUG   :     x12  89a63250a41eee88  x13  89a63250a41eee88  x14  0000007351796a40  x15  0000000000000200
08-06 19:39:23.680  7443  7443 F DEBUG   :     x16  00000072b4a10520  x17  0000007350001280  x18  0000000000000000  x19  0000000000000000
08-06 19:39:23.680  7443  7443 F DEBUG   :     x20  0000000000000000  x21  0000000000000040  x22  00000072b49e8c98  x23  00000072b4948cc5
08-06 19:39:23.680  7443  7443 F DEBUG   :     x24  00000072b49653f7  x25  000000000000002e  x26  00000072b49633c1  x27  00000072b4948cc3
08-06 19:39:23.680  7443  7443 F DEBUG   :     x28  005f656b6f766e59  x29  0000007fc4b6c630  x30  00000072b4916e68
08-06 19:39:23.680  7443  7443 F DEBUG   :     sp   0000007fc4b6c5d0  pc   00000072b4916e78  pstate 0000000080000000
08-06 19:39:23.680  7443  7443 F DEBUG   : 
08-06 19:39:23.680  7443  7443 F DEBUG   : backtrace:
08-06 19:39:23.680  7443  7443 F DEBUG   :     #00 pc 0000000000272e78  /data/app/Mono.Android.DebugRuntime-ABn9FXQ0VSlLE0lFRc9jBw==/lib/arm64/libmonosgen-64bit-2.0.so
08-06 19:39:23.680  7443  7443 F DEBUG   :     #01 pc 0000000000272e64  /data/app/Mono.Android.DebugRuntime-ABn9FXQ0VSlLE0lFRc9jBw==/lib/arm64/libmonosgen-64bit-2.0.so

@lu-nguyen-khoa
Copy link

Same issue for me when I updated from VS 16.6 to VS 16.7 and using Android 11.

@NoahSong
Copy link

NoahSong commented Aug 7, 2020

Actually, here's what I simplified the workaround down to:

  1. Download the previous release (link taken from the Readme, though that download section doesn't seem to be updated, so the version numbers are different compared to what the release page lists, and it's saying the previous release is still the current one).
  2. Just extract the downloaded .vsix file as if it's a zip.
  3. Take the $MSBuild\Xamarin folder of the extracted folder and use it to replace C:\Program Files (x86)\Microsoft Visual Studio\2019\<Edition>\MSBuild\Xamarin. (Make sure to backup the existing folder of course.)
  4. Restart Visual Studio and do a rebuild of the project (not sure if this is necessary).
  5. Run from Visual Studio without problems.

In my case I'm only building for arm64-v8a, but only replacing $MSBuild\Xamarin\Android\lib\arm64-v8a doesn't help, so I took that whole root folder instead. There is no need to replace any other folder/file as far as I can see.

Perhaps this helps in the process of identifying what's going wrong here and allows others to work around for now.

Thanks @bddckr, after replacing the folder to the previous one, it works well.

@davidmaiden
Copy link

Actually, here's what I simplified the workaround down to:

  1. Download the previous release (link taken from the Readme, though that download section doesn't seem to be updated, so the version numbers are different compared to what the release page lists, and it's saying the previous release is still the current one).
  2. Just extract the downloaded .vsix file as if it's a zip.
  3. Take the $MSBuild\Xamarin folder of the extracted folder and use it to replace C:\Program Files (x86)\Microsoft Visual Studio\2019\<Edition>\MSBuild\Xamarin. (Make sure to backup the existing folder of course.)
  4. Restart Visual Studio and do a rebuild of the project (not sure if this is necessary).
  5. Run from Visual Studio without problems.

In my case I'm only building for arm64-v8a, but only replacing $MSBuild\Xamarin\Android\lib\arm64-v8a doesn't help, so I took that whole root folder instead. There is no need to replace any other folder/file as far as I can see.
Perhaps this helps in the process of identifying what's going wrong here and allows others to work around for now.

Thanks @bddckr, after replacing the folder to the previous one, it works well.

Many thanks for the workaround guys - that's got me up and running again until fix has been found!

@grendello
Copy link
Contributor

grendello commented Aug 7, 2020

Everyone experiencing this, do you happen to be using a device/emulator with Android 10 (API 29) by chance? If yes, could you please try with API 28 (or earlier), instead and see if you still experience the issue?

@davidmaiden
Copy link

Everyone experiencing this, do you happen to be using a device/emulator with Android 10 (API 29) by chance? If yes, could you please try with API 28 (or earlier), instead and see if you still experience the issue?

With API 29 - issue with both emulator and device.
With API 28 - OK on emulator but issue with device

@tschlarman
Copy link

tschlarman commented Aug 7, 2020

Crashes on API27 with emulator created by VS 2019 v16.7

still see: 'Could not load library: Library '/system/lib/libmonodroid.so' not found.'.

=====================

08-07 08:36:51.898 D/Mono    ( 4882): Image addref mscorlib[0xdce6f300] (asmctx DEFAULT) -> mscorlib.dll[0xe7a0be00]: 2
08-07 08:36:51.900 D/Mono    ( 4882): Prepared to set up assembly 'mscorlib' (mscorlib.dll)
08-07 08:36:51.911 D/Mono    ( 4882): Config attempting to parse: 'mscorlib.dll.config'.
08-07 08:36:51.972 D/Mono    ( 4882): Assembly mscorlib[0xdce6f300] added to domain RootDomain, ref_count=1
08-07 08:36:52.217 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myapp.Android.dll'.
08-07 08:36:52.217 D/Mono    ( 4882): Image addref myapp.Android[0xdce6f420] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myapp.Android.dll[0xe7a0cd00]: 2
08-07 08:36:52.217 D/Mono    ( 4882): Prepared to set up assembly 'myapp.Android' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myapp.Android.dll)
08-07 08:36:52.217 D/Mono    ( 4882): Assembly myapp.Android[0xdce6f420] added to domain RootDomain, ref_count=1
08-07 08:36:52.218 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myapp.Android.dll'.
08-07 08:36:52.218 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myapp.Android.dll.config'.
08-07 08:36:52.218 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/CPIKWrapper.dll'.
08-07 08:36:52.218 D/Mono    ( 4882): Image addref CPIKWrapper[0xdce6f660] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/CPIKWrapper.dll[0xe7a0d700]: 2
08-07 08:36:52.218 D/Mono    ( 4882): Prepared to set up assembly 'CPIKWrapper' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/CPIKWrapper.dll)
08-07 08:36:52.218 D/Mono    ( 4882): Assembly CPIKWrapper[0xdce6f660] added to domain RootDomain, ref_count=1
08-07 08:36:52.218 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/CPIKWrapper.dll'.
08-07 08:36:52.218 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/CPIKWrapper.dll.config'.
08-07 08:36:52.218 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Buffers.dll'.
08-07 08:36:52.218 D/Mono    ( 4882): Image addref DotNetty.Buffers[0xdce6f8a0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Buffers.dll[0xe7a0dc00]: 2
08-07 08:36:52.218 D/Mono    ( 4882): Prepared to set up assembly 'DotNetty.Buffers' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Buffers.dll)
08-07 08:36:52.218 D/Mono    ( 4882): Assembly DotNetty.Buffers[0xdce6f8a0] added to domain RootDomain, ref_count=1
08-07 08:36:52.218 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Buffers.dll'.
08-07 08:36:52.218 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Buffers.dll.config'.
08-07 08:36:52.218 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Codecs.dll'.
08-07 08:36:52.218 D/Mono    ( 4882): Image addref DotNetty.Codecs[0xdce6fa80] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Codecs.dll[0xe7a0e100]: 2
08-07 08:36:52.218 D/Mono    ( 4882): Prepared to set up assembly 'DotNetty.Codecs' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Codecs.dll)
08-07 08:36:52.218 D/Mono    ( 4882): Assembly DotNetty.Codecs[0xdce6fa80] added to domain RootDomain, ref_count=1
08-07 08:36:52.218 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Codecs.dll'.
08-07 08:36:52.218 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Codecs.dll.config'.
08-07 08:36:52.218 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Codecs.Mqtt.dll'.
08-07 08:36:52.219 D/Mono    ( 4882): Image addref DotNetty.Codecs.Mqtt[0xdce6f4e0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Codecs.Mqtt.dll[0xe7a0e600]: 2
08-07 08:36:52.219 D/Mono    ( 4882): Prepared to set up assembly 'DotNetty.Codecs.Mqtt' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Codecs.Mqtt.dll)
08-07 08:36:52.219 D/Mono    ( 4882): Assembly DotNetty.Codecs.Mqtt[0xdce6f4e0] added to domain RootDomain, ref_count=1
08-07 08:36:52.219 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Codecs.Mqtt.dll'.
08-07 08:36:52.219 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Codecs.Mqtt.dll.config'.
08-07 08:36:52.219 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Common.dll'.
08-07 08:36:52.219 D/Mono    ( 4882): Image addref DotNetty.Common[0xdce6fcc0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Common.dll[0xe7a0eb00]: 2
08-07 08:36:52.219 D/Mono    ( 4882): Prepared to set up assembly 'DotNetty.Common' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Common.dll)
08-07 08:36:52.219 D/Mono    ( 4882): Assembly DotNetty.Common[0xdce6fcc0] added to domain RootDomain, ref_count=1
08-07 08:36:52.219 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Common.dll'.
08-07 08:36:52.219 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Common.dll.config'.
08-07 08:36:52.219 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Handlers.dll'.
08-07 08:36:52.219 D/Mono    ( 4882): Image addref DotNetty.Handlers[0xdce6fde0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Handlers.dll[0xdce2a000]: 2
08-07 08:36:52.219 D/Mono    ( 4882): Prepared to set up assembly 'DotNetty.Handlers' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Handlers.dll)
08-07 08:36:52.219 D/Mono    ( 4882): Assembly DotNetty.Handlers[0xdce6fde0] added to domain RootDomain, ref_count=1
08-07 08:36:52.219 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Handlers.dll'.
08-07 08:36:52.219 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Handlers.dll.config'.
08-07 08:36:52.220 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Transport.dll'.
08-07 08:36:52.220 D/Mono    ( 4882): Image addref DotNetty.Transport[0xdce6f480] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Transport.dll[0xdce2a500]: 2
08-07 08:36:52.220 D/Mono    ( 4882): Prepared to set up assembly 'DotNetty.Transport' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Transport.dll)
08-07 08:36:52.220 D/Mono    ( 4882): Assembly DotNetty.Transport[0xdce6f480] added to domain RootDomain, ref_count=1
08-07 08:36:52.220 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Transport.dll'.
08-07 08:36:52.220 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Transport.dll.config'.
08-07 08:36:52.220 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myapp.dll'.
08-07 08:36:52.220 D/Mono    ( 4882): Image addref myapp[0xdce70020] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myapp.dll[0xdce2aa00]: 2
08-07 08:36:52.220 D/Mono    ( 4882): Prepared to set up assembly 'myapp' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myapp.dll)
08-07 08:36:52.220 D/Mono    ( 4882): Assembly myapp[0xdce70020] added to domain RootDomain, ref_count=1
08-07 08:36:52.220 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myapp.dll'.
08-07 08:36:52.220 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myapp.dll.config'.
08-07 08:36:52.220 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/FormsViewGroup.dll'.
08-07 08:36:52.242 D/Mono    ( 4882): Image addref FormsViewGroup[0xdce70140] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/FormsViewGroup.dll[0xdce2b400]: 2
08-07 08:36:52.242 D/Mono    ( 4882): Prepared to set up assembly 'FormsViewGroup' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/FormsViewGroup.dll)
08-07 08:36:52.242 D/Mono    ( 4882): Assembly FormsViewGroup[0xdce70140] added to domain RootDomain, ref_count=1
08-07 08:36:52.242 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/FormsViewGroup.dll'.
08-07 08:36:52.242 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/FormsViewGroup.dll.config'.
08-07 08:36:52.242 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Analytics.Android.Bindings.dll'.
08-07 08:36:52.242 D/Mono    ( 4882): Image addref Microsoft.AppCenter.Analytics.Android.Bindings[0xdce6fc00] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Analytics.Android.Bindings.dll[0xdce2be00]: 2
08-07 08:36:52.242 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.AppCenter.Analytics.Android.Bindings' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Analytics.Android.Bindings.dll)
08-07 08:36:52.242 D/Mono    ( 4882): Assembly Microsoft.AppCenter.Analytics.Android.Bindings[0xdce6fc00] added to domain RootDomain, ref_count=1
08-07 08:36:52.242 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Analytics.Android.Bindings.dll'.
08-07 08:36:52.242 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Analytics.Android.Bindings.dll.config'.
08-07 08:36:52.242 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Analytics.dll'.
08-07 08:36:52.242 D/Mono    ( 4882): Image addref Microsoft.AppCenter.Analytics[0xdce6ff60] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Analytics.dll[0xdce2c300]: 2
08-07 08:36:52.243 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.AppCenter.Analytics' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Analytics.dll)
08-07 08:36:52.243 D/Mono    ( 4882): Assembly Microsoft.AppCenter.Analytics[0xdce6ff60] added to domain RootDomain, ref_count=1
08-07 08:36:52.243 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Analytics.dll'.
08-07 08:36:52.243 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Analytics.dll.config'.
08-07 08:36:52.243 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Android.Bindings.dll'.
08-07 08:36:52.243 D/Mono    ( 4882): Image addref Microsoft.AppCenter.Android.Bindings[0xdce703e0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Android.Bindings.dll[0xdce2c800]: 2
08-07 08:36:52.243 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.AppCenter.Android.Bindings' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Android.Bindings.dll)
08-07 08:36:52.243 D/Mono    ( 4882): Assembly Microsoft.AppCenter.Android.Bindings[0xdce703e0] added to domain RootDomain, ref_count=1
08-07 08:36:52.243 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Android.Bindings.dll'.
08-07 08:36:52.243 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Android.Bindings.dll.config'.
08-07 08:36:52.243 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Crashes.Android.Bindings.dll'.
08-07 08:36:52.243 D/Mono    ( 4882): Image addref Microsoft.AppCenter.Crashes.Android.Bindings[0xdce70440] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Crashes.Android.Bindings.dll[0xdce2cd00]: 2
08-07 08:36:52.243 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.AppCenter.Crashes.Android.Bindings' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Crashes.Android.Bindings.dll)
08-07 08:36:52.243 D/Mono    ( 4882): Assembly Microsoft.AppCenter.Crashes.Android.Bindings[0xdce70440] added to domain RootDomain, ref_count=1
08-07 08:36:52.243 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Crashes.Android.Bindings.dll'.
08-07 08:36:52.243 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Crashes.Android.Bindings.dll.config'.
08-07 08:36:52.243 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Crashes.dll'.
08-07 08:36:52.243 D/Mono    ( 4882): Image addref Microsoft.AppCenter.Crashes[0xdce70560] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Crashes.dll[0xdce2d200]: 2
08-07 08:36:52.243 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.AppCenter.Crashes' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Crashes.dll)
08-07 08:36:52.243 D/Mono    ( 4882): Assembly Microsoft.AppCenter.Crashes[0xdce70560] added to domain RootDomain, ref_count=1
08-07 08:36:52.243 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Crashes.dll'.
08-07 08:36:52.243 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Crashes.dll.config'.
08-07 08:36:52.244 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.dll'.
08-07 08:36:52.244 D/Mono    ( 4882): Image addref Microsoft.AppCenter[0xdce705c0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.dll[0xdce2d700]: 2
08-07 08:36:52.244 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.AppCenter' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.dll)
08-07 08:36:52.244 D/Mono    ( 4882): Assembly Microsoft.AppCenter[0xdce705c0] added to domain RootDomain, ref_count=1
08-07 08:36:52.244 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.dll'.
08-07 08:36:52.244 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.dll.config'.
08-07 08:36:52.244 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Amqp.dll'.
08-07 08:36:52.244 D/Mono    ( 4882): Image addref Microsoft.Azure.Amqp[0xdce70620] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Amqp.dll[0xdce2dc00]: 2
08-07 08:36:52.244 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.Azure.Amqp' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Amqp.dll)
08-07 08:36:52.244 D/Mono    ( 4882): Assembly Microsoft.Azure.Amqp[0xdce70620] added to domain RootDomain, ref_count=1
08-07 08:36:52.244 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Amqp.dll'.
08-07 08:36:52.244 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Amqp.dll.config'.
08-07 08:36:52.244 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.Client.dll'.
08-07 08:36:52.244 D/Mono    ( 4882): Image addref Microsoft.Azure.Devices.Client[0xdce70680] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.Client.dll[0xdce2e100]: 2
08-07 08:36:52.244 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.Azure.Devices.Client' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.Client.dll)
08-07 08:36:52.244 D/Mono    ( 4882): Assembly Microsoft.Azure.Devices.Client[0xdce70680] added to domain RootDomain, ref_count=1
08-07 08:36:52.244 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.Client.dll'.
08-07 08:36:52.245 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.Client.dll.config'.
08-07 08:36:52.245 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.dll'.
08-07 08:36:52.245 D/Mono    ( 4882): Image addref Microsoft.Azure.Devices[0xdce706e0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.dll[0xdce2e600]: 2
08-07 08:36:52.245 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.Azure.Devices' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.dll)
08-07 08:36:52.245 D/Mono    ( 4882): Assembly Microsoft.Azure.Devices[0xdce706e0] added to domain RootDomain, ref_count=1
08-07 08:36:52.245 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.dll'.
08-07 08:36:52.245 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.dll.config'.
08-07 08:36:52.245 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.Shared.dll'.
08-07 08:36:52.245 D/Mono    ( 4882): Image addref Microsoft.Azure.Devices.Shared[0xdce70740] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.Shared.dll[0xdce2eb00]: 2
08-07 08:36:52.245 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.Azure.Devices.Shared' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.Shared.dll)
08-07 08:36:52.245 D/Mono    ( 4882): Assembly Microsoft.Azure.Devices.Shared[0xdce70740] added to domain RootDomain, ref_count=1
08-07 08:36:52.245 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.Shared.dll'.
08-07 08:36:52.245 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.Shared.dll.config'.
08-07 08:36:52.245 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.DependencyInjection.Abstractions.dll'.
08-07 08:36:52.245 D/Mono    ( 4882): Image addref Microsoft.Extensions.DependencyInjection.Abstractions[0xdce707a0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.DependencyInjection.Abstractions.dll[0xdf70a000]: 2
08-07 08:36:52.245 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.Extensions.DependencyInjection.Abstractions' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.DependencyInjection.Abstractions.dll)
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myapp.Android.dll
08-07 08:36:52.245 D/Mono    ( 4882): Assembly Microsoft.Extensions.DependencyInjection.Abstractions[0xdce707a0] added to domain RootDomain, ref_count=1
08-07 08:36:52.246 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.DependencyInjection.Abstractions.dll'.
08-07 08:36:52.246 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.DependencyInjection.Abstractions.dll.config'.
08-07 08:36:52.246 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.Logging.Abstractions.dll'.Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/CPIKWrapper.dll [External]

08-07 08:36:52.246 D/Mono    ( 4882): Image addref Microsoft.Extensions.Logging.Abstractions[0xdce70800] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.Logging.Abstractions.dll[0xdf70a500]: 2
08-07 08:36:52.246 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.Extensions.Logging.Abstractions' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.Logging.Abstractions.dll)
08-07 08:36:52.246 D/Mono    ( 4882): Assembly Microsoft.Extensions.Logging.Abstractions[0xdce70800] added to domain RootDomain, ref_count=1
08-07 08:36:52.246 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.Logging.Abstractions.dll'.
08-07 08:36:52.246 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.Logging.Abstractions.dll.config'.
08-07 08:36:52.246 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.Logging.dll'.
08-07 08:36:52.246 D/Mono    ( 4882): Image addref Microsoft.Extensions.Logging[0xdce70860] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.Logging.dll[0xdf70aa00]: 2
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Buffers.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Codecs.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Codecs.Mqtt.dll [External]
08-07 08:36:52.246 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.Extensions.Logging' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.Logging.dll)
08-07 08:36:52.246 D/Mono    ( 4882): Assembly Microsoft.Extensions.Logging[0xdce70860] added to domain RootDomain, ref_count=1
08-07 08:36:52.246 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.Logging.dll'.
08-07 08:36:52.246 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.Logging.dll.config'.
08-07 08:36:52.246 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Win32.Registry.dll'.
08-07 08:36:52.246 D/Mono    ( 4882): Image addref Microsoft.Win32.Registry[0xdce708c0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Win32.Registry.dll[0xdf70af00]: 2
08-07 08:36:52.246 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.Win32.Registry' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Win32.Registry.dll)
08-07 08:36:52.246 D/Mono    ( 4882): Assembly Microsoft.Win32.Registry[0xdce708c0] added to domain RootDomain, ref_count=1
08-07 08:36:52.247 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Win32.Registry.dll'.
08-07 08:36:52.247 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Win32.Registry.dll.config'.
08-07 08:36:52.247 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.WindowsAzure.Storage.dll'.
08-07 08:36:52.247 D/Mono    ( 4882): Image addref Microsoft.WindowsAzure.Storage[0xdce70920] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.WindowsAzure.Storage.dll[0xdf70b400]: 2
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Common.dll [External]08-07 08:36:52.247 D/Mono    ( 4882): Prepared to set up assembly 'Microsoft.WindowsAzure.Storage' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.WindowsAzure.Storage.dll)

08-07 08:36:52.247 D/Mono    ( 4882): Assembly Microsoft.WindowsAzure.Storage[0xdce70920] added to domain RootDomain, ref_count=1
08-07 08:36:52.247 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.WindowsAzure.Storage.dll'.
08-07 08:36:52.247 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.WindowsAzure.Storage.dll.config'.
08-07 08:36:52.247 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Newtonsoft.Json.Bson.dll'.
08-07 08:36:52.247 D/Mono    ( 4882): Image addref Newtonsoft.Json.Bson[0xdce70980] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Newtonsoft.Json.Bson.dll[0xdf70b900]: 2
08-07 08:36:52.247 D/Mono    ( 4882): Prepared to set up assembly 'Newtonsoft.Json.Bson' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Newtonsoft.Json.Bson.dll)
08-07 08:36:52.247 D/Mono    ( 4882): Assembly Newtonsoft.Json.Bson[0xdce70980] added to domain RootDomain, ref_count=1
08-07 08:36:52.247 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Newtonsoft.Json.Bson.dll'.
08-07 08:36:52.247 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Newtonsoft.Json.Bson.dll.config'.
08-07 08:36:52.247 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Newtonsoft.Json.dll'.
08-07 08:36:52.247 D/Mono    ( 4882): Image addref Newtonsoft.Json[0xdce70aa0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Newtonsoft.Json.dll[0xdf70be00]: 2
08-07 08:36:52.247 D/Mono    ( 4882): Prepared to set up assembly 'Newtonsoft.Json' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Newtonsoft.Json.dll)
08-07 08:36:52.247 D/Mono    ( 4882): Assembly Newtonsoft.Json[0xdce70aa0] added to domain RootDomain, ref_count=1
08-07 08:36:52.247 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Newtonsoft.Json.dll'.
08-07 08:36:52.247 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Newtonsoft.Json.dll.config'.
08-07 08:36:52.248 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Collections.Immutable.dll'.
08-07 08:36:52.248 D/Mono    ( 4882): Image addref System.Collections.Immutable[0xdce709e0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Collections.Immutable.dll[0xdf70c300]: 2
08-07 08:36:52.248 D/Mono    ( 4882): Prepared to set up assembly 'System.Collections.Immutable' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Collections.Immutable.dll)
08-07 08:36:52.248 D/Mono    ( 4882): Assembly System.Collections.Immutable[0xdce709e0] added to domain RootDomain, ref_count=1
08-07 08:36:52.248 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Collections.Immutable.dll'.
08-07 08:36:52.248 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Collections.Immutable.dll.config'.
08-07 08:36:52.248 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Configuration.ConfigurationManager.dll'.
08-07 08:36:52.248 D/Mono    ( 4882): Image addref System.Configuration.ConfigurationManager[0xdce70a40] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Configuration.ConfigurationManager.dll[0xdf70c800]: 2
08-07 08:36:52.248 D/Mono    ( 4882): Prepared to set up assembly 'System.Configuration.ConfigurationManager' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Configuration.ConfigurationManager.dll)
08-07 08:36:52.248 D/Mono    ( 4882): Assembly System.Configuration.ConfigurationManager[0xdce70a40] added to domain RootDomain, ref_count=1
08-07 08:36:52.248 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Configuration.ConfigurationManager.dll'.
08-07 08:36:52.248 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Configuration.ConfigurationManager.dll.config'.
08-07 08:36:52.248 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Net.Http.Formatting.dll'.
08-07 08:36:52.248 D/Mono    ( 4882): Image addref System.Net.Http.Formatting[0xdce70c80] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Net.Http.Formatting.dll[0xdf70cd00]: 2
08-07 08:36:52.248 D/Mono    ( 4882): Prepared to set up assembly 'System.Net.Http.Formatting' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Net.Http.Formatting.dll)
08-07 08:36:52.248 D/Mono    ( 4882): Assembly System.Net.Http.Formatting[0xdce70c80] added to domain RootDomain, ref_count=1
08-07 08:36:52.248 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Net.Http.Formatting.dll'.
08-07 08:36:52.248 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Net.Http.Formatting.dll.config'.
08-07 08:36:52.248 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Security.AccessControl.dll'.
08-07 08:36:52.248 D/Mono    ( 4882): Image addref System.Security.AccessControl[0xdce70d40] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Security.AccessControl.dll[0xdf70d200]: 2
08-07 08:36:52.248 D/Mono    ( 4882): Prepared to set up assembly 'System.Security.AccessControl' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Security.AccessControl.dll)
08-07 08:36:52.248 D/Mono    ( 4882): Assembly System.Security.AccessControl[0xdce70d40] added to domain RootDomain, ref_count=1
08-07 08:36:52.249 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Security.AccessControl.dll'.
08-07 08:36:52.249 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Security.AccessControl.dll.config'.
08-07 08:36:52.249 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Security.Principal.Windows.dll'.
08-07 08:36:52.249 D/Mono    ( 4882): Image addref System.Security.Principal.Windows[0xdce70c20] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Security.Principal.Windows.dll[0xdf70d700]: 2
08-07 08:36:52.249 D/Mono    ( 4882): Prepared to set up assembly 'System.Security.Principal.Windows' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Security.Principal.Windows.dll)
08-07 08:36:52.249 D/Mono    ( 4882): Assembly System.Security.Principal.Windows[0xdce70c20] added to domain RootDomain, ref_count=1
08-07 08:36:52.249 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Security.Principal.Windows.dll'.
08-07 08:36:52.249 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Security.Principal.Windows.dll.config'.
08-07 08:36:52.249 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Arch.Core.Common.dll'.
08-07 08:36:52.249 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Arch.Core.Common.dll'.
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Handlers.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/DotNetty.Transport.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myapp.dll
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/FormsViewGroup.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Analytics.Android.Bindings.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Analytics.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Android.Bindings.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Crashes.Android.Bindings.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.Crashes.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.AppCenter.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Amqp.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.Client.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Azure.Devices.Shared.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.DependencyInjection.Abstractions.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.Logging.Abstractions.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Extensions.Logging.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.Win32.Registry.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Microsoft.WindowsAzure.Storage.dll
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Newtonsoft.Json.Bson.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Newtonsoft.Json.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Collections.Immutable.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Configuration.ConfigurationManager.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Net.Http.Formatting.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Security.AccessControl.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/System.Security.Principal.Windows.dll [External]
08-07 08:36:52.971 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Arch.Core.Runtime.dll'.
08-07 08:36:52.971 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Arch.Core.Runtime.dll'.
08-07 08:36:52.971 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Arch.Lifecycle.Common.dll'.
08-07 08:36:52.972 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Arch.Lifecycle.Common.dll'.
08-07 08:36:52.972 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Arch.Lifecycle.LiveData.Core.dll'.
08-07 08:36:52.972 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Arch.Lifecycle.LiveData.Core.dll'.
08-07 08:36:52.972 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Arch.Lifecycle.LiveData.dll'.
08-07 08:36:52.972 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Arch.Lifecycle.LiveData.dll'.
08-07 08:36:52.972 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Arch.Lifecycle.Runtime.dll'.
08-07 08:36:52.972 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Arch.Lifecycle.Runtime.dll'.
08-07 08:36:52.972 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Arch.Lifecycle.ViewModel.dll'.
08-07 08:36:52.972 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Arch.Lifecycle.ViewModel.dll'.
08-07 08:36:52.973 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.Animated.Vector.Drawable.dll'.
08-07 08:36:52.973 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.Animated.Vector.Drawable.dll'.
08-07 08:36:52.973 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.Annotations.dll'.
08-07 08:36:52.973 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.Annotations.dll'.
08-07 08:36:52.973 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.AsyncLayoutInflater.dll'.
08-07 08:36:52.973 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.AsyncLayoutInflater.dll'.
08-07 08:36:52.973 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.Collections.dll'.
08-07 08:36:52.973 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.Collections.dll'.
08-07 08:36:52.973 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.Compat.dll'.
08-07 08:36:52.973 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.Compat.dll'.
08-07 08:36:52.973 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.CoordinaterLayout.dll'.
08-07 08:36:52.974 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.CoordinaterLayout.dll'.
08-07 08:36:52.974 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.Core.UI.dll'.
08-07 08:36:52.974 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.Core.UI.dll'.
08-07 08:36:52.974 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.Core.Utils.dll'.
08-07 08:36:52.974 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.Core.Utils.dll'.
08-07 08:36:52.974 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.CursorAdapter.dll'.
08-07 08:36:52.974 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.CursorAdapter.dll'.
08-07 08:36:52.974 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.CustomTabs.dll'.
08-07 08:36:52.974 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.CustomTabs.dll'.
08-07 08:36:52.974 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.CustomView.dll'.
08-07 08:36:52.974 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.CustomView.dll'.
08-07 08:36:52.974 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.DocumentFile.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.DocumentFile.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.DrawerLayout.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.DrawerLayout.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.Fragment.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.Fragment.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.Interpolator.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.Interpolator.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.Loader.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.Loader.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.LocalBroadcastManager.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.LocalBroadcastManager.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.Media.Compat.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.Media.Compat.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.Print.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.Print.dll'.
08-07 08:36:52.975 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.SlidingPaneLayout.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.SlidingPaneLayout.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.SwipeRefreshLayout.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.SwipeRefreshLayout.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.v4.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.v4.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.v7.AppCompat.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.v7.AppCompat.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.Vector.Drawable.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.Vector.Drawable.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.VersionedParcelable.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.VersionedParcelable.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '/Users/builder/jenkins/workspace/archive-mono/2020-02/android/release/sdks/out/android-x86-release/lib/Xamarin.Android.Support.ViewPager.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '//Facades/Xamarin.Android.Support.ViewPager.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Activity.dll'.
08-07 08:36:52.976 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Activity[0xdce70ce0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Activity.dll[0xdf70dc00]: 2
08-07 08:36:52.976 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Activity' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Activity.dll)
08-07 08:36:52.976 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Activity[0xdce70ce0] added to domain RootDomain, ref_count=1
08-07 08:36:52.977 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Activity.dll'.
08-07 08:36:52.977 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Activity.dll.config'.
08-07 08:36:52.977 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Annotation.dll'.
08-07 08:36:52.977 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Annotation[0xdce70da0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Annotation.dll[0xdf70e600]: 2
08-07 08:36:52.977 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Annotation' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Annotation.dll)
08-07 08:36:52.977 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Annotation[0xdce70da0] added to domain RootDomain, ref_count=1
08-07 08:36:52.977 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Annotation.dll'.
08-07 08:36:52.977 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Annotation.dll.config'.
08-07 08:36:52.977 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AppCompat.AppCompatResources.dll'.
08-07 08:36:52.977 D/Mono    ( 4882): Image addref Xamarin.AndroidX.AppCompat.AppCompatResources[0xdce70e00] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AppCompat.AppCompatResources.dll[0xcaca8000]: 2
08-07 08:36:52.977 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.AppCompat.AppCompatResources' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AppCompat.AppCompatResources.dll)
08-07 08:36:52.977 D/Mono    ( 4882): Assembly Xamarin.AndroidX.AppCompat.AppCompatResources[0xdce70e00] added to domain RootDomain, ref_count=1
08-07 08:36:52.977 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AppCompat.AppCompatResources.dll'.
08-07 08:36:52.977 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AppCompat.AppCompatResources.dll.config'.
08-07 08:36:52.977 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AppCompat.dll'.
08-07 08:36:52.977 D/Mono    ( 4882): Image addref Xamarin.AndroidX.AppCompat[0xdce70e60] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AppCompat.dll[0xcaca8a00]: 2
08-07 08:36:52.977 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.AppCompat' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AppCompat.dll)
08-07 08:36:52.977 D/Mono    ( 4882): Assembly Xamarin.AndroidX.AppCompat[0xdce70e60] added to domain RootDomain, ref_count=1
08-07 08:36:52.978 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AppCompat.dll'.
08-07 08:36:52.978 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AppCompat.dll.config'.
08-07 08:36:52.978 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Arch.Core.Common.dll'.
08-07 08:36:52.978 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Arch.Core.Common[0xdce70ec0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Arch.Core.Common.dll[0xcaca9400]: 2
08-07 08:36:52.978 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Arch.Core.Common' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Arch.Core.Common.dll)
08-07 08:36:52.978 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Arch.Core.Common[0xdce70ec0] added to domain RootDomain, ref_count=1
08-07 08:36:52.978 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Arch.Core.Common.dll'.
08-07 08:36:52.978 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Arch.Core.Common.dll.config'.
08-07 08:36:52.978 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Arch.Core.Runtime.dll'.
08-07 08:36:52.978 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Arch.Core.Runtime[0xdce70f20] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Arch.Core.Runtime.dll[0xcaca9e00]: 2
08-07 08:36:52.978 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Arch.Core.Runtime' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Arch.Core.Runtime.dll)
08-07 08:36:52.978 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Arch.Core.Runtime[0xdce70f20] added to domain RootDomain, ref_count=1
08-07 08:36:52.978 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Arch.Core.Runtime.dll'.
08-07 08:36:52.978 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Arch.Core.Runtime.dll.config'.
08-07 08:36:52.978 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AsyncLayoutInflater.dll'.
08-07 08:36:52.978 D/Mono    ( 4882): Image addref Xamarin.AndroidX.AsyncLayoutInflater[0xdce70f80] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AsyncLayoutInflater.dll[0xcacaa800]: 2
08-07 08:36:52.978 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.AsyncLayoutInflater' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AsyncLayoutInflater.dll)
08-07 08:36:52.978 D/Mono    ( 4882): Assembly Xamarin.AndroidX.AsyncLayoutInflater[0xdce70f80] added to domain RootDomain, ref_count=1
08-07 08:36:52.979 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AsyncLayoutInflater.dll'.
08-07 08:36:52.979 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AsyncLayoutInflater.dll.config'.
08-07 08:36:52.979 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Browser.dll'.
08-07 08:36:52.979 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Browser[0xdce70fe0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Browser.dll[0xcacab200]: 2
08-07 08:36:52.979 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Browser' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Browser.dll)
08-07 08:36:52.979 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Browser[0xdce70fe0] added to domain RootDomain, ref_count=1
08-07 08:36:52.979 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Browser.dll'.
08-07 08:36:52.979 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Browser.dll.config'.
08-07 08:36:52.979 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CardView.dll'.
08-07 08:36:52.979 D/Mono    ( 4882): Image addref Xamarin.AndroidX.CardView[0xdce71040] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CardView.dll[0xcacabc00]: 2
08-07 08:36:52.979 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.CardView' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CardView.dll)
08-07 08:36:52.979 D/Mono    ( 4882): Assembly Xamarin.AndroidX.CardView[0xdce71040] added to domain RootDomain, ref_count=1
08-07 08:36:52.979 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CardView.dll'.
08-07 08:36:52.979 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CardView.dll.config'.
08-07 08:36:52.979 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Collection.dll'.
08-07 08:36:52.979 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Collection[0xdce710a0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Collection.dll[0xcacac600]: 2
08-07 08:36:52.979 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Collection' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Collection.dll)
08-07 08:36:52.979 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Collection[0xdce710a0] added to domain RootDomain, ref_count=1
08-07 08:36:52.980 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Collection.dll'.
08-07 08:36:52.980 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Collection.dll.config'.
08-07 08:36:52.980 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CoordinatorLayout.dll'.
08-07 08:36:52.980 D/Mono    ( 4882): Image addref Xamarin.AndroidX.CoordinatorLayout[0xdce71100] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CoordinatorLayout.dll[0xcacb4000]: 2
08-07 08:36:52.980 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.CoordinatorLayout' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CoordinatorLayout.dll)
08-07 08:36:52.980 D/Mono    ( 4882): Assembly Xamarin.AndroidX.CoordinatorLayout[0xdce71100] added to domain RootDomain, ref_count=1
08-07 08:36:52.980 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CoordinatorLayout.dll'.
08-07 08:36:52.980 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CoordinatorLayout.dll.config'.
08-07 08:36:52.980 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Core.dll'.
08-07 08:36:52.995 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Core[0xdce71160] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Core.dll[0xcacb4a00]: 2
08-07 08:36:52.995 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Core' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Core.dll)
08-07 08:36:52.995 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Core[0xdce71160] added to domain RootDomain, ref_count=1
08-07 08:36:52.995 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Core.dll'.
08-07 08:36:52.995 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Core.dll.config'.
08-07 08:36:52.995 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CursorAdapter.dll'.
08-07 08:36:52.996 D/Mono    ( 4882): Image addref Xamarin.AndroidX.CursorAdapter[0xdce711c0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CursorAdapter.dll[0xcacb5400]: 2
08-07 08:36:52.996 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.CursorAdapter' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CursorAdapter.dll)
08-07 08:36:52.996 D/Mono    ( 4882): Assembly Xamarin.AndroidX.CursorAdapter[0xdce711c0] added to domain RootDomain, ref_count=1
08-07 08:36:52.996 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CursorAdapter.dll'.
08-07 08:36:52.996 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CursorAdapter.dll.config'.
08-07 08:36:52.996 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CustomView.dll'.
08-07 08:36:52.996 D/Mono    ( 4882): Image addref Xamarin.AndroidX.CustomView[0xdce71220] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CustomView.dll[0xcacb5e00]: 2
08-07 08:36:52.996 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.CustomView' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CustomView.dll)
08-07 08:36:52.996 D/Mono    ( 4882): Assembly Xamarin.AndroidX.CustomView[0xdce71220] added to domain RootDomain, ref_count=1
08-07 08:36:52.996 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CustomView.dll'.
08-07 08:36:52.996 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CustomView.dll.config'.
08-07 08:36:52.996 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.DocumentFile.dll'.
08-07 08:36:52.996 D/Mono    ( 4882): Image addref Xamarin.AndroidX.DocumentFile[0xdce71280] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.DocumentFile.dll[0xcacb6800]: 2
08-07 08:36:52.996 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.DocumentFile' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.DocumentFile.dll)
08-07 08:36:52.996 D/Mono    ( 4882): Assembly Xamarin.AndroidX.DocumentFile[0xdce71280] added to domain RootDomain, ref_count=1
08-07 08:36:52.996 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.DocumentFile.dll'.
08-07 08:36:52.996 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.DocumentFile.dll.config'.
08-07 08:36:52.996 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.DrawerLayout.dll'.
08-07 08:36:52.997 D/Mono    ( 4882): Image addref Xamarin.AndroidX.DrawerLayout[0xdce712e0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.DrawerLayout.dll[0xcacb7200]: 2
08-07 08:36:52.997 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.DrawerLayout' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.DrawerLayout.dll)
08-07 08:36:52.997 D/Mono    ( 4882): Assembly Xamarin.AndroidX.DrawerLayout[0xdce712e0] added to domain RootDomain, ref_count=1
08-07 08:36:52.997 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.DrawerLayout.dll'.
08-07 08:36:52.997 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.DrawerLayout.dll.config'.
08-07 08:36:52.997 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Fragment.dll'.
08-07 08:36:52.997 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Fragment[0xdce71340] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Fragment.dll[0xcacb7c00]: 2
08-07 08:36:52.997 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Fragment' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Fragment.dll)
08-07 08:36:52.997 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Fragment[0xdce71340] added to domain RootDomain, ref_count=1
08-07 08:36:52.997 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Fragment.dll'.
08-07 08:36:52.997 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Fragment.dll.config'.
08-07 08:36:52.997 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Interpolator.dll'.
08-07 08:36:52.997 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Interpolator[0xdce713a0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Interpolator.dll[0xcacb8600]: 2
08-07 08:36:52.997 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Interpolator' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Interpolator.dll)
08-07 08:36:52.997 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Interpolator[0xdce713a0] added to domain RootDomain, ref_count=1
08-07 08:36:52.997 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Interpolator.dll'.
08-07 08:36:52.997 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Interpolator.dll.config'.
08-07 08:36:52.997 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.Core.UI.dll'.
08-07 08:36:52.998 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Legacy.Support.Core.UI[0xdce71400] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.Core.UI.dll[0xcacc9000]: 2
08-07 08:36:52.998 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Legacy.Support.Core.UI' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.Core.UI.dll)
08-07 08:36:52.998 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Legacy.Support.Core.UI[0xdce71400] added to domain RootDomain, ref_count=1
08-07 08:36:52.998 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.Core.UI.dll'.
08-07 08:36:52.998 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.Core.UI.dll.config'.
08-07 08:36:52.998 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll'.
08-07 08:36:52.998 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Legacy.Support.Core.Utils[0xdce71460] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll[0xcacc9a00]: 2
08-07 08:36:52.998 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Legacy.Support.Core.Utils' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll)
08-07 08:36:52.998 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Legacy.Support.Core.Utils[0xdce71460] added to domain RootDomain, ref_count=1
08-07 08:36:52.998 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll'.
08-07 08:36:52.998 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll.config'.
08-07 08:36:52.998 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.V4.dll'.
08-07 08:36:52.998 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Legacy.Support.V4[0xdce714c0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.V4.dll[0xcacca400]: 2
08-07 08:36:52.998 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Legacy.Support.V4' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.V4.dll)
08-07 08:36:52.998 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Legacy.Support.V4[0xdce714c0] added to domain RootDomain, ref_count=1
08-07 08:36:52.998 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.V4.dll'.
08-07 08:36:52.998 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.V4.dll.config'.
08-07 08:36:52.998 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.Common.dll'.
08-07 08:36:52.998 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Lifecycle.Common[0xdce71520] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.Common.dll[0xcaccae00]: 2
08-07 08:36:52.998 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Lifecycle.Common' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.Common.dll)
08-07 08:36:52.999 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Lifecycle.Common[0xdce71520] added to domain RootDomain, ref_count=1
08-07 08:36:52.999 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.Common.dll'.
08-07 08:36:52.999 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.Common.dll.config'.
08-07 08:36:52.999 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll'.
08-07 08:36:52.999 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Lifecycle.LiveData.Core[0xdce71580] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll[0xcaccb800]: 2
08-07 08:36:52.999 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Lifecycle.LiveData.Core' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll)
08-07 08:36:52.999 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Lifecycle.LiveData.Core[0xdce71580] added to domain RootDomain, ref_count=1
08-07 08:36:52.999 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll'.
08-07 08:36:52.999 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll.config'.
08-07 08:36:52.999 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.dll'.
08-07 08:36:52.999 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Lifecycle.LiveData[0xdce715e0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.dll[0xcaccc200]: 2
08-07 08:36:52.999 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Lifecycle.LiveData' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.dll)
08-07 08:36:52.999 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Lifecycle.LiveData[0xdce715e0] added to domain RootDomain, ref_count=1
08-07 08:36:52.999 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.dll'.
08-07 08:36:52.999 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.dll.config'.
08-07 08:36:52.999 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.Runtime.dll'.
08-07 08:36:52.999 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Lifecycle.Runtime[0xdce71640] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.Runtime.dll[0xcacccc00]: 2
08-07 08:36:52.999 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Lifecycle.Runtime' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.Runtime.dll)
08-07 08:36:52.999 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Lifecycle.Runtime[0xdce71640] added to domain RootDomain, ref_count=1
08-07 08:36:53.000 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.Runtime.dll'.
08-07 08:36:53.000 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.Runtime.dll.config'.
08-07 08:36:53.000 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.ViewModel.dll'.
08-07 08:36:53.000 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Lifecycle.ViewModel[0xdce716a0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.ViewModel.dll[0xcaccd600]: 2
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Activity.dll [External]08-07 08:36:53.000 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Lifecycle.ViewModel' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.ViewModel.dll)

08-07 08:36:53.000 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Lifecycle.ViewModel[0xdce716a0] added to domain RootDomain, ref_count=1
08-07 08:36:53.000 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.ViewModel.dll'.
08-07 08:36:53.000 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.ViewModel.dll.config'.
08-07 08:36:53.000 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Loader.dll'.
08-07 08:36:53.000 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Loader[0xdce71700] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Loader.dll[0xcacd9000]: 2
08-07 08:36:53.000 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Loader' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Loader.dll)
08-07 08:36:53.000 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Loader[0xdce71700] added to domain RootDomain, ref_count=1
08-07 08:36:53.000 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Loader.dll'.
08-07 08:36:53.000 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Loader.dll.config'.
08-07 08:36:53.000 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.LocalBroadcastManager.dll'.
08-07 08:36:53.000 D/Mono    ( 4882): Image addref Xamarin.AndroidX.LocalBroadcastManager[0xdce71760] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.LocalBroadcastManager.dll[0xcacd9a00]: 2
08-07 08:36:53.000 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.LocalBroadcastManager' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.LocalBroadcastManager.dll)
08-07 08:36:53.001 D/Mono    ( 4882): Assembly Xamarin.AndroidX.LocalBroadcastManager[0xdce71760] added to domain RootDomain, ref_count=1
08-07 08:36:53.001 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.LocalBroadcastManager.dll'.
08-07 08:36:53.001 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.LocalBroadcastManager.dll.config'.
08-07 08:36:53.001 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Media.dll'.
08-07 08:36:53.001 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Media[0xdce717c0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Media.dll[0xcacda400]: 2
08-07 08:36:53.001 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Media' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Media.dll)
08-07 08:36:53.001 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Media[0xdce717c0] added to domain RootDomain, ref_count=1
08-07 08:36:53.001 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Media.dll'.
08-07 08:36:53.001 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Media.dll.config'.
08-07 08:36:53.001 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.MediaRouter.dll'.
08-07 08:36:53.001 D/Mono    ( 4882): Image addref Xamarin.AndroidX.MediaRouter[0xdce71820] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.MediaRouter.dll[0xcacdae00]: 2
08-07 08:36:53.001 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.MediaRouter' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.MediaRouter.dll)
08-07 08:36:53.001 D/Mono    ( 4882): Assembly Xamarin.AndroidX.MediaRouter[0xdce71820] added to domain RootDomain, ref_count=1
08-07 08:36:53.001 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.MediaRouter.dll'.
08-07 08:36:53.001 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.MediaRouter.dll.config'.
08-07 08:36:53.001 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.MultiDex.dll'.
08-07 08:36:53.001 D/Mono    ( 4882): Image addref Xamarin.AndroidX.MultiDex[0xdce71880] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.MultiDex.dll[0xcacdb800]: 2
08-07 08:36:53.001 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.MultiDex' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.MultiDex.dll)
08-07 08:36:53.001 D/Mono    ( 4882): Assembly Xamarin.AndroidX.MultiDex[0xdce71880] added to domain RootDomain, ref_count=1Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Annotation.dll [External]

08-07 08:36:53.002 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.MultiDex.dll'.
08-07 08:36:53.002 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.MultiDex.dll.config'.
08-07 08:36:53.002 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Palette.dll'.
08-07 08:36:53.002 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Palette[0xdce718e0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Palette.dll[0xcacdc200]: 2
08-07 08:36:53.002 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Palette' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Palette.dll)
08-07 08:36:53.002 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Palette[0xdce718e0] added to domain RootDomain, ref_count=1
08-07 08:36:53.002 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Palette.dll'.
08-07 08:36:53.002 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Palette.dll.config'.
08-07 08:36:53.002 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Print.dll'.
08-07 08:36:53.002 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Print[0xdce71940] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Print.dll[0xcacdcc00]: 2
08-07 08:36:53.002 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Print' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Print.dll)
08-07 08:36:53.002 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Print[0xdce71940] added to domain RootDomain, ref_count=1
08-07 08:36:53.002 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Print.dll'.
08-07 08:36:53.002 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Print.dll.config'.
08-07 08:36:53.003 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.RecyclerView.dll'.
08-07 08:36:53.003 D/Mono    ( 4882): Image addref Xamarin.AndroidX.RecyclerView[0xdce719a0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.RecyclerView.dll[0xcacdd600]: 2
08-07 08:36:53.003 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.RecyclerView' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.RecyclerView.dll)
08-07 08:36:53.003 D/Mono    ( 4882): Assembly Xamarin.AndroidX.RecyclerView[0xdce719a0] added to domain RootDomain, ref_count=1
08-07 08:36:53.003 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.RecyclerView.dll'.
08-07 08:36:53.003 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.RecyclerView.dll.config'.
08-07 08:36:53.003 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SavedState.dll'.
08-07 08:36:53.003 D/Mono    ( 4882): Image addref Xamarin.AndroidX.SavedState[0xdce71a00] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SavedState.dll[0xcace4000]: 2
08-07 08:36:53.003 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.SavedState' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SavedState.dll)
08-07 08:36:53.003 D/Mono    ( 4882): Assembly Xamarin.AndroidX.SavedState[0xdce71a00] added to domain RootDomain, ref_count=1
08-07 08:36:53.003 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SavedState.dll'.
08-07 08:36:53.003 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SavedState.dll.config'.
08-07 08:36:53.003 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SlidingPaneLayout.dll'.
08-07 08:36:53.003 D/Mono    ( 4882): Image addref Xamarin.AndroidX.SlidingPaneLayout[0xdce71a60] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SlidingPaneLayout.dll[0xcace4a00]: 2
08-07 08:36:53.003 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.SlidingPaneLayout' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SlidingPaneLayout.dll)
08-07 08:36:53.003 D/Mono    ( 4882): Assembly Xamarin.AndroidX.SlidingPaneLayout[0xdce71a60] added to domain RootDomain, ref_count=1
08-07 08:36:53.003 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SlidingPaneLayout.dll'.
08-07 08:36:53.003 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SlidingPaneLayout.dll.config'.
08-07 08:36:53.004 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SwipeRefreshLayout.dll'.
08-07 08:36:53.004 D/Mono    ( 4882): Image addref Xamarin.AndroidX.SwipeRefreshLayout[0xdce71ac0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SwipeRefreshLayout.dll[0xcace5400]: 2
08-07 08:36:53.004 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.SwipeRefreshLayout' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SwipeRefreshLayout.dll)
08-07 08:36:53.004 D/Mono    ( 4882): Assembly Xamarin.AndroidX.SwipeRefreshLayout[0xdce71ac0] added to domain RootDomain, ref_count=1
08-07 08:36:53.004 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SwipeRefreshLayout.dll'.
08-07 08:36:53.004 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SwipeRefreshLayout.dll.config'.
08-07 08:36:53.004 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Transition.dll'.
08-07 08:36:53.004 D/Mono    ( 4882): Image addref Xamarin.AndroidX.Transition[0xdce71b20] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Transition.dll[0xcace5e00]: 2
08-07 08:36:53.004 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.Transition' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Transition.dll)
08-07 08:36:53.004 D/Mono    ( 4882): Assembly Xamarin.AndroidX.Transition[0xdce71b20] added to domain RootDomain, ref_count=1
08-07 08:36:53.004 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Transition.dll'.
08-07 08:36:53.004 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Transition.dll.config'.
08-07 08:36:53.004 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VectorDrawable.Animated.dll'.
08-07 08:36:53.004 D/Mono    ( 4882): Image addref Xamarin.AndroidX.VectorDrawable.Animated[0xdce71b80] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VectorDrawable.Animated.dll[0xcace6800]: 2
08-07 08:36:53.004 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.VectorDrawable.Animated' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VectorDrawable.Animated.dll)
08-07 08:36:53.004 D/Mono    ( 4882): Assembly Xamarin.AndroidX.VectorDrawable.Animated[0xdce71b80] added to domain RootDomain, ref_count=1Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AppCompat.AppCompatResources.dll [External]
08-07 08:36:53.004 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VectorDrawable.Animated.dll'.

08-07 08:36:53.004 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VectorDrawable.Animated.dll.config'.
08-07 08:36:53.005 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VectorDrawable.dll'.
08-07 08:36:53.005 D/Mono    ( 4882): Image addref Xamarin.AndroidX.VectorDrawable[0xdce71be0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VectorDrawable.dll[0xcace7200]: 2
08-07 08:36:53.005 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.VectorDrawable' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VectorDrawable.dll)
08-07 08:36:53.005 D/Mono    ( 4882): Assembly Xamarin.AndroidX.VectorDrawable[0xdce71be0] added to domain RootDomain, ref_count=1
08-07 08:36:53.005 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VectorDrawable.dll'.
08-07 08:36:53.005 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VectorDrawable.dll.config'.
08-07 08:36:53.005 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VersionedParcelable.dll'.
08-07 08:36:53.005 D/Mono    ( 4882): Image addref Xamarin.AndroidX.VersionedParcelable[0xdce71c40] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VersionedParcelable.dll[0xcace7c00]: 2
08-07 08:36:53.005 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.VersionedParcelable' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VersionedParcelable.dll)
08-07 08:36:53.005 D/Mono    ( 4882): Assembly Xamarin.AndroidX.VersionedParcelable[0xdce71c40] added to domain RootDomain, ref_count=1
08-07 08:36:53.005 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VersionedParcelable.dll'.
08-07 08:36:53.005 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VersionedParcelable.dll.config'.
08-07 08:36:53.005 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.ViewPager.dll'.
08-07 08:36:53.005 D/Mono    ( 4882): Image addref Xamarin.AndroidX.ViewPager[0xdce71ca0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.ViewPager.dll[0xcace8600]: 2
08-07 08:36:53.005 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.AndroidX.ViewPager' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.ViewPager.dll)
08-07 08:36:53.005 D/Mono    ( 4882): Assembly Xamarin.AndroidX.ViewPager[0xdce71ca0] added to domain RootDomain, ref_count=1
08-07 08:36:53.005 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.ViewPager.dll'.
08-07 08:36:53.005 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.ViewPager.dll.config'.
08-07 08:36:53.005 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Auth.dll'.
08-07 08:36:53.006 D/Mono    ( 4882): Image addref Xamarin.Auth[0xdce71dc0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Auth.dll[0xcacfa000]: 2
08-07 08:36:53.006 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.Auth' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Auth.dll)
08-07 08:36:53.006 D/Mono    ( 4882): Assembly Xamarin.Auth[0xdce71dc0] added to domain RootDomain, ref_count=1
08-07 08:36:53.006 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Auth.dll'.
08-07 08:36:53.006 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Auth.dll.config'.
08-07 08:36:53.006 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Essentials.dll'.
08-07 08:36:53.006 D/Mono    ( 4882): Image addref Xamarin.Essentials[0xdce71d00] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Essentials.dll[0xcacfaa00]: 2
08-07 08:36:53.006 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.Essentials' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Essentials.dll)
08-07 08:36:53.006 D/Mono    ( 4882): Assembly Xamarin.Essentials[0xdce71d00] added to domain RootDomain, ref_count=1
08-07 08:36:53.006 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Essentials.dll'.
08-07 08:36:53.006 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Essentials.dll.config'.
08-07 08:36:53.006 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Core.dll'.
08-07 08:36:53.006 D/Mono    ( 4882): Image addref Xamarin.Forms.Core[0xdce71d60] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Core.dll[0xcacfb400]: 2
08-07 08:36:53.006 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.Forms.Core' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Core.dll)
08-07 08:36:53.006 D/Mono    ( 4882): Assembly Xamarin.Forms.Core[0xdce71d60] added to domain RootDomain, ref_count=1
08-07 08:36:53.007 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Core.dll'.
08-07 08:36:53.007 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Core.dll.config'.
08-07 08:36:53.007 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Platform.Android.dll'.
08-07 08:36:53.007 D/Mono    ( 4882): Image addref Xamarin.Forms.Platform.Android[0xdce71fa0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Platform.Android.dll[0xcacfbe00]: 2
08-07 08:36:53.007 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.Forms.Platform.Android' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Platform.Android.dll)
08-07 08:36:53.007 D/Mono    ( 4882): Assembly Xamarin.Forms.Platform.Android[0xdce71fa0] added to domain RootDomain, ref_count=1
08-07 08:36:53.007 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Platform.Android.dll'.
08-07 08:36:53.007 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Platform.Android.dll.config'.
08-07 08:36:53.007 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Platform.dll'.
08-07 08:36:53.007 D/Mono    ( 4882): Image addref Xamarin.Forms.Platform[0xc8c03000] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Platform.dll[0xcacfc800]: 2
08-07 08:36:53.007 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.Forms.Platform' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Platform.dll)
08-07 08:36:53.007 D/Mono    ( 4882): Assembly Xamarin.Forms.Platform[0xc8c03000] added to domain RootDomain, ref_count=1
08-07 08:36:53.007 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Platform.dll'.
08-07 08:36:53.007 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Platform.dll.config'.
08-07 08:36:53.007 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Xaml.dll'.
08-07 08:36:53.008 D/Mono    ( 4882): Image addref Xamarin.Forms.Xaml[0xc8c03120] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Xaml.dll[0xcacfcd00]: 2
08-07 08:36:53.008 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.Forms.Xaml' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Xaml.dll)
08-07 08:36:53.008 D/Mono    ( 4882): Assembly Xamarin.Forms.Xaml[0xc8c03120] added to domain RootDomain, ref_count=1
08-07 08:36:53.008 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Xaml.dll'.
08-07 08:36:53.008 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Xaml.dll.config'.
08-07 08:36:53.008 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Google.Android.Material.dll'.
08-07 08:36:53.008 D/Mono    ( 4882): Image addref Xamarin.Google.Android.Material[0xc8c03180] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Google.Android.Material.dll[0xcacfd700]: 2
08-07 08:36:53.008 D/Mono    ( 4882): Prepared to set up assembly 'Xamarin.Google.Android.Material' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Google.Android.Material.dll)
08-07 08:36:53.008 D/Mono    ( 4882): Assembly Xamarin.Google.Android.Material[0xc8c03180] added to domain RootDomain, ref_count=1
08-07 08:36:53.008 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Google.Android.Material.dll'.
08-07 08:36:53.008 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Google.Android.Material.dll.config'.
08-07 08:36:53.008 D/Mono    ( 4882): Assembly Loader probing location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myappApi.Common.dll'.
08-07 08:36:53.017 D/Mono    ( 4882): Image addref myappApi.Common[0xc8c031e0] (asmctx DEFAULT) -> /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myappApi.Common.dll[0xcacfe100]: 2
08-07 08:36:53.017 D/Mono    ( 4882): Prepared to set up assembly 'myappApi.Common' (/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myappApi.Common.dll)
08-07 08:36:53.017 D/Mono    ( 4882): Assembly myappApi.Common[0xc8c031e0] added to domain RootDomain, ref_count=1
08-07 08:36:53.017 D/Mono    ( 4882): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myappApi.Common.dll'.
08-07 08:36:53.017 D/Mono    ( 4882): Config attempting to parse: '/storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myappApi.Common.dll.config'.
08-07 08:36:53.017 W/monodroid-gc( 4882): GREF GC Threshold: 46080
08-07 08:36:53.018 D/Mono    ( 4882): Image addref Mono.Android[0xc8c03240] (asmctx DEFAULT) -> Mono.Android.dll[0xcacfeb00]: 2
08-07 08:36:53.019 D/Mono    ( 4882): Prepared to set up assembly 'Mono.Android' (Mono.Android.dll)
08-07 08:36:53.019 D/Mono    ( 4882): Assembly Mono.Android[0xc8c03240] added to domain RootDomain, ref_count=1
08-07 08:36:53.019 D/Mono    ( 4882): Config attempting to parse: 'Mono.Android.dll.config'.
08-07 08:36:53.021 D/Mono    ( 4882): Requesting loading reference 0 (of 8) of Mono.Android.dll
08-07 08:36:53.021 D/Mono    ( 4882): Loading reference 0 of Mono.Android.dll asmctx DEFAULT, looking for mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
08-07 08:36:53.021 D/Mono    ( 4882): Assembly Ref addref Mono.Android[0xc8c03240] -> mscorlib[0xdce6f300]: 2
08-07 08:36:53.021 D/Mono    ( 4882): Requesting loading reference 1 (of 8) of Mono.Android.dll
08-07 08:36:53.021 D/Mono    ( 4882): Loading reference 1 of Mono.Android.dll asmctx DEFAULT, looking for Java.Interop, Version=0.1.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065
08-07 08:36:53.022 D/Mono    ( 4882): Image addref Java.Interop[0xc8c032a0] (asmctx DEFAULT) -> Java.Interop.dll[0xc8c0e000]: 2
08-07 08:36:53.022 D/Mono    ( 4882): Prepared to set up assembly 'Java.Interop' (Java.Interop.dll)
08-07 08:36:53.023 D/Mono    ( 4882): Assembly Java.Interop[0xc8c032a0] added to domain RootDomain, ref_count=1
08-07 08:36:53.023 D/Mono    ( 4882): Config attempting to parse: 'Java.Interop.dll.config'.
08-07 08:36:53.023 D/Mono    ( 4882): Assembly Ref addref Mono.Android[0xc8c03240] -> Java.Interop[0xc8c032a0]: 2
08-07 08:36:53.023 D/Mono    ( 4882): Requesting loading reference 0 (of 2) of Java.Interop.dll
08-07 08:36:53.023 D/Mono    ( 4882): Loading reference 0 of Java.Interop.dll asmctx DEFAULT, looking for mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
08-07 08:36:53.023 D/Mono    ( 4882): Assembly Ref addref Java.Interop[0xc8c032a0] -> mscorlib[0xdce6f300]: 3
08-07 08:36:53.024 D/Mono    ( 4882): DllImport attempting to load: '__Internal'.
08-07 08:36:53.024 D/Mono    ( 4882): DllImport error loading library '__Internal': 'Could not load library: Library '/system/lib/libmonodroid.so' not found.'.
08-07 08:36:53.024 W/Mono    ( 4882): DllImport unable to load library '__Internal'.
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AppCompat.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Arch.Core.Common.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Arch.Core.Runtime.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.AsyncLayoutInflater.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Browser.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CardView.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Collection.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CoordinatorLayout.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Core.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CursorAdapter.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.CustomView.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.DocumentFile.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.DrawerLayout.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Fragment.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Interpolator.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.Core.UI.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Legacy.Support.V4.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.Common.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.LiveData.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.Runtime.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Lifecycle.ViewModel.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Loader.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.LocalBroadcastManager.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Media.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.MediaRouter.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.MultiDex.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Palette.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Print.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.RecyclerView.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SavedState.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SlidingPaneLayout.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.SwipeRefreshLayout.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.Transition.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VectorDrawable.Animated.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VectorDrawable.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.VersionedParcelable.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.AndroidX.ViewPager.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Auth.dll
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Essentials.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Core.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Platform.Android.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Platform.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Forms.Xaml.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/Xamarin.Google.Android.Material.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/com.myapp.app/files/.__override__/myappApi.Common.dll
Loaded assembly: Mono.Android.dll [External]
Loaded assembly: Java.Interop.dll [External]
Resolved pending breakpoint for 'Android.Runtime.JNIEnv.RegisterJniNatives(System.IntPtr, System.Int32, System.IntPtr, System.IntPtr, System.Int32)' to [0x0](no debug symbols).
08-07 08:36:53.570 D/Mono    ( 4882): Requesting loading reference 4 (of 8) of Mono.Android.dll
08-07 08:36:53.571 D/Mono    ( 4882): Loading reference 4 of Mono.Android.dll asmctx DEFAULT, looking for System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
08-07 08:36:53.574 D/Mono    ( 4882): Image addref System[0xc8c03360] (asmctx DEFAULT) -> System.dll[0xc8c0ef00]: 2
08-07 08:36:53.575 D/Mono    ( 4882): Prepared to set up assembly 'System' (System.dll)
08-07 08:36:53.575 D/Mono    ( 4882): Assembly System[0xc8c03360] added to domain RootDomain, ref_count=1
08-07 08:36:53.581 D/Mono    ( 4882): Config attempting to parse: 'System.dll.config'.
08-07 08:36:53.581 D/Mono    ( 4882): Assembly Ref addref Mono.Android[0xc8c03240] -> System[0xc8c03360]: 2

=================================================================08-07 08:36:53.582 D/Mono    ( 4882): Requesting loading reference 0 (of 5) of System.dll

08-07 08:36:53.582 D/Mono    ( 4882): Loading reference 0 of System.dll asmctx DEFAULT, looking for mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
	Native Crash Reporting
=================================================================
Got a SEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================

No native Android stacktrace (see debuggerd output).

=================================================================
	Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0xeaa18c2c):0xeaa18c1c  5f c3 66 90 8b 44 24 04 8b 54 24 08 eb 02 40 42  _.f..D$..T$...@B
0xeaa18c2c  8a 08 84 c9 74 58 38 0a 75 54 40 42 8a 08 84 c9  ....tX8.uT@B....
0xeaa18c3c  74 4c 38 0a 75 48 40 42 8a 08 84 c9 74 40 38 0a  [email protected]@8.
0xeaa18c4c  75 3c 40 42 8a 08 84 c9 74 34 38 0a 75 30 40 
42  u<@B....t48.u0@B

=================================================================
	Managed Stacktrace:
=================================================================
=================================================================08-07 08:36:53.585 F/libc    ( 4882): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x6f63736d in tid 4882 (---), pid 4882 (----)

@MagicAndre1981
Copy link

@tschlarman override means fastdeployment. What happens if you uncheck this in android app properties?

@tschlarman
Copy link

Same bad thing.

08-07 08:55:23.157 D/Mono ( 4818): Assembly Ref addref System[0xe6e203a0] -> mscorlib[0xe6e1e180]: 4
08-07 08:55:23.158 D/Mono ( 4818): DllImport attempting to load: '__Internal'.
08-07 08:55:23.158 D/Mono ( 4818): DllImport error loading library '__Internal': 'Could not load library: Library '/system/lib/libmonodroid.so' not found.'.
08-07 08:55:23.158 W/Mono ( 4818): DllImport unable to load library '__Internal'.

SEGV
...

@grendello
Copy link
Contributor

Thanks for reporting everybody! It appears to be a bug in Android 10 on both devices and emulators and at least Android 9 issue on devices. The issue is as follows:

  1. Since API 23 Android supports running applications without extracting shared libraries (the .so) files form the apk, the dlopen call is able to find them there and load
  2. Enabling the feature requires setting the android:extractNativeLibs="false" attribute to false on the <application> element in AndroidManifest.xml (this is done by default by the Android toolchain if the application targets API >= 23 and doesn't set the flag explicitly)
  3. The attribute value is then reflected in the flags field of ApplicationInfo on the runtime
  4. On install time Android creates the architecture-specific directory but does NOT extract the .so files into it, if told so. Otherwise, it sets the flag and extracts the .so files to the lib directory.
  5. Xamarin.Android runtime checks the flag (trusting it) and, if it's NOT set (which means the shared libraries are in the .apk), it sets up its internal search path for DSOs to point to the application APKs

What happens here, however, is that Android 10 (and 9, for devices - possibly other versions/combinations too) will correctly accept the false value of the attribute and it will NOT extract the .so files, but it WILL set the flag, thus misleading Xamarin.Android in step 5 to not set up the search path to point to the apk and thus, later on, fail to load the shared libraries, leading to the crash.

It follows that we can't trust the flag and need another way to deal with the situation. I have the fix planned, working on implementing it ASAP. As a workaround, you can set android:extractNativeLibs=true and things should work fine.

@tschlarman
Copy link

Thanks @grendello I will confirm that it does work on Android 10 emulators.

So what happened in Xamarin Android between VS 16.6.x and VS 16.7 that broke this? Was Android previously not trusted to do the right thing, and in 16.7 someone decided to trust Android's flag?

@Syed-Esqimo
Copy link

I can confirm the above (setting android:extractNativeLibs=true) works with Emulator. Havent tested on devices yet. Thank you @grendello for the workaround. Dont sweat you guys are working hard just like everyone else.

Thanks!

@grendello
Copy link
Contributor

@tschlarman it's not a Xamarin.Android bug. All of the machinery has worked for nearly past two years, we modiied the code over a year ago and that's about it. It's worked reliably until this release. It's without a doubt an Android bug, but it might be triggered by some Android update delivered to Android 9 devices, but not emulators, and present (or added in some update) in all Android 10 versions.

@tschlarman
Copy link

@grendello Just curious. Seems like it might have been something in the 16.7 update since that was the only think I can think of that changed. We have a work around and a fix in the works so that's all that matters. Thanks for your work and explanation.

@grendello
Copy link
Contributor

@tschlarman no, really - there wasn't any change that could have mattered. The flag being incorrectly set is what threw it off - no tests or testers ever hit it before

@grendello
Copy link
Contributor

This appears to be a bug somewhere between the Android package manager (which installs the application) and the runtime/loader (which should set the flag as appropriate), possibly buggy data in the app database? Many Android components are now updatable via the Play Store, so the update with the bug could have found its way to Android 9 devices (the assumption supported by the fact that Android 9 emulators work fine - they don't receive updates via the usual chanels)

@tschlarman
Copy link

@grendello It's all good. Just seemed odd that several of us all ran into after upgrading to 16.7, but worked fine on 16.6.x the day before. I guess a new test case for your tests. 😄

@grendello
Copy link
Contributor

It appears that the reason only 16.7 update saw this issue is the update of manifest-merger, which with that version started to set android:extractNativeLibs=false when minSdkVersion is 23 or higher. If your application AndroidX components, it enables use of the manifest merger feature. However, the real bug still remains in Android which sets the flag described previously when it should not be set.

@tschlarman
Copy link

tschlarman commented Aug 7, 2020

@grendello Thanks for the follow-up. Nice to know where it came from and why it suddenly (appeared to) show up with 16.7. Sounds like something that should be reported to Google so that it can be fixed and hopefully, your workaround won't be necessary at some point.

grendello added a commit to grendello/xamarin-android that referenced this issue Aug 10, 2020
Fixes: dotnet#4983
Context: https://developer.android.com/reference/android/content/pm/ApplicationInfo.html#FLAG_EXTRACT_NATIVE_LIBS

Xamarin.Android has supported the [extractNativeLibs][0]
attribute (introduced by Android API 23) on the `<application>` element
in AndroidManifest.xml since 95ca102,
with a single significant modification in
feb9ea2 after we discovered that
Android build system can set the flag when constructing the APK after we
are done packaging.

feb9ea2 introduced a runtime check to see whether the
`FLAG_EXTRACT_NATIVE_LIBS` is *not* set, which meant that the native
libraries are to stay in the APK file and we need to set up our DSO
search paths to point to the inside of APK files instead of the
traditional filesystem location.

However, it appears that Android 10 (API 29, on both devices and in emulators)
and Android 9 (API 28, on *just* the devices) broke the
`FLAG_EXTRACT_NATIVE_LIBS` semantics in that it is possible for the flag
to be *set* (which means libraries are *extracted*) with the libraries
not extracted from APKs, thus breaking the logic implemented in
feb9ea2.

It is possible that other Android versions are affected as well, which
means we can no longer trust the flag value and need to implement
another way of checking whether the libraries are on the filesystem or
in the APK.  The simplest approach is to check for existence of a known
library in the filesystem location, regardless of the API level, and
assume the flag is *not* set if the shared library is missing.  This is
what this commit implements.  The check is performed once on application
startup, thus minimizing the performance impact.

[0]: https://developer.android.com/guide/topics/manifest/application-element#extractNativeLibs
grendello added a commit to grendello/xamarin-android that referenced this issue Aug 10, 2020
Fixes: dotnet#4983
Context: https://developer.android.com/reference/android/content/pm/ApplicationInfo.html#FLAG_EXTRACT_NATIVE_LIBS

Xamarin.Android has supported the [extractNativeLibs][0]
attribute (introduced by Android API 23) on the `<application>` element
in AndroidManifest.xml since 95ca102,
with a single significant modification in
feb9ea2 after we discovered that
Android build system can set the flag when constructing the APK after we
are done packaging.

feb9ea2 introduced a runtime check to see whether the
`FLAG_EXTRACT_NATIVE_LIBS` is *not* set, which meant that the native
libraries are to stay in the APK file and we need to set up our DSO
search paths to point to the inside of APK files instead of the
traditional filesystem location.

However, it appears that Android 10 (API 29, on both devices and in emulators)
and Android 9 (API 28, on *just* the devices) broke the
`FLAG_EXTRACT_NATIVE_LIBS` semantics in that it is possible for the flag
to be *set* (which means libraries are *extracted*) with the libraries
not extracted from APKs, thus breaking the logic implemented in
feb9ea2.

It is possible that other Android versions are affected as well, which
means we can no longer trust the flag value and need to implement
another way of checking whether the libraries are on the filesystem or
in the APK.  The simplest approach is to check for existence of a known
library in the filesystem location, regardless of the API level, and
assume the flag is *not* set if the shared library is missing.  This is
what this commit implements.  The check is performed once on application
startup, thus minimizing the performance impact.

[0]: https://developer.android.com/guide/topics/manifest/application-element#extractNativeLibs

Co-Authored by: Jonathan Peppers (@jonathanpeppers)
@bddckr
Copy link

bddckr commented Aug 10, 2020

android:extractNativeLibs="true" works for me on a API level 27 device (compiling against 29), too. Thanks for that and the quick handling of it!

@EgonRasmussen
Copy link

EgonRasmussen commented Aug 11, 2020

I can confirm the above (setting android:extractNativeLibs=true) works with Device (Pixel 4) and API 29. Thank you for all your support!

@jonpryor jonpryor added the vs-sync For internal use only; creates a VSTS "mirror" issue. label Aug 11, 2020
@brendanzagaeski brendanzagaeski removed the vs-sync For internal use only; creates a VSTS "mirror" issue. label Aug 11, 2020
@grendello
Copy link
Contributor

I would appreciate if anyone affected by this took a moment, if possible, to test the fix using these installers (16.8 branch builds with the fix cherry-picked):

Thanks in advance!

@bdgza
Copy link

bdgza commented Aug 11, 2020

I would appreciate if anyone affected by this took a moment, if possible, to test the fix using these installers (16.8 branch builds with the fix cherry-picked).

Tested on macOS using VS 8.7. I can confirm that it works where 11.0.0.3 did not work before.

@markjackmilian
Copy link

I would appreciate if anyone affected by this took a moment, if possible, to test the fix using these installers (16.8 branch builds with the fix cherry-picked):

Thanks in advance!

this solved for me on macOS.
thanks

jonpryor pushed a commit that referenced this issue Aug 12, 2020
…4993)

Fixes: #4983

Context: https://developer.android.com/reference/android/content/pm/ApplicationInfo.html#FLAG_EXTRACT_NATIVE_LIBS

Android API-23 added support for
[`//application/@android:extractNativeLibs`][0], which allows an app
to state that native libs within the `.apk` should *not* be extracted
as part of app installation, to save on overall installation size.

Support for `extractNativeLibs` was added in 95ca102 and feb9ea2.

Unfortunately, we have determined that on some Android 9 devices and
Android 10 devices & emulators, the [`FLAG_EXTRACT_NATIVE_LIBS`][1]
check used in commit feb9ea2 doesn't work as intended or expected:

	boolean embeddedDSOsEnabled = (runtimePackage.flags & ApplicationInfo.FLAG_EXTRACT_NATIVE_LIBS) == 0;

What we observe on the offending devices is that `embeddedDSOsEnabled`
is False when `//application/@extractNativeLibs` is false, which is
the *opposite* of what we expect.  Consequently, when we *should* be
looking for native libs within the `.apk`, we don't!

The result is that we can't find `libmonodroid.so` ('cause it's in
the `.apk`, not on disk):

	DllImport error loading library '__Internal': 'Could not load library: Library '/system/lib/libmonodroid.so' not found.'.

Note the *path* that is being checked: `/system/lib/libmonodroid.so`,
because we aren't checking within the `.apk`, so we "fallback" to
various other paths, including `/system/lib`, none of which have
`libmonodroid.so`.

The result is that, eventually, the app crashes during startup:

	Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x6f63736d in tid 7607 (…), pid 7607 (…)

It is possible that other Android versions are affected as well, which
means we can no longer trust the flag value and need to implement
another way of checking whether the libraries are on the filesystem or
in the `.apk`.

Work around this Android issue by checking for the presence of a known
library in a filesystem location, regardless of the API level.
Specifically, check for the presence of `libmonodroid.so`.
If `libmonodroid.so` is not found, assume that all libraries should be
loaded from the `.apk`, as if `//application/@extractNativeLibs`=false.

The check is performed once on application startup, thus minimizing the
performance impact.

[0]: https://developer.android.com/guide/topics/manifest/application-element#extractNativeLibs
[1]: https://developer.android.com/reference/android/content/pm/ApplicationInfo#FLAG_EXTRACT_NATIVE_LIBS

Co-Authored by: Jonathan Peppers (@jonathanpeppers)
@Tum4ik
Copy link

Tum4ik commented Aug 14, 2020

I would appreciate if anyone affected by this took a moment, if possible, to test the fix using these installers (16.8 branch builds with the fix cherry-picked):

Thanks in advance!

Solved the problem on Windows.

@goZilla-rcsk
Copy link

goZilla-rcsk commented Aug 14, 2020

I would appreciate if anyone affected by this took a moment, if possible, to test the fix using these installers (16.8 branch builds with the fix cherry-picked):

Thanks in advance!

Confirmed on Windows. Previous crashing, now works well. Thank you so much.

@WarBorg
Copy link

WarBorg commented Aug 14, 2020

I would appreciate if anyone affected by this took a moment, if possible, to test the fix using these installers (16.8 branch builds with the fix cherry-picked):

Thanks in advance!

works for me too, VS for Mac, device running Android 10, was not working before

@Shantydroid
Copy link

Thanks @grendello, it works form me in mi mac and windows machine. But I have another problem that this fixes won't fix. All apk I release won't install. I don't understand if I had to change anything in Android projects, maybe, but I don't know how. It occurs in windows and mac machines...

@Shantydroid
Copy link

@Strifex MvvmCross??

@nate123456
Copy link

I would appreciate if anyone affected by this took a moment, if possible, to test the fix using these installers (16.8 branch builds with the fix cherry-picked):

Thanks in advance!

This fix works for me on Windows. Before I had to use the AndroidManifest.xml workaround mentioned above. Thanks for releasing that installer!

@grendello
Copy link
Contributor

@nate123456 please keep in mind that it's a preview of a preview, really :)

@MagicAndre1981
Copy link

Ok, the fix is rolled out to public with 16.7.2 update:

Top Issues Fixed from Developer Community in Visual Studio 2019 version 16.7.2
Visual Studio 2019 v16.7 Xamarin Android crash on start up in debug.

https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes#16.7.2

@brendanzagaeski
Copy link
Contributor

Release status update

The corresponding version is also now available in Visual Studio 2019 for Mac version 8.7.3.

A new Release version of Xamarin.Android has now been published that includes the fix for this item.

Fix included in Xamarin.Android SDK version 11.0.2.0

Fix included on Windows in Visual Studio 2019 version 16.7.2. To get the new version that includes the fix, check for the latest updates or install the most recent release from https://visualstudio.microsoft.com/downloads/.

Fix included on macOS in Visual Studio 2019 for Mac version 8.7.3. To get the new version that includes the fix, check for the latest updates on the Stable updater channel.

@brendanzagaeski
Copy link
Contributor

brendanzagaeski commented Aug 19, 2020

Note that the fix for this issue makes it so Xamarin.Android is now compatible with android:extractNativeLibs="false" in all configurations, such as when using the shared runtime in the Debug configuration. So far, it does not change the default value of android:extractNativeLibs back to true. That new default value of false that is set by the upstream Google tooling can still cause some changes in behavior. For example, it can increase the size of the APK: #4986.

This means that although android:extractNativeLibs no longer needs to be present in the AndroidManifest.xml file, project authors might wish to continue to include it there anyway to make it easy to remember which setting their apps are using. That attribute can be set explicitly to either true to keep the same behavior from Visual Studio 2019 version 16.6 or false to take advantage of the potential APK install size savings offered by that setting.

@brunck
Copy link

brunck commented Aug 20, 2020

I had to revert that preview extension (version 11.0.99) provided here to work around the issue, in order to get it to the version just released, 11.0.2.0.

@markjackmilian
Copy link

Thanks @grendello, it works form me in mi mac and windows machine. But I have another problem that this fixes won't fix. All apk I release won't install. I don't understand if I had to change anything in Android projects, maybe, but I don't know how. It occurs in windows and mac machines..

Any update on this?
I have the same behavior with 11.0.2.0.

@grendello
Copy link
Contributor

Thanks @grendello, it works form me in mi mac and windows machine. But I have another problem that this fixes won't fix. All apk I release won't install. I don't understand if I had to change anything in Android projects, maybe, but I don't know how. It occurs in windows and mac machines..

Any update on this?
I have the same behavior with 11.0.2.0.

This is unlikely to be related to this issue since it happens on installation and not run time. Please open a new issue and provide a full binary build log (create with msbuild /bl) there, thanks!

/cc @Shantydroid

@ghost ghost locked as resolved and limited conversation to collaborators Jun 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Area: App Runtime Issues in `libmonodroid.so`.
Projects
None yet
Development

Successfully merging a pull request may close this issue.