Closed
Description
Steps to Reproduce
- Add a RadioButton or AppCompatRadioButton to layout
- Find it in AppCompatActivity
- try to access ButtonDrawable property
Expected Behavior
return the drawable
Actual Behavior
throws Java.Lang.NoSuchMethodError: no method with name='getButtonDrawable' signature='()Landroid/graphics/drawable/Drawable;' in class Landroid/widget/RadioButton;
Version Information
Xamarin.Android 8.1.3.0
Log File
Click to expand
Android application is debugging.
Warning: In environment variable `MONO_GC_PARAMS':
Unknown option `MONO_GC_PARAMS=soft-heap-limit=64m`. - Ignoring.
MONO_GC_PARAMS must be a comma-delimited list of one or more of the following:
max-heap-size=N (where N is an integer, possibly with a k, m or a g suffix)
soft-heap-limit=n (where N is an integer, possibly with a k, m or a g suffix)
nursery-size=N (where N is an integer, possibly with a k, m or a g suffix)
major=COLLECTOR (where COLLECTOR is `marksweep', `marksweep-conc', `marksweep-par')
minor=COLLECTOR (where COLLECTOR is `simple' or `split')
wbarrier=WBARRIER (where WBARRIER is `remset' or `cardtable')
[no-]cementing
[no-]dynamic-nursery
evacuation-threshold=P (where P is a percentage, an integer in 0-100)
(no-)lazy-sweep
(no-)concurrent-sweep
stack-mark=MARK-METHOD (where MARK-METHOD is 'precise' or 'conservative')
Experimental options:
save-target-ratio=R (where R must be between 0.10 - 2.00).
default-allowance-ratio=R (where R must be between 1.00 - 10.00).
Loaded assembly: NPACC.dll
Loaded assembly: Google.Apis.Core.dll [External]
Loaded assembly: Google.Apis.dll [External]
Loaded assembly: Newtonsoft.Json.dll [External]
Loaded assembly: RoundedImageView.dll [External]
Loaded assembly: Square.OkHttp.dll [External]
Loaded assembly: Square.OkIO.dll [External]
Loaded assembly: Square.Picasso.dll [External]
Loaded assembly: Xamarin.Android.Arch.Core.Common.dll [External]
Loaded assembly: Xamarin.Android.Arch.Lifecycle.Common.dll [External]
Loaded assembly: Xamarin.Android.Arch.Lifecycle.Runtime.dll [External]
Loaded assembly: Xamarin.Android.Support.Animated.Vector.Drawable.dll [External]
Loaded assembly: Xamarin.Android.Support.Annotations.dll [External]
Loaded assembly: Xamarin.Android.Support.Compat.dll [External]
Loaded assembly: Xamarin.Android.Support.Constraint.Layout.dll [External]
Loaded assembly: Xamarin.Android.Support.Constraint.Layout.Solver.dll [External]
Loaded assembly: Xamarin.Android.Support.Core.UI.dll [External]
Loaded assembly: Xamarin.Android.Support.Core.Utils.dll [External]
Loaded assembly: Xamarin.Android.Support.Design.dll [External]
Loaded assembly: Xamarin.Android.Support.Fragment.dll [External]
Loaded assembly: Xamarin.Android.Support.Media.Compat.dll [External]
Loaded assembly: Xamarin.Android.Support.Transition.dll [External]
Loaded assembly: Xamarin.Android.Support.v4.dll [External]
Loaded assembly: Xamarin.Android.Support.v7.AppCompat.dll [External]
Loaded assembly: Xamarin.Android.Support.v7.CardView.dll [External]
Loaded assembly: Xamarin.Android.Support.v7.RecyclerView.dll [External]
Loaded assembly: Xamarin.Android.Support.Vector.Drawable.dll [External]
Loaded assembly: Xamarin.Bindings.CircleImageView.dll [External]
Loaded assembly: Xamarin.GooglePlayServices.Base.dll [External]
Loaded assembly: Xamarin.GooglePlayServices.Basement.dll [External]
Loaded assembly: Xamarin.GooglePlayServices.Maps.dll [External]
Loaded assembly: Xamarin.GooglePlayServices.Tasks.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]
01-24 13:30:00.121 D/dalvikvm(27679): Late-enabling CheckJNI
01-24 13:30:00.171 I/MultiDex(27679): VM with version 1.6.0 does not have multidex support
01-24 13:30:00.171 I/MultiDex(27679): install
01-24 13:30:00.171 I/MultiDex(27679): MultiDexExtractor.load(/data/app/npacc.npacc-2.apk, false)
01-24 13:30:00.211 I/MultiDex(27679): Detected that extraction must be performed.
01-24 13:30:00.271 I/MultiDex(27679): load found 0 secondary dex files
01-24 13:30:00.271 I/MultiDex(27679): install done
01-24 13:30:00.271 D/dalvikvm(27679): Trying to load lib /data/app-lib/npacc.npacc-2/libmonodroid.so 0x41870330
01-24 13:30:00.271 D/dalvikvm(27679): Added shared lib /data/app-lib/npacc.npacc-2/libmonodroid.so 0x41870330
01-24 13:30:00.321 W/monodroid(27679): Creating public update directory: `/data/data/npacc.npacc/files/.__override__`
01-24 13:30:00.321 W/monodroid(27679): Using override path: /data/data/npacc.npacc/files/.__override__
01-24 13:30:00.331 W/monodroid(27679): Trying to load sgen from: /data/data/npacc.npacc/files/.__override__/libmonosgen-2.0.so
01-24 13:30:00.331 W/monodroid(27679): Trying to load sgen from: /storage/emulated/0/Android/data/npacc.npacc/files/.__override__/libmonosgen-2.0.so
01-24 13:30:00.331 W/monodroid(27679): Trying to load sgen from: /storage/emulated/0/../legacy/Android/data/npacc.npacc/files/.__override__/libmonosgen-2.0.so
01-24 13:30:00.331 W/monodroid(27679): Trying to load sgen from: /data/app-lib/npacc.npacc-2/libmonosgen-2.0.so
01-24 13:30:00.331 W/monodroid(27679): Trying to load sgen from: /data/data/npacc.npacc/files/.__override__/links/libmonosgen-2.0.so
01-24 13:30:00.331 W/monodroid-debug(27679): Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:29300,server=y,embedding=1
01-24 13:30:00.361 W/monodroid-debug(27679): Accepted stdout connection: 44
01-24 13:30:01.141 D/Mono (27679): Image addref mscorlib[0x5d8f03e8] -> mscorlib.dll[0x5d8ef640]: 2
01-24 13:30:01.151 D/Mono (27679): Prepared to set up assembly 'mscorlib' (mscorlib.dll)
01-24 13:30:01.151 D/Mono (27679): AOT: image 'mscorlib.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-mscorlib.dll.so" not found
01-24 13:30:01.151 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/mscorlib.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-mscorlib.dll.so" not found
01-24 13:30:01.151 D/Mono (27679): Config attempting to parse: 'mscorlib.dll.config'.
01-24 13:30:01.151 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/mscorlib/mscorlib.config'.
01-24 13:30:01.201 D/Mono (27679): Assembly mscorlib[0x5d8f03e8] added to domain RootDomain, ref_count=1
01-24 13:30:01.241 D/Mono (27679): Image addref NPACC[0x63f3f440] -> NPACC.dll[0x63f3e7b8]: 2
01-24 13:30:01.241 D/Mono (27679): Prepared to set up assembly 'NPACC' (NPACC.dll)
01-24 13:30:01.241 D/Mono (27679): Assembly NPACC[0x63f3f440] added to domain RootDomain, ref_count=1
01-24 13:30:01.241 D/Mono (27679): AOT: image 'NPACC.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-NPACC.dll.so" not found
01-24 13:30:01.241 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/NPACC.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-NPACC.dll.so" not found
01-24 13:30:01.241 D/Mono (27679): Config attempting to parse: 'NPACC.dll.config'.
01-24 13:30:01.241 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/NPACC/NPACC.config'.
01-24 13:30:01.241 D/Mono (27679): Image addref Google.Apis.Core[0x63fa6620] -> Google.Apis.Core.dll[0x63f3fa18]: 2
01-24 13:30:01.241 D/Mono (27679): Prepared to set up assembly 'Google.Apis.Core' (Google.Apis.Core.dll)
01-24 13:30:01.241 D/Mono (27679): Assembly Google.Apis.Core[0x63fa6620] added to domain RootDomain, ref_count=1
01-24 13:30:01.251 D/Mono (27679): AOT: image 'Google.Apis.Core.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Google.Apis.Core.dll.so" not found
01-24 13:30:01.251 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Google.Apis.Core.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Google.Apis.Core.dll.so" not found
01-24 13:30:01.251 D/Mono (27679): Config attempting to parse: 'Google.Apis.Core.dll.config'.
01-24 13:30:01.251 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Google.Apis.Core/Google.Apis.Core.config'.
01-24 13:30:01.251 D/Mono (27679): Image addref Google.Apis[0x63fa7458] -> Google.Apis.dll[0x63fa66f8]: 2
01-24 13:30:01.251 D/Mono (27679): Prepared to set up assembly 'Google.Apis' (Google.Apis.dll)
01-24 13:30:01.251 D/Mono (27679): Assembly Google.Apis[0x63fa7458] added to domain RootDomain, ref_count=1
01-24 13:30:01.251 D/Mono (27679): AOT: image 'Google.Apis.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Google.Apis.dll.so" not found
01-24 13:30:01.251 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Google.Apis.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Google.Apis.dll.so" not found
01-24 13:30:01.251 D/Mono (27679): Config attempting to parse: 'Google.Apis.dll.config'.
01-24 13:30:01.251 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Google.Apis/Google.Apis.config'.
01-24 13:30:01.251 D/Mono (27679): Image addref Newtonsoft.Json[0x63fa8290] -> Newtonsoft.Json.dll[0x63fa7540]: 2
01-24 13:30:01.251 D/Mono (27679): Prepared to set up assembly 'Newtonsoft.Json' (Newtonsoft.Json.dll)
01-24 13:30:01.251 D/Mono (27679): Assembly Newtonsoft.Json[0x63fa8290] added to domain RootDomain, ref_count=1
01-24 13:30:01.251 D/Mono (27679): AOT: image 'Newtonsoft.Json.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Newtonsoft.Json.dll.so" not found
01-24 13:30:01.251 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Newtonsoft.Json.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Newtonsoft.Json.dll.so" not found
01-24 13:30:01.251 D/Mono (27679): Config attempting to parse: 'Newtonsoft.Json.dll.config'.
01-24 13:30:01.251 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Newtonsoft.Json/Newtonsoft.Json.config'.
01-24 13:30:01.251 D/Mono (27679): Image addref RoundedImageView[0x63fa90e0] -> RoundedImageView.dll[0x63fa8390]: 2
01-24 13:30:01.251 D/Mono (27679): Prepared to set up assembly 'RoundedImageView' (RoundedImageView.dll)
01-24 13:30:01.251 D/Mono (27679): Assembly RoundedImageView[0x63fa90e0] added to domain RootDomain, ref_count=1
01-24 13:30:01.251 D/Mono (27679): AOT: image 'RoundedImageView.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-RoundedImageView.dll.so" not found
01-24 13:30:01.251 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/RoundedImageView.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-RoundedImageView.dll.so" not found
01-24 13:30:01.251 D/Mono (27679): Config attempting to parse: 'RoundedImageView.dll.config'.
01-24 13:30:01.251 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/RoundedImageView/RoundedImageView.config'.
01-24 13:30:01.251 D/Mono (27679): Image addref Square.OkHttp[0x63fa9f20] -> Square.OkHttp.dll[0x63fa91d0]: 2
01-24 13:30:01.251 D/Mono (27679): Prepared to set up assembly 'Square.OkHttp' (Square.OkHttp.dll)
01-24 13:30:01.251 D/Mono (27679): Assembly Square.OkHttp[0x63fa9f20] added to domain RootDomain, ref_count=1
01-24 13:30:01.251 D/Mono (27679): AOT: image 'Square.OkHttp.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Square.OkHttp.dll.so" not found
01-24 13:30:01.251 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Square.OkHttp.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Square.OkHttp.dll.so" not found
01-24 13:30:01.251 D/Mono (27679): Config attempting to parse: 'Square.OkHttp.dll.config'.
01-24 13:30:01.251 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Square.OkHttp/Square.OkHttp.config'.
01-24 13:30:01.251 D/Mono (27679): Image addref Square.OkIO[0x63faad50] -> Square.OkIO.dll[0x63faa020]: 2
01-24 13:30:01.251 D/Mono (27679): Prepared to set up assembly 'Square.OkIO' (Square.OkIO.dll)
01-24 13:30:01.251 D/Mono (27679): Assembly Square.OkIO[0x63faad50] added to domain RootDomain, ref_count=1
01-24 13:30:01.261 D/Mono (27679): AOT: image 'Square.OkIO.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Square.OkIO.dll.so" not found
01-24 13:30:01.261 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Square.OkIO.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Square.OkIO.dll.so" not found
01-24 13:30:01.261 D/Mono (27679): Config attempting to parse: 'Square.OkIO.dll.config'.
01-24 13:30:01.261 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Square.OkIO/Square.OkIO.config'.
01-24 13:30:01.261 D/Mono (27679): Image addref Square.Picasso[0x63fabb90] -> Square.Picasso.dll[0x63faae60]: 2
01-24 13:30:01.261 D/Mono (27679): Prepared to set up assembly 'Square.Picasso' (Square.Picasso.dll)
01-24 13:30:01.261 D/Mono (27679): Assembly Square.Picasso[0x63fabb90] added to domain RootDomain, ref_count=1
01-24 13:30:01.261 D/Mono (27679): AOT: image 'Square.Picasso.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Square.Picasso.dll.so" not found
01-24 13:30:01.261 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Square.Picasso.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Square.Picasso.dll.so" not found
01-24 13:30:01.261 D/Mono (27679): Config attempting to parse: 'Square.Picasso.dll.config'.
01-24 13:30:01.261 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Square.Picasso/Square.Picasso.config'.
01-24 13:30:01.261 D/Mono (27679): Image addref Xamarin.Android.Arch.Core.Common[0x63faca10] -> Xamarin.Android.Arch.Core.Common.dll[0x63fabd10]: 2
01-24 13:30:01.261 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Arch.Core.Common' (Xamarin.Android.Arch.Core.Common.dll)
01-24 13:30:01.261 D/Mono (27679): Assembly Xamarin.Android.Arch.Core.Common[0x63faca10] added to domain RootDomain, ref_count=1
01-24 13:30:01.261 D/Mono (27679): AOT: image 'Xamarin.Android.Arch.Core.Common.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Arch.Core.Common.dll.so" not found
01-24 13:30:01.261 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Arch.Core.Common.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Arch.Core.Common.dll.so" not found
01-24 13:30:01.261 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Arch.Core.Common.dll.config'.
01-24 13:30:01.261 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Arch.Core.Common/Xamarin.Android.Arch.Core.Common.config'.
01-24 13:30:01.261 D/Mono (27679): Image addref Xamarin.Android.Arch.Lifecycle.Common[0x63fad870] -> Xamarin.Android.Arch.Lifecycle.Common.dll[0x63facb40]: 2
01-24 13:30:01.261 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Arch.Lifecycle.Common' (Xamarin.Android.Arch.Lifecycle.Common.dll)
01-24 13:30:01.261 D/Mono (27679): Assembly Xamarin.Android.Arch.Lifecycle.Common[0x63fad870] added to domain RootDomain, ref_count=1
01-24 13:30:01.261 D/Mono (27679): AOT: image 'Xamarin.Android.Arch.Lifecycle.Common.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Arch.Lifecycle.Common.dll.so" not found
01-24 13:30:01.261 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Arch.Lifecycle.Common.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Arch.Lifecycle.Common.dll.so" not found
01-24 13:30:01.261 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Arch.Lifecycle.Common.dll.config'.
01-24 13:30:01.261 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Arch.Lifecycle.Common/Xamarin.Android.Arch.Lifecycle.Common.config'.
01-24 13:30:01.261 D/Mono (27679): Image addref Xamarin.Android.Arch.Lifecycle.Runtime[0x63fae6b0] -> Xamarin.Android.Arch.Lifecycle.Runtime.dll[0x63fad9b0]: 2
01-24 13:30:01.261 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Arch.Lifecycle.Runtime' (Xamarin.Android.Arch.Lifecycle.Runtime.dll)
01-24 13:30:01.261 D/Mono (27679): Assembly Xamarin.Android.Arch.Lifecycle.Runtime[0x63fae6b0] added to domain RootDomain, ref_count=1
01-24 13:30:01.261 D/Mono (27679): AOT: image 'Xamarin.Android.Arch.Lifecycle.Runtime.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Arch.Lifecycle.Runtime.dll.so" not found
01-24 13:30:01.261 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Arch.Lifecycle.Runtime.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Arch.Lifecycle.Runtime.dll.so" not found
01-24 13:30:01.261 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Arch.Lifecycle.Runtime.dll.config'.
01-24 13:30:01.261 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Arch.Lifecycle.Runtime/Xamarin.Android.Arch.Lifecycle.Runtime.config'.
01-24 13:30:01.271 D/Mono (27679): Image addref Xamarin.Android.Support.Animated.Vector.Drawable[0x63faf530] -> Xamarin.Android.Support.Animated.Vector.Drawable.dll[0x63fae840]: 2
01-24 13:30:01.271 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.Animated.Vector.Drawable' (Xamarin.Android.Support.Animated.Vector.Drawable.dll)
01-24 13:30:01.271 D/Mono (27679): Assembly Xamarin.Android.Support.Animated.Vector.Drawable[0x63faf530] added to domain RootDomain, ref_count=1
01-24 13:30:01.271 D/Mono (27679): AOT: image 'Xamarin.Android.Support.Animated.Vector.Drawable.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Animated.Vector.Drawable.dll.so" not found
01-24 13:30:01.271 D/Mono (27679): 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/npacc.npacc-2/libaot-Xamarin.Android.Support.Animated.Vector.Drawable.dll.so" not found
01-24 13:30:01.271 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.Animated.Vector.Drawable.dll.config'.
01-24 13:30:01.271 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Animated.Vector.Drawable/Xamarin.Android.Support.Animated.Vector.Drawable.config'.
01-24 13:30:01.271 D/Mono (27679): Image addref Xamarin.Android.Support.Annotations[0x63fb0360] -> Xamarin.Android.Support.Annotations.dll[0x63faf690]: 2
01-24 13:30:01.271 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.Annotations' (Xamarin.Android.Support.Annotations.dll)
01-24 13:30:01.271 D/Mono (27679): Assembly Xamarin.Android.Support.Annotations[0x63fb0360] added to domain RootDomain, ref_count=1
01-24 13:30:01.271 D/Mono (27679): AOT: image 'Xamarin.Android.Support.Annotations.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Annotations.dll.so" not found
01-24 13:30:01.271 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Annotations.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Annotations.dll.so" not found
01-24 13:30:01.271 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.Annotations.dll.config'.
01-24 13:30:01.271 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Annotations/Xamarin.Android.Support.Annotations.config'.
01-24 13:30:01.271 D/Mono (27679): Image addref Xamarin.Android.Support.Compat[0x63fb11b0] -> Xamarin.Android.Support.Compat.dll[0x63fb04d0]: 2
01-24 13:30:01.271 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.Compat' (Xamarin.Android.Support.Compat.dll)
01-24 13:30:01.271 D/Mono (27679): Assembly Xamarin.Android.Support.Compat[0x63fb11b0] added to domain RootDomain, ref_count=1
01-24 13:30:01.271 D/Mono (27679): AOT: image 'Xamarin.Android.Support.Compat.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Compat.dll.so" not found
01-24 13:30:01.271 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Compat.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Compat.dll.so" not found
01-24 13:30:01.271 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.Compat.dll.config'.
01-24 13:30:01.271 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Compat/Xamarin.Android.Support.Compat.config'.
01-24 13:30:01.271 D/Mono (27679): Image addref Xamarin.Android.Support.Constraint.Layout[0x63fb2020] -> Xamarin.Android.Support.Constraint.Layout.dll[0x63fb1330]: 2
01-24 13:30:01.271 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.Constraint.Layout' (Xamarin.Android.Support.Constraint.Layout.dll)
01-24 13:30:01.271 D/Mono (27679): Assembly Xamarin.Android.Support.Constraint.Layout[0x63fb2020] added to domain RootDomain, ref_count=1
01-24 13:30:01.271 D/Mono (27679): AOT: image 'Xamarin.Android.Support.Constraint.Layout.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Constraint.Layout.dll.so" not found
01-24 13:30:01.271 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Constraint.Layout.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Constraint.Layout.dll.so" not found
01-24 13:30:01.271 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.Constraint.Layout.dll.config'.
01-24 13:30:01.271 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Constraint.Layout/Xamarin.Android.Support.Constraint.Layout.config'.
01-24 13:30:01.271 D/Mono (27679): Image addref Xamarin.Android.Support.Constraint.Layout.Solver[0x63fb2e98] -> Xamarin.Android.Support.Constraint.Layout.Solver.dll[0x63fb21f0]: 2
01-24 13:30:01.271 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.Constraint.Layout.Solver' (Xamarin.Android.Support.Constraint.Layout.Solver.dll)
01-24 13:30:01.271 D/Mono (27679): Assembly Xamarin.Android.Support.Constraint.Layout.Solver[0x63fb2e98] added to domain RootDomain, ref_count=1
01-24 13:30:01.271 D/Mono (27679): AOT: image 'Xamarin.Android.Support.Constraint.Layout.Solver.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Constraint.Layout.Solver.dll.so" not found
01-24 13:30:01.271 D/Mono (27679): 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/npacc.npacc-2/libaot-Xamarin.Android.Support.Constraint.Layout.Solver.dll.so" not found
01-24 13:30:01.271 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.Constraint.Layout.Solver.dll.config'.
01-24 13:30:01.271 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Constraint.Layout.Solver/Xamarin.Android.Support.Constraint.Layout.Solver.config'.
01-24 13:30:01.281 D/Mono (27679): Image addref Xamarin.Android.Support.Core.UI[0x63fb3cc0] -> Xamarin.Android.Support.Core.UI.dll[0x63fb3038]: 2
01-24 13:30:01.281 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.Core.UI' (Xamarin.Android.Support.Core.UI.dll)
01-24 13:30:01.281 D/Mono (27679): Assembly Xamarin.Android.Support.Core.UI[0x63fb3cc0] added to domain RootDomain, ref_count=1
01-24 13:30:01.281 D/Mono (27679): AOT: image 'Xamarin.Android.Support.Core.UI.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Core.UI.dll.so" not found
01-24 13:30:01.281 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Core.UI.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Core.UI.dll.so" not found
01-24 13:30:01.281 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.Core.UI.dll.config'.
01-24 13:30:01.281 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Core.UI/Xamarin.Android.Support.Core.UI.config'.
01-24 13:30:01.281 D/Mono (27679): Image addref Xamarin.Android.Support.Core.Utils[0x63fb4b70] -> Xamarin.Android.Support.Core.Utils.dll[0x63fb3e70]: 2
01-24 13:30:01.281 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.Core.Utils' (Xamarin.Android.Support.Core.Utils.dll)
01-24 13:30:01.281 D/Mono (27679): Assembly Xamarin.Android.Support.Core.Utils[0x63fb4b70] added to domain RootDomain, ref_count=1
01-24 13:30:01.281 D/Mono (27679): AOT: image 'Xamarin.Android.Support.Core.Utils.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Core.Utils.dll.so" not found
01-24 13:30:01.281 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Core.Utils.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Core.Utils.dll.so" not found
01-24 13:30:01.281 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.Core.Utils.dll.config'.
01-24 13:30:01.281 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Core.Utils/Xamarin.Android.Support.Core.Utils.config'.
01-24 13:30:01.281 D/Mono (27679): Image addref Xamarin.Android.Support.Design[0x63fb59b8] -> Xamarin.Android.Support.Design.dll[0x63fb4d30]: 2
01-24 13:30:01.281 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.Design' (Xamarin.Android.Support.Design.dll)
01-24 13:30:01.281 D/Mono (27679): Assembly Xamarin.Android.Support.Design[0x63fb59b8] added to domain RootDomain, ref_count=1
01-24 13:30:01.281 D/Mono (27679): AOT: image 'Xamarin.Android.Support.Design.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Design.dll.so" not found
01-24 13:30:01.281 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Design.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Design.dll.so" not found
01-24 13:30:01.281 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.Design.dll.config'.
01-24 13:30:01.281 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Design/Xamarin.Android.Support.Design.config'.
01-24 13:30:01.281 D/Mono (27679): Image addref Xamarin.Android.Support.Fragment[0x63fb6818] -> Xamarin.Android.Support.Fragment.dll[0x63fb5b88]: 2
01-24 13:30:01.281 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.Fragment' (Xamarin.Android.Support.Fragment.dll)
01-24 13:30:01.281 D/Mono (27679): Assembly Xamarin.Android.Support.Fragment[0x63fb6818] added to domain RootDomain, ref_count=1
01-24 13:30:01.281 D/Mono (27679): AOT: image 'Xamarin.Android.Support.Fragment.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Fragment.dll.so" not found
01-24 13:30:01.281 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Fragment.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Fragment.dll.so" not found
01-24 13:30:01.281 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.Fragment.dll.config'.
01-24 13:30:01.281 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Fragment/Xamarin.Android.Support.Fragment.config'.
01-24 13:30:01.281 D/Mono (27679): Image addref Xamarin.Android.Support.Media.Compat[0x63fb7670] -> Xamarin.Android.Support.Media.Compat.dll[0x63fb69f8]: 2
01-24 13:30:01.281 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.Media.Compat' (Xamarin.Android.Support.Media.Compat.dll)
01-24 13:30:01.281 D/Mono (27679): Assembly Xamarin.Android.Support.Media.Compat[0x63fb7670] added to domain RootDomain, ref_count=1
01-24 13:30:01.281 D/Mono (27679): AOT: image 'Xamarin.Android.Support.Media.Compat.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Media.Compat.dll.so" not found
01-24 13:30:01.281 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Media.Compat.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Media.Compat.dll.so" not found
01-24 13:30:01.281 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.Media.Compat.dll.config'.
01-24 13:30:01.291 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Media.Compat/Xamarin.Android.Support.Media.Compat.config'.
01-24 13:30:01.291 D/Mono (27679): Image addref Xamarin.Android.Support.Transition[0x63fb84c0] -> Xamarin.Android.Support.Transition.dll[0x63fb7860]: 2
01-24 13:30:01.291 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.Transition' (Xamarin.Android.Support.Transition.dll)
01-24 13:30:01.291 D/Mono (27679): Assembly Xamarin.Android.Support.Transition[0x63fb84c0] added to domain RootDomain, ref_count=1
01-24 13:30:01.291 D/Mono (27679): AOT: image 'Xamarin.Android.Support.Transition.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Transition.dll.so" not found
01-24 13:30:01.291 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Transition.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Transition.dll.so" not found
01-24 13:30:01.291 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.Transition.dll.config'.
01-24 13:30:01.291 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Transition/Xamarin.Android.Support.Transition.config'.
01-24 13:30:01.291 D/Mono (27679): Image addref Xamarin.Android.Support.v4[0x63fb92f0] -> Xamarin.Android.Support.v4.dll[0x63fb86c0]: 2
01-24 13:30:01.291 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.v4' (Xamarin.Android.Support.v4.dll)
01-24 13:30:01.291 D/Mono (27679): Assembly Xamarin.Android.Support.v4[0x63fb92f0] added to domain RootDomain, ref_count=1
01-24 13:30:01.291 D/Mono (27679): AOT: image 'Xamarin.Android.Support.v4.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.v4.dll.so" not found
01-24 13:30:01.291 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.v4.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.v4.dll.so" not found
01-24 13:30:01.291 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.v4.dll.config'.
Loaded assembly: System.Reflection.dll [External]01-24 13:30:01.291 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.v4/Xamarin.Android.Support.v4.config'.
01-24 13:30:01.291 D/Mono (27679): Image addref Xamarin.Android.Support.v7.AppCompat[0x63fba160] -> Xamarin.Android.Support.v7.AppCompat.dll[0x63fb9500]: 2
01-24 13:30:01.291 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.v7.AppCompat' (Xamarin.Android.Support.v7.AppCompat.dll)
01-24 13:30:01.291 D/Mono (27679): Assembly Xamarin.Android.Support.v7.AppCompat[0x63fba160] added to domain RootDomain, ref_count=1
01-24 13:30:01.291 D/Mono (27679): AOT: image 'Xamarin.Android.Support.v7.AppCompat.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.v7.AppCompat.dll.so" not found
01-24 13:30:01.291 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.v7.AppCompat.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.v7.AppCompat.dll.so" not found
01-24 13:30:01.291 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.v7.AppCompat.dll.config'.
01-24 13:30:01.291 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.v7.AppCompat/Xamarin.Android.Support.v7.AppCompat.config'.
01-24 13:30:01.291 D/Mono (27679): Image addref Xamarin.Android.Support.v7.CardView[0x63fbafb0] -> Xamarin.Android.Support.v7.CardView.dll[0x63fba380]: 2
01-24 13:30:01.291 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.v7.CardView' (Xamarin.Android.Support.v7.CardView.dll)
01-24 13:30:01.291 D/Mono (27679): Assembly Xamarin.Android.Support.v7.CardView[0x63fbafb0] added to domain RootDomain, ref_count=1
01-24 13:30:01.291 D/Mono (27679): AOT: image 'Xamarin.Android.Support.v7.CardView.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.v7.CardView.dll.so" not found
01-24 13:30:01.291 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.v7.CardView.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.v7.CardView.dll.so" not found
01-24 13:30:01.291 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.v7.CardView.dll.config'.
01-24 13:30:01.291 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.v7.CardView/Xamarin.Android.Support.v7.CardView.config'.
01-24 13:30:01.291 D/Mono (27679): Image addref Xamarin.Android.Support.v7.RecyclerView[0x63fbbe00] -> Xamarin.Android.Support.v7.RecyclerView.dll[0x63fbb1e0]: 2
01-24 13:30:01.291 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.v7.RecyclerView' (Xamarin.Android.Support.v7.RecyclerView.dll)
01-24 13:30:01.291 D/Mono (27679): Assembly Xamarin.Android.Support.v7.RecyclerView[0x63fbbe00] added to domain RootDomain, ref_count=1
01-24 13:30:01.291 D/Mono (27679): AOT: image 'Xamarin.Android.Support.v7.RecyclerView.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.v7.RecyclerView.dll.so" not found
01-24 13:30:01.301 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.v7.RecyclerView.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.v7.RecyclerView.dll.so" not found
01-24 13:30:01.301 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.v7.RecyclerView.dll.config'.
01-24 13:30:01.301 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.v7.RecyclerView/Xamarin.Android.Support.v7.RecyclerView.config'.
01-24 13:30:01.301 D/Mono (27679): Image addref Xamarin.Android.Support.Vector.Drawable[0x63fbcc50] -> Xamarin.Android.Support.Vector.Drawable.dll[0x63fbc040]: 2
01-24 13:30:01.301 D/Mono (27679): Prepared to set up assembly 'Xamarin.Android.Support.Vector.Drawable' (Xamarin.Android.Support.Vector.Drawable.dll)
01-24 13:30:01.301 D/Mono (27679): Assembly Xamarin.Android.Support.Vector.Drawable[0x63fbcc50] added to domain RootDomain, ref_count=1
Loaded assembly: System.Collections.dll [External]01-24 13:30:01.301 D/Mono (27679): AOT: image 'Xamarin.Android.Support.Vector.Drawable.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Vector.Drawable.dll.so" not found
01-24 13:30:01.301 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Android.Support.Vector.Drawable.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Android.Support.Vector.Drawable.dll.so" not found
01-24 13:30:01.301 D/Mono (27679): Config attempting to parse: 'Xamarin.Android.Support.Vector.Drawable.dll.config'.
01-24 13:30:01.301 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Android.Support.Vector.Drawable/Xamarin.Android.Support.Vector.Drawable.config'.
01-24 13:30:01.301 D/Mono (27679): Image addref Xamarin.Bindings.CircleImageView[0x63fbdaa8] -> Xamarin.Bindings.CircleImageView.dll[0x63fbcea0]: 2
01-24 13:30:01.301 D/Mono (27679): Prepared to set up assembly 'Xamarin.Bindings.CircleImageView' (Xamarin.Bindings.CircleImageView.dll)
01-24 13:30:01.301 D/Mono (27679): Assembly Xamarin.Bindings.CircleImageView[0x63fbdaa8] added to domain RootDomain, ref_count=1
01-24 13:30:01.301 D/Mono (27679): AOT: image 'Xamarin.Bindings.CircleImageView.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Bindings.CircleImageView.dll.so" not found
01-24 13:30:01.301 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.Bindings.CircleImageView.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.Bindings.CircleImageView.dll.so" not found
01-24 13:30:01.301 D/Mono (27679): Config attempting to parse: 'Xamarin.Bindings.CircleImageView.dll.config'.
01-24 13:30:01.301 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.Bindings.CircleImageView/Xamarin.Bindings.CircleImageView.config'.
01-24 13:30:01.301 D/Mono (27679): Image addref Xamarin.GooglePlayServices.Base[0x63fbe8f0] -> Xamarin.GooglePlayServices.Base.dll[0x63fbdd08]: 2
01-24 13:30:01.301 D/Mono (27679): Prepared to set up assembly 'Xamarin.GooglePlayServices.Base' (Xamarin.GooglePlayServices.Base.dll)
01-24 13:30:01.301 D/Mono (27679): Assembly Xamarin.GooglePlayServices.Base[0x63fbe8f0] added to domain RootDomain, ref_count=1
01-24 13:30:01.301 D/Mono (27679): AOT: image 'Xamarin.GooglePlayServices.Base.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.GooglePlayServices.Base.dll.so" not found
01-24 13:30:01.301 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.GooglePlayServices.Base.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.GooglePlayServices.Base.dll.so" not found
01-24 13:30:01.301 D/Mono (27679): Config attempting to parse: 'Xamarin.GooglePlayServices.Base.dll.config'.
01-24 13:30:01.301 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.GooglePlayServices.Base/Xamarin.GooglePlayServices.Base.config'.
01-24 13:30:01.301 D/Mono (27679): Image addref Xamarin.GooglePlayServices.Basement[0x63fbf758] -> Xamarin.GooglePlayServices.Basement.dll[0x63fbeb60]: 2
01-24 13:30:01.301 D/Mono (27679): Prepared to set up assembly 'Xamarin.GooglePlayServices.Basement' (Xamarin.GooglePlayServices.Basement.dll)
01-24 13:30:01.301 D/Mono (27679): Assembly Xamarin.GooglePlayServices.Basement[0x63fbf758] added to domain RootDomain, ref_count=1
01-24 13:30:01.301 D/Mono (27679): AOT: image 'Xamarin.GooglePlayServices.Basement.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.GooglePlayServices.Basement.dll.so" not found
01-24 13:30:01.301 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.GooglePlayServices.Basement.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.GooglePlayServices.Basement.dll.so" not found
01-24 13:30:01.301 D/Mono (27679): Config attempting to parse: 'Xamarin.GooglePlayServices.Basement.dll.config'.
01-24 13:30:01.301 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.GooglePlayServices.Basement/Xamarin.GooglePlayServices.Basement.config'.
01-24 13:30:01.311 D/Mono (27679): Image addref Xamarin.GooglePlayServices.Maps[0x63fc05a0] -> Xamarin.GooglePlayServices.Maps.dll[0x63fbf9d8]: 2
01-24 13:30:01.311 D/Mono (27679): Prepared to set up assembly 'Xamarin.GooglePlayServices.Maps' (Xamarin.GooglePlayServices.Maps.dll)
01-24 13:30:01.311 D/Mono (27679): Assembly Xamarin.GooglePlayServices.Maps[0x63fc05a0] added to domain RootDomain, ref_count=1
01-24 13:30:01.311 D/Mono (27679): AOT: image 'Xamarin.GooglePlayServices.Maps.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.GooglePlayServices.Maps.dll.so" not found
01-24 13:30:01.311 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.GooglePlayServices.Maps.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.GooglePlayServices.Maps.dll.so" not found
01-24 13:30:01.311 D/Mono (27679): Config attempting to parse: 'Xamarin.GooglePlayServices.Maps.dll.config'.
01-24 13:30:01.311 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.GooglePlayServices.Maps/Xamarin.GooglePlayServices.Maps.config'.
01-24 13:30:01.311 D/Mono (27679): Image addref Xamarin.GooglePlayServices.Tasks[0x63fc1408] -> Xamarin.GooglePlayServices.Tasks.dll[0x63fc0830]: 2
01-24 13:30:01.311 D/Mono (27679): Prepared to set up assembly 'Xamarin.GooglePlayServices.Tasks' (Xamarin.GooglePlayServices.Tasks.dll)
01-24 13:30:01.311 D/Mono (27679): Assembly Xamarin.GooglePlayServices.Tasks[0x63fc1408] added to domain RootDomain, ref_count=1
01-24 13:30:01.311 D/Mono (27679): AOT: image 'Xamarin.GooglePlayServices.Tasks.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.GooglePlayServices.Tasks.dll.so" not found
01-24 13:30:01.311 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Xamarin.GooglePlayServices.Tasks.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Xamarin.GooglePlayServices.Tasks.dll.so" not found
01-24 13:30:01.311 D/Mono (27679): Config attempting to parse: 'Xamarin.GooglePlayServices.Tasks.dll.config'.
01-24 13:30:01.311 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Xamarin.GooglePlayServices.Tasks/Xamarin.GooglePlayServices.Tasks.config'.
01-24 13:30:01.311 W/monodroid-gc(27679): GREF GC Threshold: 46080
01-24 13:30:01.311 D/Mono (27679): Image addref Mono.Android[0x63fc2258] -> Mono.Android.dll[0x63fc16a8]: 2
01-24 13:30:01.311 D/Mono (27679): Prepared to set up assembly 'Mono.Android' (Mono.Android.dll)
01-24 13:30:01.311 D/Mono (27679): Assembly Mono.Android[0x63fc2258] added to domain RootDomain, ref_count=1
01-24 13:30:01.311 D/Mono (27679): AOT: image 'Mono.Android.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Mono.Android.dll.so" not found
01-24 13:30:01.311 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Mono.Android.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Mono.Android.dll.so" not found
01-24 13:30:01.311 D/Mono (27679): Config attempting to parse: 'Mono.Android.dll.config'.
01-24 13:30:01.311 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Mono.Android/Mono.Android.config'.
01-24 13:30:01.331 D/Mono (27679): Assembly Ref addref Mono.Android[0x63fc2258] -> mscorlib[0x5d8f03e8]: 2
01-24 13:30:01.331 D/Mono (27679): Image addref Java.Interop[0x63fe27f8] -> Java.Interop.dll[0x63fe1b28]: 2
01-24 13:30:01.331 D/Mono (27679): Prepared to set up assembly 'Java.Interop' (Java.Interop.dll)
01-24 13:30:01.331 D/Mono (27679): Assembly Java.Interop[0x63fe27f8] added to domain RootDomain, ref_count=1
01-24 13:30:01.331 D/Mono (27679): AOT: image 'Java.Interop.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Java.Interop.dll.so" not found
01-24 13:30:01.331 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Java.Interop.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Java.Interop.dll.so" not found
01-24 13:30:01.331 D/Mono (27679): Config attempting to parse: 'Java.Interop.dll.config'.
01-24 13:30:01.331 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Java.Interop/Java.Interop.config'.
01-24 13:30:01.331 D/Mono (27679): Assembly Ref addref Mono.Android[0x63fc2258] -> Java.Interop[0x63fe27f8]: 2
01-24 13:30:01.331 D/Mono (27679): Image addref System.Runtime[0x63fe3758] -> System.Runtime.dll[0x63fe2a88]: 2
01-24 13:30:01.331 D/Mono (27679): Prepared to set up assembly 'System.Runtime' (System.Runtime.dll)
01-24 13:30:01.331 D/Mono (27679): Assembly System.Runtime[0x63fe3758] added to domain RootDomain, ref_count=1
01-24 13:30:01.331 D/Mono (27679): AOT: image 'System.Runtime.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.dll.so" not found
01-24 13:30:01.331 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Runtime.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.dll.so" not found
01-24 13:30:01.331 D/Mono (27679): Config attempting to parse: 'System.Runtime.dll.config'.
01-24 13:30:01.331 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime/System.Runtime.config'.
01-24 13:30:01.331 D/Mono (27679): Assembly Ref addref Java.Interop[0x63fe27f8] -> System.Runtime[0x63fe3758]: 2
01-24 13:30:01.331 D/Mono (27679): Assembly Ref addref System.Runtime[0x63fe3758] -> mscorlib[0x5d8f03e8]: 3
01-24 13:30:01.331 W/monodroid(27679): Calling into managed runtime init
01-24 13:30:01.501 D/Mono (27679): Image addref System.Collections.Concurrent[0x63ff7f00] -> System.Collections.Concurrent.dll[0x63ffc5f0]: 2
01-24 13:30:01.501 D/Mono (27679): Prepared to set up assembly 'System.Collections.Concurrent' (System.Collections.Concurrent.dll)
01-24 13:30:01.501 D/Mono (27679): Assembly System.Collections.Concurrent[0x63ff7f00] added to domain RootDomain, ref_count=1
01-24 13:30:01.501 D/Mono (27679): AOT: image 'System.Collections.Concurrent.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Collections.Concurrent.dll.so" not found
01-24 13:30:01.501 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Collections.Concurrent.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Collections.Concurrent.dll.so" not found
01-24 13:30:01.501 D/Mono (27679): Config attempting to parse: 'System.Collections.Concurrent.dll.config'.
01-24 13:30:01.501 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Collections.Concurrent/System.Collections.Concurrent.config'.
01-24 13:30:01.501 D/Mono (27679): Assembly Ref addref Java.Interop[0x63fe27f8] -> System.Collections.Concurrent[0x63ff7f00]: 2
01-24 13:30:01.501 D/Mono (27679): Assembly Ref addref System.Collections.Concurrent[0x63ff7f00] -> mscorlib[0x5d8f03e8]: 4
01-24 13:30:01.611 D/Mono (27679): Image addref System.Threading[0x6501e708] -> System.Threading.dll[0x63fff170]: 2
01-24 13:30:01.611 D/Mono (27679): Prepared to set up assembly 'System.Threading' (System.Threading.dll)
01-24 13:30:01.611 D/Mono (27679): Assembly System.Threading[0x6501e708] added to domain RootDomain, ref_count=1
01-24 13:30:01.611 D/Mono (27679): AOT: image 'System.Threading.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Threading.dll.so" not found
01-24 13:30:01.611 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Threading.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Threading.dll.so" not found
01-24 13:30:01.611 D/Mono (27679): Config attempting to parse: 'System.Threading.dll.config'.
01-24 13:30:01.611 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Threading/System.Threading.config'.
01-24 13:30:01.611 D/Mono (27679): Assembly Ref addref Java.Interop[0x63fe27f8] -> System.Threading[0x6501e708]: 2
01-24 13:30:01.611 D/Mono (27679): Assembly Ref addref System.Threading[0x6501e708] -> mscorlib[0x5d8f03e8]: 5
01-24 13:30:01.631 D/Mono (27679): Image addref System.Runtime.InteropServices[0x65019678] -> System.Runtime.InteropServices.dll[0x65018ae8]: 2
01-24 13:30:01.631 D/Mono (27679): Prepared to set up assembly 'System.Runtime.InteropServices' (System.Runtime.InteropServices.dll)
01-24 13:30:01.631 D/Mono (27679): Assembly System.Runtime.InteropServices[0x65019678] added to domain RootDomain, ref_count=1
01-24 13:30:01.631 D/Mono (27679): AOT: image 'System.Runtime.InteropServices.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.InteropServices.dll.so" not found
01-24 13:30:01.631 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Runtime.InteropServices.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.InteropServices.dll.so" not found
01-24 13:30:01.631 D/Mono (27679): Config attempting to parse: 'System.Runtime.InteropServices.dll.config'.
01-24 13:30:01.631 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.InteropServices/System.Runtime.InteropServices.config'.
01-24 13:30:01.631 D/Mono (27679): Assembly Ref addref Java.Interop[0x63fe27f8] -> System.Runtime.InteropServices[0x65019678]: 2
01-24 13:30:01.631 D/Mono (27679): Assembly Ref addref System.Runtime.InteropServices[0x65019678] -> mscorlib[0x5d8f03e8]: 6
01-24 13:30:01.661 D/Mono (27679): DllImport attempting to load: '__Internal'.
01-24 13:30:01.661 D/Mono (27679): DllImport loaded library '(null)'.
01-24 13:30:01.661 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.661 D/Mono (27679): Searching for 'java_interop_jnienv_get_java_vm'.
01-24 13:30:01.661 D/Mono (27679): Probing 'java_interop_jnienv_get_java_vm'.
01-24 13:30:01.661 D/Mono (27679): Found as 'java_interop_jnienv_get_java_vm'.
01-24 13:30:01.691 D/Mono (27679): DllImport attempting to load: '__Internal'.
01-24 13:30:01.691 D/Mono (27679): DllImport loaded library '(null)'.
01-24 13:30:01.691 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.691 D/Mono (27679): Searching for '_monodroid_gref_log_new'.
01-24 13:30:01.691 D/Mono (27679): Probing '_monodroid_gref_log_new'.
01-24 13:30:01.691 D/Mono (27679): Found as '_monodroid_gref_log_new'.
01-24 13:30:01.691 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.691 D/Mono (27679): Searching for 'java_interop_jnienv_new_global_ref'.
01-24 13:30:01.691 D/Mono (27679): Probing 'java_interop_jnienv_new_global_ref'.
01-24 13:30:01.691 D/Mono (27679): Found as 'java_interop_jnienv_new_global_ref'.
01-24 13:30:01.691 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.691 D/Mono (27679): Searching for '_monodroid_gref_get'.
01-24 13:30:01.691 D/Mono (27679): Probing '_monodroid_gref_get'.
01-24 13:30:01.691 D/Mono (27679): Found as '_monodroid_gref_get'.
01-24 13:30:01.721 D/Mono (27679): Image addref System.Reflection[0x65067d18] -> System.Reflection.dll[0x6507d670]: 2
01-24 13:30:01.721 D/Mono (27679): Prepared to set up assembly 'System.Reflection' (System.Reflection.dll)
01-24 13:30:01.721 D/Mono (27679): Assembly System.Reflection[0x65067d18] added to domain RootDomain, ref_count=1
01-24 13:30:01.721 D/Mono (27679): AOT: image 'System.Reflection.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Reflection.dll.so" not found
01-24 13:30:01.721 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Reflection.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Reflection.dll.so" not found
01-24 13:30:01.721 D/Mono (27679): Config attempting to parse: 'System.Reflection.dll.config'.
01-24 13:30:01.721 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Reflection/System.Reflection.config'.
01-24 13:30:01.721 D/Mono (27679): Assembly Ref addref Java.Interop[0x63fe27f8] -> System.Reflection[0x65067d18]: 2
01-24 13:30:01.721 D/Mono (27679): Assembly Ref addref System.Reflection[0x65067d18] -> mscorlib[0x5d8f03e8]: 7
01-24 13:30:01.731 D/Mono (27679): Image addref System.Collections[0x6507d5a0] -> System.Collections.dll[0x6507eb88]: 2
01-24 13:30:01.731 D/Mono (27679): Prepared to set up assembly 'System.Collections' (System.Collections.dll)
01-24 13:30:01.731 D/Mono (27679): Assembly System.Collections[0x6507d5a0] added to domain RootDomain, ref_count=1
01-24 13:30:01.731 D/Mono (27679): AOT: image 'System.Collections.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Collections.dll.so" not found
01-24 13:30:01.731 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Collections.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Collections.dll.so" not found
01-24 13:30:01.731 D/Mono (27679): Config attempting to parse: 'System.Collections.dll.config'.
01-24 13:30:01.731 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Collections/System.Collections.config'.
01-24 13:30:01.731 D/Mono (27679): Assembly Ref addref Java.Interop[0x63fe27f8] -> System.Collections[0x6507d5a0]: 2
01-24 13:30:01.731 D/Mono (27679): Assembly Ref addref System.Collections[0x6507d5a0] -> mscorlib[0x5d8f03e8]: 8
01-24 13:30:01.761 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.761 D/Mono (27679): Searching for 'java_interop_jnienv_find_class'.
01-24 13:30:01.761 D/Mono (27679): Probing 'java_interop_jnienv_find_class'.
01-24 13:30:01.761 D/Mono (27679): Found as 'java_interop_jnienv_find_class'.
01-24 13:30:01.761 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.761 D/Mono (27679): Searching for 'java_interop_jnienv_exception_clear'.
01-24 13:30:01.761 D/Mono (27679): Probing 'java_interop_jnienv_exception_clear'.
01-24 13:30:01.761 D/Mono (27679): Found as 'java_interop_jnienv_exception_clear'.
01-24 13:30:01.761 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.761 D/Mono (27679): Searching for 'java_interop_jnienv_call_object_method_a'.
01-24 13:30:01.761 D/Mono (27679): Probing 'java_interop_jnienv_call_object_method_a'.
01-24 13:30:01.761 D/Mono (27679): Found as 'java_interop_jnienv_call_object_method_a'.
01-24 13:30:01.761 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.761 D/Mono (27679): Searching for 'java_interop_jnienv_delete_local_ref'.
01-24 13:30:01.761 D/Mono (27679): Probing 'java_interop_jnienv_delete_local_ref'.
01-24 13:30:01.761 D/Mono (27679): Found as 'java_interop_jnienv_delete_local_ref'.
01-24 13:30:01.761 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.761 D/Mono (27679): Searching for '_monodroid_lref_log_new'.
01-24 13:30:01.761 D/Mono (27679): Probing '_monodroid_lref_log_new'.
01-24 13:30:01.761 D/Mono (27679): Found as '_monodroid_lref_log_new'.
01-24 13:30:01.771 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.771 D/Mono (27679): Searching for '_monodroid_lref_log_delete'.
01-24 13:30:01.771 D/Mono (27679): Probing '_monodroid_lref_log_delete'.
01-24 13:30:01.771 D/Mono (27679): Found as '_monodroid_lref_log_delete'.
01-24 13:30:01.771 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.771 D/Mono (27679): Searching for 'java_interop_jnienv_get_method_id'.
01-24 13:30:01.771 D/Mono (27679): Probing 'java_interop_jnienv_get_method_id'.
01-24 13:30:01.771 D/Mono (27679): Found as 'java_interop_jnienv_get_method_id'.
01-24 13:30:01.771 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.771 D/Mono (27679): Searching for '_monodroid_gref_log_delete'.
01-24 13:30:01.771 D/Mono (27679): Probing '_monodroid_gref_log_delete'.
01-24 13:30:01.771 D/Mono (27679): Found as '_monodroid_gref_log_delete'.
01-24 13:30:01.781 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.781 D/Mono (27679): Searching for 'java_interop_jnienv_delete_global_ref'.
01-24 13:30:01.781 D/Mono (27679): Probing 'java_interop_jnienv_delete_global_ref'.
01-24 13:30:01.781 D/Mono (27679): Found as 'java_interop_jnienv_delete_global_ref'.
01-24 13:30:01.781 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.781 D/Mono (27679): Searching for 'java_interop_jnienv_get_static_method_id'.
01-24 13:30:01.781 D/Mono (27679): Probing 'java_interop_jnienv_get_static_method_id'.
01-24 13:30:01.781 D/Mono (27679): Found as 'java_interop_jnienv_get_static_method_id'.
01-24 13:30:01.791 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.791 D/Mono (27679): Searching for 'java_interop_jnienv_call_static_object_method_a'.
01-24 13:30:01.791 D/Mono (27679): Probing 'java_interop_jnienv_call_static_object_method_a'.
01-24 13:30:01.791 D/Mono (27679): Found as 'java_interop_jnienv_call_static_object_method_a'.
01-24 13:30:01.801 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.801 D/Mono (27679): Searching for '_monodroid_get_identity_hash_code'.
01-24 13:30:01.801 D/Mono (27679): Probing '_monodroid_get_identity_hash_code'.
01-24 13:30:01.801 D/Mono (27679): Found as '_monodroid_get_identity_hash_code'.
01-24 13:30:01.831 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.831 D/Mono (27679): Searching for 'java_interop_jnienv_get_object_class'.
01-24 13:30:01.831 D/Mono (27679): Probing 'java_interop_jnienv_get_object_class'.
01-24 13:30:01.831 D/Mono (27679): Found as 'java_interop_jnienv_get_object_class'.
01-24 13:30:01.841 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.841 D/Mono (27679): Searching for 'java_interop_jnienv_call_object_method'.
01-24 13:30:01.841 D/Mono (27679): Probing 'java_interop_jnienv_call_object_method'.
01-24 13:30:01.841 D/Mono (27679): Found as 'java_interop_jnienv_call_object_method'.
01-24 13:30:01.841 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.841 D/Mono (27679): Searching for 'java_interop_jnienv_get_string_length'.
01-24 13:30:01.841 D/Mono (27679): Probing 'java_interop_jnienv_get_string_length'.
01-24 13:30:01.841 D/Mono (27679): Found as 'java_interop_jnienv_get_string_length'.
01-24 13:30:01.841 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.841 D/Mono (27679): Searching for 'java_interop_jnienv_get_string_chars'.
01-24 13:30:01.841 D/Mono (27679): Probing 'java_interop_jnienv_get_string_chars'.
01-24 13:30:01.841 D/Mono (27679): Found as 'java_interop_jnienv_get_string_chars'.
01-24 13:30:01.841 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.841 D/Mono (27679): Searching for 'java_interop_jnienv_release_string_chars'.
01-24 13:30:01.841 D/Mono (27679): Probing 'java_interop_jnienv_release_string_chars'.
01-24 13:30:01.841 D/Mono (27679): Found as 'java_interop_jnienv_release_string_chars'.
01-24 13:30:01.851 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.851 D/Mono (27679): Searching for 'monodroid_typemap_java_to_managed'.
01-24 13:30:01.851 D/Mono (27679): Probing 'monodroid_typemap_java_to_managed'.
01-24 13:30:01.851 D/Mono (27679): Found as 'monodroid_typemap_java_to_managed'.
01-24 13:30:01.891 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.901 D/Mono (27679): Searching for 'java_interop_jnienv_get_superclass'.
01-24 13:30:01.901 D/Mono (27679): Probing 'java_interop_jnienv_get_superclass'.
01-24 13:30:01.901 D/Mono (27679): Found as 'java_interop_jnienv_get_superclass'.
01-24 13:30:01.961 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.961 D/Mono (27679): Searching for 'java_interop_jnienv_is_instance_of'.
01-24 13:30:01.961 D/Mono (27679): Probing 'java_interop_jnienv_is_instance_of'.
01-24 13:30:01.961 D/Mono (27679): Found as 'java_interop_jnienv_is_instance_of'.
01-24 13:30:01.961 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:01.961 D/Mono (27679): Searching for '_monodroid_gref_log'.
01-24 13:30:01.961 D/Mono (27679): Probing '_monodroid_gref_log'.
01-24 13:30:01.961 D/Mono (27679): Found as '_monodroid_gref_log'.
01-24 13:30:02.011 D/Mono (27679): Image addref System.Linq[0x650e1428] -> System.Linq.dll[0x650f9438]: 2
01-24 13:30:02.011 D/Mono (27679): Prepared to set up assembly 'System.Linq' (System.Linq.dll)
01-24 13:30:02.011 D/Mono (27679): Assembly System.Linq[0x650e1428] added to domain RootDomain, ref_count=1
01-24 13:30:02.011 D/Mono (27679): AOT: image 'System.Linq.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Linq.dll.so" not found
01-24 13:30:02.011 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Linq.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Linq.dll.so" not found
01-24 13:30:02.011 D/Mono (27679): Config attempting to parse: 'System.Linq.dll.config'.
01-24 13:30:02.011 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Linq/System.Linq.config'.
01-24 13:30:02.011 D/Mono (27679): Assembly Ref addref Java.Interop[0x63fe27f8] -> System.Linq[0x650e1428]: 2
01-24 13:30:02.011 D/Mono (27679): Image addref System.Core[0x65137da0] -> System.Core.dll[0x650f9aa0]: 2
01-24 13:30:02.011 D/Mono (27679): Prepared to set up assembly 'System.Core' (System.Core.dll)
01-24 13:30:02.011 D/Mono (27679): Assembly System.Core[0x65137da0] added to domain RootDomain, ref_count=1
01-24 13:30:02.011 D/Mono (27679): AOT: image 'System.Core.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Core.dll.so" not found
01-24 13:30:02.011 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Core.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Core.dll.so" not found
01-24 13:30:02.011 D/Mono (27679): Config attempting to parse: 'System.Core.dll.config'.
01-24 13:30:02.011 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Core/System.Core.config'.
01-24 13:30:02.011 D/Mono (27679): Assembly Ref addref System.Linq[0x650e1428] -> System.Core[0x65137da0]: 2Loaded assembly: System.Linq.dll [External]
01-24 13:30:02.011 D/Mono (27679): Assembly Ref addref System.Core[0x65137da0] -> mscorlib[0x5d8f03e8]: 9
Loaded assembly: System.Core.dll [External]
01-24 13:30:02.021 D/Mono (27679): Image addref System.Runtime.Extensions[0x65135370] -> System.Runtime.Extensions.dll[0x65134580]: 2
01-24 13:30:02.021 D/Mono (27679): Prepared to set up assembly 'System.Runtime.Extensions' (System.Runtime.Extensions.dll)
01-24 13:30:02.021 D/Mono (27679): Assembly System.Runtime.Extensions[0x65135370] added to domain RootDomain, ref_count=1
01-24 13:30:02.031 D/Mono (27679): AOT: image 'System.Runtime.Extensions.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.Extensions.dll.so" not found
01-24 13:30:02.031 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Runtime.Extensions.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.Extensions.dll.so" not found
01-24 13:30:02.031 D/Mono (27679): Config attempting to parse: 'System.Runtime.Extensions.dll.config'.
01-24 13:30:02.031 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.Extensions/System.Runtime.Extensions.config'.
01-24 13:30:02.031 D/Mono (27679): Assembly Ref addref Java.Interop[0x63fe27f8] -> System.Runtime.Extensions[0x65135370]: 2
Loaded assembly: System.Runtime.Extensions.dll [External]
01-24 13:30:02.031 D/Mono (27679): Assembly Ref addref System.Runtime.Extensions[0x65135370] -> mscorlib[0x5d8f03e8]: 10
01-24 13:30:02.041 D/Mono (27679): Image addref System.Reflection.Extensions[0x6514cdd8] -> System.Reflection.Extensions.dll[0x651565e8]: 2
01-24 13:30:02.041 D/Mono (27679): Prepared to set up assembly 'System.Reflection.Extensions' (System.Reflection.Extensions.dll)
01-24 13:30:02.041 D/Mono (27679): Assembly System.Reflection.Extensions[0x6514cdd8] added to domain RootDomain, ref_count=1
01-24 13:30:02.041 D/Mono (27679): AOT: image 'System.Reflection.Extensions.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Reflection.Extensions.dll.so" not found
01-24 13:30:02.041 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Reflection.Extensions.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Reflection.Extensions.dll.so" not found
01-24 13:30:02.041 D/Mono (27679): Config attempting to parse: 'System.Reflection.Extensions.dll.config'.
01-24 13:30:02.041 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Reflection.Extensions/System.Reflection.Extensions.config'.
01-24 13:30:02.041 D/Mono (27679): Assembly Ref addref Java.Interop[0x63fe27f8] -> System.Reflection.Extensions[0x6514cdd8]: 2
01-24 13:30:02.041 D/Mono (27679): Assembly Ref addref System.Reflection.Extensions[0x6514cdd8] -> mscorlib[0x5d8f03e8]: 11
Loaded assembly: System.Reflection.Extensions.dll [External]
01-24 13:30:02.081 D/Mono (27679): Assembly Ref addref Mono.Android[0x63fc2258] -> System.Core[0x65137da0]: 3
01-24 13:30:02.081 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:02.081 D/Mono (27679): Searching for 'monodroid_typemap_managed_to_java'.
01-24 13:30:02.081 D/Mono (27679): Probing 'monodroid_typemap_managed_to_java'.
01-24 13:30:02.081 D/Mono (27679): Found as 'monodroid_typemap_managed_to_java'.
01-24 13:30:02.111 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:02.111 D/Mono (27679): Searching for 'java_interop_jnienv_alloc_object'.
01-24 13:30:02.111 D/Mono (27679): Probing 'java_interop_jnienv_alloc_object'.
01-24 13:30:02.111 D/Mono (27679): Found as 'java_interop_jnienv_alloc_object'.
01-24 13:30:02.391 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:02.391 D/Mono (27679): Searching for 'java_interop_jnienv_register_natives'.
01-24 13:30:02.391 D/Mono (27679): Probing 'java_interop_jnienv_register_natives'.
01-24 13:30:02.391 D/Mono (27679): Found as 'java_interop_jnienv_register_natives'.
01-24 13:30:02.401 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:02.401 D/Mono (27679): Searching for 'java_interop_jnienv_call_nonvirtual_void_method_a'.
01-24 13:30:02.401 D/Mono (27679): Probing 'java_interop_jnienv_call_nonvirtual_void_method_a'.
01-24 13:30:02.401 D/Mono (27679): Found as 'java_interop_jnienv_call_nonvirtual_void_method_a'.
01-24 13:30:02.401 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:02.401 D/Mono (27679): Searching for '_monodroid_gc_wait_for_bridge_processing'.
01-24 13:30:02.401 D/Mono (27679): Probing '_monodroid_gc_wait_for_bridge_processing'.
01-24 13:30:02.401 D/Mono (27679): Found as '_monodroid_gc_wait_for_bridge_processing'.
01-24 13:30:02.411 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:02.411 D/Mono (27679): Searching for 'java_interop_jnienv_is_same_object'.
01-24 13:30:02.411 D/Mono (27679): Probing 'java_interop_jnienv_is_same_object'.
01-24 13:30:02.411 D/Mono (27679): Found as 'java_interop_jnienv_is_same_object'.
01-24 13:30:02.411 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:02.411 D/Mono (27679): Searching for 'java_interop_jnienv_call_static_void_method_a'.
01-24 13:30:02.411 D/Mono (27679): Probing 'java_interop_jnienv_call_static_void_method_a'.
01-24 13:30:02.411 D/Mono (27679): Found as 'java_interop_jnienv_call_static_void_method_a'.
01-24 13:30:02.421 D/Mono (27679): Assembly Ref addref RoundedImageView[0x63fa90e0] -> mscorlib[0x5d8f03e8]: 12
01-24 13:30:02.421 D/Mono (27679): Assembly Ref addref RoundedImageView[0x63fa90e0] -> Mono.Android[0x63fc2258]: 2
01-24 13:30:02.421 D/Mono (27679): Assembly Ref addref Square.OkHttp[0x63fa9f20] -> mscorlib[0x5d8f03e8]: 13
01-24 13:30:02.421 D/Mono (27679): Assembly Ref addref Square.OkHttp[0x63fa9f20] -> Mono.Android[0x63fc2258]: 3
01-24 13:30:02.421 D/Mono (27679): Assembly Ref addref Square.OkIO[0x63faad50] -> mscorlib[0x5d8f03e8]: 14
01-24 13:30:02.421 D/Mono (27679): Assembly Ref addref Square.OkIO[0x63faad50] -> Mono.Android[0x63fc2258]: 4
01-24 13:30:02.421 W/Mono (27679): The request to load the assembly mscorlib v4.0.0.0 was remapped to v2.0.5.0
01-24 13:30:02.421 D/Mono (27679): Unloading image mscorlib.dll [0x6526eb10].
01-24 13:30:02.421 D/Mono (27679): Config attempting to parse: 'mscorlib.dll.config'.
01-24 13:30:02.421 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/mscorlib/mscorlib.config'.
01-24 13:30:02.421 D/Mono (27679): Assembly Ref addref Square.Picasso[0x63fabb90] -> mscorlib[0x5d8f03e8]: 15
01-24 13:30:02.421 D/Mono (27679): Assembly Ref addref Square.Picasso[0x63fabb90] -> Mono.Android[0x63fc2258]: 5
01-24 13:30:02.421 D/Mono (27679): Assembly Ref addref Square.Picasso[0x63fabb90] -> mscorlib[0x5d8f03e8]: 16
01-24 13:30:02.431 D/Mono (27679): Assembly Ref addref Xamarin.Android.Arch.Core.Common[0x63faca10] -> mscorlib[0x5d8f03e8]: 17
01-24 13:30:02.431 D/Mono (27679): Assembly Ref addref Xamarin.Android.Arch.Core.Common[0x63faca10] -> Mono.Android[0x63fc2258]: 6
01-24 13:30:02.431 D/Mono (27679): Assembly Ref addref Xamarin.Android.Arch.Lifecycle.Common[0x63fad870] -> mscorlib[0x5d8f03e8]: 18
01-24 13:30:02.431 D/Mono (27679): Assembly Ref addref Xamarin.Android.Arch.Lifecycle.Common[0x63fad870] -> Mono.Android[0x63fc2258]: 7
01-24 13:30:02.431 D/Mono (27679): Assembly Ref addref Xamarin.Android.Arch.Lifecycle.Runtime[0x63fae6b0] -> mscorlib[0x5d8f03e8]: 19
01-24 13:30:02.431 D/Mono (27679): Assembly Ref addref Xamarin.Android.Arch.Lifecycle.Runtime[0x63fae6b0] -> Mono.Android[0x63fc2258]: 8
01-24 13:30:02.431 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Animated.Vector.Drawable[0x63faf530] -> mscorlib[0x5d8f03e8]: 20
01-24 13:30:02.431 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Animated.Vector.Drawable[0x63faf530] -> Mono.Android[0x63fc2258]: 9
01-24 13:30:02.431 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Annotations[0x63fb0360] -> mscorlib[0x5d8f03e8]: 21
01-24 13:30:02.431 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Annotations[0x63fb0360] -> Mono.Android[0x63fc2258]: 10
01-24 13:30:02.431 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Compat[0x63fb11b0] -> mscorlib[0x5d8f03e8]: 22
01-24 13:30:02.431 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Compat[0x63fb11b0] -> Mono.Android[0x63fc2258]: 11
01-24 13:30:02.441 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Constraint.Layout[0x63fb2020] -> mscorlib[0x5d8f03e8]: 23
01-24 13:30:02.441 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Constraint.Layout[0x63fb2020] -> Mono.Android[0x63fc2258]: 12
01-24 13:30:02.441 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Constraint.Layout.Solver[0x63fb2e98] -> mscorlib[0x5d8f03e8]: 24
01-24 13:30:02.441 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Constraint.Layout.Solver[0x63fb2e98] -> Mono.Android[0x63fc2258]: 13
01-24 13:30:02.441 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Core.UI[0x63fb3cc0] -> mscorlib[0x5d8f03e8]: 25
01-24 13:30:02.441 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Core.UI[0x63fb3cc0] -> Mono.Android[0x63fc2258]: 14
01-24 13:30:02.441 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Core.Utils[0x63fb4b70] -> mscorlib[0x5d8f03e8]: 26
01-24 13:30:02.441 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Core.Utils[0x63fb4b70] -> Mono.Android[0x63fc2258]: 15
01-24 13:30:02.441 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Design[0x63fb59b8] -> mscorlib[0x5d8f03e8]: 27
01-24 13:30:02.441 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Design[0x63fb59b8] -> Mono.Android[0x63fc2258]: 16
01-24 13:30:02.441 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Fragment[0x63fb6818] -> mscorlib[0x5d8f03e8]: 28
01-24 13:30:02.441 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Fragment[0x63fb6818] -> Mono.Android[0x63fc2258]: 17
01-24 13:30:02.451 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Media.Compat[0x63fb7670] -> mscorlib[0x5d8f03e8]: 29
01-24 13:30:02.451 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Media.Compat[0x63fb7670] -> Mono.Android[0x63fc2258]: 18
01-24 13:30:02.451 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Transition[0x63fb84c0] -> mscorlib[0x5d8f03e8]: 30
01-24 13:30:02.451 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Transition[0x63fb84c0] -> Mono.Android[0x63fc2258]: 19
01-24 13:30:02.451 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v4[0x63fb92f0] -> mscorlib[0x5d8f03e8]: 31
01-24 13:30:02.451 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v4[0x63fb92f0] -> Mono.Android[0x63fc2258]: 20
01-24 13:30:02.451 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x63fba160] -> mscorlib[0x5d8f03e8]: 32
01-24 13:30:02.451 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x63fba160] -> Mono.Android[0x63fc2258]: 21
01-24 13:30:02.451 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v7.CardView[0x63fbafb0] -> mscorlib[0x5d8f03e8]: 33
01-24 13:30:02.451 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v7.CardView[0x63fbafb0] -> Mono.Android[0x63fc2258]: 22
01-24 13:30:02.461 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v7.RecyclerView[0x63fbbe00] -> mscorlib[0x5d8f03e8]: 34
01-24 13:30:02.461 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v7.RecyclerView[0x63fbbe00] -> Mono.Android[0x63fc2258]: 23
01-24 13:30:02.461 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Vector.Drawable[0x63fbcc50] -> mscorlib[0x5d8f03e8]: 35
01-24 13:30:02.461 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Vector.Drawable[0x63fbcc50] -> Mono.Android[0x63fc2258]: 24
01-24 13:30:02.461 D/Mono (27679): Assembly Ref addref Xamarin.Bindings.CircleImageView[0x63fbdaa8] -> mscorlib[0x5d8f03e8]: 36
01-24 13:30:02.461 D/Mono (27679): Assembly Ref addref Xamarin.Bindings.CircleImageView[0x63fbdaa8] -> Mono.Android[0x63fc2258]: 25
01-24 13:30:02.461 D/Mono (27679): Assembly Ref addref Xamarin.GooglePlayServices.Base[0x63fbe8f0] -> mscorlib[0x5d8f03e8]: 37
01-24 13:30:02.461 D/Mono (27679): Assembly Ref addref Xamarin.GooglePlayServices.Base[0x63fbe8f0] -> Mono.Android[0x63fc2258]: 26
01-24 13:30:02.461 D/Mono (27679): Assembly Ref addref Xamarin.GooglePlayServices.Basement[0x63fbf758] -> mscorlib[0x5d8f03e8]: 38
01-24 13:30:02.461 D/Mono (27679): Assembly Ref addref Xamarin.GooglePlayServices.Basement[0x63fbf758] -> Mono.Android[0x63fc2258]: 27
01-24 13:30:02.471 D/Mono (27679): Assembly Ref addref Xamarin.GooglePlayServices.Maps[0x63fc05a0] -> mscorlib[0x5d8f03e8]: 39
01-24 13:30:02.471 D/Mono (27679): Assembly Ref addref Xamarin.GooglePlayServices.Maps[0x63fc05a0] -> Mono.Android[0x63fc2258]: 28
01-24 13:30:02.471 D/Mono (27679): Assembly Ref addref Xamarin.GooglePlayServices.Tasks[0x63fc1408] -> mscorlib[0x5d8f03e8]: 40
01-24 13:30:02.471 D/Mono (27679): Assembly Ref addref Xamarin.GooglePlayServices.Tasks[0x63fc1408] -> Mono.Android[0x63fc2258]: 29
01-24 13:30:02.481 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> Mono.Android[0x63fc2258]: 30
01-24 13:30:02.591 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:02.591 D/Mono (27679): Searching for 'java_interop_jnienv_get_array_length'.
01-24 13:30:02.591 D/Mono (27679): Probing 'java_interop_jnienv_get_array_length'.
01-24 13:30:02.591 D/Mono (27679): Found as 'java_interop_jnienv_get_array_length'.
Loaded assembly: MonoDroidConstructors [External]
01-24 13:30:02.701 D/Mono (27679): Image addref System[0x652b4278] -> System.dll[0x652c7300]: 2
01-24 13:30:02.701 D/Mono (27679): Prepared to set up assembly 'System' (System.dll)
01-24 13:30:02.701 D/Mono (27679): Assembly System[0x652b4278] added to domain RootDomain, ref_count=1
01-24 13:30:02.701 D/Mono (27679): AOT: image 'System.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.dll.so" not found
01-24 13:30:02.701 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.dll.so" not found
01-24 13:30:02.701 D/Mono (27679): Config attempting to parse: 'System.dll.config'.
01-24 13:30:02.701 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System/System.config'.
01-24 13:30:02.701 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> System[0x652b4278]: 2
Loaded assembly: System.dll [External]
01-24 13:30:02.701 D/Mono (27679): Assembly Ref addref System[0x652b4278] -> mscorlib[0x5d8f03e8]: 41
01-24 13:30:02.731 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> mscorlib[0x5d8f03e8]: 42
01-24 13:30:02.741 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> Xamarin.Android.Support.v7.AppCompat[0x63fba160]: 2
01-24 13:30:02.741 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x63fba160] -> Xamarin.Android.Support.Fragment[0x63fb6818]: 2
01-24 13:30:02.741 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Fragment[0x63fb6818] -> Xamarin.Android.Support.Compat[0x63fb11b0]: 2
01-24 13:30:02.741 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Fragment[0x63fb6818] -> Xamarin.Android.Arch.Lifecycle.Common[0x63fad870]: 2
01-24 13:30:02.741 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x63fba160] -> Xamarin.Android.Support.Core.Utils[0x63fb4b70]: 2
01-24 13:30:02.741 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x63fba160] -> Xamarin.Android.Support.Core.UI[0x63fb3cc0]: 2
01-24 13:30:02.741 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> Xamarin.Android.Support.Compat[0x63fb11b0]: 3
01-24 13:30:02.741 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> Xamarin.Android.Support.Core.UI[0x63fb3cc0]: 3
01-24 13:30:02.741 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> Xamarin.Android.Support.Design[0x63fb59b8]: 2
01-24 13:30:02.821 I/dalvikvm(27679): Could not find method android.widget.TextView.getAutoSizeMaxTextSize, referenced from method android.support.v7.widget.AppCompatTextView.getAutoSizeMaxTextSize
01-24 13:30:02.821 W/dalvikvm(27679): VFY: unable to resolve virtual method 22695: Landroid/widget/TextView;.getAutoSizeMaxTextSize ()I
01-24 13:30:02.821 D/dalvikvm(27679): VFY: replacing opcode 0x6f at 0x0006
01-24 13:30:02.821 I/dalvikvm(27679): Could not find method android.widget.TextView.getAutoSizeMinTextSize, referenced from method android.support.v7.widget.AppCompatTextView.getAutoSizeMinTextSize
01-24 13:30:02.821 W/dalvikvm(27679): VFY: unable to resolve virtual method 22696: Landroid/widget/TextView;.getAutoSizeMinTextSize ()I
01-24 13:30:02.821 D/dalvikvm(27679): VFY: replacing opcode 0x6f at 0x0006
01-24 13:30:02.821 I/dalvikvm(27679): Could not find method android.widget.TextView.getAutoSizeStepGranularity, referenced from method android.support.v7.widget.AppCompatTextView.getAutoSizeStepGranularity
01-24 13:30:02.821 W/dalvikvm(27679): VFY: unable to resolve virtual method 22697: Landroid/widget/TextView;.getAutoSizeStepGranularity ()I
01-24 13:30:02.821 D/dalvikvm(27679): VFY: replacing opcode 0x6f at 0x0006
01-24 13:30:02.821 I/dalvikvm(27679): Could not find method android.widget.TextView.getAutoSizeTextAvailableSizes, referenced from method android.support.v7.widget.AppCompatTextView.getAutoSizeTextAvailableSizes
01-24 13:30:02.821 W/dalvikvm(27679): VFY: unable to resolve virtual method 22698: Landroid/widget/TextView;.getAutoSizeTextAvailableSizes ()[I
01-24 13:30:02.821 D/dalvikvm(27679): VFY: replacing opcode 0x6f at 0x0006
01-24 13:30:02.821 I/dalvikvm(27679): Could not find method android.widget.TextView.getAutoSizeTextType, referenced from method android.support.v7.widget.AppCompatTextView.getAutoSizeTextType
01-24 13:30:02.821 W/dalvikvm(27679): VFY: unable to resolve virtual method 22699: Landroid/widget/TextView;.getAutoSizeTextType ()I
01-24 13:30:02.821 D/dalvikvm(27679): VFY: replacing opcode 0x6f at 0x0008
01-24 13:30:02.821 I/dalvikvm(27679): Could not find method android.widget.TextView.setAutoSizeTextTypeUniformWithConfiguration, referenced from method android.support.v7.widget.AppCompatTextView.setAutoSizeTextTypeUniformWithConfiguration
01-24 13:30:02.821 W/dalvikvm(27679): VFY: unable to resolve virtual method 22749: Landroid/widget/TextView;.setAutoSizeTextTypeUniformWithConfiguration (IIII)V
01-24 13:30:02.821 D/dalvikvm(27679): VFY: replacing opcode 0x6f at 0x0006
01-24 13:30:02.821 I/dalvikvm(27679): Could not find method android.widget.TextView.setAutoSizeTextTypeUniformWithPresetSizes, referenced from method android.support.v7.widget.AppCompatTextView.setAutoSizeTextTypeUniformWithPresetSizes
01-24 13:30:02.821 W/dalvikvm(27679): VFY: unable to resolve virtual method 22750: Landroid/widget/TextView;.setAutoSizeTextTypeUniformWithPresetSizes ([II)V
01-24 13:30:02.821 D/dalvikvm(27679): VFY: replacing opcode 0x6f at 0x0006
01-24 13:30:02.831 I/dalvikvm(27679): Could not find method android.widget.TextView.setAutoSizeTextTypeWithDefaults, referenced from method android.support.v7.widget.AppCompatTextView.setAutoSizeTextTypeWithDefaults
01-24 13:30:02.831 W/dalvikvm(27679): VFY: unable to resolve virtual method 22751: Landroid/widget/TextView;.setAutoSizeTextTypeWithDefaults (I)V
01-24 13:30:02.831 D/dalvikvm(27679): VFY: replacing opcode 0x6f at 0x0006
01-24 13:30:02.831 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0x63fba160] -> Xamarin.Android.Support.Compat[0x63fb11b0]: 4
01-24 13:30:02.831 I/dalvikvm(27679): Could not find method android.content.res.Resources.getDrawable, referenced from method android.support.v7.widget.ResourcesWrapper.getDrawable
01-24 13:30:02.831 W/dalvikvm(27679): VFY: unable to resolve virtual method 840: Landroid/content/res/Resources;.getDrawable (ILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;
01-24 13:30:02.831 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0002
01-24 13:30:02.831 I/dalvikvm(27679): Could not find method android.content.res.Resources.getDrawableForDensity, referenced from method android.support.v7.widget.ResourcesWrapper.getDrawableForDensity
01-24 13:30:02.831 W/dalvikvm(27679): VFY: unable to resolve virtual method 842: Landroid/content/res/Resources;.getDrawableForDensity (IILandroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;
01-24 13:30:02.831 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0002
01-24 13:30:02.851 I/dalvikvm(27679): Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method android.support.v7.widget.TintTypedArray.getChangingConfigurations
01-24 13:30:02.851 W/dalvikvm(27679): VFY: unable to resolve virtual method 877: Landroid/content/res/TypedArray;.getChangingConfigurations ()I
01-24 13:30:02.851 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0002
01-24 13:30:02.851 I/dalvikvm(27679): Could not find method android.content.res.TypedArray.getType, referenced from method android.support.v7.widget.TintTypedArray.getType
01-24 13:30:02.851 W/dalvikvm(27679): VFY: unable to resolve virtual method 899: Landroid/content/res/TypedArray;.getType (I)I
01-24 13:30:02.851 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0008
01-24 13:30:02.851 I/dalvikvm(27679): Could not find method android.widget.TextView.getAutoSizeStepGranularity, referenced from method android.support.v7.widget.AppCompatTextHelper.loadFromAttributes
01-24 13:30:02.851 W/dalvikvm(27679): VFY: unable to resolve virtual method 22697: Landroid/widget/TextView;.getAutoSizeStepGranularity ()I
01-24 13:30:02.851 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0197
01-24 13:30:02.861 I/dalvikvm(27679): Could not find method android.text.StaticLayout$Builder.obtain, referenced from method android.support.v7.widget.AppCompatTextViewAutoSizeHelper.createStaticLayoutForMeasuring
01-24 13:30:02.861 W/dalvikvm(27679): VFY: unable to resolve static method 20968: Landroid/text/StaticLayout$Builder;.obtain (Ljava/lang/CharSequence;IILandroid/text/TextPaint;I)Landroid/text/StaticLayout$Builder;
01-24 13:30:02.861 D/dalvikvm(27679): VFY: replacing opcode 0x71 at 0x0013
01-24 13:30:02.861 I/dalvikvm(27679): Could not find method android.content.Context.getColorStateList, referenced from method android.support.v7.content.res.AppCompatResources.getColorStateList
01-24 13:30:02.861 W/dalvikvm(27679): VFY: unable to resolve virtual method 636: Landroid/content/Context;.getColorStateList (I)Landroid/content/res/ColorStateList;
01-24 13:30:02.861 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 I/dalvikvm(27679): Could not find method android.content.Context.createDeviceProtectedStorageContext, referenced from method android.support.v4.content.ContextCompat.createDeviceProtectedStorageContext
01-24 13:30:02.871 W/dalvikvm(27679): VFY: unable to resolve virtual method 627: Landroid/content/Context;.createDeviceProtectedStorageContext ()Landroid/content/Context;
01-24 13:30:02.871 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 I/dalvikvm(27679): Could not find method android.content.Context.getCodeCacheDir, referenced from method android.support.v4.content.ContextCompat.getCodeCacheDir
01-24 13:30:02.871 W/dalvikvm(27679): VFY: unable to resolve virtual method 634: Landroid/content/Context;.getCodeCacheDir ()Ljava/io/File;
01-24 13:30:02.871 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 I/dalvikvm(27679): Could not find method android.content.Context.getColor, referenced from method android.support.v4.content.ContextCompat.getColor
01-24 13:30:02.871 W/dalvikvm(27679): VFY: unable to resolve virtual method 635: Landroid/content/Context;.getColor (I)I
01-24 13:30:02.871 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 I/dalvikvm(27679): Could not find method android.content.Context.getColorStateList, referenced from method android.support.v4.content.ContextCompat.getColorStateList
01-24 13:30:02.871 W/dalvikvm(27679): VFY: unable to resolve virtual method 636: Landroid/content/Context;.getColorStateList (I)Landroid/content/res/ColorStateList;
01-24 13:30:02.871 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 I/dalvikvm(27679): Could not find method android.content.Context.getDataDir, referenced from method android.support.v4.content.ContextCompat.getDataDir
01-24 13:30:02.871 W/dalvikvm(27679): VFY: unable to resolve virtual method 638: Landroid/content/Context;.getDataDir ()Ljava/io/File;
01-24 13:30:02.871 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 I/dalvikvm(27679): Could not find method android.content.Context.getDrawable, referenced from method android.support.v4.content.ContextCompat.getDrawable
01-24 13:30:02.871 W/dalvikvm(27679): VFY: unable to resolve virtual method 639: Landroid/content/Context;.getDrawable (I)Landroid/graphics/drawable/Drawable;
01-24 13:30:02.871 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 I/dalvikvm(27679): Could not find method android.content.Context.getExternalCacheDirs, referenced from method android.support.v4.content.ContextCompat.getExternalCacheDirs
01-24 13:30:02.871 W/dalvikvm(27679): VFY: unable to resolve virtual method 641: Landroid/content/Context;.getExternalCacheDirs ()[Ljava/io/File;
01-24 13:30:02.871 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 I/dalvikvm(27679): Could not find method android.content.Context.getExternalFilesDirs, referenced from method android.support.v4.content.ContextCompat.getExternalFilesDirs
01-24 13:30:02.871 W/dalvikvm(27679): VFY: unable to resolve virtual method 643: Landroid/content/Context;.getExternalFilesDirs (Ljava/lang/String;)[Ljava/io/File;
01-24 13:30:02.871 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 I/dalvikvm(27679): Could not find method android.content.Context.getNoBackupFilesDir, referenced from method android.support.v4.content.ContextCompat.getNoBackupFilesDir
01-24 13:30:02.871 W/dalvikvm(27679): VFY: unable to resolve virtual method 646: Landroid/content/Context;.getNoBackupFilesDir ()Ljava/io/File;
01-24 13:30:02.871 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 I/dalvikvm(27679): Could not find method android.content.Context.getObbDirs, referenced from method android.support.v4.content.ContextCompat.getObbDirs
01-24 13:30:02.871 W/dalvikvm(27679): VFY: unable to resolve virtual method 648: Landroid/content/Context;.getObbDirs ()[Ljava/io/File;
01-24 13:30:02.871 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 I/dalvikvm(27679): Could not find method android.content.Context.isDeviceProtectedStorage, referenced from method android.support.v4.content.ContextCompat.isDeviceProtectedStorage
01-24 13:30:02.871 W/dalvikvm(27679): VFY: unable to resolve virtual method 659: Landroid/content/Context;.isDeviceProtectedStorage ()Z
01-24 13:30:02.871 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 I/dalvikvm(27679): Could not find method android.content.Context.startForegroundService, referenced from method android.support.v4.content.ContextCompat.startForegroundService
01-24 13:30:02.871 W/dalvikvm(27679): VFY: unable to resolve virtual method 675: Landroid/content/Context;.startForegroundService (Landroid/content/Intent;)Landroid/content/ComponentName;
01-24 13:30:02.871 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:02.871 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:02.871 D/Mono (27679): Searching for 'java_interop_jnienv_get_object_array_element'.
01-24 13:30:02.871 D/Mono (27679): Probing 'java_interop_jnienv_get_object_array_element'.
01-24 13:30:02.871 D/Mono (27679): Found as 'java_interop_jnienv_get_object_array_element'.
01-24 13:30:02.911 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:02.911 D/Mono (27679): Searching for 'java_interop_jnienv_new_string'.
01-24 13:30:02.911 D/Mono (27679): Probing 'java_interop_jnienv_new_string'.
01-24 13:30:02.911 D/Mono (27679): Found as 'java_interop_jnienv_new_string'.
01-24 13:30:02.921 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:02.921 D/Mono (27679): Searching for 'java_interop_jnienv_call_nonvirtual_boolean_method_a'.
01-24 13:30:02.921 D/Mono (27679): Probing 'java_interop_jnienv_call_nonvirtual_boolean_method_a'.
01-24 13:30:02.921 D/Mono (27679): Found as 'java_interop_jnienv_call_nonvirtual_boolean_method_a'.
01-24 13:30:02.921 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:02.921 D/Mono (27679): Searching for 'java_interop_jnienv_call_nonvirtual_object_method_a'.
01-24 13:30:02.921 D/Mono (27679): Probing 'java_interop_jnienv_call_nonvirtual_object_method_a'.
01-24 13:30:02.921 D/Mono (27679): Found as 'java_interop_jnienv_call_nonvirtual_object_method_a'.
Thread started: #2
01-24 13:30:03.051 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:03.051 D/Mono (27679): Searching for 'java_interop_jnienv_call_void_method_a'.
01-24 13:30:03.051 D/Mono (27679): Probing 'java_interop_jnienv_call_void_method_a'.
01-24 13:30:03.051 D/Mono (27679): Found as 'java_interop_jnienv_call_void_method_a'.
01-24 13:30:03.091 D/Mono (27679): Image addref System.Xml[0x654b5c20] -> System.Xml.dll[0x654b87f0]: 2
01-24 13:30:03.091 D/Mono (27679): Prepared to set up assembly 'System.Xml' (System.Xml.dll)
01-24 13:30:03.101 D/Mono (27679): Assembly System.Xml[0x654b5c20] added to domain RootDomain, ref_count=1
01-24 13:30:03.101 D/Mono (27679): AOT: image 'System.Xml.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Xml.dll.so" not found
01-24 13:30:03.101 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Xml.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Xml.dll.so" not found
01-24 13:30:03.101 D/Mono (27679): Config attempting to parse: 'System.Xml.dll.config'.
01-24 13:30:03.101 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Xml/System.Xml.config'.
01-24 13:30:03.101 D/Mono (27679): Assembly Ref addref Mono.Android[0x63fc2258] -> System.Xml[0x654b5c20]: 2
01-24 13:30:03.101 D/Mono (27679): Assembly Ref addref System.Xml[0x654b5c20] -> mscorlib[0x5d8f03e8]: 43
Loaded assembly: System.Xml.dll [External]
01-24 13:30:03.121 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:03.121 D/Mono (27679): Searching for 'java_interop_jnienv_get_field_id'.
01-24 13:30:03.121 D/Mono (27679): Probing 'java_interop_jnienv_get_field_id'.
01-24 13:30:03.121 D/Mono (27679): Found as 'java_interop_jnienv_get_field_id'.
01-24 13:30:03.121 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:03.121 D/Mono (27679): Searching for 'java_interop_jnienv_get_int_field'.
01-24 13:30:03.121 D/Mono (27679): Probing 'java_interop_jnienv_get_int_field'.
01-24 13:30:03.121 D/Mono (27679): Found as 'java_interop_jnienv_get_int_field'.
01-24 13:30:03.141 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:03.141 D/Mono (27679): Searching for 'java_interop_jnienv_get_static_field_id'.
01-24 13:30:03.151 D/Mono (27679): Probing 'java_interop_jnienv_get_static_field_id'.
01-24 13:30:03.151 D/Mono (27679): Found as 'java_interop_jnienv_get_static_field_id'.
01-24 13:30:03.151 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:03.151 D/Mono (27679): Searching for 'java_interop_jnienv_get_static_object_field'.
01-24 13:30:03.151 D/Mono (27679): Probing 'java_interop_jnienv_get_static_object_field'.
01-24 13:30:03.151 D/Mono (27679): Found as 'java_interop_jnienv_get_static_object_field'.
01-24 13:30:03.161 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:03.161 D/Mono (27679): Searching for 'java_interop_jnienv_new_local_ref'.
01-24 13:30:03.161 D/Mono (27679): Probing 'java_interop_jnienv_new_local_ref'.
01-24 13:30:03.161 D/Mono (27679): Found as 'java_interop_jnienv_new_local_ref'.
01-24 13:30:03.321 D/libEGL (27679): loaded /vendor/lib/egl/libEGL_adreno.so
01-24 13:30:03.321 D/libEGL (27679): loaded /vendor/lib/egl/libGLESv1_CM_adreno.so
01-24 13:30:03.341 D/libEGL (27679): loaded /vendor/lib/egl/libGLESv2_adreno.so
01-24 13:30:03.341 I/Adreno-EGL(27679): <qeglDrvAPI_eglInitialize:381>: EGL 1.4 QUALCOMM build: ()
01-24 13:30:03.341 I/Adreno-EGL(27679): OpenGL ES Shader Compiler Version: 20.00.08
01-24 13:30:03.341 I/Adreno-EGL(27679): Build Date: 03/04/14 Tue
01-24 13:30:03.341 I/Adreno-EGL(27679): Local Branch:
01-24 13:30:03.341 I/Adreno-EGL(27679): Remote Branch:
01-24 13:30:03.341 I/Adreno-EGL(27679): Local Patches:
01-24 13:30:03.341 I/Adreno-EGL(27679): Reconstruct Branch:
01-24 13:30:03.381 D/OpenGLRenderer(27679): Enabling debug mode 0
Thread started: <Thread Pool> #3
Thread started: <Thread Pool> #4
Thread started: <Thread Pool> #5
Thread started: <Thread Pool> #6
01-24 13:30:04.171 D/Mono (27679): DllImport attempting to load: '__Internal'.
01-24 13:30:04.171 D/Mono (27679): DllImport loaded library '(null)'.
01-24 13:30:04.171 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:04.171 D/Mono (27679): Searching for 'monodroid_get_system_property'.
01-24 13:30:04.171 D/Mono (27679): Probing 'monodroid_get_system_property'.
01-24 13:30:04.171 D/Mono (27679): Found as 'monodroid_get_system_property'.
01-24 13:30:04.171 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:04.171 D/Mono (27679): Searching for 'monodroid_free'.
01-24 13:30:04.171 D/Mono (27679): Probing 'monodroid_free'.
01-24 13:30:04.171 D/Mono (27679): Found as 'monodroid_free'.
01-24 13:30:09.131 I/dalvikvm(27679): Could not find method android.view.Window$Callback.onPointerCaptureChanged, referenced from method android.support.v7.view.WindowCallbackWrapper.onPointerCaptureChanged
01-24 13:30:09.131 W/dalvikvm(27679): VFY: unable to resolve interface method 21789: Landroid/view/Window$Callback;.onPointerCaptureChanged (Z)V
01-24 13:30:09.131 D/dalvikvm(27679): VFY: replacing opcode 0x72 at 0x0002
01-24 13:30:09.131 I/dalvikvm(27679): Could not find method android.view.Window$Callback.onProvideKeyboardShortcuts, referenced from method android.support.v7.view.WindowCallbackWrapper.onProvideKeyboardShortcuts
01-24 13:30:09.131 W/dalvikvm(27679): VFY: unable to resolve interface method 21791: Landroid/view/Window$Callback;.onProvideKeyboardShortcuts (Ljava/util/List;Landroid/view/Menu;I)V
01-24 13:30:09.131 D/dalvikvm(27679): VFY: replacing opcode 0x72 at 0x0002
01-24 13:30:09.131 W/dalvikvm(27679): VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;)
01-24 13:30:09.131 I/dalvikvm(27679): Could not find method android.view.Window$Callback.onSearchRequested, referenced from method android.support.v7.view.WindowCallbackWrapper.onSearchRequested
01-24 13:30:09.131 W/dalvikvm(27679): VFY: unable to resolve interface method 21793: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z
01-24 13:30:09.131 D/dalvikvm(27679): VFY: replacing opcode 0x72 at 0x0002
01-24 13:30:09.131 I/dalvikvm(27679): Could not find method android.view.Window$Callback.onWindowStartingActionMode, referenced from method android.support.v7.view.WindowCallbackWrapper.onWindowStartingActionMode
01-24 13:30:09.131 W/dalvikvm(27679): VFY: unable to resolve interface method 21797: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
01-24 13:30:09.131 D/dalvikvm(27679): VFY: replacing opcode 0x72 at 0x0002
01-24 13:30:09.171 I/AppCompatViewInflater(27679): app:theme is now deprecated. Please move to using android:theme instead.
01-24 13:30:09.191 W/dalvikvm(27679): VFY: unable to find class referenced in signature (Landroid/graphics/drawable/Icon;)
01-24 13:30:09.191 I/dalvikvm(27679): Could not find method android.widget.ImageView.setImageIcon, referenced from method android.support.v7.widget.AppCompatImageView.setImageIcon
01-24 13:30:09.191 W/dalvikvm(27679): VFY: unable to resolve virtual method 22394: Landroid/widget/ImageView;.setImageIcon (Landroid/graphics/drawable/Icon;)V
01-24 13:30:09.191 D/dalvikvm(27679): VFY: replacing opcode 0x6f at 0x0000
01-24 13:30:09.191 E/dalvikvm(27679): Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method android.support.v7.widget.AppCompatImageHelper.hasOverlappingRendering
01-24 13:30:09.191 W/dalvikvm(27679): VFY: unable to resolve instanceof 269 (Landroid/graphics/drawable/RippleDrawable;) in Landroid/support/v7/widget/AppCompatImageHelper;
01-24 13:30:09.191 D/dalvikvm(27679): VFY: replacing opcode 0x20 at 0x000c
01-24 13:30:09.201 I/dalvikvm(27679): Failed resolving Landroid/support/v4/widget/DrawerLayout$1; interface 2742 'Landroid/view/View$OnApplyWindowInsetsListener;'
01-24 13:30:09.201 W/dalvikvm(27679): Link of class 'Landroid/support/v4/widget/DrawerLayout$1;' failed
01-24 13:30:09.201 E/dalvikvm(27679): Could not find class 'android.support.v4.widget.DrawerLayout$1', referenced from method android.support.v4.widget.DrawerLayout.<init>
01-24 13:30:09.201 W/dalvikvm(27679): VFY: unable to resolve new-instance 1952 (Landroid/support/v4/widget/DrawerLayout$1;) in Landroid/support/v4/widget/DrawerLayout;
01-24 13:30:09.201 D/dalvikvm(27679): VFY: replacing opcode 0x22 at 0x00a8
01-24 13:30:09.201 E/dalvikvm(27679): Could not find class 'android.view.WindowInsets', referenced from method android.support.v4.widget.DrawerLayout.onDraw
01-24 13:30:09.201 W/dalvikvm(27679): VFY: unable to resolve check-cast 2788 (Landroid/view/WindowInsets;) in Landroid/support/v4/widget/DrawerLayout;
01-24 13:30:09.201 D/dalvikvm(27679): VFY: replacing opcode 0x1f at 0x0018
01-24 13:30:09.201 E/dalvikvm(27679): Could not find class 'android.view.WindowInsets', referenced from method android.support.v4.widget.DrawerLayout.onMeasure
01-24 13:30:09.201 W/dalvikvm(27679): VFY: unable to resolve check-cast 2788 (Landroid/view/WindowInsets;) in Landroid/support/v4/widget/DrawerLayout;
01-24 13:30:09.201 D/dalvikvm(27679): VFY: replacing opcode 0x1f at 0x00bd
01-24 13:30:09.201 E/dalvikvm(27679): Could not find class 'android.view.WindowInsets', referenced from method android.support.v4.widget.DrawerLayout.onMeasure
01-24 13:30:09.201 W/dalvikvm(27679): VFY: unable to resolve check-cast 2788 (Landroid/view/WindowInsets;) in Landroid/support/v4/widget/DrawerLayout;
01-24 13:30:09.201 D/dalvikvm(27679): VFY: replacing opcode 0x1f at 0x0152
01-24 13:30:09.211 I/dalvikvm(27679): Failed resolving Landroid/support/v4/widget/DrawerLayout$1; interface 2742 'Landroid/view/View$OnApplyWindowInsetsListener;'
01-24 13:30:09.211 W/dalvikvm(27679): Link of class 'Landroid/support/v4/widget/DrawerLayout$1;' failed
01-24 13:30:09.211 D/dalvikvm(27679): DexOpt: unable to opt direct call 0x3403 at 0xaa in Landroid/support/v4/widget/DrawerLayout;.<init>
01-24 13:30:09.231 D/dalvikvm(27679): GC_CONCURRENT freed 3765K, 37% free 6906K/10936K, paused 2ms+3ms, total 16ms
01-24 13:30:09.231 D/dalvikvm(27679): WAIT_FOR_CONCURRENT_GC blocked 11ms
01-24 13:30:09.301 W/dalvikvm(27679): VFY: unable to find class referenced in signature (Landroid/graphics/drawable/Icon;)
01-24 13:30:09.301 I/dalvikvm(27679): Could not find method android.widget.ImageButton.setImageIcon, referenced from method android.support.v7.widget.AppCompatImageButton.setImageIcon
01-24 13:30:09.301 W/dalvikvm(27679): VFY: unable to resolve virtual method 22344: Landroid/widget/ImageButton;.setImageIcon (Landroid/graphics/drawable/Icon;)V
01-24 13:30:09.301 D/dalvikvm(27679): VFY: replacing opcode 0x6f at 0x0000
01-24 13:30:09.321 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:09.321 D/Mono (27679): Searching for 'java_interop_jnienv_call_nonvirtual_object_method'.
01-24 13:30:09.321 D/Mono (27679): Probing 'java_interop_jnienv_call_nonvirtual_object_method'.
01-24 13:30:09.321 D/Mono (27679): Found as 'java_interop_jnienv_call_nonvirtual_object_method'.
01-24 13:30:09.331 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> System.Core[0x65137da0]: 4
01-24 13:30:09.371 D/Mono (27679): Image addref System.Web.Services[0x678184c0] -> System.Web.Services.dll[0x67818dd0]: 2
01-24 13:30:09.371 D/Mono (27679): Prepared to set up assembly 'System.Web.Services' (System.Web.Services.dll)
01-24 13:30:09.371 D/Mono (27679): Assembly System.Web.Services[0x678184c0] added to domain RootDomain, ref_count=1
01-24 13:30:09.371 D/Mono (27679): AOT: image 'System.Web.Services.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Web.Services.dll.so" not found
01-24 13:30:09.371 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Web.Services.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Web.Services.dll.so" not found
01-24 13:30:09.371 D/Mono (27679): Config attempting to parse: 'System.Web.Services.dll.config'.
01-24 13:30:09.371 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Web.Services/System.Web.Services.config'.
01-24 13:30:09.371 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> System.Web.Services[0x678184c0]: 2
01-24 13:30:09.371 D/Mono (27679): Assembly Ref addref System.Web.Services[0x678184c0] -> System[0x652b4278]: 3
Loaded assembly: System.Web.Services.dll [External]
01-24 13:30:09.411 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:09.411 D/Mono (27679): Searching for 'java_interop_jnienv_call_int_method_a'.
01-24 13:30:09.411 D/Mono (27679): Probing 'java_interop_jnienv_call_int_method_a'.
01-24 13:30:09.411 D/Mono (27679): Found as 'java_interop_jnienv_call_int_method_a'.
01-24 13:30:09.791 D/Mono (27679): Assembly Ref addref System.Web.Services[0x678184c0] -> mscorlib[0x5d8f03e8]: 44
01-24 13:30:09.801 D/Mono (27679): Assembly Ref addref System.Web.Services[0x678184c0] -> System.Xml[0x654b5c20]: 3
Thread started: <Thread Pool> #7
Thread started: <Thread Pool> #8
01-24 13:30:10.001 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> Xamarin.Android.Support.Fragment[0x63fb6818]: 3
01-24 13:30:10.001 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Fragment[0x63fb6818] -> Xamarin.Android.Support.Core.UI[0x63fb3cc0]: 4
01-24 13:30:10.001 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> Xamarin.Android.Support.v7.RecyclerView[0x63fbbe00]: 2
01-24 13:30:10.001 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.v7.RecyclerView[0x63fbbe00] -> Xamarin.Android.Support.Compat[0x63fb11b0]: 5
01-24 13:30:10.001 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> Xamarin.Android.Support.Constraint.Layout[0x63fb2020]: 2
01-24 13:30:10.001 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> Xamarin.Android.Support.v7.CardView[0x63fbafb0]: 2
01-24 13:30:10.011 D/Mono (27679): Assembly Ref addref Xamarin.Android.Support.Design[0x63fb59b8] -> Xamarin.Android.Support.Core.UI[0x63fb3cc0]: 5
Thread started: <Thread Pool> #9
Thread started: <Thread Pool> #10
01-24 13:30:10.091 D/Mono (27679): Assembly Ref addref System.Xml[0x654b5c20] -> System[0x652b4278]: 4
01-24 13:30:10.161 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:10.161 D/Mono (27679): Searching for 'java_interop_jnienv_call_short_method_a'.
01-24 13:30:10.161 D/Mono (27679): Probing 'java_interop_jnienv_call_short_method_a'.
01-24 13:30:10.161 D/Mono (27679): Found as 'java_interop_jnienv_call_short_method_a'.
01-24 13:30:10.171 I/dalvikvm(27679): Could not find method android.view.PointerIcon.create, referenced from method android.support.v4.view.PointerIconCompat.create
01-24 13:30:10.171 W/dalvikvm(27679): VFY: unable to resolve static method 21275: Landroid/view/PointerIcon;.create (Landroid/graphics/Bitmap;FF)Landroid/view/PointerIcon;
01-24 13:30:10.171 D/dalvikvm(27679): VFY: replacing opcode 0x71 at 0x0008
01-24 13:30:10.171 I/dalvikvm(27679): Could not find method android.view.PointerIcon.load, referenced from method android.support.v4.view.PointerIconCompat.load
01-24 13:30:10.171 W/dalvikvm(27679): VFY: unable to resolve static method 21277: Landroid/view/PointerIcon;.load (Landroid/content/res/Resources;I)Landroid/view/PointerIcon;
01-24 13:30:10.171 D/dalvikvm(27679): VFY: replacing opcode 0x71 at 0x0008
01-24 13:30:10.231 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:10.231 D/Mono (27679): Searching for 'java_interop_jnienv_call_int_method'.
01-24 13:30:10.231 D/Mono (27679): Probing 'java_interop_jnienv_call_int_method'.
01-24 13:30:10.231 D/Mono (27679): Found as 'java_interop_jnienv_call_int_method'.
01-24 13:30:10.461 D/dalvikvm(27679): GC_CONCURRENT freed 1625K, 34% free 7218K/10936K, paused 2ms+2ms, total 22ms
01-24 13:30:10.601 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> System.Xml[0x654b5c20]: 4
01-24 13:30:10.811 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:10.811 D/Mono (27679): Searching for 'java_interop_jnienv_call_static_int_method_a'.
01-24 13:30:10.811 D/Mono (27679): Probing 'java_interop_jnienv_call_static_int_method_a'.
01-24 13:30:10.811 D/Mono (27679): Found as 'java_interop_jnienv_call_static_int_method_a'.
01-24 13:30:10.861 D/LocationManager(27679): GPS_DEBUG_REG requestLocationUpdates: packageName=npacc.npacc, providerName=network, listener=npacc.npacc.npacc.MainActivity@41ffcec8
01-24 13:30:10.871 D/LocationManager(27679): GPS_DEBUG_REG requestLocationUpdates: packageName=npacc.npacc, providerName=network, listener=npacc.npacc.npacc.MainActivity@41ffcec8
Thread started: #11
Thread finished: #11
01-24 13:30:10.961 D/skia (27679): new locale
Thread started: <Thread Pool> #12
Thread started: <Thread Pool> #13
01-24 13:30:11.091 I/dalvikvm(27679): Could not find method android.view.ViewConfiguration.getScaledHorizontalScrollFactor, referenced from method android.support.v4.view.ViewConfigurationCompat.getScaledHorizontalScrollFactor
The thread 0xb has exited with code 0 (0x0).
01-24 13:30:11.091 W/dalvikvm(27679): VFY: unable to resolve virtual method 21577: Landroid/view/ViewConfiguration;.getScaledHorizontalScrollFactor ()F
01-24 13:30:11.091 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:11.091 I/dalvikvm(27679): Could not find method android.view.ViewConfiguration.getScaledVerticalScrollFactor, referenced from method android.support.v4.view.ViewConfigurationCompat.getScaledVerticalScrollFactor
01-24 13:30:11.091 W/dalvikvm(27679): VFY: unable to resolve virtual method 21582: Landroid/view/ViewConfiguration;.getScaledVerticalScrollFactor ()F
01-24 13:30:11.091 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:11.141 D/Mono (27679): Image addref Mono.Security[0x6835d5e8] -> Mono.Security.dll[0x6835cc78]: 2
01-24 13:30:11.141 D/Mono (27679): Prepared to set up assembly 'Mono.Security' (Mono.Security.dll)
01-24 13:30:11.141 D/Mono (27679): Assembly Mono.Security[0x6835d5e8] added to domain RootDomain, ref_count=1
01-24 13:30:11.141 D/Mono (27679): AOT: image 'Mono.Security.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Mono.Security.dll.so" not found
01-24 13:30:11.141 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/Mono.Security.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-Mono.Security.dll.so" not found
01-24 13:30:11.141 D/Mono (27679): Config attempting to parse: 'Mono.Security.dll.config'.
01-24 13:30:11.141 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/Mono.Security/Mono.Security.config'.
01-24 13:30:11.141 D/Mono (27679): Assembly Ref addref System[0x652b4278] -> Mono.Security[0x6835d5e8]: 2
01-24 13:30:11.141 D/Mono (27679): Assembly Ref addref Mono.Security[0x6835d5e8] -> mscorlib[0x5d8f03e8]: 45Loaded assembly: Mono.Security.dll [External]
01-24 13:30:11.221 D/Mono (27679): Assembly Ref addref Mono.Android[0x63fc2258] -> System[0x652b4278]: 5
01-24 13:30:11.451 D/dalvikvm(27679): GC_CONCURRENT freed 1196K, 28% free 7967K/10936K, paused 3ms+3ms, total 19ms
01-24 13:30:11.991 I/Choreographer(27679): Skipped 61 frames! The application may be doing too much work on its main thread.
01-24 13:30:12.001 D/dalvikvm(27679): GC_CONCURRENT freed 1115K, 20% free 8793K/10936K, paused 3ms+3ms, total 22ms
01-24 13:30:12.071 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:12.071 D/Mono (27679): Searching for 'java_interop_jnienv_call_double_method_a'.
01-24 13:30:12.071 D/Mono (27679): Probing 'java_interop_jnienv_call_double_method_a'.
01-24 13:30:12.071 D/Mono (27679): Found as 'java_interop_jnienv_call_double_method_a'.
01-24 13:30:12.091 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:12.091 D/Mono (27679): Searching for 'java_interop_jnienv_call_float_method_a'.
01-24 13:30:12.091 D/Mono (27679): Probing 'java_interop_jnienv_call_float_method_a'.
01-24 13:30:12.091 D/Mono (27679): Found as 'java_interop_jnienv_call_float_method_a'.
01-24 13:30:12.101 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:12.101 D/Mono (27679): Searching for 'java_interop_jnienv_call_long_method_a'.
01-24 13:30:12.101 D/Mono (27679): Probing 'java_interop_jnienv_call_long_method_a'.
01-24 13:30:12.101 D/Mono (27679): Found as 'java_interop_jnienv_call_long_method_a'.
Thread started: <Thread Pool> #14
Thread started: <Thread Pool> #15
Thread started: <Thread Pool> #16
Thread started: <Thread Pool> #17
01-24 13:30:13.581 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:13.581 D/Mono (27679): Searching for 'java_interop_jnienv_call_nonvirtual_int_method_a'.
01-24 13:30:13.581 D/Mono (27679): Probing 'java_interop_jnienv_call_nonvirtual_int_method_a'.
01-24 13:30:13.581 D/Mono (27679): Found as 'java_interop_jnienv_call_nonvirtual_int_method_a'.
Thread started: <Thread Pool> #18
Thread started: <Thread Pool> #19
Thread started: <Thread Pool> #20
01-24 13:30:16.641 D/Mono (27679): DllImport attempting to load: '__Internal'.
01-24 13:30:16.641 D/Mono (27679): DllImport loaded library '(null)'.
01-24 13:30:16.641 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:16.641 D/Mono (27679): Searching for 'CreateZStream'.
01-24 13:30:16.641 D/Mono (27679): Probing 'CreateZStream'.
01-24 13:30:16.641 D/Mono (27679): Found as 'CreateZStream'.
01-24 13:30:16.751 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:16.751 D/Mono (27679): Searching for 'ReadZStream'.
01-24 13:30:16.751 D/Mono (27679): Probing 'ReadZStream'.
01-24 13:30:16.751 D/Mono (27679): Found as 'ReadZStream'.
01-24 13:30:16.921 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:16.921 D/Mono (27679): Searching for 'CloseZStream'.
01-24 13:30:16.921 D/Mono (27679): Probing 'CloseZStream'.
01-24 13:30:16.921 D/Mono (27679): Found as 'CloseZStream'.
01-24 13:30:17.571 D/Mono (27679): DllImport searching in: '__Internal' ('(null)').
01-24 13:30:17.571 D/Mono (27679): Searching for 'java_interop_jnienv_call_boolean_method_a'.
01-24 13:30:17.571 D/Mono (27679): Probing 'java_interop_jnienv_call_boolean_method_a'.
01-24 13:30:17.571 D/Mono (27679): Found as 'java_interop_jnienv_call_boolean_method_a'.
01-24 13:30:17.701 D/Mono (27679): Assembly Ref addref NPACC[0x63f3f440] -> Newtonsoft.Json[0x63fa8290]: 2
01-24 13:30:17.701 D/Mono (27679): Unloading image System.Runtime.dll [0x66a94e30].
01-24 13:30:17.701 D/Mono (27679): Image addref System.Runtime[0x652705c8] -> System.Runtime.dll[0x63fe2a88]: 5
01-24 13:30:17.701 D/Mono (27679): Config attempting to parse: 'System.Runtime.dll.config'.
01-24 13:30:17.701 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime/System.Runtime.config'.
01-24 13:30:17.701 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Runtime[0x63fe3758]: 3
01-24 13:30:17.711 D/Mono (27679): Image addref System.Resources.ResourceManager[0x66a95cc0] -> System.Resources.ResourceManager.dll[0x66a94e30]: 2
01-24 13:30:17.711 D/Mono (27679): Prepared to set up assembly 'System.Resources.ResourceManager' (System.Resources.ResourceManager.dll)
01-24 13:30:17.711 D/Mono (27679): Assembly System.Resources.ResourceManager[0x66a95cc0] added to domain RootDomain, ref_count=1
01-24 13:30:17.711 D/Mono (27679): AOT: image 'System.Resources.ResourceManager.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Resources.ResourceManager.dll.so" not found
01-24 13:30:17.711 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Resources.ResourceManager.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Resources.ResourceManager.dll.so" not found
01-24 13:30:17.721 D/Mono (27679): Config attempting to parse: 'System.Resources.ResourceManager.dll.config'.
01-24 13:30:17.721 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Resources.ResourceManager/System.Resources.ResourceManager.config'.
01-24 13:30:17.721 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Resources.ResourceManager[0x66a95cc0]: 2
01-24 13:30:17.721 D/Mono (27679): Assembly Ref addref System.Resources.ResourceManager[0x66a95cc0] -> mscorlib[0x5d8f03e8]: 46
Loaded assembly: System.Resources.ResourceManager.dll [External]
01-24 13:30:17.751 D/Mono (27679): Image addref System.Runtime.Serialization.Primitives[0x66a9b700] -> System.Runtime.Serialization.Primitives.dll[0x66abe9a8]: 2
01-24 13:30:17.751 D/Mono (27679): Prepared to set up assembly 'System.Runtime.Serialization.Primitives' (System.Runtime.Serialization.Primitives.dll)
01-24 13:30:17.751 D/Mono (27679): Assembly System.Runtime.Serialization.Primitives[0x66a9b700] added to domain RootDomain, ref_count=1
01-24 13:30:17.751 D/Mono (27679): AOT: image 'System.Runtime.Serialization.Primitives.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.Serialization.Primitives.dll.so" not found
01-24 13:30:17.751 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Runtime.Serialization.Primitives.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.Serialization.Primitives.dll.so" not found
01-24 13:30:17.761 D/Mono (27679): Config attempting to parse: 'System.Runtime.Serialization.Primitives.dll.config'.
01-24 13:30:17.761 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.Serialization.Primitives/System.Runtime.Serialization.Primitives.config'.
01-24 13:30:17.761 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Runtime.Serialization.Primitives[0x66a9b700]: 2
01-24 13:30:17.761 D/Mono (27679): Assembly Ref addref System.Runtime.Serialization.Primitives[0x66a9b700] -> mscorlib[0x5d8f03e8]: 47
01-24 13:30:17.771 D/Mono (27679): Image addref System.Globalization[0x66a9bb38] -> System.Globalization.dll[0x669f5350]: 2
01-24 13:30:17.771 D/Mono (27679): Prepared to set up assembly 'System.Globalization' (System.Globalization.dll)
Loaded assembly: System.Runtime.Serialization.Primitives.dll [External]
01-24 13:30:17.771 D/Mono (27679): Assembly System.Globalization[0x66a9bb38] added to domain RootDomain, ref_count=1
01-24 13:30:17.771 D/Mono (27679): AOT: image 'System.Globalization.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Globalization.dll.so" not found
01-24 13:30:17.771 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Globalization.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Globalization.dll.so" not found
01-24 13:30:17.771 D/Mono (27679): Config attempting to parse: 'System.Globalization.dll.config'.
01-24 13:30:17.771 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Globalization/System.Globalization.config'.
01-24 13:30:17.771 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Globalization[0x66a9bb38]: 2
01-24 13:30:17.771 D/Mono (27679): Assembly Ref addref System.Globalization[0x66a9bb38] -> mscorlib[0x5d8f03e8]: 48
01-24 13:30:17.771 D/Mono (27679): Image addref System.IO[0x66abc640] -> System.IO.dll[0x66abbeb0]: 2
01-24 13:30:17.771 D/Mono (27679): Prepared to set up assembly 'System.IO' (System.IO.dll)Loaded assembly: System.Globalization.dll [External]
01-24 13:30:17.771 D/Mono (27679): Assembly System.IO[0x66abc640] added to domain RootDomain, ref_count=1
01-24 13:30:17.771 D/Mono (27679): AOT: image 'System.IO.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.IO.dll.so" not found
01-24 13:30:17.771 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.IO.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.IO.dll.so" not found
01-24 13:30:17.781 D/Mono (27679): Config attempting to parse: 'System.IO.dll.config'.
01-24 13:30:17.781 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.IO/System.IO.config'.
01-24 13:30:17.781 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.IO[0x66abc640]: 2
01-24 13:30:17.781 D/Mono (27679): Assembly Ref addref System.IO[0x66abc640] -> mscorlib[0x5d8f03e8]: 49
01-24 13:30:17.781 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Collections[0x6507d5a0]: 3Loaded assembly: System.IO.dll [External]
01-24 13:30:17.781 D/Mono (27679): Image addref System.Threading.Tasks[0x66acd5b8] -> System.Threading.Tasks.dll[0x66abd820]: 2
01-24 13:30:17.781 D/Mono (27679): Prepared to set up assembly 'System.Threading.Tasks' (System.Threading.Tasks.dll)
01-24 13:30:17.781 D/Mono (27679): Assembly System.Threading.Tasks[0x66acd5b8] added to domain RootDomain, ref_count=1
01-24 13:30:17.781 D/Mono (27679): AOT: image 'System.Threading.Tasks.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Threading.Tasks.dll.so" not found
01-24 13:30:17.781 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Threading.Tasks.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Threading.Tasks.dll.so" not found
01-24 13:30:17.781 D/Mono (27679): Config attempting to parse: 'System.Threading.Tasks.dll.config'.
01-24 13:30:17.781 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Threading.Tasks/System.Threading.Tasks.config'.
01-24 13:30:17.781 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Threading.Tasks[0x66acd5b8]: 2
01-24 13:30:17.781 D/Mono (27679): Assembly Ref addref System.Threading.Tasks[0x66acd5b8] -> mscorlib[0x5d8f03e8]: 50
Loaded assembly: System.Threading.Tasks.dll [External]
01-24 13:30:17.831 D/Mono (27679): Unloading image System.Runtime.Extensions.dll [0x688abce8].
01-24 13:30:17.831 D/Mono (27679): Image addref System.Runtime.Extensions[0x688ac678] -> System.Runtime.Extensions.dll[0x65134580]: 5
01-24 13:30:17.831 D/Mono (27679): Config attempting to parse: 'System.Runtime.Extensions.dll.config'.
01-24 13:30:17.831 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.Extensions/System.Runtime.Extensions.config'.
01-24 13:30:17.831 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Runtime.Extensions[0x65135370]: 3
01-24 13:30:17.891 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Threading[0x6501e708]: 3
01-24 13:30:17.901 D/Mono (27679): Image addref System.Dynamic.Runtime[0x66e92808] -> System.Dynamic.Runtime.dll[0x66e8c978]: 2
01-24 13:30:17.901 D/Mono (27679): Prepared to set up assembly 'System.Dynamic.Runtime' (System.Dynamic.Runtime.dll)
01-24 13:30:17.901 D/Mono (27679): Assembly System.Dynamic.Runtime[0x66e92808] added to domain RootDomain, ref_count=1
01-24 13:30:17.901 D/Mono (27679): AOT: image 'System.Dynamic.Runtime.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Dynamic.Runtime.dll.so" not found
01-24 13:30:17.901 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Dynamic.Runtime.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Dynamic.Runtime.dll.so" not found
01-24 13:30:17.901 D/Mono (27679): Config attempting to parse: 'System.Dynamic.Runtime.dll.config'.
01-24 13:30:17.901 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Dynamic.Runtime/System.Dynamic.Runtime.config'.
01-24 13:30:17.901 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Dynamic.Runtime[0x66e92808]: 2
01-24 13:30:17.901 D/Mono (27679): Assembly Ref addref System.Dynamic.Runtime[0x66e92808] -> System.Core[0x65137da0]: 5
01-24 13:30:17.911 D/Mono (27679): Image addref System.ObjectModel[0x66ea0330] -> System.ObjectModel.dll[0x66e9a7c8]: 2
01-24 13:30:17.911 D/Mono (27679): Prepared to set up assembly 'System.ObjectModel' (System.ObjectModel.dll)
01-24 13:30:17.911 D/Mono (27679): Assembly System.ObjectModel[0x66ea0330] added to domain RootDomain, ref_count=1
01-24 13:30:17.911 D/Mono (27679): AOT: image 'System.ObjectModel.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.ObjectModel.dll.so" not found
01-24 13:30:17.911 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.ObjectModel.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.ObjectModel.dll.so" not found
01-24 13:30:17.911 D/Mono (27679): Config attempting to parse: 'System.ObjectModel.dll.config'.
01-24 13:30:17.911 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.ObjectModel/System.ObjectModel.config'.
01-24 13:30:17.911 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.ObjectModel[0x66ea0330]: 2
Loaded assembly: System.Dynamic.Runtime.dll [External]01-24 13:30:17.911 D/Mono (27679): Assembly Ref addref System.ObjectModel[0x66ea0330] -> System[0x652b4278]: 6
01-24 13:30:17.921 D/Mono (27679): Image addref System.Runtime.Serialization.Formatters[0x66e9a4b0] -> System.Runtime.Serialization.Formatters.dll[0x66ea6960]: 2
01-24 13:30:17.921 D/Mono (27679): Prepared to set up assembly 'System.Runtime.Serialization.Formatters' (System.Runtime.Serialization.Formatters.dll)
01-24 13:30:17.921 D/Mono (27679): Assembly System.Runtime.Serialization.Formatters[0x66e9a4b0] added to domain RootDomain, ref_count=1
01-24 13:30:17.921 D/Mono (27679): AOT: image 'System.Runtime.Serialization.Formatters.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.Serialization.Formatters.dll.so" not found
Loaded assembly: System.ObjectModel.dll [External]01-24 13:30:17.921 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Runtime.Serialization.Formatters.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.Serialization.Formatters.dll.so" not found
01-24 13:30:17.921 D/Mono (27679): Config attempting to parse: 'System.Runtime.Serialization.Formatters.dll.config'.
01-24 13:30:17.921 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.Serialization.Formatters/System.Runtime.Serialization.Formatters.config'.
01-24 13:30:17.921 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Runtime.Serialization.Formatters[0x66e9a4b0]: 2
01-24 13:30:17.921 D/Mono (27679): Assembly Ref addref System.Runtime.Serialization.Formatters[0x66e9a4b0] -> mscorlib[0x5d8f03e8]: 51
Loaded assembly: System.Runtime.Serialization.Formatters.dll [External]
01-24 13:30:17.971 D/Mono (27679): Image addref System.Runtime.Numerics[0x689df5f8] -> System.Runtime.Numerics.dll[0x66eb8450]: 2
01-24 13:30:17.971 D/Mono (27679): Prepared to set up assembly 'System.Runtime.Numerics' (System.Runtime.Numerics.dll)
01-24 13:30:17.971 D/Mono (27679): Assembly System.Runtime.Numerics[0x689df5f8] added to domain RootDomain, ref_count=1
01-24 13:30:17.971 D/Mono (27679): AOT: image 'System.Runtime.Numerics.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.Numerics.dll.so" not found
01-24 13:30:17.971 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Runtime.Numerics.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.Numerics.dll.so" not found
01-24 13:30:17.971 D/Mono (27679): Config attempting to parse: 'System.Runtime.Numerics.dll.config'.
01-24 13:30:17.971 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.Numerics/System.Runtime.Numerics.config'.
01-24 13:30:17.971 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Runtime.Numerics[0x689df5f8]: 2
01-24 13:30:17.981 D/Mono (27679): Image addref System.Numerics[0x66acb2d0] -> System.Numerics.dll[0x66edb9c0]: 2
01-24 13:30:17.981 D/Mono (27679): Prepared to set up assembly 'System.Numerics' (System.Numerics.dll)
01-24 13:30:17.981 D/Mono (27679): Assembly System.Numerics[0x66acb2d0] added to domain RootDomain, ref_count=1
01-24 13:30:17.981 D/Mono (27679): AOT: image 'System.Numerics.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Numerics.dll.so" not found
01-24 13:30:17.981 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Numerics.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Numerics.dll.so" not found
01-24 13:30:17.981 D/Mono (27679): Config attempting to parse: 'System.Numerics.dll.config'.
01-24 13:30:17.981 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Numerics/System.Numerics.config'.
01-24 13:30:17.981 D/Mono (27679): Assembly Ref addref System.Runtime.Numerics[0x689df5f8] -> System.Numerics[0x66acb2d0]: 2
01-24 13:30:17.981 D/Mono (27679): Assembly Ref addref System.Numerics[0x66acb2d0] -> mscorlib[0x5d8f03e8]: 52
01-24 13:30:17.981 D/Mono (27679): Assembly Ref addref System.Runtime[0x63fe3758] -> System[0x652b4278]: 7
Loaded assembly: System.Runtime.Numerics.dll [External]
Loaded assembly: System.Numerics.dll [External]
01-24 13:30:18.111 D/Mono (27679): Unloading image System.Reflection.dll [0x66e956f8].
01-24 13:30:18.111 D/Mono (27679): Image addref System.Reflection[0x66ef7950] -> System.Reflection.dll[0x6507d670]: 5
01-24 13:30:18.111 D/Mono (27679): Config attempting to parse: 'System.Reflection.dll.config'.
01-24 13:30:18.111 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Reflection/System.Reflection.config'.
01-24 13:30:18.111 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Reflection[0x65067d18]: 3
01-24 13:30:18.121 D/Mono (27679): Unloading image System.Linq.dll [0x66ef7980].
01-24 13:30:18.121 D/Mono (27679): Image addref System.Linq[0x66e95858] -> System.Linq.dll[0x650f9438]: 5
01-24 13:30:18.121 D/Mono (27679): Config attempting to parse: 'System.Linq.dll.config'.
01-24 13:30:18.121 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Linq/System.Linq.config'.
01-24 13:30:18.121 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Linq[0x650e1428]: 3
01-24 13:30:18.141 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Reflection.Extensions[0x6514cdd8]: 3
01-24 13:30:18.241 D/Mono (27679): Image addref System.ComponentModel.TypeConverter[0x652c01f0] -> System.ComponentModel.TypeConverter.dll[0x652bfa88]: 2
01-24 13:30:18.241 D/Mono (27679): Prepared to set up assembly 'System.ComponentModel.TypeConverter' (System.ComponentModel.TypeConverter.dll)
01-24 13:30:18.241 D/Mono (27679): Assembly System.ComponentModel.TypeConverter[0x652c01f0] added to domain RootDomain, ref_count=1
01-24 13:30:18.251 D/Mono (27679): AOT: image 'System.ComponentModel.TypeConverter.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.ComponentModel.TypeConverter.dll.so" not found
01-24 13:30:18.251 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.ComponentModel.TypeConverter.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.ComponentModel.TypeConverter.dll.so" not found
01-24 13:30:18.251 D/Mono (27679): Config attempting to parse: 'System.ComponentModel.TypeConverter.dll.config'.
01-24 13:30:18.251 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.ComponentModel.TypeConverter/System.ComponentModel.TypeConverter.config'.
01-24 13:30:18.251 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.ComponentModel.TypeConverter[0x652c01f0]: 2
01-24 13:30:18.251 D/Mono (27679): Assembly Ref addref System.ComponentModel.TypeConverter[0x652c01f0] -> System[0x652b4278]: 8
Loaded assembly: System.ComponentModel.TypeConverter.dll [External]
01-24 13:30:18.421 D/Mono (27679): Assembly Ref addref System.ObjectModel[0x66ea0330] -> mscorlib[0x5d8f03e8]: 53
01-24 13:30:18.481 D/Mono (27679): Image addref System.Runtime.Serialization[0x680acad0] -> System.Runtime.Serialization.dll[0x68934020]: 2
01-24 13:30:18.481 D/Mono (27679): Prepared to set up assembly 'System.Runtime.Serialization' (System.Runtime.Serialization.dll)
01-24 13:30:18.481 D/Mono (27679): Assembly System.Runtime.Serialization[0x680acad0] added to domain RootDomain, ref_count=1
01-24 13:30:18.481 D/Mono (27679): AOT: image 'System.Runtime.Serialization.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.Serialization.dll.so" not found
01-24 13:30:18.481 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Runtime.Serialization.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Runtime.Serialization.dll.so" not found
01-24 13:30:18.481 D/Mono (27679): Config attempting to parse: 'System.Runtime.Serialization.dll.config'.
01-24 13:30:18.481 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.Serialization/System.Runtime.Serialization.config'.
01-24 13:30:18.481 D/Mono (27679): Assembly Ref addref System.Runtime.Serialization.Primitives[0x66a9b700] -> System.Runtime.Serialization[0x680acad0]: 2
01-24 13:30:18.481 D/Mono (27679): Assembly Ref addref System.Runtime.Serialization[0x680acad0] -> mscorlib[0x5d8f03e8]: 54
Loaded assembly: System.Runtime.Serialization.dll [External]
01-24 13:30:18.541 D/Mono (27679): Assembly Ref addref System.Core[0x65137da0] -> System[0x652b4278]: 9
01-24 13:30:18.591 D/Mono (27679): Image addref System.Linq.Expressions[0x6897fce8] -> System.Linq.Expressions.dll[0x6896e9a0]: 2
01-24 13:30:18.591 D/Mono (27679): Prepared to set up assembly 'System.Linq.Expressions' (System.Linq.Expressions.dll)
01-24 13:30:18.591 D/Mono (27679): Assembly System.Linq.Expressions[0x6897fce8] added to domain RootDomain, ref_count=1
01-24 13:30:18.591 D/Mono (27679): AOT: image 'System.Linq.Expressions.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Linq.Expressions.dll.so" not found
01-24 13:30:18.591 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Linq.Expressions.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Linq.Expressions.dll.so" not found
01-24 13:30:18.591 D/Mono (27679): Config attempting to parse: 'System.Linq.Expressions.dll.config'.
01-24 13:30:18.591 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Linq.Expressions/System.Linq.Expressions.config'.
01-24 13:30:18.591 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Linq.Expressions[0x6897fce8]: 2
01-24 13:30:18.591 D/Mono (27679): Assembly Ref addref System.Linq.Expressions[0x6897fce8] -> System.Core[0x65137da0]: 6
Loaded assembly: System.Linq.Expressions.dll [External]
01-24 13:30:18.661 D/dalvikvm(27679): GC_CONCURRENT freed 1886K, 19% free 8890K/10964K, paused 1ms+2ms, total 44ms
01-24 13:30:18.841 D/dalvikvm(27679): GC_FOR_ALLOC freed 468K, 18% free 9182K/11180K, paused 17ms, total 17ms
Loaded assembly: Anonymously Hosted DynamicMethods Assembly [External]
01-24 13:30:18.911 D/dalvikvm(27679): GC_FOR_ALLOC freed 142K, 17% free 9608K/11532K, paused 20ms, total 20ms
01-24 13:30:19.201 D/Mono (27679): Image addref System.Reflection.Primitives[0x695be470] -> System.Reflection.Primitives.dll[0x695c8460]: 2
01-24 13:30:19.201 D/Mono (27679): Prepared to set up assembly 'System.Reflection.Primitives' (System.Reflection.Primitives.dll)
01-24 13:30:19.201 D/Mono (27679): Assembly System.Reflection.Primitives[0x695be470] added to domain RootDomain, ref_count=1
01-24 13:30:19.201 D/Mono (27679): AOT: image 'System.Reflection.Primitives.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Reflection.Primitives.dll.so" not found
01-24 13:30:19.221 D/Mono (27679): AOT: image '/usr/local/lib/mono/aot-cache/arm/System.Reflection.Primitives.dll.so' not found: dlopen failed: library "/data/app-lib/npacc.npacc-2/libaot-System.Reflection.Primitives.dll.so" not found
01-24 13:30:19.221 D/Mono (27679): Config attempting to parse: 'System.Reflection.Primitives.dll.config'.
01-24 13:30:19.221 D/Mono (27679): Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Reflection.Primitives/System.Reflection.Primitives.config'.
01-24 13:30:19.221 D/Mono (27679): Assembly Ref addref Newtonsoft.Json[0x63fa8290] -> System.Reflection.Primitives[0x695be470]: 2
01-24 13:30:19.221 D/Mono (27679): Assembly Ref addref System.Reflection.Primitives[0x695be470] -> mscorlib[0x5d8f03e8]: 55
Loaded assembly: System.Reflection.Primitives.dll [External]
01-24 13:30:20.361 I/dalvikvm(27679): Could not find method android.app.Activity.finishAfterTransition, referenced from method android.support.v4.app.ActivityCompat.finishAfterTransition
01-24 13:30:20.361 W/dalvikvm(27679): VFY: unable to resolve virtual method 124: Landroid/app/Activity;.finishAfterTransition ()V
01-24 13:30:20.361 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:20.361 I/dalvikvm(27679): Could not find method android.app.Activity.getReferrer, referenced from method android.support.v4.app.ActivityCompat.getReferrer
01-24 13:30:20.361 W/dalvikvm(27679): VFY: unable to resolve virtual method 137: Landroid/app/Activity;.getReferrer ()Landroid/net/Uri;
01-24 13:30:20.361 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:20.361 I/dalvikvm(27679): Could not find method android.app.Activity.postponeEnterTransition, referenced from method android.support.v4.app.ActivityCompat.postponeEnterTransition
01-24 13:30:20.361 W/dalvikvm(27679): VFY: unable to resolve virtual method 148: Landroid/app/Activity;.postponeEnterTransition ()V
01-24 13:30:20.361 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:20.361 I/dalvikvm(27679): Could not find method android.app.Activity.requestPermissions, referenced from method android.support.v4.app.ActivityCompat.requestPermissions
01-24 13:30:20.361 W/dalvikvm(27679): VFY: unable to resolve virtual method 150: Landroid/app/Activity;.requestPermissions ([Ljava/lang/String;I)V
01-24 13:30:20.361 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0010
01-24 13:30:20.361 W/dalvikvm(27679): Unable to resolve superclass of Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl; (89)
01-24 13:30:20.361 W/dalvikvm(27679): Link of class 'Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl;' failed
01-24 13:30:20.361 W/dalvikvm(27679): Unable to resolve superclass of Landroid/support/v4/app/ActivityCompat$SharedElementCallback23Impl; (1075)
01-24 13:30:20.361 W/dalvikvm(27679): Link of class 'Landroid/support/v4/app/ActivityCompat$SharedElementCallback23Impl;' failed
01-24 13:30:20.361 E/dalvikvm(27679): Could not find class 'android.support.v4.app.ActivityCompat$SharedElementCallback23Impl', referenced from method android.support.v4.app.ActivityCompat.setEnterSharedElementCallback
01-24 13:30:20.361 W/dalvikvm(27679): VFY: unable to resolve new-instance 1077 (Landroid/support/v4/app/ActivityCompat$SharedElementCallback23Impl;) in Landroid/support/v4/app/ActivityCompat;
01-24 13:30:20.361 D/dalvikvm(27679): VFY: replacing opcode 0x22 at 0x0009
01-24 13:30:20.361 I/dalvikvm(27679): Could not find method android.app.Activity.setEnterSharedElementCallback, referenced from method android.support.v4.app.ActivityCompat.setEnterSharedElementCallback
01-24 13:30:20.361 W/dalvikvm(27679): VFY: unable to resolve virtual method 151: Landroid/app/Activity;.setEnterSharedElementCallback (Landroid/app/SharedElementCallback;)V
01-24 13:30:20.361 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x000e
01-24 13:30:20.361 W/dalvikvm(27679): Unable to resolve superclass of Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl; (89)
01-24 13:30:20.361 W/dalvikvm(27679): Link of class 'Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl;' failed
01-24 13:30:20.371 E/dalvikvm(27679): Could not find class 'android.support.v4.app.ActivityCompat$SharedElementCallback21Impl', referenced from method android.support.v4.app.ActivityCompat.setEnterSharedElementCallback
01-24 13:30:20.371 W/dalvikvm(27679): VFY: unable to resolve new-instance 1075 (Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl;) in Landroid/support/v4/app/ActivityCompat;
01-24 13:30:20.371 D/dalvikvm(27679): VFY: replacing opcode 0x22 at 0x001a
01-24 13:30:20.371 I/dalvikvm(27679): Could not find method android.app.Activity.setEnterSharedElementCallback, referenced from method android.support.v4.app.ActivityCompat.setEnterSharedElementCallback
01-24 13:30:20.371 W/dalvikvm(27679): VFY: unable to resolve virtual method 151: Landroid/app/Activity;.setEnterSharedElementCallback (Landroid/app/SharedElementCallback;)V
01-24 13:30:20.371 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x001f
01-24 13:30:20.371 W/dalvikvm(27679): Unable to resolve superclass of Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl; (89)
01-24 13:30:20.371 W/dalvikvm(27679): Link of class 'Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl;' failed
01-24 13:30:20.371 W/dalvikvm(27679): Unable to resolve superclass of Landroid/support/v4/app/ActivityCompat$SharedElementCallback23Impl; (1075)
01-24 13:30:20.371 W/dalvikvm(27679): Link of class 'Landroid/support/v4/app/ActivityCompat$SharedElementCallback23Impl;' failed
01-24 13:30:20.371 E/dalvikvm(27679): Could not find class 'android.support.v4.app.ActivityCompat$SharedElementCallback23Impl', referenced from method android.support.v4.app.ActivityCompat.setExitSharedElementCallback
01-24 13:30:20.371 W/dalvikvm(27679): VFY: unable to resolve new-instance 1077 (Landroid/support/v4/app/ActivityCompat$SharedElementCallback23Impl;) in Landroid/support/v4/app/ActivityCompat;
01-24 13:30:20.371 D/dalvikvm(27679): VFY: replacing opcode 0x22 at 0x0009
01-24 13:30:20.371 I/dalvikvm(27679): Could not find method android.app.Activity.setExitSharedElementCallback, referenced from method android.support.v4.app.ActivityCompat.setExitSharedElementCallback
01-24 13:30:20.371 W/dalvikvm(27679): VFY: unable to resolve virtual method 152: Landroid/app/Activity;.setExitSharedElementCallback (Landroid/app/SharedElementCallback;)V
01-24 13:30:20.371 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x000e
01-24 13:30:20.371 W/dalvikvm(27679): Unable to resolve superclass of Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl; (89)
01-24 13:30:20.371 W/dalvikvm(27679): Link of class 'Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl;' failed
01-24 13:30:20.371 E/dalvikvm(27679): Could not find class 'android.support.v4.app.ActivityCompat$SharedElementCallback21Impl', referenced from method android.support.v4.app.ActivityCompat.setExitSharedElementCallback
01-24 13:30:20.371 W/dalvikvm(27679): VFY: unable to resolve new-instance 1075 (Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl;) in Landroid/support/v4/app/ActivityCompat;
01-24 13:30:20.371 D/dalvikvm(27679): VFY: replacing opcode 0x22 at 0x001a
01-24 13:30:20.371 I/dalvikvm(27679): Could not find method android.app.Activity.setExitSharedElementCallback, referenced from method android.support.v4.app.ActivityCompat.setExitSharedElementCallback
01-24 13:30:20.371 W/dalvikvm(27679): VFY: unable to resolve virtual method 152: Landroid/app/Activity;.setExitSharedElementCallback (Landroid/app/SharedElementCallback;)V
01-24 13:30:20.371 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x001f
01-24 13:30:20.371 I/dalvikvm(27679): Could not find method android.app.Activity.shouldShowRequestPermissionRationale, referenced from method android.support.v4.app.ActivityCompat.shouldShowRequestPermissionRationale
01-24 13:30:20.371 W/dalvikvm(27679): VFY: unable to resolve virtual method 154: Landroid/app/Activity;.shouldShowRequestPermissionRationale (Ljava/lang/String;)Z
01-24 13:30:20.371 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:20.371 I/dalvikvm(27679): Could not find method android.app.Activity.startPostponedEnterTransition, referenced from method android.support.v4.app.ActivityCompat.startPostponedEnterTransition
01-24 13:30:20.371 W/dalvikvm(27679): VFY: unable to resolve virtual method 161: Landroid/app/Activity;.startPostponedEnterTransition ()V
01-24 13:30:20.371 D/dalvikvm(27679): VFY: replacing opcode 0x6e at 0x0006
01-24 13:30:20.371 W/dalvikvm(27679): Unable to resolve superclass of Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl; (89)
01-24 13:30:20.371 W/dalvikvm(27679): Link of class 'Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl;' failed
01-24 13:30:20.371 W/dalvikvm(27679): Unable to resolve superclass of Landroid/support/v4/app/ActivityCompat$SharedElementCallback23Impl; (1075)
01-24 13:30:20.371 W/dalvikvm(27679): Link of class 'Landroid/support/v4/app/ActivityCompat$SharedElementCallback23Impl;' failed
01-24 13:30:20.371 D/dalvikvm(27679): DexOpt: unable to opt direct call 0x1791 at 0x0b in Landroid/support/v4/app/ActivityCompat;.setEnterSharedElementCallback
01-24 13:30:20.371 W/dalvikvm(27679): Unable to resolve superclass of Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl; (89)
01-24 13:30:20.371 W/dalvikvm(27679): Link of class 'Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl;' failed
01-24 13:30:20.371 D/dalvikvm(27679): DexOpt: unable to opt direct call 0x1788 at 0x1c in Landroid/support/v4/app/ActivityCompat;.setEnterSharedElementCallback
01-24 13:30:20.371 W/dalvikvm(27679): Unable to resolve superclass of Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl; (89)
01-24 13:30:20.371 W/dalvikvm(27679): Link of class 'Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl;' failed
01-24 13:30:20.371 W/dalvikvm(27679): Unable to resolve superclass of Landroid/support/v4/app/ActivityCompat$SharedElementCallback23Impl; (1075)
01-24 13:30:20.371 W/dalvikvm(27679): Link of class 'Landroid/support/v4/app/ActivityCompat$SharedElementCallback23Impl;' failed
01-24 13:30:20.371 D/dalvikvm(27679): DexOpt: unable to opt direct call 0x1791 at 0x0b in Landroid/support/v4/app/ActivityCompat;.setExitSharedElementCallback
01-24 13:30:20.371 W/dalvikvm(27679): Unable to resolve superclass of Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl; (89)
01-24 13:30:20.371 W/dalvikvm(27679): Link of class 'Landroid/support/v4/app/ActivityCompat$SharedElementCallback21Impl;' failed
01-24 13:30:20.381 D/dalvikvm(27679): DexOpt: unable to opt direct call 0x1788 at 0x1c in Landroid/support/v4/app/ActivityCompat;.setExitSharedElementCallback
01-24 13:30:20.431 I/AppCompatViewInflater(27679): app:theme is now deprecated. Please move to using android:theme instead.
01-24 13:30:21.621 D/Mono (27679): Assembly Ref addref System.Collections[0x6507d5a0] -> System.Core[0x65137da0]: 7
01-24 13:30:21.981 I/Choreographer(27679): Skipped 94 frames! The application may be doing too much work on its main thread.
01-24 13:30:22.231 D/dalvikvm(27679): GC_CONCURRENT freed 2032K, 19% free 9834K/12048K, paused 2ms+3ms, total 42ms
01-24 13:30:22.431 D/TextView(27679): Constructor - Got Res id for appearance for textColorPrimaryInverse
01-24 13:30:22.431 W/ResourceType(27679): Skipping entry 0x7f08008d in package table 0 because it is not complex!
01-24 13:30:22.431 D/TextView(27679): Constructor - Got appearance for textColorPrimaryInverse
01-24 13:30:22.431 D/TextView(27679): Constructor -- Got mEditTextBackgroundColor
01-24 13:30:22.541 I/Choreographer(27679): Skipped 32 frames! The application may be doing too much work on its main thread.
Resolved pending breakpoint at 'RPT_Sanad_Det_Activity.cs:113,1' to void NPACC.Activities.RPT_Sanad_Det_Activity.Sort_CheckedChange (object sender, Android.Widget.CompoundButton.CheckedChangeEventArgs e) [0x0000d].
01-24 13:30:24.721 I/AppCompatViewInflater(27679): app:theme is now deprecated. Please move to using android:theme instead.
01-24 13:30:24.861 D/TextView(27679): Constructor - Got Res id for appearance for textColorPrimaryInverse
01-24 13:30:24.861 W/ResourceType(27679): Skipping entry 0x7f08008d in package table 0 because it is not complex!
01-24 13:30:24.861 D/TextView(27679): Constructor - Got appearance for textColorPrimaryInverse
01-24 13:30:24.861 D/TextView(27679): Constructor -- Got mEditTextBackgroundColor
01-24 13:30:26.131 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.131 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.141 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.141 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.341 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.341 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.351 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.351 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.391 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.391 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.401 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.401 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.431 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.431 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.441 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.441 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.471 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.471 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.481 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.481 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.521 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.521 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.531 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.531 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.561 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.561 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.571 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
01-24 13:30:26.571 W/ResourceType(27679): Skipping entry 0x7f09009e in package table 0 because it is not complex!
Thread finished: <Thread Pool> #12
The thread 0xc has exited with code 0 (0x0).
Thread finished: <Thread Pool> #13
The thread 0xd has exited with code 0 (0x0).
Unhandled Exception:
Java.Lang.NoSuchMethodError: no method with name='getButtonDrawable' signature='()Landroid/graphics/drawable/Drawable;' in class Landroid/widget/RadioButton;