Skip to content

Instantly share code, notes, and snippets.

@Parmendrak
Created January 2, 2015 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Parmendrak/5eb96deeabdac9ac23bb to your computer and use it in GitHub Desktop.
Save Parmendrak/5eb96deeabdac9ac23bb to your computer and use it in GitHub Desktop.
Forwarding debugger port 8816
Detecting existing process
Loaded assembly: LabCameraDemo.Android.dll
Loaded assembly: ExifLib.dll [External]
Loaded assembly: Xamarin.Android.Support.v13.dll [External]
Loaded assembly: Xamarin.Android.Support.v4.dll [External]
Loaded assembly: Xamarin.Forms.Platform.Android.dll [External]
Loaded assembly: FormsViewGroup.dll [External]
Loaded assembly: Xamarin.Forms.Core.dll [External]
Loaded assembly: Xamarin.Forms.Labs.dll [External]
Loaded assembly: Xamarin.Forms.Labs.Droid.dll [External]
Loaded assembly: Xamarin.Forms.Xaml.dll [External]
Loaded assembly: LabCameraDemo.dll
Loaded assembly: System.Collections.Concurrent.dll [External]
Loaded assembly: System.Collections.dll [External]
Loaded assembly: System.ComponentModel.Annotations.dll [External]
Loaded assembly: System.ComponentModel.EventBasedAsync.dll [External]
Loaded assembly: System.ComponentModel.dll [External]
Loaded assembly: System.Diagnostics.Contracts.dll [External]
Loaded assembly: System.Diagnostics.Debug.dll [External]
Loaded assembly: System.Diagnostics.Tools.dll [External]
Loaded assembly: System.Dynamic.Runtime.dll [External]
Loaded assembly: System.Globalization.dll [External]
Loaded assembly: System.IO.dll [External]
Loaded assembly: System.Linq.Expressions.dll [External]
Loaded assembly: System.Linq.Parallel.dll [External]
Loaded assembly: System.Linq.Queryable.dll [External]
Loaded assembly: System.Linq.dll [External]
Loaded assembly: System.Net.NetworkInformation.dll [External]
Loaded assembly: System.Net.Primitives.dll [External]
Loaded assembly: System.Net.Requests.dll [External]
Loaded assembly: System.ObjectModel.dll [External]
Loaded assembly: System.Reflection.Emit.ILGeneration.dll [External]
Loaded assembly: System.Reflection.Emit.Lightweight.dll [External]
Loaded assembly: System.Reflection.Emit.dll [External]
Loaded assembly: System.Reflection.Extensions.dll [External]
Loaded assembly: System.Reflection.Primitives.dll [External]
Loaded assembly: System.Reflection.dll [External]
Loaded assembly: System.Resources.ResourceManager.dll [External]
Loaded assembly: System.Runtime.Extensions.dll [External]
Loaded assembly: System.Runtime.InteropServices.WindowsRuntime.dll [External]
Loaded assembly: System.Runtime.InteropServices.dll [External]
Loaded assembly: System.Runtime.Numerics.dll [External]
Loaded assembly: System.Runtime.Serialization.Json.dll [External]
Loaded assembly: System.Runtime.Serialization.Primitives.dll [External]
Loaded assembly: System.Runtime.Serialization.Xml.dll [External]
Loaded assembly: System.Runtime.dll [External]
Loaded assembly: System.Security.Principal.dll [External]
Loaded assembly: System.ServiceModel.Http.dll [External]
Loaded assembly: System.ServiceModel.Primitives.dll [External]
Loaded assembly: System.Text.Encoding.Extensions.dll [External]
Loaded assembly: System.Text.Encoding.dll [External]
Loaded assembly: System.Text.RegularExpressions.dll [External]
Loaded assembly: System.Threading.Tasks.Parallel.dll [External]
Loaded assembly: System.Threading.Tasks.dll [External]
Loaded assembly: System.Threading.dll [External]
Loaded assembly: System.Xml.ReaderWriter.dll [External]
Loaded assembly: System.Xml.XDocument.dll [External]
Loaded assembly: System.Xml.XmlSerializer.dll [External]
Loaded assembly: Mono.Android.dll [External]
Loaded assembly: System.Core.dll [External]
Loaded assembly: System.dll [External]
Loaded assembly: MonoDroidConstructors [External]
Thread started: #2
Loaded assembly: System.Xml.dll [External]
Binding: 'SelectPictureCommand' property not found on 'LabCameraDemo.ViewModels.MyViewModel', target property: 'Xamarin.Forms.Button.Command'
Binding: 'SelectVideoCommand' property not found on 'LabCameraDemo.ViewModels.MyViewModel', target property: 'Xamarin.Forms.Button.Command'
[monodroid-debug] Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:8816,server=y,embedding=1
[Mono] Image addref mscorlib[0x583bed68] -> mscorlib.dll[0x583ba1b8]: 1
[Mono] AOT module 'mscorlib.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/mscorlib.dll.so' not found
[Mono] Assembly mscorlib[0x583bed68] added to domain RootDomain, ref_count=1
[Mono] Image addref LabCameraDemo.Android[0x58910ce8] -> LabCameraDemo.Android.dll[0x58910150]: 1
[Mono] Assembly LabCameraDemo.Android[0x58910ce8] added to domain RootDomain, ref_count=1
[Mono] AOT module 'LabCameraDemo.Android.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/LabCameraDemo.Android.dll.so' not found
[Mono] Image addref ExifLib[0x58916350] -> ExifLib.dll[0x58915788]: 1
[Mono] Assembly ExifLib[0x58916350] added to domain RootDomain, ref_count=1
[Mono] AOT module 'ExifLib.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/ExifLib.dll.so' not found
[Mono] Image addref Xamarin.Android.Support.v13[0x58917198] -> Xamarin.Android.Support.v13.dll[0x58916548]: 1
[Mono] Assembly Xamarin.Android.Support.v13[0x58917198] added to domain RootDomain, ref_count=1
[Mono] AOT module 'Xamarin.Android.Support.v13.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/Xamarin.Android.Support.v13.dll.so' not found
[Mono] Image addref Xamarin.Android.Support.v4[0x58917230] -> Xamarin.Android.Support.v4.dll[0x58917458]: 1
[Mono] Assembly Xamarin.Android.Support.v4[0x58917230] added to domain RootDomain, ref_count=1
[Mono] AOT module 'Xamarin.Android.Support.v4.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/Xamarin.Android.Support.v4.dll.so' not found
[Mono] Image addref Xamarin.Forms.Platform.Android[0x5892cc90] -> Xamarin.Forms.Platform.Android.dll[0x5892c110]: 1
[Mono] Assembly Xamarin.Forms.Platform.Android[0x5892cc90] added to domain RootDomain, ref_count=1
[Mono] AOT module 'Xamarin.Forms.Platform.Android.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/Xamarin.Forms.Platform.Android.dll.so' not found
[Mono] Image addref FormsViewGroup[0x58931a08] -> FormsViewGroup.dll[0x58930e60]: 1
[Mono] Assembly FormsViewGroup[0x58931a08] added to domain RootDomain, ref_count=1
[Mono] AOT module 'FormsViewGroup.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/FormsViewGroup.dll.so' not found
[Mono] Image addref Xamarin.Forms.Core[0x589367b0] -> Xamarin.Forms.Core.dll[0x58935bf8]: 1
[Mono] Assembly Xamarin.Forms.Core[0x589367b0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'Xamarin.Forms.Core.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/Xamarin.Forms.Core.dll.so' not found
[Mono] Image addref Xamarin.Forms.Labs[0x5893b548] -> Xamarin.Forms.Labs.dll[0x5893a990]: 1
[Mono] Assembly Xamarin.Forms.Labs[0x5893b548] added to domain RootDomain, ref_count=1
[Mono] AOT module 'Xamarin.Forms.Labs.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/Xamarin.Forms.Labs.dll.so' not found
[Mono] Image addref Xamarin.Forms.Labs.Droid[0x5893c3e0] -> Xamarin.Forms.Labs.Droid.dll[0x5893b880]: 1
[Mono] Assembly Xamarin.Forms.Labs.Droid[0x5893c3e0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'Xamarin.Forms.Labs.Droid.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/Xamarin.Forms.Labs.Droid.dll.so' not found
[Mono] Image addref Xamarin.Forms.Xaml[0x5893d418] -> Xamarin.Forms.Xaml.dll[0x5893c828]: 1
[Mono] Assembly Xamarin.Forms.Xaml[0x5893d418] added to domain RootDomain, ref_count=1
[Mono] AOT module 'Xamarin.Forms.Xaml.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/Xamarin.Forms.Xaml.dll.so' not found
[Mono] Image addref LabCameraDemo[0x589e2388] -> LabCameraDemo.dll[0x5893d748]: 1
[Mono] Assembly LabCameraDemo[0x589e2388] added to domain RootDomain, ref_count=1
[Mono] AOT module 'LabCameraDemo.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/LabCameraDemo.dll.so' not found
[Mono] Image addref System.Collections.Concurrent[0x589e3938] -> System.Collections.Concurrent.dll[0x589e2ef8]: 1
[Mono] Assembly System.Collections.Concurrent[0x589e3938] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Collections.Concurrent.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Collections.Concurrent.dll.so' not found
[Mono] Image addref System.Collections[0x589e4790] -> System.Collections.dll[0x589e3ca0]: 1
[Mono] Assembly System.Collections[0x589e4790] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Collections.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Collections.dll.so' not found
[Mono] Image addref System.ComponentModel.Annotations[0x589f8488] -> System.ComponentModel.Annotations.dll[0x589e4b38]: 1
[Mono] Assembly System.ComponentModel.Annotations[0x589f8488] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.ComponentModel.Annotations.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.ComponentModel.Annotations.dll.so' not found
[Mono] Image addref System.ComponentModel.EventBasedAsync[0x589fd250] -> System.ComponentModel.EventBasedAsync.dll[0x589fc6c8]: 1
[Mono] Assembly System.ComponentModel.EventBasedAsync[0x589fd250] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.ComponentModel.EventBasedAsync.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.ComponentModel.EventBasedAsync.dll.so' not found
[Mono] Image addref System.ComponentModel[0x58a01fe8] -> System.ComponentModel.dll[0x58a01450]: 1
[Mono] Assembly System.ComponentModel[0x58a01fe8] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.ComponentModel.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.ComponentModel.dll.so' not found
[Mono] Image addref System.Diagnostics.Contracts[0x58a06da8] -> System.Diagnostics.Contracts.dll[0x58a061e0]: 1
[Mono] Assembly System.Diagnostics.Contracts[0x58a06da8] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Diagnostics.Contracts.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Diagnostics.Contracts.dll.so' not found
[Mono] Image addref System.Diagnostics.Debug[0x56e7cbb8] -> System.Diagnostics.Debug.dll[0x56e7c090]: 1
[Mono] Assembly System.Diagnostics.Debug[0x56e7cbb8] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Diagnostics.Debug.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Diagnostics.Debug.dll.so' not found
[Mono] Image addref System.Diagnostics.Tools[0x58a0f988] -> System.Diagnostics.Tools.dll[0x58a0f010]: 1
[Mono] Assembly System.Diagnostics.Tools[0x58a0f988] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Diagnostics.Tools.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Diagnostics.Tools.dll.so' not found
[Mono] Image addref System.Dynamic.Runtime[0x58a14828] -> System.Dynamic.Runtime.dll[0x58a13b80]: 1
[Mono] Assembly System.Dynamic.Runtime[0x58a14828] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Dynamic.Runtime.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Dynamic.Runtime.dll.so' not found
[Mono] Image addref System.Globalization[0x58a195c0] -> System.Globalization.dll[0x58a18a08]: 1
[Mono] Assembly System.Globalization[0x58a195c0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Globalization.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Globalization.dll.so' not found
[Mono] Image addref System.IO[0x58a1e330] -> System.IO.dll[0x58a1d7b8]: 1
[Mono] Assembly System.IO[0x58a1e330] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.IO.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.IO.dll.so' not found
[Mono] Image addref System.Linq.Expressions[0x58a230e8] -> System.Linq.Expressions.dll[0x58a22560]: 1
[Mono] Assembly System.Linq.Expressions[0x58a230e8] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Linq.Expressions.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Linq.Expressions.dll.so' not found
[Mono] Image addref System.Linq.Parallel[0x58a27e88] -> System.Linq.Parallel.dll[0x58a27300]: 1
[Mono] Assembly System.Linq.Parallel[0x58a27e88] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Linq.Parallel.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Linq.Parallel.dll.so' not found
[Mono] Image addref System.Linq.Queryable[0x58a2cc28] -> System.Linq.Queryable.dll[0x58a2c0b0]: 1
[Mono] Assembly System.Linq.Queryable[0x58a2cc28] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Linq.Queryable.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Linq.Queryable.dll.so' not found
[Mono] Image addref System.Linq[0x58a319b0] -> System.Linq.dll[0x58a30e60]: 1
[Mono] Assembly System.Linq[0x58a319b0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Linq.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Linq.dll.so' not found
[Mono] Image addref System.Net.NetworkInformation[0x58a36770] -> System.Net.NetworkInformation.dll[0x58a35c28]: 1
[Mono] Assembly System.Net.NetworkInformation[0x58a36770] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Net.NetworkInformation.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Net.NetworkInformation.dll.so' not found
[Mono] Image addref System.Net.Primitives[0x58a3b508] -> System.Net.Primitives.dll[0x58a3a9c8]: 1
[Mono] Assembly System.Net.Primitives[0x58a3b508] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Net.Primitives.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Net.Primitives.dll.so' not found
[Mono] Image addref System.Net.Requests[0x58a3c328] -> System.Net.Requests.dll[0x58a3b768]: 1
[Mono] Assembly System.Net.Requests[0x58a3c328] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Net.Requests.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Net.Requests.dll.so' not found
[Mono] Image addref System.ObjectModel[0x58a4a060] -> System.ObjectModel.dll[0x58a3c778]: 1
[Mono] Assembly System.ObjectModel[0x58a4a060] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.ObjectModel.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.ObjectModel.dll.so' not found
[Mono] Image addref System.Reflection.Emit.ILGeneration[0x58a4ee40] -> System.Reflection.Emit.ILGeneration.dll[0x58a4e2f8]: 1
[Mono] Assembly System.Reflection.Emit.ILGeneration[0x58a4ee40] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Reflection.Emit.ILGeneration.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Reflection.Emit.ILGeneration.dll.so' not found
[Mono] Image addref System.Reflection.Emit.Lightweight[0x58a53bf0] -> System.Reflection.Emit.Lightweight.dll[0x58a530d8]: 1
[Mono] Assembly System.Reflection.Emit.Lightweight[0x58a53bf0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Reflection.Emit.Lightweight.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Reflection.Emit.Lightweight.dll.so' not found
[Mono] Image addref System.Reflection.Emit[0x58a58990] -> System.Reflection.Emit.dll[0x58a57e98]: 1
[Mono] Assembly System.Reflection.Emit[0x58a58990] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Reflection.Emit.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Reflection.Emit.dll.so' not found
[Mono] Image addref System.Reflection.Extensions[0x58a5d7c0] -> System.Reflection.Extensions.dll[0x58a5cc48]: 1
[Mono] Assembly System.Reflection.Extensions[0x58a5d7c0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Reflection.Extensions.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Reflection.Extensions.dll.so' not found
[Mono] Image addref System.Reflection.Primitives[0x58a62570] -> System.Reflection.Primitives.dll[0x58a61a88]: 1
[Mono] Assembly System.Reflection.Primitives[0x58a62570] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Reflection.Primitives.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Reflection.Primitives.dll.so' not found
[Mono] Image addref System.Reflection[0x58a672f8] -> System.Reflection.dll[0x58a66848]: 1
[Mono] Assembly System.Reflection[0x58a672f8] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Reflection.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Reflection.dll.so' not found
[Mono] Image addref System.Resources.ResourceManager[0x58a6c0c8] -> System.Resources.ResourceManager.dll[0x58a6b5e0]: 1
[Mono] Assembly System.Resources.ResourceManager[0x58a6c0c8] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Resources.ResourceManager.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Resources.ResourceManager.dll.so' not found
[Mono] Image addref System.Runtime.Extensions[0x58a70e78] -> System.Runtime.Extensions.dll[0x58a703c0]: 1
[Mono] Assembly System.Runtime.Extensions[0x58a70e78] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Runtime.Extensions.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Runtime.Extensions.dll.so' not found
[Mono] Image addref System.Runtime.InteropServices.WindowsRuntime[0x58a75c60] -> System.Runtime.InteropServices.WindowsRuntime.dll[0x58a75180]: 1
[Mono] Assembly System.Runtime.InteropServices.WindowsRuntime[0x58a75c60] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Runtime.InteropServices.WindowsRuntime.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Runtime.InteropServices.WindowsRuntime.dll.so' not found
[Mono] Image addref System.Runtime.InteropServices[0x58a7a9f0] -> System.Runtime.InteropServices.dll[0x58a79f78]: 1
[Mono] Assembly System.Runtime.InteropServices[0x58a7a9f0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Runtime.InteropServices.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Runtime.InteropServices.dll.so' not found
[Mono] Image addref System.Runtime.Numerics[0x58a7f790] -> System.Runtime.Numerics.dll[0x58a7ed18]: 1
[Mono] Assembly System.Runtime.Numerics[0x58a7f790] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Runtime.Numerics.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Runtime.Numerics.dll.so' not found
[Mono] Image addref System.Runtime.Serialization.Json[0x58a84638] -> System.Runtime.Serialization.Json.dll[0x58a83ab0]: 1
[Mono] Assembly System.Runtime.Serialization.Json[0x58a84638] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Runtime.Serialization.Json.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Runtime.Serialization.Json.dll.so' not found
[Mono] Image addref System.Runtime.Serialization.Primitives[0x58a89400] -> System.Runtime.Serialization.Primitives.dll[0x58a88840]: 1
[Mono] Assembly System.Runtime.Serialization.Primitives[0x58a89400] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Runtime.Serialization.Primitives.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Runtime.Serialization.Primitives.dll.so' not found
[Mono] Image addref System.Runtime.Serialization.Xml[0x58a8e1b8] -> System.Runtime.Serialization.Xml.dll[0x58a8d850]: 1
[Mono] Assembly System.Runtime.Serialization.Xml[0x58a8e1b8] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Runtime.Serialization.Xml.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Runtime.Serialization.Xml.dll.so' not found
[Mono] Image addref System.Runtime[0x58a92f40] -> System.Runtime.dll[0x58a92618]: 1
[Mono] Assembly System.Runtime[0x58a92f40] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Runtime.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Runtime.dll.so' not found
[Mono] Image addref System.Security.Principal[0x58a97cf0] -> System.Security.Principal.dll[0x58a973b0]: 1
[Mono] Assembly System.Security.Principal[0x58a97cf0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Security.Principal.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Security.Principal.dll.so' not found
[Mono] Image addref System.ServiceModel.Http[0x58a9caa0] -> System.ServiceModel.Http.dll[0x58a9c170]: 1
[Mono] Assembly System.ServiceModel.Http[0x58a9caa0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.ServiceModel.Http.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.ServiceModel.Http.dll.so' not found
[Mono] Image addref System.ServiceModel.Primitives[0x570889b8] -> System.ServiceModel.Primitives.dll[0x57088008]: 1
[Mono] Assembly System.ServiceModel.Primitives[0x570889b8] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.ServiceModel.Primitives.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.ServiceModel.Primitives.dll.so' not found
[Mono] Image addref System.Text.Encoding.Extensions[0x58aa5608] -> System.Text.Encoding.Extensions.dll[0x57088a28]: 1
[Mono] Assembly System.Text.Encoding.Extensions[0x58aa5608] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Text.Encoding.Extensions.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Text.Encoding.Extensions.dll.so' not found
[Mono] Image addref System.Text.Encoding[0x58aaa3a0] -> System.Text.Encoding.dll[0x58aa9ab8]: 1
[Mono] Assembly System.Text.Encoding[0x58aaa3a0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Text.Encoding.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Text.Encoding.dll.so' not found
[Mono] Image addref System.Text.RegularExpressions[0x58aaf160] -> System.Text.RegularExpressions.dll[0x58aae860]: 1
[Mono] Assembly System.Text.RegularExpressions[0x58aaf160] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Text.RegularExpressions.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Text.RegularExpressions.dll.so' not found
[Mono] Image addref System.Threading.Tasks.Parallel[0x58ab3f18] -> System.Threading.Tasks.Parallel.dll[0x58ab3630]: 1
[Mono] Assembly System.Threading.Tasks.Parallel[0x58ab3f18] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Threading.Tasks.Parallel.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Threading.Tasks.Parallel.dll.so' not found
[Mono] Image addref System.Threading.Tasks[0x58ab8cb0] -> System.Threading.Tasks.dll[0x58ab83f8]: 1
[Mono] Assembly System.Threading.Tasks[0x58ab8cb0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Threading.Tasks.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Threading.Tasks.dll.so' not found
[Mono] Image addref System.Threading[0x58abda38] -> System.Threading.dll[0x58abd1a0]: 1
[Mono] Assembly System.Threading[0x58abda38] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Threading.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Threading.dll.so' not found
[Mono] Image addref System.Xml.ReaderWriter[0x58ac27e0] -> System.Xml.ReaderWriter.dll[0x58ac1f38]: 1
[Mono] Assembly System.Xml.ReaderWriter[0x58ac27e0] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Xml.ReaderWriter.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Xml.ReaderWriter.dll.so' not found
[Mono] Image addref System.Xml.XDocument[0x58ac7588] -> System.Xml.XDocument.dll[0x58ac6cf0]: 1
[Mono] Assembly System.Xml.XDocument[0x58ac7588] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Xml.XDocument.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Xml.XDocument.dll.so' not found
[Mono] Image addref System.Xml.XmlSerializer[0x58acc348] -> System.Xml.XmlSerializer.dll[0x58acbaa8]: 1
[Mono] Assembly System.Xml.XmlSerializer[0x58acc348] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Xml.XmlSerializer.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Xml.XmlSerializer.dll.so' not found
[monodroid-gc] GREF GC Threshold: 46800
[Mono] Image addref Mono.Android[0x58ad1128] -> Mono.Android.dll[0x58ad0878]: 1
[Mono] Assembly Mono.Android[0x58ad1128] added to domain RootDomain, ref_count=1
[Mono] AOT module 'Mono.Android.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/Mono.Android.dll.so' not found
[Mono] Assembly Ref addref Mono.Android[0x58ad1128] -> mscorlib[0x583bed68]: 2
[Mono] Assembly Ref addref Xamarin.Android.Support.v13[0x58917198] -> mscorlib[0x583bed68]: 3
[Mono] Assembly Ref addref Xamarin.Android.Support.v13[0x58917198] -> Mono.Android[0x58ad1128]: 2
[Mono] Assembly Ref addref FormsViewGroup[0x58931a08] -> mscorlib[0x583bed68]: 4
[Mono] Assembly Ref addref FormsViewGroup[0x58931a08] -> Mono.Android[0x58ad1128]: 3
[Mono] Image addref System.Core[0x58c27e58] -> System.Core.dll[0x58c271c8]: 1
[Mono] Assembly System.Core[0x58c27e58] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Core.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Core.dll.so' not found
[Mono] Assembly Ref addref Mono.Android[0x58ad1128] -> System.Core[0x58c27e58]: 2
[Mono] Assembly Ref addref System.Core[0x58c27e58] -> mscorlib[0x583bed68]: 5
[Mono] Assembly Ref addref Xamarin.Forms.Platform.Android[0x5892cc90] -> Mono.Android[0x58ad1128]: 4
[Mono] Assembly Ref addref LabCameraDemo.Android[0x58910ce8] -> Xamarin.Forms.Platform.Android[0x5892cc90]: 2
[Mono] Assembly Ref addref Xamarin.Forms.Platform.Android[0x5892cc90] -> Xamarin.Forms.Core[0x589367b0]: 2
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.Runtime[0x58a92f40]: 2
[Mono] Assembly Ref addref System.Runtime[0x58a92f40] -> mscorlib[0x583bed68]: 6
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.ObjectModel[0x58a4a060]: 2
[Mono] Image addref System[0x61d8c348] -> System.dll[0x61d8bfa0]: 1
[Mono] Assembly System[0x61d8c348] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.dll.so' not found
[Mono] Assembly Ref addref System.ObjectModel[0x58a4a060] -> System[0x61d8c348]: 2
[Mono] Assembly Ref addref Xamarin.Forms.Platform.Android[0x5892cc90] -> mscorlib[0x583bed68]: 7
[Mono] Assembly Ref addref LabCameraDemo.Android[0x58910ce8] -> Mono.Android[0x58ad1128]: 5
[Mono] DllImport attempting to load: '__Internal'.
[Mono] DllImport loaded library '(null)'.
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for '_monodroid_gc_wait_for_bridge_processing'.
[Mono] Probing '_monodroid_gc_wait_for_bridge_processing'.
[Mono] Found as '_monodroid_gc_wait_for_bridge_processing'.
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for '_monodroid_get_identity_hash_code'.
[Mono] Probing '_monodroid_get_identity_hash_code'.
[Mono] Found as '_monodroid_get_identity_hash_code'.
[Mono] Assembly Ref addref LabCameraDemo.Android[0x58910ce8] -> mscorlib[0x583bed68]: 8
[Mono] Assembly Ref addref LabCameraDemo.Android[0x58910ce8] -> Xamarin.Forms.Labs[0x5893b548]: 2
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for '_monodroid_gref_log_new'.
[Mono] Probing '_monodroid_gref_log_new'.
[Mono] Found as '_monodroid_gref_log_new'.
[Mono] Assembly Ref addref LabCameraDemo.Android[0x58910ce8] -> LabCameraDemo[0x589e2388]: 2
[Mono] Assembly Ref addref LabCameraDemo[0x589e2388] -> System.Runtime[0x58a92f40]: 3
[Mono] Assembly Ref addref LabCameraDemo.Android[0x58910ce8] -> Xamarin.Forms.Core[0x589367b0]: 3
[Mono] Assembly Ref addref LabCameraDemo[0x589e2388] -> Xamarin.Forms.Core[0x589367b0]: 4
[ProgressBar] setProgress = 0
[ProgressBar] setProgress = 0, fromUser = false
[ProgressBar] mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100
[Mono] Assembly Ref addref Xamarin.Forms.Labs[0x5893b548] -> System.Runtime[0x58a92f40]: 4
[Mono] Assembly Ref addref Xamarin.Forms.Labs[0x5893b548] -> System.Collections[0x589e4790]: 2
[Mono] Assembly Ref addref System.Collections[0x589e4790] -> mscorlib[0x583bed68]: 9
[Mono] Assembly Ref addref Xamarin.Forms.Platform.Android[0x5892cc90] -> System[0x61d8c348]: 3
[Mono] Assembly Ref addref System[0x61d8c348] -> mscorlib[0x583bed68]: 10
[Mono] Assembly Ref addref System.Runtime[0x58a92f40] -> System[0x61d8c348]: 4
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.Threading.Tasks[0x58ab8cb0]: 2
[Mono] Assembly Ref addref System.Threading.Tasks[0x58ab8cb0] -> mscorlib[0x583bed68]: 11
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.IO[0x58a1e330]: 2
[Mono] Assembly Ref addref System.IO[0x58a1e330] -> mscorlib[0x583bed68]: 12
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.Reflection[0x58a672f8]: 2
[Mono] Assembly Ref addref System.Reflection[0x58a672f8] -> mscorlib[0x583bed68]: 13
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.Collections[0x589e4790]: 3
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.Threading[0x58abda38]: 2
[Mono] Assembly Ref addref System.Threading[0x58abda38] -> mscorlib[0x583bed68]: 14
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.Runtime.Extensions[0x58a70e78]: 2
[Mono] Assembly Ref addref System.Runtime.Extensions[0x58a70e78] -> System[0x61d8c348]: 5
[Mono] Assembly Ref addref Xamarin.Forms.Platform.Android[0x5892cc90] -> System.Core[0x58c27e58]: 3
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.Linq.Expressions[0x58a230e8]: 2
[Mono] Assembly Ref addref System.Linq.Expressions[0x58a230e8] -> System.Core[0x58c27e58]: 4
[Mono] Assembly Ref addref System.Runtime.Extensions[0x58a70e78] -> mscorlib[0x583bed68]: 15
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for '_monodroid_gref_log_delete'.
[Mono] Probing '_monodroid_gref_log_delete'.
[Mono] Found as '_monodroid_gref_log_delete'.
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.Reflection.Extensions[0x58a5d7c0]: 2
[Mono] Assembly Ref addref System.Reflection.Extensions[0x58a5d7c0] -> mscorlib[0x583bed68]: 16
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.Linq[0x58a319b0]: 2
[Mono] Assembly Ref addref System.Linq[0x58a319b0] -> System.Core[0x58c27e58]: 5
[Mono] Assembly Ref addref Xamarin.Forms.Platform.Android[0x5892cc90] -> FormsViewGroup[0x58931a08]: 2
[Mono] Assembly Ref addref Xamarin.Forms.Platform.Android[0x5892cc90] -> Xamarin.Android.Support.v4[0x58917230]: 2
[Mono] Assembly Ref addref Xamarin.Android.Support.v4[0x58917230] -> Xamarin.Android.Support.v13[0x58917198]: 2
[Mono] The request to load the retargetable assembly mscorlib v2.0.5.0 was remapped to mscorlib v2.0.5.0
[Mono] Assembly Ref addref ExifLib[0x58916350] -> mscorlib[0x583bed68]: 17
[Mono] Assembly Ref addref Xamarin.Android.Support.v4[0x58917230] -> mscorlib[0x583bed68]: 18
[Mono] Assembly Ref addref Xamarin.Forms.Labs.Droid[0x5893c3e0] -> Xamarin.Forms.Platform.Android[0x5892cc90]: 3
[Mono] Assembly Ref addref Xamarin.Forms.Labs.Droid[0x5893c3e0] -> mscorlib[0x583bed68]: 19
[Mono] Assembly Ref addref Xamarin.Forms.Labs.Droid[0x5893c3e0] -> Xamarin.Forms.Core[0x589367b0]: 5
[Mono] Assembly Ref addref Xamarin.Forms.Labs.Droid[0x5893c3e0] -> Mono.Android[0x58ad1128]: 6
[Mono] Assembly Ref addref Xamarin.Forms.Labs[0x5893b548] -> Xamarin.Forms.Core[0x589367b0]: 6
[Mono] Assembly Ref addref Xamarin.Forms.Labs.Droid[0x5893c3e0] -> Xamarin.Forms.Labs[0x5893b548]: 3
[Mono] Assembly Ref addref Xamarin.Forms.Xaml[0x5893d418] -> System.Runtime[0x58a92f40]: 5
[Mono] Assembly Ref addref Xamarin.Forms.Xaml[0x5893d418] -> Xamarin.Forms.Core[0x589367b0]: 7
[Mono] Assembly Ref addref LabCameraDemo[0x589e2388] -> System.Resources.ResourceManager[0x58a6c0c8]: 2
[Mono] Assembly Ref addref System.Resources.ResourceManager[0x58a6c0c8] -> mscorlib[0x583bed68]: 20
[Mono] Assembly Ref addref System.Collections.Concurrent[0x589e3938] -> mscorlib[0x583bed68]: 21
[Mono] Assembly Ref addref System.ComponentModel.Annotations[0x589f8488] -> mscorlib[0x583bed68]: 22
[Mono] Assembly Ref addref System.ComponentModel.EventBasedAsync[0x589fd250] -> mscorlib[0x583bed68]: 23
[Mono] Assembly Ref addref System.ComponentModel[0x58a01fe8] -> mscorlib[0x583bed68]: 24
[Mono] Assembly Ref addref System.Diagnostics.Contracts[0x58a06da8] -> mscorlib[0x583bed68]: 25
[Mono] Assembly Ref addref System.Diagnostics.Debug[0x56e7cbb8] -> mscorlib[0x583bed68]: 26
[Mono] Assembly Ref addref System.Diagnostics.Tools[0x58a0f988] -> mscorlib[0x583bed68]: 27
[Mono] Assembly Ref addref System.Dynamic.Runtime[0x58a14828] -> mscorlib[0x583bed68]: 28
[Mono] Assembly Ref addref System.Globalization[0x58a195c0] -> mscorlib[0x583bed68]: 29
[Mono] Assembly Ref addref System.Linq.Expressions[0x58a230e8] -> mscorlib[0x583bed68]: 30
[Mono] Assembly Ref addref System.Linq.Parallel[0x58a27e88] -> mscorlib[0x583bed68]: 31
[Mono] Assembly Ref addref System.Linq.Queryable[0x58a2cc28] -> mscorlib[0x583bed68]: 32
[Mono] Assembly Ref addref System.Linq[0x58a319b0] -> mscorlib[0x583bed68]: 33
[Mono] Assembly Ref addref System.Net.NetworkInformation[0x58a36770] -> mscorlib[0x583bed68]: 34
[Mono] Assembly Ref addref System.Net.Primitives[0x58a3b508] -> mscorlib[0x583bed68]: 35
[Mono] Assembly Ref addref System.Net.Requests[0x58a3c328] -> mscorlib[0x583bed68]: 36
[Mono] Assembly Ref addref System.ObjectModel[0x58a4a060] -> mscorlib[0x583bed68]: 37
[Mono] Assembly Ref addref System.Reflection.Emit.ILGeneration[0x58a4ee40] -> mscorlib[0x583bed68]: 38
[Mono] Assembly Ref addref System.Reflection.Emit.Lightweight[0x58a53bf0] -> mscorlib[0x583bed68]: 39
[Mono] Assembly Ref addref System.Reflection.Emit[0x58a58990] -> mscorlib[0x583bed68]: 40
[Mono] Assembly Ref addref System.Reflection.Primitives[0x58a62570] -> mscorlib[0x583bed68]: 41
[Mono] Assembly Ref addref System.Runtime.InteropServices.WindowsRuntime[0x58a75c60] -> mscorlib[0x583bed68]: 42
[Mono] Assembly Ref addref System.Runtime.InteropServices[0x58a7a9f0] -> mscorlib[0x583bed68]: 43
[Mono] Assembly Ref addref System.Runtime.Numerics[0x58a7f790] -> mscorlib[0x583bed68]: 44
[Mono] Assembly Ref addref System.Runtime.Serialization.Json[0x58a84638] -> mscorlib[0x583bed68]: 45
[Mono] Assembly Ref addref System.Runtime.Serialization.Primitives[0x58a89400] -> mscorlib[0x583bed68]: 46
[Mono] Assembly Ref addref System.Runtime.Serialization.Xml[0x58a8e1b8] -> mscorlib[0x583bed68]: 47
[Mono] Assembly Ref addref System.Security.Principal[0x58a97cf0] -> mscorlib[0x583bed68]: 48
[Mono] Assembly Ref addref System.ServiceModel.Http[0x58a9caa0] -> mscorlib[0x583bed68]: 49
[Mono] Assembly Ref addref System.ServiceModel.Primitives[0x570889b8] -> mscorlib[0x583bed68]: 50
[Mono] Assembly Ref addref System.Text.Encoding.Extensions[0x58aa5608] -> mscorlib[0x583bed68]: 51
[Mono] Assembly Ref addref System.Text.Encoding[0x58aaa3a0] -> mscorlib[0x583bed68]: 52
[Mono] Assembly Ref addref System.Text.RegularExpressions[0x58aaf160] -> mscorlib[0x583bed68]: 53
[Mono] Assembly Ref addref System.Threading.Tasks.Parallel[0x58ab3f18] -> mscorlib[0x583bed68]: 54
[Mono] Assembly Ref addref System.Xml.ReaderWriter[0x58ac27e0] -> mscorlib[0x583bed68]: 55
[Mono] Assembly Ref addref System.Xml.XDocument[0x58ac7588] -> mscorlib[0x583bed68]: 56
[Mono] Assembly Ref addref System.Xml.XmlSerializer[0x58acc348] -> mscorlib[0x583bed68]: 57
[Mono] Assembly Ref addref System.Collections[0x589e4790] -> System[0x61d8c348]: 6
[Mono] Assembly Ref addref LabCameraDemo[0x589e2388] -> System.ObjectModel[0x58a4a060]: 3
[Mono] Assembly Ref addref LabCameraDemo[0x589e2388] -> Xamarin.Forms.Labs[0x5893b548]: 4
[Mono] Assembly Ref addref LabCameraDemo[0x589e2388] -> System.Threading.Tasks[0x58ab8cb0]: 3
[Mono] Assembly Ref addref System.Core[0x58c27e58] -> System[0x61d8c348]: 7
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.Dynamic.Runtime[0x58a14828]: 2
[Mono] Assembly Ref addref LabCameraDemo[0x589e2388] -> Xamarin.Forms.Xaml[0x5893d418]: 2
[Mono] Assembly Ref addref Xamarin.Forms.Xaml[0x5893d418] -> System.Reflection[0x58a672f8]: 3
[Mono] Assembly Ref addref Xamarin.Forms.Xaml[0x5893d418] -> System.IO[0x58a1e330]: 3
[Mono] Assembly Ref addref Xamarin.Forms.Xaml[0x5893d418] -> System.Text.RegularExpressions[0x58aaf160]: 2
[Mono] Assembly Ref addref System.Text.RegularExpressions[0x58aaf160] -> System[0x61d8c348]: 8
[Mono] Assembly Ref addref Xamarin.Forms.Xaml[0x5893d418] -> System.Xml.ReaderWriter[0x58ac27e0]: 2
[Mono] Image addref System.Xml[0x62385570] -> System.Xml.dll[0x622c35e8]: 1
[Mono] Assembly System.Xml[0x62385570] added to domain RootDomain, ref_count=1
[Mono] AOT module 'System.Xml.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/LabCameraDemo.Android/lib/System.Xml.dll.so' not found
[Mono] Assembly Ref addref System.Xml.ReaderWriter[0x58ac27e0] -> System.Xml[0x62385570]: 2
[Mono] Assembly Ref addref System.Xml[0x62385570] -> mscorlib[0x583bed68]: 58
[Mono] Assembly Ref addref Xamarin.Forms.Xaml[0x5893d418] -> System.Collections[0x589e4790]: 4
[Mono] Assembly Ref addref System.Xml[0x62385570] -> System[0x61d8c348]: 9
[Mono] Assembly Ref addref Xamarin.Forms.Xaml[0x5893d418] -> System.Reflection.Extensions[0x58a5d7c0]: 3
[Mono] Assembly Ref addref Xamarin.Forms.Xaml[0x5893d418] -> System.Linq[0x58a319b0]: 3
[Mono] Assembly Ref addref Xamarin.Forms.Xaml[0x5893d418] -> System.ComponentModel[0x58a01fe8]: 2
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.ComponentModel[0x58a01fe8]: 3
[Mono] Assembly Ref addref Xamarin.Forms.Xaml[0x5893d418] -> System.Globalization[0x58a195c0]: 2
[Mono] Assembly Ref addref Xamarin.Forms.Core[0x589367b0] -> System.Globalization[0x58a195c0]: 3
[Mono] Assembly Ref addref Xamarin.Forms.Labs[0x5893b548] -> System.Threading.Tasks[0x58ab8cb0]: 4
[Mono] Assembly Ref addref LabCameraDemo[0x589e2388] -> System.Threading[0x58abda38]: 3
[Mono] DllImport attempting to load: '/system/lib/liblog.so'.
[Mono] DllImport loaded library '/system/lib/liblog.so'.
[Mono] DllImport searching in: '/system/lib/liblog.so' ('/system/lib/liblog.so').
[Mono] Searching for '__android_log_print'.
[Mono] Probing '__android_log_print'.
[Mono] Found as '__android_log_print'.
Binding: 'SelectPictureCommand' property not found on 'LabCameraDemo.ViewModels.MyViewModel', target property: 'Xamarin.Forms.Button.Command'
Binding: 'SelectVideoCommand' property not found on 'LabCameraDemo.ViewModels.MyViewModel', target property: 'Xamarin.Forms.Button.Command'
[Mono] Assembly Ref addref Mono.Android[0x58ad1128] -> System.Xml[0x62385570]: 3
[libEGL] loaded /system/lib/egl/libEGL_mali.so
[libEGL] loaded /system/lib/egl/libGLESv1_CM_mali.so
[libEGL] loaded /system/lib/egl/libGLESv2_mali.so
[OpenGLRenderer] Enabling debug mode 0
[IInputConnectionWrapper] getSelectedText on inactive InputConnection
[IInputConnectionWrapper] setComposingText on inactive InputConnection
[IInputConnectionWrapper] getExtractedText on inactive InputConnection
[Mono] Assembly Ref addref Xamarin.Forms.Labs[0x5893b548] -> System.Runtime.Extensions[0x58a70e78]: 3
[Mono] DllImport attempting to load: '__Internal'.
[Mono] DllImport loaded library '(null)'.
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for 'monodroid_get_system_property'.
[Mono] Probing 'monodroid_get_system_property'.
[Mono] Found as 'monodroid_get_system_property'.
[Mono] DllImport searching in: '__Internal' ('(null)').
[Mono] Searching for 'monodroid_free'.
[Mono] Probing 'monodroid_free'.
[Mono] Found as 'monodroid_free'.
[Mono] Assembly Ref addref Xamarin.Forms.Labs.Droid[0x5893c3e0] -> System[0x61d8c348]: 10
[IInputConnectionWrapper] showStatusIcon on inactive InputConnection
Thread started: <Thread Pool> #3
Thread started: <Thread Pool> #4
[Mono] Assembly Ref addref Xamarin.Forms.Labs[0x5893b548] -> System.IO[0x58a1e330]: 4
[Mono] DllImport attempting to load: '/system/lib/libc.so'.
[Mono] DllImport loaded library '/system/lib/libc.so'.
[Mono] DllImport searching in: '/system/lib/libc.so' ('/system/lib/libc.so').
[Mono] Searching for 'gettid'.
[Mono] Probing 'gettid'.
[Mono] Found as 'gettid'.
[dalvikvm-heap] Grow heap (frag case) to 28.842MB for 19660816-byte allocation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment