Skip to content

OnTouchListener used for swipe detection can cause an ObjectDisposedException for GestureDetector #1368

@StephenCleary

Description

@StephenCleary

Steps to Reproduce

  1. Open the repro project
  2. Debug (I repro'd with a Samsung Galaxy S3 device over USB). You should see a list of numbers.
  3. Scroll the list.

Expected Behavior

The list scrolls.

Actual Behavior

The GestureDetector instance is disposed by the GC, causing an exception.

Version Information

Microsoft Visual Studio Enterprise 2017
Version 15.5.7
VisualStudio.15.Release/15.5.7+27130.2036
Microsoft .NET Framework
Version 4.7.02556

Installed Version: Enterprise

Visual Basic 2017 00369-60000-00001-AA190
Microsoft Visual Basic 2017

Visual C# 2017 00369-60000-00001-AA190
Microsoft Visual C# 2017

Visual F# 4.1 00369-60000-00001-AA190
Microsoft Visual F# 4.1

ASP.NET and Web Tools 2017 15.0.31129.0
ASP.NET and Web Tools 2017

ASP.NET Core Razor Language Services 1.0
Provides languages services for ASP.NET Core Razor.

ASP.NET Web Frameworks and Tools 2017 5.2.51007.0
For additional information, visit https://www.asp.net/

Azure App Service Tools v3.0.0 15.0.31106.0
Azure App Service Tools v3.0.0

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

GitHub.VisualStudio 2.4.2.1331
A Visual Studio Extension that brings the GitHub Flow into Visual Studio.

JavaScript Language Service 2.0
JavaScript Language Service

JavaScript Project System 2.0
JavaScript Project System

JavaScript UWP Project System 2.0
JavaScript UWP Project System

JetBrains ReSharper Ultimate 2017.3.2 Build 111.0.20180201.63358
JetBrains ReSharper Ultimate package for Microsoft Visual Studio. For more information about ReSharper Ultimate, visit http://www.jetbrains.com/resharper. Copyright © 2018 JetBrains, Inc.

JustDecompilePackage2017 Extension 1.0
JustDecompilePackage2017 Visual Studio Extension Detailed Info

Material icons generator 1.5
This plugin help you to add material design icons to your Android, iOS or UWP project

Merq 1.1.17-rc (cba4571)
Command Bus, Event Stream and Async Manager for Visual Studio extensions.

Microsoft Azure Tools 2.9
Microsoft Azure Tools for Microsoft Visual Studio 2017 - v2.9.51120.3

Microsoft Continuous Delivery Tools for Visual Studio 0.3
Simplifying the configuration of continuous build integration and continuous build delivery from within the Visual Studio IDE.

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 Studio Tools for Containers 1.1
Develop, run, validate your ASP.NET Core applications in the target environment. F5 your application directly into a container with debugging, or CTRL + F5 to edit & refresh your app without having to rebuild the container.

Microsoft Visual Studio VC Package 1.0
Microsoft Visual Studio VC Package

Mono Debugging for Visual Studio 4.8.4-pre (3fe64e3)
Support for debugging Mono processes with Visual Studio.

Node.js Tools 1.4.11025.7
Adds support for developing and debugging Node.js apps in Visual Studio

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

Project File Tools 1.0.1
Provides Intellisense and other tooling for XML based project files such as .csproj and .vbproj files.

SQL Server Data Tools 15.1.61710.120
Microsoft SQL Server Data Tools

TypeScript Tools 15.5.11025.1
TypeScript Tools for Microsoft Visual Studio

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 Apache Cordova 15.123.6829.2
Visual Studio Tools for Apache Cordova

Visual Studio Tools for Universal Windows Apps 15.0.27130.2036
The Visual Studio Tools for Universal Windows apps allow you to build a single universal app experience that can reach every device running Windows 10: phone, tablet, PC, and more. It includes the Microsoft Windows 10 Software Development Kit.

VisualStudio.Mac 1.0
Mac Extension for Visual Studio

WebJobs Tools v1.0.0 15.0.40108.0
WebJobs Tools v1.0.0

WiX Toolset Visual Studio Extension 0.9.21.62588
WiX Toolset Visual Studio Extension version 0.9.21.62588
Copyright (c) .NET Foundation and contributors. All rights reserved.

Xamarin 4.8.0.760 (fc93f3f5b)
Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.

Xamarin Designer 4.8.188 (c5813fa34)
Visual Studio extension to enable Xamarin Designer tools in Visual Studio.

Xamarin.Android SDK 8.1.5.0 (HEAD/75f8c6838)
Xamarin.Android Reference Assemblies and MSBuild support.

Xamarin.iOS and Xamarin.Mac SDK 11.6.1.4 (db807ec)
Xamarin.iOS and Xamarin.Mac Reference Assemblies and MSBuild support.

Log File

(Debug output):

Android application is debugging.
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/PewBibleKjv.dll
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Core.Common.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Common.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Runtime.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Animated.Vector.Drawable.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Annotations.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Compat.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.Solver.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.UI.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.Utils.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Fragment.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Media.Compat.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.AppCompat.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.RecyclerView.dll [External]
Loaded assembly: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Vector.Drawable.dll [External]
Loaded assembly: Mono.Android.dll [External]
Loaded assembly: Java.Interop.dll [External]
Loaded assembly: System.Runtime.dll [External]
Loaded assembly: System.Collections.Concurrent.dll [External]
Loaded assembly: System.Threading.dll [External]
Loaded assembly: System.Runtime.InteropServices.dll [External]
Loaded assembly: System.Reflection.dll [External]
Loaded assembly: System.Collections.dll [External]
Loaded assembly: System.Linq.dll [External]
Loaded assembly: System.Core.dll [External]
Loaded assembly: System.Runtime.Extensions.dll [External]
Loaded assembly: System.Reflection.Extensions.dll [External]
03-05 23:04:45.609 I/SELinux (28566): Function: selinux_android_load_priority [0], There is no sepolicy file.
03-05 23:04:45.609 I/SELinux (28566):  
03-05 23:04:45.639 I/SELinux (28566): Function: selinux_android_load_priority , spota verifySig and checkHash pass. priority version is VE=SEPF_SPH-L710_4.4.2_0032
03-05 23:04:45.639 I/SELinux (28566):  
03-05 23:04:45.639 I/SELinux (28566):  
03-05 23:04:45.639 I/SELinux (28566): selinux_android_seapp_context_reload: seapp_contexts file is loaded from /data/security/spota/seapp_contexts
03-05 23:04:45.639 D/dalvikvm(28566): Late-enabling CheckJNI
03-05 23:04:45.759 D/dalvikvm(28566): Trying to load lib /data/app-lib/PewBibleKjv.PewBibleKjv-49/libmonodroid.so 0x4211f9e8
03-05 23:04:45.759 D/dalvikvm(28566): Added shared lib /data/app-lib/PewBibleKjv.PewBibleKjv-49/libmonodroid.so 0x4211f9e8
03-05 23:04:45.789 W/monodroid(28566): Creating public update directory: `/data/data/PewBibleKjv.PewBibleKjv/files/.__override__`
03-05 23:04:45.789 W/monodroid(28566): Using override path: /data/data/PewBibleKjv.PewBibleKjv/files/.__override__
03-05 23:04:45.789 W/monodroid(28566): Using override path: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__
03-05 23:04:45.789 W/monodroid(28566): Using override path: /storage/emulated/0/../legacy/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__
03-05 23:04:45.799 W/monodroid(28566): Trying to load sgen from: /data/data/PewBibleKjv.PewBibleKjv/files/.__override__/libmonosgen-2.0.so
03-05 23:04:45.799 W/monodroid(28566): Trying to load sgen from: /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/libmonosgen-2.0.so
03-05 23:04:45.799 W/monodroid(28566): Trying to load sgen from: /storage/emulated/0/../legacy/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/libmonosgen-2.0.so
03-05 23:04:45.799 W/monodroid(28566): Trying to load sgen from: /data/app-lib/PewBibleKjv.PewBibleKjv-49/libmonosgen-2.0.so
03-05 23:04:45.799 W/monodroid(28566): Trying to load sgen from: /data/data/PewBibleKjv.PewBibleKjv/files/.__override__/links/libmonosgen-2.0.so
03-05 23:04:45.810 W/monodroid-debug(28566): Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:29208,server=y,embedding=1
03-05 23:04:45.820 W/monodroid-debug(28566): Accepted stdout connection: 52
03-05 23:04:46.570 D/Mono    (28566): Image addref mscorlib[0x5c943228] -> mscorlib.dll[0x5c942480]: 2
03-05 23:04:46.570 D/Mono    (28566): Prepared to set up assembly 'mscorlib' (mscorlib.dll)
03-05 23:04:46.570 D/Mono    (28566): AOT: image 'mscorlib.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-mscorlib.dll.so" not found
03-05 23:04:46.570 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/mscorlib.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-mscorlib.dll.so" not found
03-05 23:04:46.570 D/Mono    (28566): Config attempting to parse: 'mscorlib.dll.config'.
03-05 23:04:46.570 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/mscorlib/mscorlib.config'.
03-05 23:04:46.620 D/Mono    (28566): Assembly mscorlib[0x5c943228] added to domain RootDomain, ref_count=1
03-05 23:04:46.700 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/PewBibleKjv.dll'.
03-05 23:04:46.700 D/Mono    (28566): Image addref PewBibleKjv[0x5ca6f378] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/PewBibleKjv.dll[0x5ca6e610]: 2
03-05 23:04:46.700 D/Mono    (28566): Prepared to set up assembly 'PewBibleKjv' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/PewBibleKjv.dll)
03-05 23:04:46.700 D/Mono    (28566): Assembly PewBibleKjv[0x5ca6f378] added to domain RootDomain, ref_count=1
03-05 23:04:46.700 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/PewBibleKjv.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-PewBibleKjv.dll.so" not found
03-05 23:04:46.700 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/PewBibleKjv.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-PewBibleKjv.dll.so" not found
03-05 23:04:46.700 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/PewBibleKjv.dll'.
03-05 23:04:46.700 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/PewBibleKjv.dll.config'.
03-05 23:04:46.700 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/PewBibleKjv/PewBibleKjv.config'.
03-05 23:04:46.700 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Core.Common.dll'.
03-05 23:04:46.710 D/Mono    (28566): Image addref Xamarin.Android.Arch.Core.Common[0x5ca79418] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Core.Common.dll[0x5ca6f680]: 2
03-05 23:04:46.710 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Arch.Core.Common' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Core.Common.dll)
03-05 23:04:46.710 D/Mono    (28566): Assembly Xamarin.Android.Arch.Core.Common[0x5ca79418] added to domain RootDomain, ref_count=1
03-05 23:04:46.710 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Core.Common.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Arch.Core.Common.dll.so" not found
03-05 23:04:46.710 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Arch.Core.Common.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Arch.Core.Common.dll.so" not found
03-05 23:04:46.710 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Core.Common.dll'.
03-05 23:04:46.710 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Core.Common.dll.config'.
03-05 23:04:46.710 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Arch.Core.Common/Xamarin.Android.Arch.Core.Common.config'.
03-05 23:04:46.710 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Common.dll'.
03-05 23:04:46.720 D/Mono    (28566): Image addref Xamarin.Android.Arch.Lifecycle.Common[0x5ca7a320] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Common.dll[0x5ca795d0]: 2
03-05 23:04:46.720 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Arch.Lifecycle.Common' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Common.dll)
03-05 23:04:46.720 D/Mono    (28566): Assembly Xamarin.Android.Arch.Lifecycle.Common[0x5ca7a320] added to domain RootDomain, ref_count=1
03-05 23:04:46.720 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Common.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Arch.Lifecycle.Common.dll.so" not found
03-05 23:04:46.720 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Arch.Lifecycle.Common.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Arch.Lifecycle.Common.dll.so" not found
03-05 23:04:46.720 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Common.dll'.
03-05 23:04:46.720 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Common.dll.config'.
03-05 23:04:46.720 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Arch.Lifecycle.Common/Xamarin.Android.Arch.Lifecycle.Common.config'.
03-05 23:04:46.720 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Runtime.dll'.
03-05 23:04:46.720 D/Mono    (28566): Image addref Xamarin.Android.Arch.Lifecycle.Runtime[0x5ca7b208] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Runtime.dll[0x5ca7a4e8]: 2
03-05 23:04:46.720 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Arch.Lifecycle.Runtime' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Runtime.dll)
03-05 23:04:46.720 D/Mono    (28566): Assembly Xamarin.Android.Arch.Lifecycle.Runtime[0x5ca7b208] added to domain RootDomain, ref_count=1
03-05 23:04:46.730 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Runtime.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Arch.Lifecycle.Runtime.dll.so" not found
03-05 23:04:46.730 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Arch.Lifecycle.Runtime.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Arch.Lifecycle.Runtime.dll.so" not found
03-05 23:04:46.730 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Runtime.dll'.
03-05 23:04:46.730 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Arch.Lifecycle.Runtime.dll.config'.
03-05 23:04:46.730 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Arch.Lifecycle.Runtime/Xamarin.Android.Arch.Lifecycle.Runtime.config'.
03-05 23:04:46.730 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Animated.Vector.Drawable.dll'.
03-05 23:04:46.730 D/Mono    (28566): Image addref Xamarin.Android.Support.Animated.Vector.Drawable[0x5ca7c118] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Animated.Vector.Drawable.dll[0x5ca7b3e8]: 2
03-05 23:04:46.730 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Support.Animated.Vector.Drawable' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Animated.Vector.Drawable.dll)
03-05 23:04:46.730 D/Mono    (28566): Assembly Xamarin.Android.Support.Animated.Vector.Drawable[0x5ca7c118] added to domain RootDomain, ref_count=1
03-05 23:04:46.730 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Animated.Vector.Drawable.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Animated.Vector.Drawable.dll.so" not found
03-05 23:04:46.730 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Animated.Vector.Drawable.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Animated.Vector.Drawable.dll.so" not found
03-05 23:04:46.730 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Animated.Vector.Drawable.dll'.
03-05 23:04:46.730 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Animated.Vector.Drawable.dll.config'.
03-05 23:04:46.730 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Animated.Vector.Drawable/Xamarin.Android.Support.Animated.Vector.Drawable.config'.
03-05 23:04:46.730 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Annotations.dll'.
03-05 23:04:46.730 D/Mono    (28566): Image addref Xamarin.Android.Support.Annotations[0x5ca7cfd8] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Annotations.dll[0x5ca7c278]: 2
03-05 23:04:46.730 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Support.Annotations' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Annotations.dll)
03-05 23:04:46.730 D/Mono    (28566): Assembly Xamarin.Android.Support.Annotations[0x5ca7cfd8] added to domain RootDomain, ref_count=1
03-05 23:04:46.741 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Annotations.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Annotations.dll.so" not found
03-05 23:04:46.741 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Annotations.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Annotations.dll.so" not found
03-05 23:04:46.741 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Annotations.dll'.
03-05 23:04:46.741 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Annotations.dll.config'.
03-05 23:04:46.741 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Annotations/Xamarin.Android.Support.Annotations.config'.
03-05 23:04:46.741 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Compat.dll'.
03-05 23:04:46.741 D/Mono    (28566): Image addref Xamarin.Android.Support.Compat[0x5ca7de90] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Compat.dll[0x5ca7d140]: 2
03-05 23:04:46.741 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Support.Compat' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Compat.dll)
03-05 23:04:46.741 D/Mono    (28566): Assembly Xamarin.Android.Support.Compat[0x5ca7de90] added to domain RootDomain, ref_count=1
03-05 23:04:46.741 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Compat.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Compat.dll.so" not found
03-05 23:04:46.741 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Compat.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Compat.dll.so" not found
03-05 23:04:46.751 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Compat.dll'.
03-05 23:04:46.751 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Compat.dll.config'.
03-05 23:04:46.751 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Compat/Xamarin.Android.Support.Compat.config'.
03-05 23:04:46.751 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.dll'.
03-05 23:04:46.751 D/Mono    (28566): Image addref Xamarin.Android.Support.Constraint.Layout[0x5caa5de0] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.dll[0x5caa5110]: 2
03-05 23:04:46.751 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Support.Constraint.Layout' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.dll)
03-05 23:04:46.751 D/Mono    (28566): Assembly Xamarin.Android.Support.Constraint.Layout[0x5caa5de0] added to domain RootDomain, ref_count=1
03-05 23:04:46.751 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Constraint.Layout.dll.so" not found
03-05 23:04:46.751 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Constraint.Layout.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Constraint.Layout.dll.so" not found
03-05 23:04:46.751 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.dll'.
03-05 23:04:46.751 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.dll.config'.
03-05 23:04:46.761 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Constraint.Layout/Xamarin.Android.Support.Constraint.Layout.config'.
03-05 23:04:46.761 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.Solver.dll'.
03-05 23:04:46.761 D/Mono    (28566): Image addref Xamarin.Android.Support.Constraint.Layout.Solver[0x5caa6d00] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.Solver.dll[0x5caa6040]: 2
03-05 23:04:46.761 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Support.Constraint.Layout.Solver' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.Solver.dll)
03-05 23:04:46.761 D/Mono    (28566): Assembly Xamarin.Android.Support.Constraint.Layout.Solver[0x5caa6d00] added to domain RootDomain, ref_count=1
03-05 23:04:46.761 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.Solver.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Constraint.Layout.Solver.dll.so" not found
03-05 23:04:46.761 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Constraint.Layout.Solver.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Constraint.Layout.Solver.dll.so" not found
03-05 23:04:46.771 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.Solver.dll'.
03-05 23:04:46.771 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Constraint.Layout.Solver.dll.config'.
03-05 23:04:46.771 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Constraint.Layout.Solver/Xamarin.Android.Support.Constraint.Layout.Solver.config'.
03-05 23:04:46.771 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.UI.dll'.
03-05 23:04:46.771 D/Mono    (28566): Image addref Xamarin.Android.Support.Core.UI[0x5d58cbd0] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.UI.dll[0x5d58c008]: 2
03-05 23:04:46.771 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Support.Core.UI' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.UI.dll)
03-05 23:04:46.771 D/Mono    (28566): Assembly Xamarin.Android.Support.Core.UI[0x5d58cbd0] added to domain RootDomain, ref_count=1
03-05 23:04:46.771 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.UI.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Core.UI.dll.so" not found
03-05 23:04:46.771 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Core.UI.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Core.UI.dll.so" not found
03-05 23:04:46.771 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.UI.dll'.
03-05 23:04:46.771 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.UI.dll.config'.
03-05 23:04:46.771 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Core.UI/Xamarin.Android.Support.Core.UI.config'.
03-05 23:04:46.781 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.Utils.dll'.
03-05 23:04:46.781 D/Mono    (28566): Image addref Xamarin.Android.Support.Core.Utils[0x5d591af8] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.Utils.dll[0x5d591008]: 2
03-05 23:04:46.781 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Support.Core.Utils' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.Utils.dll)
03-05 23:04:46.781 D/Mono    (28566): Assembly Xamarin.Android.Support.Core.Utils[0x5d591af8] added to domain RootDomain, ref_count=1
03-05 23:04:46.781 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.Utils.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Core.Utils.dll.so" not found
03-05 23:04:46.781 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Core.Utils.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Core.Utils.dll.so" not found
03-05 23:04:46.781 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.Utils.dll'.
03-05 23:04:46.781 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Core.Utils.dll.config'.
03-05 23:04:46.781 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Core.Utils/Xamarin.Android.Support.Core.Utils.config'.
03-05 23:04:46.781 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Fragment.dll'.
03-05 23:04:46.791 D/Mono    (28566): Image addref Xamarin.Android.Support.Fragment[0x5d61f818] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Fragment.dll[0x5d61f008]: 2
03-05 23:04:46.791 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Support.Fragment' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Fragment.dll)
03-05 23:04:46.791 D/Mono    (28566): Assembly Xamarin.Android.Support.Fragment[0x5d61f818] added to domain RootDomain, ref_count=1
03-05 23:04:46.791 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Fragment.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Fragment.dll.so" not found
03-05 23:04:46.791 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Fragment.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Fragment.dll.so" not found
03-05 23:04:46.791 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Fragment.dll'.
03-05 23:04:46.791 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Fragment.dll.config'.
03-05 23:04:46.791 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Fragment/Xamarin.Android.Support.Fragment.config'.
03-05 23:04:46.791 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Media.Compat.dll'.
03-05 23:04:46.801 D/Mono    (28566): Image addref Xamarin.Android.Support.Media.Compat[0x5d629920] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Media.Compat.dll[0x5d629008]: 2
03-05 23:04:46.801 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Support.Media.Compat' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Media.Compat.dll)
03-05 23:04:46.801 D/Mono    (28566): Assembly Xamarin.Android.Support.Media.Compat[0x5d629920] added to domain RootDomain, ref_count=1
03-05 23:04:46.801 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Media.Compat.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Media.Compat.dll.so" not found
03-05 23:04:46.801 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Media.Compat.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Media.Compat.dll.so" not found
03-05 23:04:46.801 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Media.Compat.dll'.
03-05 23:04:46.801 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Media.Compat.dll.config'.
03-05 23:04:46.801 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Media.Compat/Xamarin.Android.Support.Media.Compat.config'.
03-05 23:04:46.801 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.AppCompat.dll'.
03-05 23:04:46.801 D/Mono    (28566): Image addref Xamarin.Android.Support.v7.AppCompat[0x5d666828] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.AppCompat.dll[0x5d629a70]: 2
03-05 23:04:46.801 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Support.v7.AppCompat' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.AppCompat.dll)
03-05 23:04:46.801 D/Mono    (28566): Assembly Xamarin.Android.Support.v7.AppCompat[0x5d666828] added to domain RootDomain, ref_count=1
03-05 23:04:46.811 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.AppCompat.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.v7.AppCompat.dll.so" not found
03-05 23:04:46.811 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.v7.AppCompat.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.v7.AppCompat.dll.so" not found
03-05 23:04:46.811 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.AppCompat.dll'.
03-05 23:04:46.811 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.AppCompat.dll.config'.
03-05 23:04:46.811 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.v7.AppCompat/Xamarin.Android.Support.v7.AppCompat.config'.
03-05 23:04:46.811 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.RecyclerView.dll'.
03-05 23:04:46.811 D/Mono    (28566): Image addref Xamarin.Android.Support.v7.RecyclerView[0x5d667718] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.RecyclerView.dll[0x5d666998]: 2
03-05 23:04:46.811 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Support.v7.RecyclerView' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.RecyclerView.dll)
03-05 23:04:46.811 D/Mono    (28566): Assembly Xamarin.Android.Support.v7.RecyclerView[0x5d667718] added to domain RootDomain, ref_count=1
03-05 23:04:46.811 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.RecyclerView.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.v7.RecyclerView.dll.so" not found
03-05 23:04:46.811 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.v7.RecyclerView.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.v7.RecyclerView.dll.so" not found
03-05 23:04:46.811 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.RecyclerView.dll'.
03-05 23:04:46.811 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.v7.RecyclerView.dll.config'.
03-05 23:04:46.811 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.v7.RecyclerView/Xamarin.Android.Support.v7.RecyclerView.config'.
03-05 23:04:46.811 D/Mono    (28566): Assembly Loader probing location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Vector.Drawable.dll'.
03-05 23:04:46.811 D/Mono    (28566): Image addref Xamarin.Android.Support.Vector.Drawable[0x654fa630] -> /storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Vector.Drawable.dll[0x5d667898]: 2
03-05 23:04:46.811 D/Mono    (28566): Prepared to set up assembly 'Xamarin.Android.Support.Vector.Drawable' (/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Vector.Drawable.dll)
03-05 23:04:46.811 D/Mono    (28566): Assembly Xamarin.Android.Support.Vector.Drawable[0x654fa630] added to domain RootDomain, ref_count=1
03-05 23:04:46.821 D/Mono    (28566): AOT: image '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Vector.Drawable.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Vector.Drawable.dll.so" not found
03-05 23:04:46.821 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Vector.Drawable.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Xamarin.Android.Support.Vector.Drawable.dll.so" not found
03-05 23:04:46.821 D/Mono    (28566): Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Vector.Drawable.dll'.
03-05 23:04:46.821 D/Mono    (28566): Config attempting to parse: '/storage/emulated/0/Android/data/PewBibleKjv.PewBibleKjv/files/.__override__/Xamarin.Android.Support.Vector.Drawable.dll.config'.
03-05 23:04:46.821 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Vector.Drawable/Xamarin.Android.Support.Vector.Drawable.config'.
03-05 23:04:46.821 W/monodroid-gc(28566): GREF GC Threshold: 46080
03-05 23:04:46.821 D/Mono    (28566): Image addref Mono.Android[0x654fb350] -> Mono.Android.dll[0x654fa7c0]: 2
03-05 23:04:46.821 D/Mono    (28566): Prepared to set up assembly 'Mono.Android' (Mono.Android.dll)
03-05 23:04:46.821 D/Mono    (28566): Assembly Mono.Android[0x654fb350] added to domain RootDomain, ref_count=1
03-05 23:04:46.831 D/Mono    (28566): AOT: image 'Mono.Android.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Mono.Android.dll.so" not found
03-05 23:04:46.831 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Mono.Android.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Mono.Android.dll.so" not found
03-05 23:04:46.831 D/Mono    (28566): Config attempting to parse: 'Mono.Android.dll.config'.
03-05 23:04:46.831 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Mono.Android/Mono.Android.config'.
03-05 23:04:46.851 D/Mono    (28566): Assembly Ref addref Mono.Android[0x654fb350] -> mscorlib[0x5c943228]: 2
03-05 23:04:46.851 D/Mono    (28566): Image addref Java.Interop[0x66b25910] -> Java.Interop.dll[0x66b24c40]: 2
03-05 23:04:46.851 D/Mono    (28566): Prepared to set up assembly 'Java.Interop' (Java.Interop.dll)
03-05 23:04:46.851 D/Mono    (28566): Assembly Java.Interop[0x66b25910] added to domain RootDomain, ref_count=1
03-05 23:04:46.851 D/Mono    (28566): AOT: image 'Java.Interop.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Java.Interop.dll.so" not found
03-05 23:04:46.851 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/Java.Interop.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-Java.Interop.dll.so" not found
03-05 23:04:46.861 D/Mono    (28566): Config attempting to parse: 'Java.Interop.dll.config'.
03-05 23:04:46.861 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/Java.Interop/Java.Interop.config'.
03-05 23:04:46.861 D/Mono    (28566): Assembly Ref addref Mono.Android[0x654fb350] -> Java.Interop[0x66b25910]: 2
03-05 23:04:46.861 D/Mono    (28566): Image addref System.Runtime[0x66b26870] -> System.Runtime.dll[0x66b25ba0]: 2
03-05 23:04:46.861 D/Mono    (28566): Prepared to set up assembly 'System.Runtime' (System.Runtime.dll)
03-05 23:04:46.861 D/Mono    (28566): Assembly System.Runtime[0x66b26870] added to domain RootDomain, ref_count=1
03-05 23:04:46.861 D/Mono    (28566): AOT: image 'System.Runtime.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Runtime.dll.so" not found
03-05 23:04:46.861 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Runtime.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Runtime.dll.so" not found
03-05 23:04:46.861 D/Mono    (28566): Config attempting to parse: 'System.Runtime.dll.config'.
03-05 23:04:46.861 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime/System.Runtime.config'.
03-05 23:04:46.861 D/Mono    (28566): Assembly Ref addref Java.Interop[0x66b25910] -> System.Runtime[0x66b26870]: 2
03-05 23:04:46.861 D/Mono    (28566): Assembly Ref addref System.Runtime[0x66b26870] -> mscorlib[0x5c943228]: 3
03-05 23:04:46.871 W/monodroid(28566): Calling into managed runtime init
03-05 23:04:47.031 D/Mono    (28566): Image addref System.Collections.Concurrent[0x66b3a5e0] -> System.Collections.Concurrent.dll[0x66b3e9a0]: 2
03-05 23:04:47.031 D/Mono    (28566): Prepared to set up assembly 'System.Collections.Concurrent' (System.Collections.Concurrent.dll)
03-05 23:04:47.031 D/Mono    (28566): Assembly System.Collections.Concurrent[0x66b3a5e0] added to domain RootDomain, ref_count=1
03-05 23:04:47.041 D/Mono    (28566): AOT: image 'System.Collections.Concurrent.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Collections.Concurrent.dll.so" not found
03-05 23:04:47.041 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Collections.Concurrent.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Collections.Concurrent.dll.so" not found
03-05 23:04:47.041 D/Mono    (28566): Config attempting to parse: 'System.Collections.Concurrent.dll.config'.
03-05 23:04:47.041 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Collections.Concurrent/System.Collections.Concurrent.config'.
03-05 23:04:47.041 D/Mono    (28566): Assembly Ref addref Java.Interop[0x66b25910] -> System.Collections.Concurrent[0x66b3a5e0]: 2
03-05 23:04:47.041 D/Mono    (28566): Assembly Ref addref System.Collections.Concurrent[0x66b3a5e0] -> mscorlib[0x5c943228]: 4
03-05 23:04:47.251 D/Mono    (28566): Image addref System.Threading[0x66b5c710] -> System.Threading.dll[0x66b322a8]: 2
03-05 23:04:47.251 D/Mono    (28566): Prepared to set up assembly 'System.Threading' (System.Threading.dll)
03-05 23:04:47.251 D/Mono    (28566): Assembly System.Threading[0x66b5c710] added to domain RootDomain, ref_count=1
03-05 23:04:47.251 D/Mono    (28566): AOT: image 'System.Threading.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Threading.dll.so" not found
03-05 23:04:47.251 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Threading.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Threading.dll.so" not found
03-05 23:04:47.251 D/Mono    (28566): Config attempting to parse: 'System.Threading.dll.config'.
03-05 23:04:47.251 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Threading/System.Threading.config'.
03-05 23:04:47.251 D/Mono    (28566): Assembly Ref addref Java.Interop[0x66b25910] -> System.Threading[0x66b5c710]: 2
03-05 23:04:47.251 D/Mono    (28566): Assembly Ref addref System.Threading[0x66b5c710] -> mscorlib[0x5c943228]: 5
03-05 23:04:47.301 D/Mono    (28566): Image addref System.Runtime.InteropServices[0x66b69328] -> System.Runtime.InteropServices.dll[0x66b57670]: 2
03-05 23:04:47.301 D/Mono    (28566): Prepared to set up assembly 'System.Runtime.InteropServices' (System.Runtime.InteropServices.dll)
03-05 23:04:47.301 D/Mono    (28566): Assembly System.Runtime.InteropServices[0x66b69328] added to domain RootDomain, ref_count=1
03-05 23:04:47.301 D/Mono    (28566): AOT: image 'System.Runtime.InteropServices.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Runtime.InteropServices.dll.so" not found
03-05 23:04:47.311 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Runtime.InteropServices.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Runtime.InteropServices.dll.so" not found
03-05 23:04:47.311 D/Mono    (28566): Config attempting to parse: 'System.Runtime.InteropServices.dll.config'.
03-05 23:04:47.311 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.InteropServices/System.Runtime.InteropServices.config'.
03-05 23:04:47.311 D/Mono    (28566): Assembly Ref addref Java.Interop[0x66b25910] -> System.Runtime.InteropServices[0x66b69328]: 2
03-05 23:04:47.311 D/Mono    (28566): Assembly Ref addref System.Runtime.InteropServices[0x66b69328] -> mscorlib[0x5c943228]: 6
03-05 23:04:47.391 D/Mono    (28566): DllImport attempting to load: '__Internal'.
03-05 23:04:47.401 D/Mono    (28566): DllImport loaded library '(null)'.
03-05 23:04:47.401 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.401 D/Mono    (28566): Searching for 'java_interop_jnienv_get_java_vm'.
03-05 23:04:47.401 D/Mono    (28566): Probing 'java_interop_jnienv_get_java_vm'.
03-05 23:04:47.401 D/Mono    (28566): Found as 'java_interop_jnienv_get_java_vm'.
03-05 23:04:47.501 D/Mono    (28566): DllImport attempting to load: '__Internal'.
03-05 23:04:47.501 D/Mono    (28566): DllImport loaded library '(null)'.
03-05 23:04:47.501 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.501 D/Mono    (28566): Searching for '_monodroid_gref_log_new'.
03-05 23:04:47.501 D/Mono    (28566): Probing '_monodroid_gref_log_new'.
03-05 23:04:47.501 D/Mono    (28566): Found as '_monodroid_gref_log_new'.
03-05 23:04:47.501 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.501 D/Mono    (28566): Searching for 'java_interop_jnienv_new_global_ref'.
03-05 23:04:47.501 D/Mono    (28566): Probing 'java_interop_jnienv_new_global_ref'.
03-05 23:04:47.501 D/Mono    (28566): Found as 'java_interop_jnienv_new_global_ref'.
03-05 23:04:47.511 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.511 D/Mono    (28566): Searching for '_monodroid_gref_get'.
03-05 23:04:47.511 D/Mono    (28566): Probing '_monodroid_gref_get'.
03-05 23:04:47.511 D/Mono    (28566): Found as '_monodroid_gref_get'.
03-05 23:04:47.621 D/Mono    (28566): Image addref System.Reflection[0x66ba1490] -> System.Reflection.dll[0x66b9c550]: 2
03-05 23:04:47.621 D/Mono    (28566): Prepared to set up assembly 'System.Reflection' (System.Reflection.dll)
03-05 23:04:47.621 D/Mono    (28566): Assembly System.Reflection[0x66ba1490] added to domain RootDomain, ref_count=1
03-05 23:04:47.621 D/Mono    (28566): AOT: image 'System.Reflection.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Reflection.dll.so" not found
03-05 23:04:47.621 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Reflection.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Reflection.dll.so" not found
03-05 23:04:47.621 D/Mono    (28566): Config attempting to parse: 'System.Reflection.dll.config'.
03-05 23:04:47.621 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Reflection/System.Reflection.config'.
03-05 23:04:47.621 D/Mono    (28566): Assembly Ref addref Java.Interop[0x66b25910] -> System.Reflection[0x66ba1490]: 2
03-05 23:04:47.621 D/Mono    (28566): Assembly Ref addref System.Reflection[0x66ba1490] -> mscorlib[0x5c943228]: 7
03-05 23:04:47.631 D/Mono    (28566): Image addref System.Collections[0x66b9e808] -> System.Collections.dll[0x66ba1b98]: 2
03-05 23:04:47.631 D/Mono    (28566): Prepared to set up assembly 'System.Collections' (System.Collections.dll)
03-05 23:04:47.631 D/Mono    (28566): Assembly System.Collections[0x66b9e808] added to domain RootDomain, ref_count=1
03-05 23:04:47.641 D/Mono    (28566): AOT: image 'System.Collections.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Collections.dll.so" not found
03-05 23:04:47.641 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Collections.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Collections.dll.so" not found
03-05 23:04:47.641 D/Mono    (28566): Config attempting to parse: 'System.Collections.dll.config'.
03-05 23:04:47.641 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Collections/System.Collections.config'.
03-05 23:04:47.641 D/Mono    (28566): Assembly Ref addref Java.Interop[0x66b25910] -> System.Collections[0x66b9e808]: 2
03-05 23:04:47.641 D/Mono    (28566): Assembly Ref addref System.Collections[0x66b9e808] -> mscorlib[0x5c943228]: 8
03-05 23:04:47.722 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.722 D/Mono    (28566): Searching for 'java_interop_jnienv_find_class'.
03-05 23:04:47.722 D/Mono    (28566): Probing 'java_interop_jnienv_find_class'.
03-05 23:04:47.722 D/Mono    (28566): Found as 'java_interop_jnienv_find_class'.
03-05 23:04:47.722 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.722 D/Mono    (28566): Searching for 'java_interop_jnienv_exception_clear'.
03-05 23:04:47.722 D/Mono    (28566): Probing 'java_interop_jnienv_exception_clear'.
03-05 23:04:47.722 D/Mono    (28566): Found as 'java_interop_jnienv_exception_clear'.
03-05 23:04:47.722 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.722 D/Mono    (28566): Searching for 'java_interop_jnienv_call_object_method_a'.
03-05 23:04:47.722 D/Mono    (28566): Probing 'java_interop_jnienv_call_object_method_a'.
03-05 23:04:47.722 D/Mono    (28566): Found as 'java_interop_jnienv_call_object_method_a'.
03-05 23:04:47.722 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.722 D/Mono    (28566): Searching for 'java_interop_jnienv_delete_local_ref'.
03-05 23:04:47.722 D/Mono    (28566): Probing 'java_interop_jnienv_delete_local_ref'.
03-05 23:04:47.722 D/Mono    (28566): Found as 'java_interop_jnienv_delete_local_ref'.
03-05 23:04:47.762 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.762 D/Mono    (28566): Searching for '_monodroid_lref_log_new'.
03-05 23:04:47.762 D/Mono    (28566): Probing '_monodroid_lref_log_new'.
03-05 23:04:47.762 D/Mono    (28566): Found as '_monodroid_lref_log_new'.
03-05 23:04:47.772 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.772 D/Mono    (28566): Searching for '_monodroid_lref_log_delete'.
03-05 23:04:47.772 D/Mono    (28566): Probing '_monodroid_lref_log_delete'.
03-05 23:04:47.772 D/Mono    (28566): Found as '_monodroid_lref_log_delete'.
03-05 23:04:47.792 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.792 D/Mono    (28566): Searching for 'java_interop_jnienv_get_method_id'.
03-05 23:04:47.792 D/Mono    (28566): Probing 'java_interop_jnienv_get_method_id'.
03-05 23:04:47.792 D/Mono    (28566): Found as 'java_interop_jnienv_get_method_id'.
03-05 23:04:47.802 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.802 D/Mono    (28566): Searching for '_monodroid_gref_log_delete'.
03-05 23:04:47.802 D/Mono    (28566): Probing '_monodroid_gref_log_delete'.
03-05 23:04:47.802 D/Mono    (28566): Found as '_monodroid_gref_log_delete'.
03-05 23:04:47.812 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.812 D/Mono    (28566): Searching for 'java_interop_jnienv_delete_global_ref'.
03-05 23:04:47.812 D/Mono    (28566): Probing 'java_interop_jnienv_delete_global_ref'.
03-05 23:04:47.812 D/Mono    (28566): Found as 'java_interop_jnienv_delete_global_ref'.
03-05 23:04:47.832 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.832 D/Mono    (28566): Searching for 'java_interop_jnienv_get_static_method_id'.
03-05 23:04:47.832 D/Mono    (28566): Probing 'java_interop_jnienv_get_static_method_id'.
03-05 23:04:47.832 D/Mono    (28566): Found as 'java_interop_jnienv_get_static_method_id'.
03-05 23:04:47.862 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.862 D/Mono    (28566): Searching for 'java_interop_jnienv_call_static_object_method_a'.
03-05 23:04:47.862 D/Mono    (28566): Probing 'java_interop_jnienv_call_static_object_method_a'.
03-05 23:04:47.862 D/Mono    (28566): Found as 'java_interop_jnienv_call_static_object_method_a'.
03-05 23:04:47.882 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.882 D/Mono    (28566): Searching for '_monodroid_get_identity_hash_code'.
03-05 23:04:47.882 D/Mono    (28566): Probing '_monodroid_get_identity_hash_code'.
03-05 23:04:47.882 D/Mono    (28566): Found as '_monodroid_get_identity_hash_code'.
03-05 23:04:47.992 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:47.992 D/Mono    (28566): Searching for 'java_interop_jnienv_get_object_class'.
03-05 23:04:47.992 D/Mono    (28566): Probing 'java_interop_jnienv_get_object_class'.
03-05 23:04:47.992 D/Mono    (28566): Found as 'java_interop_jnienv_get_object_class'.
03-05 23:04:48.002 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:48.002 D/Mono    (28566): Searching for 'java_interop_jnienv_call_object_method'.
03-05 23:04:48.002 D/Mono    (28566): Probing 'java_interop_jnienv_call_object_method'.
03-05 23:04:48.002 D/Mono    (28566): Found as 'java_interop_jnienv_call_object_method'.
03-05 23:04:48.012 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:48.012 D/Mono    (28566): Searching for 'java_interop_jnienv_get_string_length'.
03-05 23:04:48.012 D/Mono    (28566): Probing 'java_interop_jnienv_get_string_length'.
03-05 23:04:48.012 D/Mono    (28566): Found as 'java_interop_jnienv_get_string_length'.
03-05 23:04:48.012 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:48.012 D/Mono    (28566): Searching for 'java_interop_jnienv_get_string_chars'.
03-05 23:04:48.012 D/Mono    (28566): Probing 'java_interop_jnienv_get_string_chars'.
03-05 23:04:48.012 D/Mono    (28566): Found as 'java_interop_jnienv_get_string_chars'.
03-05 23:04:48.022 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:48.022 D/Mono    (28566): Searching for 'java_interop_jnienv_release_string_chars'.
03-05 23:04:48.022 D/Mono    (28566): Probing 'java_interop_jnienv_release_string_chars'.
03-05 23:04:48.022 D/Mono    (28566): Found as 'java_interop_jnienv_release_string_chars'.
03-05 23:04:48.042 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:48.042 D/Mono    (28566): Searching for 'monodroid_typemap_java_to_managed'.
03-05 23:04:48.042 D/Mono    (28566): Probing 'monodroid_typemap_java_to_managed'.
03-05 23:04:48.042 D/Mono    (28566): Found as 'monodroid_typemap_java_to_managed'.
03-05 23:04:48.202 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:48.202 D/Mono    (28566): Searching for 'java_interop_jnienv_get_superclass'.
03-05 23:04:48.202 D/Mono    (28566): Probing 'java_interop_jnienv_get_superclass'.
03-05 23:04:48.202 D/Mono    (28566): Found as 'java_interop_jnienv_get_superclass'.
03-05 23:04:48.402 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:48.402 D/Mono    (28566): Searching for 'java_interop_jnienv_is_instance_of'.
03-05 23:04:48.402 D/Mono    (28566): Probing 'java_interop_jnienv_is_instance_of'.
03-05 23:04:48.402 D/Mono    (28566): Found as 'java_interop_jnienv_is_instance_of'.
03-05 23:04:48.412 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:48.412 D/Mono    (28566): Searching for '_monodroid_gref_log'.
03-05 23:04:48.412 D/Mono    (28566): Probing '_monodroid_gref_log'.
03-05 23:04:48.412 D/Mono    (28566): Found as '_monodroid_gref_log'.
03-05 23:04:48.582 D/Mono    (28566): Image addref System.Linq[0x66c1a410] -> System.Linq.dll[0x66c27658]: 2
03-05 23:04:48.582 D/Mono    (28566): Prepared to set up assembly 'System.Linq' (System.Linq.dll)
03-05 23:04:48.582 D/Mono    (28566): Assembly System.Linq[0x66c1a410] added to domain RootDomain, ref_count=1
03-05 23:04:48.582 D/Mono    (28566): AOT: image 'System.Linq.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Linq.dll.so" not found
03-05 23:04:48.582 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Linq.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Linq.dll.so" not found
03-05 23:04:48.582 D/Mono    (28566): Config attempting to parse: 'System.Linq.dll.config'.
03-05 23:04:48.582 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Linq/System.Linq.config'.
03-05 23:04:48.582 D/Mono    (28566): Assembly Ref addref Java.Interop[0x66b25910] -> System.Linq[0x66c1a410]: 2
03-05 23:04:48.592 D/Mono    (28566): Image addref System.Core[0x66c4fcd8] -> System.Core.dll[0x66c4f070]: 2
03-05 23:04:48.592 D/Mono    (28566): Prepared to set up assembly 'System.Core' (System.Core.dll)
03-05 23:04:48.592 D/Mono    (28566): Assembly System.Core[0x66c4fcd8] added to domain RootDomain, ref_count=1
03-05 23:04:48.592 D/Mono    (28566): AOT: image 'System.Core.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Core.dll.so" not found
03-05 23:04:48.592 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Core.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Core.dll.so" not found
03-05 23:04:48.592 D/Mono    (28566): Config attempting to parse: 'System.Core.dll.config'.
03-05 23:04:48.592 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Core/System.Core.config'.
03-05 23:04:48.592 D/Mono    (28566): Assembly Ref addref System.Linq[0x66c1a410] -> System.Core[0x66c4fcd8]: 2
03-05 23:04:48.592 D/Mono    (28566): Assembly Ref addref System.Core[0x66c4fcd8] -> mscorlib[0x5c943228]: 9
03-05 23:04:48.623 D/Mono    (28566): Image addref System.Runtime.Extensions[0x66c4c420] -> System.Runtime.Extensions.dll[0x66c4b280]: 2
03-05 23:04:48.623 D/Mono    (28566): Prepared to set up assembly 'System.Runtime.Extensions' (System.Runtime.Extensions.dll)
03-05 23:04:48.623 D/Mono    (28566): Assembly System.Runtime.Extensions[0x66c4c420] added to domain RootDomain, ref_count=1
03-05 23:04:48.623 D/Mono    (28566): AOT: image 'System.Runtime.Extensions.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Runtime.Extensions.dll.so" not found
03-05 23:04:48.623 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Runtime.Extensions.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Runtime.Extensions.dll.so" not found
03-05 23:04:48.623 D/Mono    (28566): Config attempting to parse: 'System.Runtime.Extensions.dll.config'.
03-05 23:04:48.623 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.Extensions/System.Runtime.Extensions.config'.
03-05 23:04:48.623 D/Mono    (28566): Assembly Ref addref Java.Interop[0x66b25910] -> System.Runtime.Extensions[0x66c4c420]: 2
03-05 23:04:48.623 D/Mono    (28566): Assembly Ref addref System.Runtime.Extensions[0x66c4c420] -> mscorlib[0x5c943228]: 10
03-05 23:04:48.693 D/Mono    (28566): Image addref System.Reflection.Extensions[0x66c763c8] -> System.Reflection.Extensions.dll[0x66c14990]: 2
03-05 23:04:48.693 D/Mono    (28566): Prepared to set up assembly 'System.Reflection.Extensions' (System.Reflection.Extensions.dll)
03-05 23:04:48.693 D/Mono    (28566): Assembly System.Reflection.Extensions[0x66c763c8] added to domain RootDomain, ref_count=1
03-05 23:04:48.713 D/Mono    (28566): AOT: image 'System.Reflection.Extensions.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Reflection.Extensions.dll.so" not found
03-05 23:04:48.713 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Reflection.Extensions.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Reflection.Extensions.dll.so" not found
03-05 23:04:48.713 D/Mono    (28566): Config attempting to parse: 'System.Reflection.Extensions.dll.config'.
03-05 23:04:48.713 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Reflection.Extensions/System.Reflection.Extensions.config'.
03-05 23:04:48.713 D/Mono    (28566): Assembly Ref addref Java.Interop[0x66b25910] -> System.Reflection.Extensions[0x66c763c8]: 2
03-05 23:04:48.713 D/Mono    (28566): Assembly Ref addref System.Reflection.Extensions[0x66c763c8] -> mscorlib[0x5c943228]: 11
03-05 23:04:48.773 D/Mono    (28566): Assembly Ref addref Mono.Android[0x654fb350] -> System.Core[0x66c4fcd8]: 3
03-05 23:04:48.773 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:48.773 D/Mono    (28566): Searching for 'monodroid_typemap_managed_to_java'.
03-05 23:04:48.773 D/Mono    (28566): Probing 'monodroid_typemap_managed_to_java'.
03-05 23:04:48.773 D/Mono    (28566): Found as 'monodroid_typemap_managed_to_java'.
03-05 23:04:48.853 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:48.853 D/Mono    (28566): Searching for 'java_interop_jnienv_alloc_object'.
03-05 23:04:48.853 D/Mono    (28566): Probing 'java_interop_jnienv_alloc_object'.
03-05 23:04:48.853 D/Mono    (28566): Found as 'java_interop_jnienv_alloc_object'.
03-05 23:04:49.203 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:49.203 D/Mono    (28566): Searching for 'java_interop_jnienv_register_natives'.
03-05 23:04:49.203 D/Mono    (28566): Probing 'java_interop_jnienv_register_natives'.
03-05 23:04:49.203 D/Mono    (28566): Found as 'java_interop_jnienv_register_natives'.
03-05 23:04:49.213 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:49.213 D/Mono    (28566): Searching for 'java_interop_jnienv_call_nonvirtual_void_method_a'.
03-05 23:04:49.213 D/Mono    (28566): Probing 'java_interop_jnienv_call_nonvirtual_void_method_a'.
03-05 23:04:49.213 D/Mono    (28566): Found as 'java_interop_jnienv_call_nonvirtual_void_method_a'.
03-05 23:04:49.223 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:49.223 D/Mono    (28566): Searching for '_monodroid_gc_wait_for_bridge_processing'.
03-05 23:04:49.223 D/Mono    (28566): Probing '_monodroid_gc_wait_for_bridge_processing'.
03-05 23:04:49.223 D/Mono    (28566): Found as '_monodroid_gc_wait_for_bridge_processing'.
03-05 23:04:49.233 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:49.233 D/Mono    (28566): Searching for 'java_interop_jnienv_is_same_object'.
03-05 23:04:49.233 D/Mono    (28566): Probing 'java_interop_jnienv_is_same_object'.
03-05 23:04:49.233 D/Mono    (28566): Found as 'java_interop_jnienv_is_same_object'.
03-05 23:04:49.243 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:49.243 D/Mono    (28566): Searching for 'java_interop_jnienv_call_static_void_method_a'.
03-05 23:04:49.243 D/Mono    (28566): Probing 'java_interop_jnienv_call_static_void_method_a'.
03-05 23:04:49.243 D/Mono    (28566): Found as 'java_interop_jnienv_call_static_void_method_a'.
03-05 23:04:49.243 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Arch.Core.Common[0x5ca79418] -> mscorlib[0x5c943228]: 12
03-05 23:04:49.243 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Arch.Core.Common[0x5ca79418] -> Mono.Android[0x654fb350]: 2
03-05 23:04:49.243 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Arch.Lifecycle.Common[0x5ca7a320] -> mscorlib[0x5c943228]: 13
03-05 23:04:49.243 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Arch.Lifecycle.Common[0x5ca7a320] -> Mono.Android[0x654fb350]: 3
03-05 23:04:49.243 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Arch.Lifecycle.Runtime[0x5ca7b208] -> mscorlib[0x5c943228]: 14
03-05 23:04:49.243 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Arch.Lifecycle.Runtime[0x5ca7b208] -> Mono.Android[0x654fb350]: 4
03-05 23:04:49.243 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Animated.Vector.Drawable[0x5ca7c118] -> mscorlib[0x5c943228]: 15
03-05 23:04:49.243 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Animated.Vector.Drawable[0x5ca7c118] -> Mono.Android[0x654fb350]: 5
03-05 23:04:49.253 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Annotations[0x5ca7cfd8] -> mscorlib[0x5c943228]: 16
03-05 23:04:49.253 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Annotations[0x5ca7cfd8] -> Mono.Android[0x654fb350]: 6
03-05 23:04:49.253 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Compat[0x5ca7de90] -> mscorlib[0x5c943228]: 17
03-05 23:04:49.253 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Compat[0x5ca7de90] -> Mono.Android[0x654fb350]: 7
03-05 23:04:49.253 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Constraint.Layout[0x5caa5de0] -> mscorlib[0x5c943228]: 18
03-05 23:04:49.253 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Constraint.Layout[0x5caa5de0] -> Mono.Android[0x654fb350]: 8
03-05 23:04:49.253 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Constraint.Layout.Solver[0x5caa6d00] -> mscorlib[0x5c943228]: 19
03-05 23:04:49.253 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Constraint.Layout.Solver[0x5caa6d00] -> Mono.Android[0x654fb350]: 9
03-05 23:04:49.253 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Core.UI[0x5d58cbd0] -> mscorlib[0x5c943228]: 20
03-05 23:04:49.253 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Core.UI[0x5d58cbd0] -> Mono.Android[0x654fb350]: 10
03-05 23:04:49.263 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Core.Utils[0x5d591af8] -> mscorlib[0x5c943228]: 21
03-05 23:04:49.263 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Core.Utils[0x5d591af8] -> Mono.Android[0x654fb350]: 11
03-05 23:04:49.263 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Fragment[0x5d61f818] -> mscorlib[0x5c943228]: 22
03-05 23:04:49.263 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Fragment[0x5d61f818] -> Mono.Android[0x654fb350]: 12
03-05 23:04:49.263 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Media.Compat[0x5d629920] -> mscorlib[0x5c943228]: 23
03-05 23:04:49.263 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Media.Compat[0x5d629920] -> Mono.Android[0x654fb350]: 13
03-05 23:04:49.263 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x5d666828] -> mscorlib[0x5c943228]: 24
03-05 23:04:49.263 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x5d666828] -> Mono.Android[0x654fb350]: 14
03-05 23:04:49.263 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.v7.RecyclerView[0x5d667718] -> mscorlib[0x5c943228]: 25
03-05 23:04:49.263 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.v7.RecyclerView[0x5d667718] -> Mono.Android[0x654fb350]: 15
03-05 23:04:49.273 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Vector.Drawable[0x654fa630] -> mscorlib[0x5c943228]: 26
03-05 23:04:49.273 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Vector.Drawable[0x654fa630] -> Mono.Android[0x654fb350]: 16
03-05 23:04:49.283 D/Mono    (28566): Assembly Ref addref PewBibleKjv[0x5ca6f378] -> Xamarin.Android.Support.v7.AppCompat[0x5d666828]: 2
03-05 23:04:49.283 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x5d666828] -> Xamarin.Android.Support.Fragment[0x5d61f818]: 2
03-05 23:04:49.283 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Fragment[0x5d61f818] -> Xamarin.Android.Support.Compat[0x5ca7de90]: 2
03-05 23:04:49.283 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.Fragment[0x5d61f818] -> Xamarin.Android.Arch.Lifecycle.Common[0x5ca7a320]: 2
03-05 23:04:49.283 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x5d666828] -> Xamarin.Android.Support.Core.Utils[0x5d591af8]: 2
03-05 23:04:49.283 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x5d666828] -> Xamarin.Android.Support.Core.UI[0x5d58cbd0]: 2
03-05 23:04:49.283 D/Mono    (28566): Assembly Ref addref PewBibleKjv[0x5ca6f378] -> Mono.Android[0x654fb350]: 17
03-05 23:04:49.413 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:49.413 D/Mono    (28566): Searching for 'java_interop_jnienv_get_array_length'.
03-05 23:04:49.413 D/Mono    (28566): Probing 'java_interop_jnienv_get_array_length'.
03-05 23:04:49.413 D/Mono    (28566): Found as 'java_interop_jnienv_get_array_length'.
Loaded assembly: MonoDroidConstructors [External]
03-05 23:04:49.543 D/Mono    (28566): Assembly Ref addref PewBibleKjv[0x5ca6f378] -> mscorlib[0x5c943228]: 27
03-05 23:04:49.594 D/Mono    (28566): Assembly Ref addref PewBibleKjv[0x5ca6f378] -> Xamarin.Android.Support.v7.RecyclerView[0x5d667718]: 2
03-05 23:04:49.594 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.v7.RecyclerView[0x5d667718] -> Xamarin.Android.Support.Compat[0x5ca7de90]: 3
03-05 23:04:49.634 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:49.634 D/Mono    (28566): Searching for 'java_interop_jnienv_new_string'.
03-05 23:04:49.634 D/Mono    (28566): Probing 'java_interop_jnienv_new_string'.
03-05 23:04:49.634 D/Mono    (28566): Found as 'java_interop_jnienv_new_string'.
03-05 23:04:49.644 I/dalvikvm(28566): Could not find method android.view.Window$Callback.onPointerCaptureChanged, referenced from method android.support.v7.view.WindowCallbackWrapper.onPointerCaptureChanged
03-05 23:04:49.644 W/dalvikvm(28566): VFY: unable to resolve interface method 18362: Landroid/view/Window$Callback;.onPointerCaptureChanged (Z)V
03-05 23:04:49.644 D/dalvikvm(28566): VFY: replacing opcode 0x72 at 0x0002
03-05 23:04:49.644 I/dalvikvm(28566): Could not find method android.view.Window$Callback.onProvideKeyboardShortcuts, referenced from method android.support.v7.view.WindowCallbackWrapper.onProvideKeyboardShortcuts
03-05 23:04:49.644 W/dalvikvm(28566): VFY: unable to resolve interface method 18364: Landroid/view/Window$Callback;.onProvideKeyboardShortcuts (Ljava/util/List;Landroid/view/Menu;I)V
03-05 23:04:49.644 D/dalvikvm(28566): VFY: replacing opcode 0x72 at 0x0002
03-05 23:04:49.644 W/dalvikvm(28566): VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;)
03-05 23:04:49.644 I/dalvikvm(28566): Could not find method android.view.Window$Callback.onSearchRequested, referenced from method android.support.v7.view.WindowCallbackWrapper.onSearchRequested
03-05 23:04:49.644 W/dalvikvm(28566): VFY: unable to resolve interface method 18366: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z
03-05 23:04:49.644 D/dalvikvm(28566): VFY: replacing opcode 0x72 at 0x0002
03-05 23:04:49.644 I/dalvikvm(28566): Could not find method android.view.Window$Callback.onWindowStartingActionMode, referenced from method android.support.v7.view.WindowCallbackWrapper.onWindowStartingActionMode
03-05 23:04:49.644 W/dalvikvm(28566): VFY: unable to resolve interface method 18370: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
03-05 23:04:49.644 D/dalvikvm(28566): VFY: replacing opcode 0x72 at 0x0002
03-05 23:04:49.644 I/dalvikvm(28566): Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method android.support.v7.widget.TintTypedArray.getChangingConfigurations
03-05 23:04:49.644 W/dalvikvm(28566): VFY: unable to resolve virtual method 739: Landroid/content/res/TypedArray;.getChangingConfigurations ()I
03-05 23:04:49.644 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0002
03-05 23:04:49.644 I/dalvikvm(28566): Could not find method android.content.res.TypedArray.getType, referenced from method android.support.v7.widget.TintTypedArray.getType
03-05 23:04:49.644 W/dalvikvm(28566): VFY: unable to resolve virtual method 761: Landroid/content/res/TypedArray;.getType (I)I
03-05 23:04:49.644 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0008
03-05 23:04:49.654 I/dalvikvm(28566): Could not find method android.content.Context.createDeviceProtectedStorageContext, referenced from method android.support.v4.content.ContextCompat.createDeviceProtectedStorageContext
03-05 23:04:49.654 W/dalvikvm(28566): VFY: unable to resolve virtual method 518: Landroid/content/Context;.createDeviceProtectedStorageContext ()Landroid/content/Context;
03-05 23:04:49.654 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0006
03-05 23:04:49.654 I/dalvikvm(28566): Could not find method android.content.Context.getCodeCacheDir, referenced from method android.support.v4.content.ContextCompat.getCodeCacheDir
03-05 23:04:49.654 W/dalvikvm(28566): VFY: unable to resolve virtual method 524: Landroid/content/Context;.getCodeCacheDir ()Ljava/io/File;
03-05 23:04:49.654 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0006
03-05 23:04:49.654 I/dalvikvm(28566): Could not find method android.content.Context.getColor, referenced from method android.support.v4.content.ContextCompat.getColor
03-05 23:04:49.654 W/dalvikvm(28566): VFY: unable to resolve virtual method 525: Landroid/content/Context;.getColor (I)I
03-05 23:04:49.654 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0006
03-05 23:04:49.654 I/dalvikvm(28566): Could not find method android.content.Context.getColorStateList, referenced from method android.support.v4.content.ContextCompat.getColorStateList
03-05 23:04:49.654 W/dalvikvm(28566): VFY: unable to resolve virtual method 526: Landroid/content/Context;.getColorStateList (I)Landroid/content/res/ColorStateList;
03-05 23:04:49.654 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0006
03-05 23:04:49.654 I/dalvikvm(28566): Could not find method android.content.Context.getDataDir, referenced from method android.support.v4.content.ContextCompat.getDataDir
03-05 23:04:49.654 W/dalvikvm(28566): VFY: unable to resolve virtual method 528: Landroid/content/Context;.getDataDir ()Ljava/io/File;
03-05 23:04:49.654 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0006
03-05 23:04:49.654 I/dalvikvm(28566): Could not find method android.content.Context.getDrawable, referenced from method android.support.v4.content.ContextCompat.getDrawable
03-05 23:04:49.654 W/dalvikvm(28566): VFY: unable to resolve virtual method 529: Landroid/content/Context;.getDrawable (I)Landroid/graphics/drawable/Drawable;
03-05 23:04:49.654 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0006
03-05 23:04:49.654 I/dalvikvm(28566): Could not find method android.content.Context.getNoBackupFilesDir, referenced from method android.support.v4.content.ContextCompat.getNoBackupFilesDir
03-05 23:04:49.654 W/dalvikvm(28566): VFY: unable to resolve virtual method 536: Landroid/content/Context;.getNoBackupFilesDir ()Ljava/io/File;
03-05 23:04:49.654 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0006
03-05 23:04:49.654 I/dalvikvm(28566): Could not find method android.content.Context.isDeviceProtectedStorage, referenced from method android.support.v4.content.ContextCompat.isDeviceProtectedStorage
03-05 23:04:49.654 W/dalvikvm(28566): VFY: unable to resolve virtual method 549: Landroid/content/Context;.isDeviceProtectedStorage ()Z
03-05 23:04:49.654 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0006
03-05 23:04:49.654 I/dalvikvm(28566): Could not find method android.content.Context.startForegroundService, referenced from method android.support.v4.content.ContextCompat.startForegroundService
03-05 23:04:49.654 W/dalvikvm(28566): VFY: unable to resolve virtual method 564: Landroid/content/Context;.startForegroundService (Landroid/content/Intent;)Landroid/content/ComponentName;
03-05 23:04:49.654 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0006
03-05 23:04:49.714 I/dalvikvm(28566): Could not find method android.view.ViewConfiguration.getScaledHorizontalScrollFactor, referenced from method android.support.v4.view.ViewConfigurationCompat.getScaledHorizontalScrollFactor
03-05 23:04:49.714 W/dalvikvm(28566): VFY: unable to resolve virtual method 18185: Landroid/view/ViewConfiguration;.getScaledHorizontalScrollFactor ()F
03-05 23:04:49.714 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0006
03-05 23:04:49.714 I/dalvikvm(28566): Could not find method android.view.ViewConfiguration.getScaledVerticalScrollFactor, referenced from method android.support.v4.view.ViewConfigurationCompat.getScaledVerticalScrollFactor
03-05 23:04:49.714 W/dalvikvm(28566): VFY: unable to resolve virtual method 18190: Landroid/view/ViewConfiguration;.getScaledVerticalScrollFactor ()F
03-05 23:04:49.714 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0006
03-05 23:04:49.724 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:49.724 D/Mono    (28566): Searching for 'java_interop_jnienv_call_nonvirtual_object_method_a'.
03-05 23:04:49.724 D/Mono    (28566): Probing 'java_interop_jnienv_call_nonvirtual_object_method_a'.
03-05 23:04:49.724 D/Mono    (28566): Found as 'java_interop_jnienv_call_nonvirtual_object_method_a'.
03-05 23:04:49.754 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:49.764 D/Mono    (28566): Searching for 'java_interop_jnienv_call_void_method_a'.
03-05 23:04:49.764 D/Mono    (28566): Probing 'java_interop_jnienv_call_void_method_a'.
03-05 23:04:49.764 D/Mono    (28566): Found as 'java_interop_jnienv_call_void_method_a'.
03-05 23:04:50.254 W/Adreno-GSL(28566): <get_panel_settings:3802>: Android framework reported version 2. So, don't force ES30
03-05 23:04:50.254 I/Adreno-EGL(28566): <qeglDrvAPI_eglInitialize:381>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_KK_2.7_RB1.04.04.00.007.018_msm8960_KK_2.7_RB1_CL3869936_release_AU (CL3869936)
03-05 23:04:50.254 I/Adreno-EGL(28566): OpenGL ES Shader Compiler Version: 17.01.10.SPL
03-05 23:04:50.254 I/Adreno-EGL(28566): Build Date: 12/09/13 Mon
03-05 23:04:50.254 I/Adreno-EGL(28566): Local Branch: mybranch2092625
03-05 23:04:50.254 I/Adreno-EGL(28566): Remote Branch: quic/kk_2.7_rb1.15
03-05 23:04:50.254 I/Adreno-EGL(28566): Local Patches: NONE
03-05 23:04:50.254 I/Adreno-EGL(28566): Reconstruct Branch: AU_LINUX_ANDROID_KK_2.7_RB1.04.04.00.007.018 +  NOTHING
03-05 23:04:50.284 D/OpenGLRenderer(28566): Enabling debug mode 0
03-05 23:04:50.304 I/dalvikvm(28566): Could not find method android.widget.TextView.getAutoSizeMaxTextSize, referenced from method android.support.v7.widget.AppCompatTextView.getAutoSizeMaxTextSize
03-05 23:04:50.304 W/dalvikvm(28566): VFY: unable to resolve virtual method 19158: Landroid/widget/TextView;.getAutoSizeMaxTextSize ()I
03-05 23:04:50.304 D/dalvikvm(28566): VFY: replacing opcode 0x6f at 0x0006
03-05 23:04:50.304 I/dalvikvm(28566): Could not find method android.widget.TextView.getAutoSizeMinTextSize, referenced from method android.support.v7.widget.AppCompatTextView.getAutoSizeMinTextSize
03-05 23:04:50.304 W/dalvikvm(28566): VFY: unable to resolve virtual method 19159: Landroid/widget/TextView;.getAutoSizeMinTextSize ()I
03-05 23:04:50.304 D/dalvikvm(28566): VFY: replacing opcode 0x6f at 0x0006
03-05 23:04:50.304 I/dalvikvm(28566): Could not find method android.widget.TextView.getAutoSizeStepGranularity, referenced from method android.support.v7.widget.AppCompatTextView.getAutoSizeStepGranularity
03-05 23:04:50.304 W/dalvikvm(28566): VFY: unable to resolve virtual method 19160: Landroid/widget/TextView;.getAutoSizeStepGranularity ()I
03-05 23:04:50.304 D/dalvikvm(28566): VFY: replacing opcode 0x6f at 0x0006
03-05 23:04:50.304 I/dalvikvm(28566): Could not find method android.widget.TextView.getAutoSizeTextAvailableSizes, referenced from method android.support.v7.widget.AppCompatTextView.getAutoSizeTextAvailableSizes
03-05 23:04:50.304 W/dalvikvm(28566): VFY: unable to resolve virtual method 19161: Landroid/widget/TextView;.getAutoSizeTextAvailableSizes ()[I
03-05 23:04:50.304 D/dalvikvm(28566): VFY: replacing opcode 0x6f at 0x0006
03-05 23:04:50.314 I/dalvikvm(28566): Could not find method android.widget.TextView.getAutoSizeTextType, referenced from method android.support.v7.widget.AppCompatTextView.getAutoSizeTextType
03-05 23:04:50.314 W/dalvikvm(28566): VFY: unable to resolve virtual method 19162: Landroid/widget/TextView;.getAutoSizeTextType ()I
03-05 23:04:50.314 D/dalvikvm(28566): VFY: replacing opcode 0x6f at 0x0008
03-05 23:04:50.314 I/dalvikvm(28566): Could not find method android.widget.TextView.setAutoSizeTextTypeUniformWithConfiguration, referenced from method android.support.v7.widget.AppCompatTextView.setAutoSizeTextTypeUniformWithConfiguration
03-05 23:04:50.314 W/dalvikvm(28566): VFY: unable to resolve virtual method 19205: Landroid/widget/TextView;.setAutoSizeTextTypeUniformWithConfiguration (IIII)V
03-05 23:04:50.314 D/dalvikvm(28566): VFY: replacing opcode 0x6f at 0x0006
03-05 23:04:50.314 I/dalvikvm(28566): Could not find method android.widget.TextView.setAutoSizeTextTypeUniformWithPresetSizes, referenced from method android.support.v7.widget.AppCompatTextView.setAutoSizeTextTypeUniformWithPresetSizes
03-05 23:04:50.314 W/dalvikvm(28566): VFY: unable to resolve virtual method 19206: Landroid/widget/TextView;.setAutoSizeTextTypeUniformWithPresetSizes ([II)V
03-05 23:04:50.314 D/dalvikvm(28566): VFY: replacing opcode 0x6f at 0x0006
03-05 23:04:50.314 I/dalvikvm(28566): Could not find method android.widget.TextView.setAutoSizeTextTypeWithDefaults, referenced from method android.support.v7.widget.AppCompatTextView.setAutoSizeTextTypeWithDefaults
03-05 23:04:50.314 W/dalvikvm(28566): VFY: unable to resolve virtual method 19207: Landroid/widget/TextView;.setAutoSizeTextTypeWithDefaults (I)V
03-05 23:04:50.314 D/dalvikvm(28566): VFY: replacing opcode 0x6f at 0x0006
03-05 23:04:50.314 I/dalvikvm(28566): Could not find method android.content.res.Resources.getDrawable, referenced from method android.support.v7.widget.ResourcesWrapper.getDrawable
03-05 23:04:50.314 W/dalvikvm(28566): VFY: unable to resolve virtual method 702: Landroid/content/res/Resources;.getDrawable (ILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;
03-05 23:04:50.314 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0002
03-05 23:04:50.314 I/dalvikvm(28566): Could not find method android.content.res.Resources.getDrawableForDensity, referenced from method android.support.v7.widget.ResourcesWrapper.getDrawableForDensity
03-05 23:04:50.314 W/dalvikvm(28566): VFY: unable to resolve virtual method 704: Landroid/content/res/Resources;.getDrawableForDensity (IILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;
03-05 23:04:50.314 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0002
03-05 23:04:50.324 I/dalvikvm(28566): Could not find method android.widget.TextView.getAutoSizeStepGranularity, referenced from method android.support.v7.widget.AppCompatTextHelper.loadFromAttributes
03-05 23:04:50.324 W/dalvikvm(28566): VFY: unable to resolve virtual method 19160: Landroid/widget/TextView;.getAutoSizeStepGranularity ()I
03-05 23:04:50.324 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0197
03-05 23:04:50.324 I/dalvikvm(28566): Could not find method android.text.StaticLayout$Builder.obtain, referenced from method android.support.v7.widget.AppCompatTextViewAutoSizeHelper.createStaticLayoutForMeasuring
03-05 23:04:50.324 W/dalvikvm(28566): VFY: unable to resolve static method 17613: Landroid/text/StaticLayout$Builder;.obtain (Ljava/lang/CharSequence;IILandroid/text/TextPaint;I)Landroid/text/StaticLayout$Builder;
03-05 23:04:50.324 D/dalvikvm(28566): VFY: replacing opcode 0x71 at 0x0013
03-05 23:04:50.324 I/dalvikvm(28566): Could not find method android.content.Context.getColorStateList, referenced from method android.support.v7.content.res.AppCompatResources.getColorStateList
03-05 23:04:50.324 W/dalvikvm(28566): VFY: unable to resolve virtual method 526: Landroid/content/Context;.getColorStateList (I)Landroid/content/res/ColorStateList;
03-05 23:04:50.324 D/dalvikvm(28566): VFY: replacing opcode 0x6e at 0x0006
03-05 23:04:50.334 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x5d666828] -> Xamarin.Android.Support.Compat[0x5ca7de90]: 4
03-05 23:04:50.354 D/Mono    (28566): DllImport searching in: '__Internal' ('(null)').
03-05 23:04:50.354 D/Mono    (28566): Searching for 'java_interop_jnienv_new_local_ref'.
03-05 23:04:50.354 D/Mono    (28566): Probing 'java_interop_jnienv_new_local_ref'.
03-05 23:04:50.354 D/Mono    (28566): Found as 'java_interop_jnienv_new_local_ref'.
03-05 23:04:50.414 D/dalvikvm(28566): GC_EXPLICIT freed 256K, 57% free 7891K/18180K, paused 2ms+2ms, total 32ms
03-05 23:04:50.414 D/Mono    (28566): GC_TAR_BRIDGE bridges 6 objects 8 opaque 0 colors 5 colors-bridged 5 colors-visible 5 xref 2 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.15ms scc-setup 0.15ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.03ms
03-05 23:04:50.414 D/Mono    (28566): GC_BRIDGE: Complete, was running for 32.47ms
03-05 23:04:50.414 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 151K
03-05 23:04:50.414 D/Mono    (28566): GC_MAJOR: (user request) time 4.88ms, stw 5.19ms los size: 1024K in use: 8K
03-05 23:04:50.454 D/dalvikvm(28566): GC_EXPLICIT freed 6K, 57% free 7891K/18180K, paused 2ms+3ms, total 24ms
03-05 23:04:50.454 D/Mono    (28566): GC_TAR_BRIDGE bridges 8 objects 10 opaque 0 colors 7 colors-bridged 7 colors-visible 7 xref 3 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.00ms scc-setup 0.06ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.03ms
03-05 23:04:50.454 D/Mono    (28566): GC_BRIDGE: Complete, was running for 24.69ms
03-05 23:04:50.454 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 53K
03-05 23:04:50.454 D/Mono    (28566): GC_MAJOR: (user request) time 2.75ms, stw 2.96ms los size: 1024K in use: 8K
03-05 23:04:50.484 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7894K/18180K, paused 2ms+3ms, total 24ms
03-05 23:04:50.484 D/Mono    (28566): GC_TAR_BRIDGE bridges 8 objects 11 opaque 0 colors 7 colors-bridged 7 colors-visible 7 xref 3 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.03ms scc-setup 0.03ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.03ms
03-05 23:04:50.484 D/Mono    (28566): GC_BRIDGE: Complete, was running for 24.20ms
03-05 23:04:50.484 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 54K
03-05 23:04:50.484 D/Mono    (28566): GC_MAJOR: (user request) time 2.75ms, stw 2.93ms los size: 1024K in use: 8K
03-05 23:04:50.525 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7897K/18180K, paused 2ms+3ms, total 25ms
03-05 23:04:50.525 D/Mono    (28566): GC_TAR_BRIDGE bridges 10 objects 13 opaque 0 colors 9 colors-bridged 9 colors-visible 9 xref 4 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.03ms scc-setup 0.06ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:50.525 D/Mono    (28566): GC_BRIDGE: Complete, was running for 26.49ms
03-05 23:04:50.525 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 55K
03-05 23:04:50.525 D/Mono    (28566): GC_MAJOR: (user request) time 2.69ms, stw 2.90ms los size: 1024K in use: 8K
03-05 23:04:50.555 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7899K/18180K, paused 2ms+3ms, total 24ms
03-05 23:04:50.555 D/Mono    (28566): GC_TAR_BRIDGE bridges 12 objects 15 opaque 0 colors 11 colors-bridged 11 colors-visible 11 xref 5 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.03ms scc-setup 0.06ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:50.555 D/Mono    (28566): GC_BRIDGE: Complete, was running for 24.39ms
03-05 23:04:50.555 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 54K
03-05 23:04:50.555 D/Mono    (28566): GC_MAJOR: (user request) time 2.84ms, stw 3.02ms los size: 1024K in use: 8K
03-05 23:04:50.585 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7902K/18180K, paused 1ms+2ms, total 23ms
03-05 23:04:50.585 D/Mono    (28566): GC_TAR_BRIDGE bridges 14 objects 17 opaque 0 colors 13 colors-bridged 13 colors-visible 13 xref 6 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.03ms scc-setup 0.06ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.03ms
03-05 23:04:50.585 D/Mono    (28566): GC_BRIDGE: Complete, was running for 24.20ms
03-05 23:04:50.585 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 55K
03-05 23:04:50.585 D/Mono    (28566): GC_MAJOR: (user request) time 2.96ms, stw 3.14ms los size: 1024K in use: 8K
03-05 23:04:50.615 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7905K/18180K, paused 2ms+2ms, total 23ms
03-05 23:04:50.615 D/Mono    (28566): GC_TAR_BRIDGE bridges 16 objects 19 opaque 0 colors 15 colors-bridged 15 colors-visible 15 xref 7 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.03ms scc-setup 0.03ms gather-xref 0.03ms xref-setup 0.00ms cleanup 0.03ms
03-05 23:04:50.615 D/Mono    (28566): GC_BRIDGE: Complete, was running for 24.14ms
03-05 23:04:50.615 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 55K
03-05 23:04:50.615 D/Mono    (28566): GC_MAJOR: (user request) time 2.84ms, stw 3.02ms los size: 1024K in use: 8K
03-05 23:04:50.655 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7907K/18180K, paused 1ms+3ms, total 22ms
03-05 23:04:50.655 D/Mono    (28566): GC_TAR_BRIDGE bridges 18 objects 21 opaque 0 colors 17 colors-bridged 17 colors-visible 17 xref 8 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.03ms scc-setup 0.06ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:50.655 D/Mono    (28566): GC_BRIDGE: Complete, was running for 24.08ms
03-05 23:04:50.655 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 55K
03-05 23:04:50.655 D/Mono    (28566): GC_MAJOR: (user request) time 2.62ms, stw 2.84ms los size: 1024K in use: 8K
03-05 23:04:50.685 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7910K/18180K, paused 1ms+2ms, total 23ms
03-05 23:04:50.685 D/Mono    (28566): GC_TAR_BRIDGE bridges 20 objects 23 opaque 0 colors 19 colors-bridged 19 colors-visible 19 xref 9 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.06ms scc-setup 0.06ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:50.685 D/Mono    (28566): GC_BRIDGE: Complete, was running for 24.72ms
03-05 23:04:50.685 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 56K
03-05 23:04:50.685 D/Mono    (28566): GC_MAJOR: (user request) time 2.84ms, stw 3.05ms los size: 1024K in use: 8K
03-05 23:04:50.715 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7913K/18180K, paused 2ms+3ms, total 24ms
03-05 23:04:50.715 D/Mono    (28566): GC_TAR_BRIDGE bridges 22 objects 25 opaque 0 colors 21 colors-bridged 21 colors-visible 21 xref 10 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.06ms scc-setup 0.06ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:50.715 D/Mono    (28566): GC_BRIDGE: Complete, was running for 24.72ms
03-05 23:04:50.715 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 56K
03-05 23:04:50.715 D/Mono    (28566): GC_MAJOR: (user request) time 2.90ms, stw 3.11ms los size: 1024K in use: 8K
03-05 23:04:50.745 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7915K/18180K, paused 2ms+3ms, total 23ms
03-05 23:04:50.745 D/Mono    (28566): GC_TAR_BRIDGE bridges 24 objects 27 opaque 0 colors 23 colors-bridged 23 colors-visible 23 xref 11 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.03ms scc-setup 0.06ms gather-xref 0.00ms xref-setup 0.03ms cleanup 0.06ms
03-05 23:04:50.745 D/Mono    (28566): GC_BRIDGE: Complete, was running for 24.97ms
03-05 23:04:50.745 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 56K
03-05 23:04:50.745 D/Mono    (28566): GC_MAJOR: (user request) time 2.87ms, stw 3.11ms los size: 1024K in use: 8K
03-05 23:04:50.785 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7918K/18180K, paused 2ms+2ms, total 23ms
03-05 23:04:50.785 D/Mono    (28566): GC_TAR_BRIDGE bridges 26 objects 29 opaque 0 colors 25 colors-bridged 25 colors-visible 25 xref 12 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.03ms scc-setup 0.37ms gather-xref 0.00ms xref-setup 0.03ms cleanup 0.06ms
03-05 23:04:50.785 D/Mono    (28566): GC_BRIDGE: Complete, was running for 25.18ms
03-05 23:04:50.785 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 56K
03-05 23:04:50.785 D/Mono    (28566): GC_MAJOR: (user request) time 8.67ms, stw 8.85ms los size: 1024K in use: 8K
03-05 23:04:50.825 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7921K/18180K, paused 2ms+2ms, total 24ms
03-05 23:04:50.825 D/Mono    (28566): GC_TAR_BRIDGE bridges 28 objects 31 opaque 0 colors 27 colors-bridged 27 colors-visible 27 xref 13 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.06ms scc-setup 0.06ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.03ms
03-05 23:04:50.825 D/Mono    (28566): GC_BRIDGE: Complete, was running for 25.18ms
03-05 23:04:50.825 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 57K
03-05 23:04:50.825 D/Mono    (28566): GC_MAJOR: (user request) time 2.93ms, stw 3.11ms los size: 1024K in use: 8K
03-05 23:04:50.895 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7923K/18180K, paused 12ms+5ms, total 60ms
03-05 23:04:50.895 D/Mono    (28566): GC_TAR_BRIDGE bridges 30 objects 33 opaque 0 colors 29 colors-bridged 29 colors-visible 29 xref 14 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.06ms scc-setup 0.12ms gather-xref 0.03ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:50.895 D/Mono    (28566): GC_BRIDGE: Complete, was running for 63.88ms
03-05 23:04:50.895 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 60K
03-05 23:04:50.895 D/Mono    (28566): GC_MAJOR: (user request) time 2.81ms, stw 3.11ms los size: 1024K in use: 8K
03-05 23:04:50.935 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7926K/18180K, paused 3ms+4ms, total 33ms
03-05 23:04:50.945 D/Mono    (28566): GC_TAR_BRIDGE bridges 32 objects 35 opaque 0 colors 31 colors-bridged 31 colors-visible 31 xref 15 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.09ms tarjan 0.09ms scc-setup 0.03ms gather-xref 0.00ms xref-setup 0.03ms cleanup 0.06ms
03-05 23:04:50.945 D/Mono    (28566): GC_BRIDGE: Complete, was running for 35.89ms
03-05 23:04:50.945 D/Mono    (28566): GC_MAJOR: (user request) time 2.29ms, stw 2.78ms los size: 1024K in use: 8K
03-05 23:04:50.945 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 58K
03-05 23:04:50.985 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7929K/18180K, paused 3ms+3ms, total 33ms
03-05 23:04:50.985 D/Mono    (28566): GC_TAR_BRIDGE bridges 34 objects 37 opaque 0 colors 33 colors-bridged 33 colors-visible 33 xref 16 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.09ms tarjan 0.06ms scc-setup 0.03ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:50.985 D/Mono    (28566): GC_BRIDGE: Complete, was running for 35.59ms
03-05 23:04:50.985 D/Mono    (28566): GC_MAJOR: (user request) time 1.98ms, stw 2.53ms los size: 1024K in use: 8K
03-05 23:04:50.985 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 59K
03-05 23:04:51.025 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7931K/18180K, paused 2ms+4ms, total 27ms
03-05 23:04:51.025 D/Mono    (28566): GC_TAR_BRIDGE bridges 36 objects 39 opaque 0 colors 35 colors-bridged 35 colors-visible 35 xref 17 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.06ms scc-setup 0.06ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:51.025 D/Mono    (28566): GC_BRIDGE: Complete, was running for 29.24ms
03-05 23:04:51.025 D/Mono    (28566): GC_MAJOR: (user request) time 1.83ms, stw 3.78ms los size: 1024K in use: 8K
03-05 23:04:51.025 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 59K
03-05 23:04:51.055 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7934K/18180K, paused 2ms+3ms, total 26ms
03-05 23:04:51.065 D/Mono    (28566): GC_TAR_BRIDGE bridges 38 objects 41 opaque 0 colors 37 colors-bridged 37 colors-visible 37 xref 18 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.06ms scc-setup 0.06ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.09ms
03-05 23:04:51.065 D/Mono    (28566): GC_BRIDGE: Complete, was running for 27.68ms
03-05 23:04:51.065 D/Mono    (28566): GC_MAJOR: (user request) time 1.98ms, stw 3.78ms los size: 1024K in use: 8K
03-05 23:04:51.065 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 59K
03-05 23:04:51.135 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7937K/18180K, paused 6ms+4ms, total 60ms
03-05 23:04:51.135 D/Mono    (28566): GC_TAR_BRIDGE bridges 40 objects 43 opaque 0 colors 39 colors-bridged 39 colors-visible 39 xref 19 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.09ms scc-setup 0.06ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:51.135 D/Mono    (28566): GC_BRIDGE: Complete, was running for 63.24ms
03-05 23:04:51.135 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 60K
03-05 23:04:51.135 D/Mono    (28566): GC_MAJOR: (user request) time 3.36ms, stw 3.82ms los size: 1024K in use: 8K
03-05 23:04:51.185 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7939K/18180K, paused 2ms+3ms, total 34ms
03-05 23:04:51.185 D/Mono    (28566): GC_TAR_BRIDGE bridges 42 objects 45 opaque 0 colors 41 colors-bridged 41 colors-visible 41 xref 20 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.09ms tarjan 0.12ms scc-setup 0.12ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:51.185 D/Mono    (28566): GC_BRIDGE: Complete, was running for 36.96ms
03-05 23:04:51.185 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 60K
03-05 23:04:51.185 D/Mono    (28566): GC_MAJOR: (user request) time 5.46ms, stw 5.80ms los size: 1024K in use: 8K
03-05 23:04:51.225 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7942K/18180K, paused 2ms+3ms, total 28ms
03-05 23:04:51.225 D/Mono    (28566): GC_TAR_BRIDGE bridges 44 objects 47 opaque 0 colors 43 colors-bridged 43 colors-visible 43 xref 21 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.09ms scc-setup 0.09ms gather-xref 0.00ms xref-setup 0.03ms cleanup 0.06ms
03-05 23:04:51.225 D/Mono    (28566): GC_BRIDGE: Complete, was running for 30.46ms
03-05 23:04:51.225 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 60K
03-05 23:04:51.225 D/Mono    (28566): GC_MAJOR: (user request) time 3.27ms, stw 3.51ms los size: 1024K in use: 8K
03-05 23:04:51.255 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7945K/18180K, paused 2ms+3ms, total 26ms
03-05 23:04:51.265 D/Mono    (28566): GC_TAR_BRIDGE bridges 46 objects 49 opaque 0 colors 45 colors-bridged 45 colors-visible 45 xref 22 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.09ms scc-setup 0.09ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.12ms
03-05 23:04:51.265 D/Mono    (28566): GC_BRIDGE: Complete, was running for 28.93ms
03-05 23:04:51.265 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 61K
03-05 23:04:51.265 D/Mono    (28566): GC_MAJOR: (user request) time 3.14ms, stw 3.33ms los size: 1024K in use: 8K
03-05 23:04:51.295 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7947K/18180K, paused 2ms+2ms, total 25ms
03-05 23:04:51.295 D/Mono    (28566): GC_TAR_BRIDGE bridges 48 objects 51 opaque 0 colors 47 colors-bridged 47 colors-visible 47 xref 23 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.09ms tarjan 0.09ms scc-setup 0.09ms gather-xref 0.03ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:51.295 D/Mono    (28566): GC_BRIDGE: Complete, was running for 27.83ms
03-05 23:04:51.295 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 61K
03-05 23:04:51.295 D/Mono    (28566): GC_MAJOR: (user request) time 3.30ms, stw 3.51ms los size: 1024K in use: 8K
03-05 23:04:51.335 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7950K/18180K, paused 2ms+3ms, total 25ms
03-05 23:04:51.335 D/Mono    (28566): GC_TAR_BRIDGE bridges 50 objects 53 opaque 0 colors 49 colors-bridged 49 colors-visible 49 xref 24 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.09ms scc-setup 0.09ms gather-xref 0.00ms xref-setup 0.03ms cleanup 0.06ms
03-05 23:04:51.335 D/Mono    (28566): GC_BRIDGE: Complete, was running for 27.35ms
03-05 23:04:51.335 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 61K
03-05 23:04:51.335 D/Mono    (28566): GC_MAJOR: (user request) time 3.17ms, stw 3.39ms los size: 1024K in use: 8K
03-05 23:04:51.365 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7952K/18180K, paused 2ms+3ms, total 25ms
03-05 23:04:51.365 D/Mono    (28566): GC_TAR_BRIDGE bridges 52 objects 55 opaque 0 colors 51 colors-bridged 51 colors-visible 51 xref 25 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.03ms tarjan 0.09ms scc-setup 0.09ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:51.365 D/Mono    (28566): GC_BRIDGE: Complete, was running for 26.95ms
03-05 23:04:51.365 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 62K
03-05 23:04:51.365 D/Mono    (28566): GC_MAJOR: (user request) time 3.05ms, stw 3.30ms los size: 1024K in use: 8K
03-05 23:04:51.405 D/dalvikvm(28566): GC_EXPLICIT freed 1K, 57% free 7955K/18180K, paused 1ms+2ms, total 23ms
03-05 23:04:51.405 D/Mono    (28566): GC_TAR_BRIDGE bridges 54 objects 57 opaque 0 colors 53 colors-bridged 53 colors-visible 53 xref 26 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.06ms tarjan 0.06ms scc-setup 0.09ms gather-xref 0.00ms xref-setup 0.00ms cleanup 0.06ms
03-05 23:04:51.405 D/Mono    (28566): GC_BRIDGE: Complete, was running for 26.28ms
03-05 23:04:51.405 D/Mono    (28566): GC_MAJOR_SWEEP: major size: 768K in use: 62K
03-05 23:04:51.405 D/Mono    (28566): GC_MAJOR: (user request) time 2.93ms, stw 3.17ms los size: 1024K in use: 8K
Exception:

System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Android.Views.GestureDetector'.

03-05 23:04:54.158 D/Mono    (28566): Image addref System.Runtime.Serialization[0x66f2e2c8] -> System.Runtime.Serialization.dll[0x67fe9888]: 2
03-05 23:04:54.158 D/Mono    (28566): Prepared to set up assembly 'System.Runtime.Serialization' (System.Runtime.Serialization.dll)
03-05 23:04:54.158 D/Mono    (28566): Assembly System.Runtime.Serialization[0x66f2e2c8] added to domain RootDomain, ref_count=1
03-05 23:04:54.168 D/Mono    (28566): AOT: image 'System.Runtime.Serialization.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Runtime.Serialization.dll.so" not found
03-05 23:04:54.168 D/Mono    (28566): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Runtime.Serialization.dll.so' not found: dlopen failed: library "/data/app-lib/PewBibleKjv.PewBibleKjv-49/libaot-System.Runtime.Serialization.dll.so" not found
03-05 23:04:54.178 D/Mono    (28566): Config attempting to parse: 'System.Runtime.Serialization.dll.config'.
03-05 23:04:54.178 D/Mono    (28566): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.Serialization/System.Runtime.Serialization.config'.
03-05 23:04:54.178 D/Mono    (28566): Assembly Ref addref Mono.Android[0x654fb350] -> System.Runtime.Serialization[0x66f2e2c8]: 2
03-05 23:04:54.178 D/Mono    (28566): Assembly Ref addref System.Runtime.Serialization[0x66f2e2c8] -> mscorlib[0x5c943228]: 28
Loaded assembly: System.Runtime.Serialization.dll [External]
03-05 23:04:54.259 D/Mono    (28566): Assembly Ref addref Xamarin.Android.Support.v7.RecyclerView[0x5d667718] -> Xamarin.Android.Support.Core.UI[0x5d58cbd0]: 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions