dotnet / android

.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
MIT License
1.93k stars 527 forks source link

Canceling WebSocket communication results in UnobservedTaskException - (AggregateException with ObjectDisposedException in MobileAuthenticatedStream) #2159

Closed MatthewTheThomas closed 5 months ago

MatthewTheThomas commented 6 years ago

Steps to Reproduce

  1. Create a handler for UnobservedTaskExceptions (TaskScheduler.UnobservedTaskException += TaskScheduler_UnobservedTaskException) and re-throw any exceptions
  2. Open a ClientWebSocket (System.Net.Websocket)
  3. Perform a SendAsync and ReceiveAsync (passing in a CancellationToken)
  4. Cancel the token during a Send or Receive
  5. Catch the OperationCanceledException
  6. Wait for the garbage collection (or force it with GC.Collect()) -- to force the UnobservedTaskException
  7. Crash on:
Unhandled Exception:
[mono] System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.ObjectDisposedException: Cannot access a disposed object.
[mono] Object name: 'MobileAuthenticatedStream'.

Repro project : WebsocketUnobservedTaskException.zip

Expected Behavior

Expect behavior would not to have an UnobservedTaskException when canceling a websocket during send/recieve

Actual Behavior

Actual behavior is that there is an UnobservedTaskException when canceling a websocket during send/recieve

Version Information

=== Visual Studio Community 2017 for Mac ===
Version 7.6.3 (build 1)
Installation UUID: 5627a3bb-74b3-41af-aa3b-e474132f647b
Runtime:
    Mono 5.12.0.301 (2018-02/4fe3280bba1) (64-bit)
    GTK+ 2.24.23 (Raleigh theme)
    Xamarin.Mac 4.4.1.178 (master / eeaeb7e6)
    Package version: 512000301
=== NuGet ===
Version: 4.3.1.4445
=== .NET Core ===
Runtime: /usr/local/share/dotnet/dotnet
Runtime Versions:
    2.1.2
    2.1.1
    2.0.5
    2.0.0
SDK: /usr/local/share/dotnet/sdk/2.1.302/Sdks
SDK Versions:
    2.1.302
    2.1.301
    2.1.4
    2.0.0
MSBuild SDKs: /Library/Frameworks/Mono.framework/Versions/5.12.0/lib/mono/msbuild/15.0/bin/Sdks
=== Xamarin.Profiler ===
Version: 1.6.3
Location: /Applications/Xamarin Profiler.app/Contents/MacOS/Xamarin Profiler
=== Xamarin.Android ===
Version: 9.0.0.20 (Visual Studio Community)
Android SDK: /Users/Administrator/Library/Developer/Xamarin/android-sdk-macosx
    Supported Android versions:
        2.3 (API level 10)
        4.3 (API level 18)
        4.4 (API level 19)
        5.0 (API level 21)
        5.1 (API level 22)
        6.0 (API level 23)
        7.0 (API level 24)
        7.1 (API level 25)
        8.0 (API level 26)
        8.1 (API level 27)
SDK Tools Version: 26.1.1
SDK Platform Tools Version: 28.0.1
SDK Build Tools Version: 26.0.0
Java SDK: /usr
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
Android Designer EPL code available here:
https://github.com/xamarin/AndroidDesigner.EPL
=== Apple Developer Tools ===
Xcode 9.4.1 (14161)
Build 9F2000
=== Xamarin.Mac ===
Version: 4.6.0.14 (Visual Studio Community)
Hash: 1a6e2786
Branch: 
Build date: 2018-08-28 00:12:06-0400
=== Xamarin.iOS ===
Version: 11.14.0.14 (Visual Studio Community)
Hash: 1a6e2786
Branch: HEAD
Build date: 2018-08-28 00:12:06-0400
=== Xamarin Inspector ===
Version: 1.4.3
Hash: db27525
Branch: 1.4-release
Build date: Mon, 09 Jul 2018 21:20:18 GMT
Client compatibility: 1
=== Build Information ===
Release ID: 706030001
Git revision: 18a828b090fb6d2cfb0b3576cd6d7eb764f29753
Build date: 2018-08-30 15:12:59+00
Build branch: release-7.6
Xamarin extensions: f4aee57d7b72fa4be6b6d585ac90d614f20fa426
=== Operating System ===
Mac OS X 10.13.6
Darwin 17.7.0 Darwin Kernel Version 17.7.0
    Thu Jun 21 22:53:14 PDT 2018
    root:xnu-4570.71.2~1/RELEASE_X86_64 x86_64
=== Enabled user installed extensions ===
DeepClean 1.2.4
Internet of Things (IoT) development (Preview) 7.1

Log File

--------- beginning of system
09-07 13:15:20.049 13500 31484 I ActivityManager: Start proc 26505:com.google.android.apps.walletnfcrel/u0a104 for service com.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.android.security.storagekey.StorageKeyCheckTaskService
--------- beginning of main
09-07 13:15:20.141 26505 26505 I zygote64: The ClassLoaderContext is a special shared library.
09-07 13:15:20.142 26505 26505 I chatty  : uid=10104(com.google.android.apps.walletnfcrel) identical 1 line
09-07 13:15:20.145 26505 26505 I zygote64: The ClassLoaderContext is a special shared library.
09-07 13:15:20.166 26505 26505 W linker  : "/data/app/com.google.android.gms-Bh9KEtbisJvgKy4uTCLS4w==/base.apk!/lib/arm64-v8a/libconscrypt_gmscore_jni.so" unused DT entry: type 0xf arg 0x8a
09-07 13:15:20.168 26505 26505 V NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 283 native methods...
09-07 13:15:20.181 26505 26505 D NetworkSecurityConfig: No Network Security Config specified, using platform default
09-07 13:15:20.182 26505 26505 I ProviderInstaller: Installed default security provider GmsCore_OpenSSL
09-07 13:15:20.198 26505 26523 I BackgroundTaskManager: Executing task PhenotypeRegistrationTask.phenotype_registration with PARALLEL execution policy.
09-07 13:15:20.337 26505 26505 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
09-07 13:15:20.337 26505 26505 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
09-07 13:15:20.344 26505 26505 I TapAndPayApplication: Successfully initialized Firebase App
09-07 13:15:20.363 26505 26526 I PrimesTesting: GserviceFlagsSupplier.get()
09-07 13:15:20.372 13500 31484 I ActivityManager: Killing 25380:com.android.providers.calendar/u0a5 (adj 906): empty #17
09-07 13:15:20.373 13500 13516 W zygote64: kill(-25380, 9) failed: No such process
09-07 13:15:20.419 13500 13516 W zygote64: kill(-25380, 9) failed: No such process
09-07 13:15:20.446 26505 26536 I BackgroundTaskManager: Executing task AccountFreshener.freshen with SEQUENTIAL execution policy.
09-07 13:15:20.462 13500 13516 W zygote64: kill(-25380, 9) failed: No such process
09-07 13:15:20.462 13500 13516 I zygote64: Successfully killed process cgroup uid 10005 pid 25380 in 89ms
09-07 13:15:20.464 13500 13509 I zygote64: Background concurrent copying GC freed 102591(6MB) AllocSpace objects, 16(704KB) LOS objects, 42% free, 27MB/48MB, paused 92us total 243.456ms
09-07 13:15:20.551 13500 13643 I ActivityManager: Start proc 26543:com.google.android.apps.fireball/u0a103 for service com.google.android.apps.fireball/com.firebase.jobdispatcher.GooglePlayReceiver
09-07 13:15:20.602 26505 26558 W GCM     : GCM SDK is deprecated, com.google.android.apps.walletnfcrel should update to use FCM
09-07 13:15:20.618 26505 26558 W InstanceID: Instance ID SDK is deprecated, com.google.android.apps.walletnfcrel should update to use Firebase Instance ID
09-07 13:15:20.620 26543 26543 I FA      : App measurement is starting up, version: 11200
09-07 13:15:20.620 26543 26543 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
09-07 13:15:20.626 26543 26543 I FA      : To enable faster debug mode event logging run:
09-07 13:15:20.626 26543 26543 I FA      :   adb shell setprop debug.firebase.analytics.app com.google.android.apps.fireball
09-07 13:15:20.628 14535 15237 E NetworkScheduler: ignoring stale queue check message
09-07 13:15:20.929 31892 31902 I zygote64: Background concurrent copying GC freed 345129(14MB) AllocSpace objects, 51(1876KB) LOS objects, 50% free, 16MB/32MB, paused 133us total 131.270ms
09-07 13:15:20.957 13500 11892 D ConnectivityService: Returning UNBLOCKED NetworkInfo to uid=10103
09-07 13:15:21.039 13500 31484 W ActivityManager: Permission Denial: opening provider com.android.providers.contacts.ContactsProvider2 from ProcessRecord{60e4e9 26543:com.google.android.apps.fireball/u0a103} (pid=26543, uid=10103) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS
09-07 13:15:21.041 13500 11892 W ActivityManager: Permission Denial: opening provider com.android.providers.contacts.ContactsProvider2 from ProcessRecord{60e4e9 26543:com.google.android.apps.fireball/u0a103} (pid=26543, uid=10103) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS
09-07 13:15:21.046 26543 26543 E pyt     : Got more than one input Future failure. Logging failures after the first
09-07 13:15:21.046 26543 26543 E pyt     : java.lang.SecurityException: Permission Denial: opening provider com.android.providers.contacts.ContactsProvider2 from ProcessRecord{60e4e9 26543:com.google.android.apps.fireball/u0a103} (pid=26543, uid=10103) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS
09-07 13:15:21.046 26543 26543 E pyt     :  at android.os.Parcel.readException(Parcel.java:2004)
09-07 13:15:21.046 26543 26543 E pyt     :  at android.os.Parcel.readException(Parcel.java:1950)
09-07 13:15:21.046 26543 26543 E pyt     :  at android.app.IActivityManager$Stub$Proxy.getContentProvider(IActivityManager.java:4758)
09-07 13:15:21.046 26543 26543 E pyt     :  at android.app.ActivityThread.acquireProvider(ActivityThread.java:5836)
09-07 13:15:21.046 26543 26543 E pyt     :  at android.app.ContextImpl$ApplicationContentResolver.acquireUnstableProvider(ContextImpl.java:2526)
09-07 13:15:21.046 26543 26543 E pyt     :  at android.content.ContentResolver.acquireUnstableProvider(ContentResolver.java:1780)
09-07 13:15:21.046 26543 26543 E pyt     :  at android.content.ContentResolver.query(ContentResolver.java:738)
09-07 13:15:21.046 26543 26543 E pyt     :  at android.content.ContentResolver.query(ContentResolver.java:704)
09-07 13:15:21.046 26543 26543 E pyt     :  at ogn.a(PG:5)
09-07 13:15:21.046 26543 26543 E pyt     :  at onp.b(PG:6)
09-07 13:15:21.046 26543 26543 E pyt     :  at onn.run(PG:14)
09-07 13:15:21.046 26543 26543 E pyt     :  at otd.a(PG:53)
09-07 13:15:21.046 26543 26543 E pyt     :  at oti.run(Unknown Source:4)
09-07 13:15:21.046 26543 26543 E pyt     :  at nzt.run(Unknown Source:2)
09-07 13:15:21.046 26543 26543 E pyt     :  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
09-07 13:15:21.046 26543 26543 E pyt     :  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
09-07 13:15:21.046 26543 26543 E pyt     :  at nxs.run(PG:4)
09-07 13:15:21.046 26543 26543 E pyt     :  at java.lang.Thread.run(Thread.java:764)
09-07 13:15:21.052 13500 11892 W ActivityManager: Permission Denial: opening provider com.android.providers.contacts.ContactsProvider2 from ProcessRecord{60e4e9 26543:com.google.android.apps.fireball/u0a103} (pid=26543, uid=10103) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS
09-07 13:15:21.055 26543 26543 E Fireball: job AffinityRefreshPeriodicJob failed
09-07 13:15:21.055 26543 26543 E Fireball: java.lang.SecurityException: Permission Denial: opening provider com.android.providers.contacts.ContactsProvider2 from ProcessRecord{60e4e9 26543:com.google.android.apps.fireball/u0a103} (pid=26543, uid=10103) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS
09-07 13:15:21.055 26543 26543 E Fireball:  at android.os.Parcel.readException(Parcel.java:2004)
09-07 13:15:21.055 26543 26543 E Fireball:  at android.os.Parcel.readException(Parcel.java:1950)
09-07 13:15:21.055 26543 26543 E Fireball:  at android.app.IActivityManager$Stub$Proxy.getContentProvider(IActivityManager.java:4758)
09-07 13:15:21.055 26543 26543 E Fireball:  at android.app.ActivityThread.acquireProvider(ActivityThread.java:5836)
09-07 13:15:21.055 26543 26543 E Fireball:  at android.app.ContextImpl$ApplicationContentResolver.acquireUnstableProvider(ContextImpl.java:2526)
09-07 13:15:21.055 26543 26543 E Fireball:  at android.content.ContentResolver.acquireUnstableProvider(ContentResolver.java:1780)
09-07 13:15:21.055 26543 26543 E Fireball:  at android.content.ContentResolver.query(ContentResolver.java:738)
09-07 13:15:21.055 26543 26543 E Fireball:  at android.content.ContentResolver.query(ContentResolver.java:704)
09-07 13:15:21.055 26543 26543 E Fireball:  at ogn.a(PG:5)
09-07 13:15:21.055 26543 26543 E Fireball:  at onp.b(PG:6)
09-07 13:15:21.055 26543 26543 E Fireball:  at onn.run(PG:14)
09-07 13:15:21.055 26543 26543 E Fireball:  at otd.a(PG:53)
09-07 13:15:21.055 26543 26543 E Fireball:  at oti.run(Unknown Source:4)
09-07 13:15:21.055 26543 26543 E Fireball:  at nzt.run(Unknown Source:2)
09-07 13:15:21.055 26543 26543 E Fireball:  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
09-07 13:15:21.055 26543 26543 E Fireball:  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
09-07 13:15:21.055 26543 26543 E Fireball:  at nxs.run(PG:4)
09-07 13:15:21.055 26543 26543 E Fireball:  at java.lang.Thread.run(Thread.java:764)
09-07 13:15:21.075 26543 26574 E pyt     : Got more than one input Future failure. Logging failures after the first
09-07 13:15:21.075 26543 26574 E pyt     : java.lang.SecurityException: Permission Denial: opening provider com.android.providers.contacts.ContactsProvider2 from ProcessRecord{60e4e9 26543:com.google.android.apps.fireball/u0a103} (pid=26543, uid=10103) requires android.permission.READ_CONTACTS or android.permission.WRITE_CONTACTS
09-07 13:15:21.075 26543 26574 E pyt     :  at android.os.Parcel.readException(Parcel.java:2004)
09-07 13:15:21.075 26543 26574 E pyt     :  at android.os.Parcel.readException(Parcel.java:1950)
09-07 13:15:21.075 26543 26574 E pyt     :  at android.app.IActivityManager$Stub$Proxy.getContentProvider(IActivityManager.java:4758)
09-07 13:15:21.075 26543 26574 E pyt     :  at android.app.ActivityThread.acquireProvider(ActivityThread.java:5836)
09-07 13:15:21.075 26543 26574 E pyt     :  at android.app.ContextImpl$ApplicationContentResolver.acquireUnstableProvider(ContextImpl.java:2526)
09-07 13:15:21.075 26543 26574 E pyt     :  at android.content.ContentResolver.acquireUnstableProvider(ContentResolver.java:1780)
09-07 13:15:21.075 26543 26574 E pyt     :  at android.content.ContentResolver.query(ContentResolver.java:738)
09-07 13:15:21.075 26543 26574 E pyt     :  at android.content.ContentResolver.query(ContentResolver.java:704)
09-07 13:15:21.075 26543 26574 E pyt     :  at ogn.a(PG:5)
09-07 13:15:21.075 26543 26574 E pyt     :  at onp.b(PG:6)
09-07 13:15:21.075 26543 26574 E pyt     :  at onn.run(PG:14)
09-07 13:15:21.075 26543 26574 E pyt     :  at otd.a(PG:53)
09-07 13:15:21.075 26543 26574 E pyt     :  at oti.run(Unknown Source:4)
09-07 13:15:21.075 26543 26574 E pyt     :  at nzt.run(Unknown Source:2)
09-07 13:15:21.075 26543 26574 E pyt     :  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
09-07 13:15:21.075 26543 26574 E pyt     :  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
09-07 13:15:21.075 26543 26574 E pyt     :  at nxs.run(PG:4)
09-07 13:15:21.075 26543 26574 E pyt     :  at java.lang.Thread.run(Thread.java:764)
09-07 13:15:21.129 26590 26590 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-07 13:15:21.166 26505 26532 I FA      : App measurement is starting up, version: 13001
09-07 13:15:21.166 26505 26532 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
09-07 13:15:21.166 26505 26532 I FA      : To enable faster debug mode event logging run:
09-07 13:15:21.166 26505 26532 I FA      :   adb shell setprop debug.firebase.analytics.app com.google.android.apps.walletnfcrel
09-07 13:15:21.216 26590 26590 I app_process: The ClassLoaderContext is a special shared library.
09-07 13:15:21.247 26590 26590 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm
09-07 13:15:21.256 13500 11892 W System.err: android.content.pm.PackageManager$NameNotFoundException: com.companyname.WebsocketFun
09-07 13:15:21.256 13500 11892 W System.err:    at android.app.ApplicationPackageManager.getApplicationInfoAsUser(ApplicationPackageManager.java:378)
09-07 13:15:21.256 13500 11892 W System.err:    at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:360)
09-07 13:15:21.256 13500 11892 W System.err:    at com.android.server.am.ActivityManagerService.dumpUids(ActivityManagerService.java:15598)
09-07 13:15:21.256 13500 11892 W System.err:    at com.android.server.am.ActivityManagerService.dumpProcessesLocked(ActivityManagerService.java:15704)
09-07 13:15:21.256 13500 11892 W System.err:    at com.android.server.am.ActivityManagerService.dump(ActivityManagerService.java:15412)
09-07 13:15:21.256 13500 11892 W System.err:    at android.os.Binder.doDump(Binder.java:531)
09-07 13:15:21.256 13500 11892 W System.err:    at android.os.Binder.dump(Binder.java:521)
09-07 13:15:21.256 13500 11892 W System.err:    at android.os.Binder.onTransact(Binder.java:471)
09-07 13:15:21.257 13500 11892 W System.err:    at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:4243)
09-07 13:15:21.257 13500 11892 W System.err:    at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2919)
09-07 13:15:21.257 13500 11892 W System.err:    at android.os.Binder.execTransact(Binder.java:697)
09-07 13:15:21.257 13500 11892 W System.err: android.content.pm.PackageManager$NameNotFoundException: com.companyname.WebsocketFun
09-07 13:15:21.257 13500 11892 W System.err:    at android.app.ApplicationPackageManager.getApplicationInfoAsUser(ApplicationPackageManager.java:378)
09-07 13:15:21.257 13500 11892 W System.err:    at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:360)
09-07 13:15:21.257 13500 11892 W System.err:    at com.android.server.am.ActivityManagerService.dumpUids(ActivityManagerService.java:15598)
09-07 13:15:21.257 13500 11892 W System.err:    at com.android.server.am.ActivityManagerService.dumpProcessesLocked(ActivityManagerService.java:15710)
09-07 13:15:21.257 13500 11892 W System.err:    at com.android.server.am.ActivityManagerService.dump(ActivityManagerService.java:15412)
09-07 13:15:21.257 13500 11892 W System.err:    at android.os.Binder.doDump(Binder.java:531)
09-07 13:15:21.257 13500 11892 W System.err:    at android.os.Binder.dump(Binder.java:521)
09-07 13:15:21.257 13500 11892 W System.err:    at android.os.Binder.onTransact(Binder.java:471)
09-07 13:15:21.257 13500 11892 W System.err:    at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:4243)
09-07 13:15:21.257 13500 11892 W System.err:    at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2919)
09-07 13:15:21.257 13500 11892 W System.err:    at android.os.Binder.execTransact(Binder.java:697)
09-07 13:15:21.315 13500 11892 I ProcessStatsService: Added stats: 2018-09-07-08-52-17, over +3h0m48s922ms
09-07 13:15:21.332 13500 11892 I ProcessStatsService: Added stats: 2018-09-07-05-51-08, over +3h1m8s891ms
09-07 13:15:21.348 13500 11892 I ProcessStatsService: Added stats: 2018-09-07-02-50-25, over +3h0m42s982ms
09-07 13:15:21.364 13500 11892 I ProcessStatsService: Added stats: 2018-09-06-23-49-11, over +3h1m14s9ms
09-07 13:15:21.384 13500 11892 I ProcessStatsService: Added stats: 2018-09-06-20-48-27, over +3h0m43s993ms
09-07 13:15:21.411 13500 11892 I ProcessStatsService: Added stats: 2018-09-06-17-47-05, over +3h1m21s340ms
09-07 13:15:21.432 13500 11892 I ProcessStatsService: Added stats: 2018-09-06-14-46-05, over +3h0m59s976ms
09-07 13:15:21.451 13500 11892 I ProcessStatsService: Added stats: 2018-09-06-11-44-05, over +3h2m0s30ms
09-07 13:15:21.525 13500 11892 I ProcessStatsService: Added stats: 2018-09-07-08-52-17, over +3h0m48s922ms
09-07 13:15:21.616 26590 26590 I app_process: System.exit called, status: 0
09-07 13:15:21.617 26590 26590 I AndroidRuntime: VM exiting with result code 0.
09-07 13:15:25.118 26505 26520 I zygote64: Waiting for a blocking GC ProfileSaver
09-07 13:15:25.596 26543 26557 I zygote64: Waiting for a blocking GC ProfileSaver
09-07 13:15:25.641 26543 26557 I zygote64: WaitForGcToComplete blocked ProfileSaver on AddRemoveAppImageSpace for 44.279ms
09-07 13:15:29.738 26646 26646 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-07 13:15:29.853 26646 26646 I app_process: The ClassLoaderContext is a special shared library.
09-07 13:15:29.896 26646 26646 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm
09-07 13:15:29.907 26656 26656 E asset   : setgid: Operation not permitted
09-07 13:15:30.706 13995 13995 I Finsky  : [2] com.google.android.finsky.verifier.impl.PackageVerificationReceiver.onReceive(7): Verification requested, id = 387
09-07 13:15:30.743 13995 26659 W Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
09-07 13:15:31.112 13995 26659 I Finsky  : [8519] com.google.android.finsky.foregroundcoordinator.impl.c.a(12): Task 7 requested foreground
09-07 13:15:31.118 13995 26659 I Finsky  : [8519] com.google.android.finsky.foregroundcoordinator.impl.c.a(19): Not entering foreground
09-07 13:15:31.150 13995 13995 I Finsky  : [2] com.google.android.finsky.verifier.impl.dk.a(6): Blacklist last update time: 1536245778997
09-07 13:15:31.341 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.343 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.350 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.352 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.362 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.363 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.369 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.370 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.374 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.375 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.379 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.382 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.386 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.386 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.391 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.392 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.397 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.398 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.403 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.403 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.407 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.408 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.412 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.417 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.425 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.425 13995 26665 I Finsky  : [8521] com.google.android.finsky.verifier.impl.ek.b(5): Verification id=387 response=0
09-07 13:15:31.425 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.428 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.428 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.430 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.431 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.433 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.433 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.435 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.436 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.437 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.437 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.438 13995 13995 I Finsky  : [2] com.google.android.finsky.verifier.impl.fa.c(160): Verifying id=387, result=1
09-07 13:15:31.439 13500 10888 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.441 13500 10888 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.445 13500 11892 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.458 13500 11892 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.459 13995 13995 I Finsky  : [2] com.google.android.finsky.verifier.impl.fa.c(173): Verification complete: id=387, package_name=com.companyname.WebsocketFun
09-07 13:15:31.462 13500 10888 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.466 13500 10888 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.467 13500 13526 I PackageManager.DexOptimizer: Running dexopt (dexoptNeeded=1) on: /data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/base.apk pkg=com.companyname.WebsocketFun isa=arm64 dexoptFlags=boot_complete,debuggable,public target-filter=quicken oatDir=/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/oat sharedLibraries=PCL[]
09-07 13:15:31.468 13500 10888 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.468 13500 10888 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.470 13500 31484 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.470 13500 31484 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.472 13500 10888 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:31.472 13500 10888 I WifiService: getConnectionInfo uid=10019
09-07 13:15:31.506 26666 26666 I dex2oat : /system/bin/dex2oat --input-vdex-fd=-1 --output-vdex-fd=18 --compiler-filter=quicken --debuggable --classpath-dir=/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A== --class-loader-context=PCL[]
09-07 13:15:31.686 26666 26666 I dex2oat : dex2oat took 180.820ms (197.865ms cpu) (threads: 4) arena alloc=3048B (3048B) java alloc=569KB (582880B) native alloc=1241KB (1270832B) free=3MB (3447760B)
09-07 13:15:31.869   715   715 D installd: Applied hard quotas for 10263
09-07 13:15:31.871 13500 13526 V BackupManagerService: restoreAtInstall pkg=com.companyname.WebsocketFun token=185 restoreSet=0
09-07 13:15:31.871 13500 13526 V BackupManagerService: Finishing install immediately
09-07 13:15:31.884   715   715 E         : Couldn't opendir /data/app/vmdl195682734.tmp: No such file or directory
09-07 13:15:31.884   715   715 E installd: Failed to delete /data/app/vmdl195682734.tmp: No such file or directory
09-07 13:15:31.890 26646 26646 I Pm      : Package com.companyname.WebsocketFun installed in 1991 ms
09-07 13:15:31.893 13500 10888 D PackageInstaller: Ignoring abandon after commit relinquished control
09-07 13:15:31.896 26646 26646 I app_process: System.exit called, status: 0
09-07 13:15:31.896 26646 26646 I AndroidRuntime: VM exiting with result code 0.
09-07 13:15:31.921 28253 28253 D Avrcp   : AvrcpServiceBroadcastReceiver-> Action: android.intent.action.PACKAGE_ADDED
09-07 13:15:31.921 28253 28253 D Avrcp   : AvrcpServiceBroadcastReceiver-> packageName: com.companyname.WebsocketFun
09-07 13:15:31.921 28253 28253 D Avrcp   : packageName: com.companyname.WebsocketFun removed: false
09-07 13:15:31.946 13500 13571 I InputReader: Reconfiguring input devices.  changes=0x00000010
09-07 13:15:31.952 13500 31484 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.companyname.WebsocketFun flg=0x4000010 (has extras) } to com.android.musicfx/.Compatibility$Receiver
09-07 13:15:31.952 25519 25519 W AppInfoProvider: Component is null
09-07 13:15:31.961 28253 28253 D Avrcp   : isBrowsableListUpdated: false
09-07 13:15:31.961 28253 28253 D BluetoothMapAppObserver: onReceive
09-07 13:15:31.961 28253 28253 D BluetoothMapAppObserver: The installed package is: com.companyname.WebsocketFun
09-07 13:15:31.966 28253 28253 D BluetoothMapAppObserver: Found 0 application(s) with intent android.bluetooth.action.BLUETOOTH_MAP_PROVIDER
09-07 13:15:31.967 28253 28253 D BluetoothMapAppObserver: Found 0 application(s) with intent android.bluetooth.action.BLUETOOTH_MAP_IM_PROVIDER
09-07 13:15:31.970 13500 13511 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=31892, uid=10019 that is not exported from uid 10078
09-07 13:15:31.970 13995 13995 I Finsky  : [2] com.google.android.finsky.wear.eg.a(17): Do not start WearSupportService due to Wear service optimization
09-07 13:15:31.973 13995 13995 I Finsky  : [2] com.google.android.finsky.wear.eg.a(17): Do not start WearSupportService due to Wear service optimization
09-07 13:15:31.978 13995 13995 I Finsky  : [2] com.google.android.finsky.p2p.c.b(19): Frosting ID looked up on UI thread. Caller should move to a background thread.
09-07 13:15:31.993 13829 13829 D CarrierSvcBindHelper: No carrier app for: 0
09-07 13:15:31.993 13829 13829 D ImsResolver: maybeAddedImsService, packageName: com.companyname.WebsocketFun
09-07 13:15:31.993 13995 13995 I Finsky  : [2] com.google.android.finsky.p2p.d.run(3): Wrote row to frosting DB: 1477
09-07 13:15:32.001 13829 13829 E VvmPkgInstalledRcvr: cannot create TelephonyManager from ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, [****], UserHandle{0}
09-07 13:15:32.001 13829 13829 D CarrierConfigLoader: mHandler: 9 phoneId: 0
09-07 13:15:32.012 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.ba.a(64): Jobs in database: 1-1337 12-1 
09-07 13:15:32.015 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.g.a(68): ConstraintMapping: 1-1337, 12-1,  -> L: 14985ms, D: 86399985ms, C: false, I: false, N: 1
09-07 13:15:32.032 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(103): Cancelling existing job with id: 9001
09-07 13:15:32.032 13500 13500 I Telecom : DefaultDialerCache: Refreshing default dialer for user 0: now com.google.android.dialer: DDC.oR@R4E
09-07 13:15:32.035 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(93): Scheduling job Id: 9000, L: 14985, D: 86399985, C: false, I: false, N: 1
09-07 13:15:32.046 13500 31484 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.companyname.WebsocketFun flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
09-07 13:15:32.046 13500 13514 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.companyname.WebsocketFun flg=0x4000010 (has extras) } to com.google.android.ims/.receivers.RcsAutoStartReceiver
09-07 13:15:32.046 14614 14614 D RegisteredNfcFServicesCache: Service unchanged, not updating
09-07 13:15:32.062 31892 26718 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
09-07 13:15:32.062 31892 26718 I Auth    : [SupervisedAccountIntentOperation] This operation is disabled
09-07 13:15:32.062 31892 26718 I ChromeSync: [Sync,SyncIntentOperation] Handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.companyname.WebsocketFun flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }.
09-07 13:15:32.064 31892 26713 I FontsPackageChangeOp: Package com.companyname.WebsocketFun has no metadata
09-07 13:15:32.092 14129 26730 V MVS_VZWAVSService: android.intent.action.PACKAGE_ADDED
09-07 13:15:32.161 31892 22009 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
09-07 13:15:32.162 31892 17050 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
09-07 13:15:32.165 26701 26701 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
09-07 13:15:32.237 31892 25856 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
09-07 13:15:32.259 31892 25856 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
09-07 13:15:32.264 26701 26701 I app_process: The ClassLoaderContext is a special shared library.
09-07 13:15:32.268 13500 13509 I zygote64: Background concurrent copying GC freed 169021(7MB) AllocSpace objects, 100(4MB) LOS objects, 42% free, 28MB/50MB, paused 394us total 390.462ms
09-07 13:15:32.295 26701 26701 D AndroidRuntime: Calling main entry com.android.commands.pm.Pm
09-07 13:15:32.301 26701 26701 I app_process: System.exit called, status: 0
09-07 13:15:32.301 26701 26701 I AndroidRuntime: VM exiting with result code 0.
09-07 13:15:33.276 31892 25856 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
09-07 13:15:33.329 31892 25856 I Icing   : Indexing done com.google.android.gms-apps
09-07 13:15:33.330 31892 25856 I Icing   : Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms
09-07 13:15:33.332 13500 31484 I ActivityManager: START u0 {flg=0x10000000 cmp=com.companyname.WebsocketFun/md57403d0b1500f0a2450b6e66bbee1a469.MainActivity} from uid 2000
09-07 13:15:33.339 31892 25856 I Icing   : Indexing com.google.android.gms-internal.3p:ContextualEvent from com.google.android.gms
09-07 13:15:33.341   690   690 D QCOM PowerHAL: LAUNCH HINT: ON
09-07 13:15:33.348 31892 25856 I Icing   : Indexing com.google.android.gms-internal.3p:Contact_no_gsa from com.google.android.gms
09-07 13:15:33.348   690   690 D QCOM PowerHAL: Activity launch hint handled
09-07 13:15:33.353 26567 26567 E adbd    : failed to connect to socket 'tcp:8827': Connection refused
09-07 13:15:33.354 31892 25856 I Icing   : Indexing com.google.android.gms-internal.3p:DigitalDocument from com.google.android.gms
09-07 13:15:33.360 13500 14661 I ActivityManager: Start proc 26839:com.companyname.WebsocketFun/u0a263 for activity com.companyname.WebsocketFun/md57403d0b1500f0a2450b6e66bbee1a469.MainActivity
09-07 13:15:33.360 31892 25856 I Icing   : Indexing com.google.android.gms-internal.3p:Event from com.google.android.gms
09-07 13:15:33.368 26839 26839 I zygote64: Late-enabling -Xcheck:jni
09-07 13:15:33.379 31892 25856 I Icing   : Indexing com.google.android.gms-internal.3p:Photograph from com.google.android.gms
09-07 13:15:33.390 31892 25856 I Icing   : Indexing done com.google.android.gms-internal.3p:MobileApplication
09-07 13:15:33.393 31892 25856 I Icing   : Indexing done com.google.android.gms-internal.3p:ContextualEvent
09-07 13:15:33.397 31892 25856 I Icing   : Indexing done com.google.android.gms-internal.3p:Contact_no_gsa
09-07 13:15:33.401 31892 25856 I Icing   : Indexing done com.google.android.gms-internal.3p:DigitalDocument
09-07 13:15:33.403 31892 25856 I Icing   : Indexing done com.google.android.gms-internal.3p:Event
09-07 13:15:33.407 31892 25856 I Icing   : Indexing done com.google.android.gms-internal.3p:Photograph
09-07 13:15:33.511 26839 26839 W monodroid: Creating public update directory: `/data/user/0/com.companyname.WebsocketFun/files/.__override__`
09-07 13:15:33.511 26839 26839 W monodroid: Using override path: /data/user/0/com.companyname.WebsocketFun/files/.__override__
09-07 13:15:33.511 26839 26839 W monodroid: Using override path: /storage/emulated/0/Android/data/com.companyname.WebsocketFun/files/.__override__
09-07 13:15:33.511 26839 26839 W monodroid: Trying to load sgen from: /data/user/0/com.companyname.WebsocketFun/files/.__override__/libmonosgen-2.0.so
09-07 13:15:33.511 26839 26839 W monodroid: Trying to load sgen from: /storage/emulated/0/Android/data/com.companyname.WebsocketFun/files/.__override__/libmonosgen-2.0.so
09-07 13:15:33.512 26839 26839 W monodroid: Trying to load sgen from: /storage/emulated/0/../legacy/Android/data/com.companyname.WebsocketFun/files/.__override__/libmonosgen-2.0.so
09-07 13:15:33.512 26839 26839 W monodroid: Trying to load sgen from: /data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libmonosgen-2.0.so
09-07 13:15:33.512 26839 26839 W monodroid: Trying to load sgen from: /data/user/0/com.companyname.WebsocketFun/files/.__override__/links/libmonosgen-2.0.so
09-07 13:15:33.515 26839 26839 W monodroid-debug: Trying to initialize the debugger with options: --debugger-agent=transport=dt_socket,loglevel=0,address=127.0.0.1:8827,server=y,embedding=1
09-07 13:15:33.860 26839 26839 D Mono    : Image addref mscorlib[0x7c621a0780] -> mscorlib.dll[0x7c621c5000]: 2
09-07 13:15:33.860 26839 26839 D Mono    : Prepared to set up assembly 'mscorlib' (mscorlib.dll)
09-07 13:15:33.862 26839 26839 D Mono    : AOT: image 'mscorlib.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-mscorlib.dll.so" not found
09-07 13:15:33.863 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/mscorlib.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-mscorlib.dll.so" not found
09-07 13:15:33.863 26839 26839 D Mono    : Config attempting to parse: 'mscorlib.dll.config'.
09-07 13:15:33.863 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/mscorlib/mscorlib.config'.
09-07 13:15:33.878 26839 26839 D Mono    : Assembly mscorlib[0x7c621a0780] added to domain RootDomain, ref_count=1
09-07 13:15:33.934 26839 26839 D Mono    : Assembly Loader probing location: '/storage/emulated/0/Android/data/com.companyname.WebsocketFun/files/.__override__/WebsocketFun.dll'.
09-07 13:15:33.935 26839 26839 D Mono    : Image addref WebsocketFun[0x7c621a0c00] -> /storage/emulated/0/Android/data/com.companyname.WebsocketFun/files/.__override__/WebsocketFun.dll[0x7c621c6000]: 2
09-07 13:15:33.935 26839 26839 D Mono    : Prepared to set up assembly 'WebsocketFun' (/storage/emulated/0/Android/data/com.companyname.WebsocketFun/files/.__override__/WebsocketFun.dll)
09-07 13:15:33.935 26839 26839 D Mono    : Assembly WebsocketFun[0x7c621a0c00] added to domain RootDomain, ref_count=1
09-07 13:15:33.936 26839 26839 D Mono    : AOT: image '/storage/emulated/0/Android/data/com.companyname.WebsocketFun/files/.__override__/WebsocketFun.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-WebsocketFun.dll.so" not found
09-07 13:15:33.937 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/WebsocketFun.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-WebsocketFun.dll.so" not found
09-07 13:15:33.937 26839 26839 D Mono    : Assembly Loader loaded assembly from location: '/storage/emulated/0/Android/data/com.companyname.WebsocketFun/files/.__override__/WebsocketFun.dll'.
09-07 13:15:33.937 26839 26839 D Mono    : Config attempting to parse: '/storage/emulated/0/Android/data/com.companyname.WebsocketFun/files/.__override__/WebsocketFun.dll.config'.
09-07 13:15:33.938 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/WebsocketFun/WebsocketFun.config'.
09-07 13:15:33.938 26839 26839 W monodroid-gc: GREF GC Threshold: 46080
09-07 13:15:33.938 26839 26839 D Mono    : Image addref Mono.Android[0x7c621a0d00] -> Mono.Android.dll[0x7c621c7000]: 2
09-07 13:15:33.938 26839 26839 D Mono    : Prepared to set up assembly 'Mono.Android' (Mono.Android.dll)
09-07 13:15:33.938 26839 26839 D Mono    : Assembly Mono.Android[0x7c621a0d00] added to domain RootDomain, ref_count=1
09-07 13:15:33.940 26839 26839 D Mono    : AOT: image 'Mono.Android.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-Mono.Android.dll.so" not found
09-07 13:15:33.941 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/Mono.Android.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-Mono.Android.dll.so" not found
09-07 13:15:33.941 26839 26839 D Mono    : Config attempting to parse: 'Mono.Android.dll.config'.
09-07 13:15:33.941 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/Mono.Android/Mono.Android.config'.
09-07 13:15:33.944 26839 26839 D Mono    : Assembly Ref addref Mono.Android[0x7c621a0d00] -> mscorlib[0x7c621a0780]: 2
09-07 13:15:33.945 26839 26839 D Mono    : Image addref Java.Interop[0x7c56fc1100] -> Java.Interop.dll[0x7c56fee000]: 2
09-07 13:15:33.945 26839 26839 D Mono    : Prepared to set up assembly 'Java.Interop' (Java.Interop.dll)
09-07 13:15:33.945 26839 26839 D Mono    : Assembly Java.Interop[0x7c56fc1100] added to domain RootDomain, ref_count=1
09-07 13:15:33.947 26839 26839 D Mono    : AOT: image 'Java.Interop.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-Java.Interop.dll.so" not found
09-07 13:15:33.948 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/Java.Interop.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-Java.Interop.dll.so" not found
09-07 13:15:33.948 26839 26839 D Mono    : Config attempting to parse: 'Java.Interop.dll.config'.
09-07 13:15:33.948 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/Java.Interop/Java.Interop.config'.
09-07 13:15:33.948 26839 26839 D Mono    : Assembly Ref addref Mono.Android[0x7c621a0d00] -> Java.Interop[0x7c56fc1100]: 2
09-07 13:15:33.949 26839 26839 D Mono    : Image addref System.Runtime[0x7c56fc1280] -> System.Runtime.dll[0x7c56fee800]: 2
09-07 13:15:33.949 26839 26839 D Mono    : Prepared to set up assembly 'System.Runtime' (System.Runtime.dll)
09-07 13:15:33.949 26839 26839 D Mono    : Assembly System.Runtime[0x7c56fc1280] added to domain RootDomain, ref_count=1
09-07 13:15:33.950 26839 26839 D Mono    : AOT: image 'System.Runtime.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Runtime.dll.so" not found
09-07 13:15:33.952 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.Runtime.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Runtime.dll.so" not found
09-07 13:15:33.952 26839 26839 D Mono    : Config attempting to parse: 'System.Runtime.dll.config'.
09-07 13:15:33.952 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime/System.Runtime.config'.
09-07 13:15:33.952 26839 26839 D Mono    : Assembly Ref addref Java.Interop[0x7c56fc1100] -> System.Runtime[0x7c56fc1280]: 2
09-07 13:15:33.952 26839 26839 D Mono    : Assembly Ref addref System.Runtime[0x7c56fc1280] -> mscorlib[0x7c621a0780]: 3
09-07 13:15:33.953 26839 26839 W monodroid: Calling into managed runtime init
09-07 13:15:33.979 26839 26839 D Mono    : Image addref System.Collections.Concurrent[0x7c56fc1300] -> System.Collections.Concurrent.dll[0x7c56fef000]: 2
09-07 13:15:33.979 26839 26839 D Mono    : Prepared to set up assembly 'System.Collections.Concurrent' (System.Collections.Concurrent.dll)
09-07 13:15:33.979 26839 26839 D Mono    : Assembly System.Collections.Concurrent[0x7c56fc1300] added to domain RootDomain, ref_count=1
09-07 13:15:33.980 26839 26839 D Mono    : AOT: image 'System.Collections.Concurrent.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Collections.Concurrent.dll.so" not found
09-07 13:15:33.982 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.Collections.Concurrent.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Collections.Concurrent.dll.so" not found
09-07 13:15:33.982 26839 26839 D Mono    : Config attempting to parse: 'System.Collections.Concurrent.dll.config'.
09-07 13:15:33.982 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Collections.Concurrent/System.Collections.Concurrent.config'.
09-07 13:15:33.982 26839 26839 D Mono    : Assembly Ref addref Java.Interop[0x7c56fc1100] -> System.Collections.Concurrent[0x7c56fc1300]: 2
09-07 13:15:33.982 26839 26839 D Mono    : Assembly Ref addref System.Collections.Concurrent[0x7c56fc1300] -> mscorlib[0x7c621a0780]: 4
09-07 13:15:33.993 26839 26839 D Mono    : Image addref System.Collections[0x7c56fc1480] -> System.Collections.dll[0x7c56fef800]: 2
09-07 13:15:33.993 26839 26839 D Mono    : Prepared to set up assembly 'System.Collections' (System.Collections.dll)
09-07 13:15:33.993 26839 26839 D Mono    : Assembly System.Collections[0x7c56fc1480] added to domain RootDomain, ref_count=1
09-07 13:15:33.995 26839 26839 D Mono    : AOT: image 'System.Collections.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Collections.dll.so" not found
09-07 13:15:33.996 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.Collections.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Collections.dll.so" not found
09-07 13:15:33.996 26839 26839 D Mono    : Config attempting to parse: 'System.Collections.dll.config'.
09-07 13:15:33.996 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Collections/System.Collections.config'.
09-07 13:15:33.996 26839 26839 D Mono    : Assembly Ref addref Java.Interop[0x7c56fc1100] -> System.Collections[0x7c56fc1480]: 2
09-07 13:15:33.996 26839 26839 D Mono    : Assembly Ref addref System.Collections[0x7c56fc1480] -> mscorlib[0x7c621a0780]: 5
09-07 13:15:34.022 26839 26839 D Mono    : Image addref System.Reflection.Primitives[0x7c56fc1700] -> System.Reflection.Primitives.dll[0x7c45c61800]: 2
09-07 13:15:34.022 26839 26839 D Mono    : Prepared to set up assembly 'System.Reflection.Primitives' (System.Reflection.Primitives.dll)
09-07 13:15:34.022 26839 26839 D Mono    : Assembly System.Reflection.Primitives[0x7c56fc1700] added to domain RootDomain, ref_count=1
09-07 13:15:34.024 26839 26839 D Mono    : AOT: image 'System.Reflection.Primitives.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Reflection.Primitives.dll.so" not found
09-07 13:15:34.025 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.Reflection.Primitives.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Reflection.Primitives.dll.so" not found
09-07 13:15:34.025 26839 26839 D Mono    : Config attempting to parse: 'System.Reflection.Primitives.dll.config'.
09-07 13:15:34.025 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Reflection.Primitives/System.Reflection.Primitives.config'.
09-07 13:15:34.025 26839 26839 D Mono    : Assembly Ref addref Java.Interop[0x7c56fc1100] -> System.Reflection.Primitives[0x7c56fc1700]: 2
09-07 13:15:34.025 26839 26839 D Mono    : Assembly Ref addref System.Reflection.Primitives[0x7c56fc1700] -> mscorlib[0x7c621a0780]: 6
09-07 13:15:34.041 26839 26839 D Mono    : Image addref System.Linq.Expressions[0x7c56fc1600] -> System.Linq.Expressions.dll[0x7c45cd0000]: 2
09-07 13:15:34.041 26839 26839 D Mono    : Prepared to set up assembly 'System.Linq.Expressions' (System.Linq.Expressions.dll)
09-07 13:15:34.041 26839 26839 D Mono    : Assembly System.Linq.Expressions[0x7c56fc1600] added to domain RootDomain, ref_count=1
09-07 13:15:34.042 26839 26839 D Mono    : AOT: image 'System.Linq.Expressions.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Linq.Expressions.dll.so" not found
09-07 13:15:34.044 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.Linq.Expressions.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Linq.Expressions.dll.so" not found
09-07 13:15:34.044 26839 26839 D Mono    : Config attempting to parse: 'System.Linq.Expressions.dll.config'.
09-07 13:15:34.044 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Linq.Expressions/System.Linq.Expressions.config'.
09-07 13:15:34.044 26839 26839 D Mono    : Assembly Ref addref Java.Interop[0x7c56fc1100] -> System.Linq.Expressions[0x7c56fc1600]: 2
09-07 13:15:34.044 26839 26839 D Mono    : Image addref System.Core[0x7c56fc1800] -> System.Core.dll[0x7c45cd0800]: 2
09-07 13:15:34.044 26839 26839 D Mono    : Prepared to set up assembly 'System.Core' (System.Core.dll)
09-07 13:15:34.044 26839 26839 D Mono    : Assembly System.Core[0x7c56fc1800] added to domain RootDomain, ref_count=1
09-07 13:15:34.046 26839 26839 D Mono    : AOT: image 'System.Core.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Core.dll.so" not found
09-07 13:15:34.047 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.Core.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Core.dll.so" not found
09-07 13:15:34.047 26839 26839 D Mono    : Config attempting to parse: 'System.Core.dll.config'.
09-07 13:15:34.047 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Core/System.Core.config'.
09-07 13:15:34.047 26839 26839 D Mono    : Assembly Ref addref System.Linq.Expressions[0x7c56fc1600] -> System.Core[0x7c56fc1800]: 2
09-07 13:15:34.047 26839 26839 D Mono    : Assembly Ref addref System.Core[0x7c56fc1800] -> mscorlib[0x7c621a0780]: 7
09-07 13:15:34.094 26839 26839 D Mono    : Image addref System.Threading[0x7c56fc1900] -> System.Threading.dll[0x7c45ccf000]: 2
09-07 13:15:34.094 26839 26839 D Mono    : Prepared to set up assembly 'System.Threading' (System.Threading.dll)
09-07 13:15:34.094 26839 26839 D Mono    : Assembly System.Threading[0x7c56fc1900] added to domain RootDomain, ref_count=1
09-07 13:15:34.096 26839 26839 D Mono    : AOT: image 'System.Threading.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Threading.dll.so" not found
09-07 13:15:34.097 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.Threading.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Threading.dll.so" not found
09-07 13:15:34.097 26839 26839 D Mono    : Config attempting to parse: 'System.Threading.dll.config'.
09-07 13:15:34.097 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Threading/System.Threading.config'.
09-07 13:15:34.097 26839 26839 D Mono    : Assembly Ref addref Java.Interop[0x7c56fc1100] -> System.Threading[0x7c56fc1900]: 2
09-07 13:15:34.097 26839 26839 D Mono    : Assembly Ref addref System.Threading[0x7c56fc1900] -> mscorlib[0x7c621a0780]: 8
09-07 13:15:34.107 26839 26839 D Mono    : Image addref System.Runtime.InteropServices[0x7c56fc1a00] -> System.Runtime.InteropServices.dll[0x7c45d32800]: 2
09-07 13:15:34.107 26839 26839 D Mono    : Prepared to set up assembly 'System.Runtime.InteropServices' (System.Runtime.InteropServices.dll)
09-07 13:15:34.107 26839 26839 D Mono    : Assembly System.Runtime.InteropServices[0x7c56fc1a00] added to domain RootDomain, ref_count=1
09-07 13:15:34.109 26839 26839 D Mono    : AOT: image 'System.Runtime.InteropServices.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Runtime.InteropServices.dll.so" not found
09-07 13:15:34.110 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.Runtime.InteropServices.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Runtime.InteropServices.dll.so" not found
09-07 13:15:34.110 26839 26839 D Mono    : Config attempting to parse: 'System.Runtime.InteropServices.dll.config'.
09-07 13:15:34.110 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.InteropServices/System.Runtime.InteropServices.config'.
09-07 13:15:34.110 26839 26839 D Mono    : Assembly Ref addref Java.Interop[0x7c56fc1100] -> System.Runtime.InteropServices[0x7c56fc1a00]: 2
09-07 13:15:34.110 26839 26839 D Mono    : Assembly Ref addref System.Runtime.InteropServices[0x7c56fc1a00] -> mscorlib[0x7c621a0780]: 9
09-07 13:15:34.119 26839 26839 D Mono    : Image addref System.Reflection[0x7c56fc1b80] -> System.Reflection.dll[0x7c45cf5000]: 2
09-07 13:15:34.119 26839 26839 D Mono    : Prepared to set up assembly 'System.Reflection' (System.Reflection.dll)
09-07 13:15:34.119 26839 26839 D Mono    : Assembly System.Reflection[0x7c56fc1b80] added to domain RootDomain, ref_count=1
09-07 13:15:34.121 26839 26839 D Mono    : AOT: image 'System.Reflection.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Reflection.dll.so" not found
09-07 13:15:34.122 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.Reflection.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Reflection.dll.so" not found
09-07 13:15:34.122 26839 26839 D Mono    : Config attempting to parse: 'System.Reflection.dll.config'.
09-07 13:15:34.122 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Reflection/System.Reflection.config'.
09-07 13:15:34.122 26839 26839 D Mono    : Assembly Ref addref Java.Interop[0x7c56fc1100] -> System.Reflection[0x7c56fc1b80]: 2
09-07 13:15:34.122 26839 26839 D Mono    : Assembly Ref addref System.Reflection[0x7c56fc1b80] -> mscorlib[0x7c621a0780]: 10
09-07 13:15:34.147 26839 26839 D Mono    : Assembly Loader probing location: '/usr/local/lib/Java.Interop.Export.dll'.
09-07 13:15:34.147 26839 26839 D Mono    : Assembly Loader probing location: '/usr/local/lib/Java.Interop.Export.exe'.
09-07 13:15:34.153 26839 26839 D Mono    : DllImport attempting to load: '__Internal'.
09-07 13:15:34.153 26839 26839 D Mono    : DllImport loaded library '(null)'.
09-07 13:15:34.153 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.153 26839 26839 D Mono    : Searching for 'java_interop_jnienv_get_java_vm'.
09-07 13:15:34.153 26839 26839 D Mono    : Probing 'java_interop_jnienv_get_java_vm'.
09-07 13:15:34.153 26839 26839 D Mono    : Found as 'java_interop_jnienv_get_java_vm'.
09-07 13:15:34.161 13758 13758 D zz      : UtWallpaperService$UtEngine.onVisibilityChanged() false
09-07 13:15:34.164 13758 13758 D zz      : UtRenderer.onNotVisible() 
09-07 13:15:34.164 26839 26839 D Mono    : DllImport attempting to load: '__Internal'.
09-07 13:15:34.164 26839 26839 D Mono    : DllImport loaded library '(null)'.
09-07 13:15:34.164 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.164 26839 26839 D Mono    : Searching for '_monodroid_gref_log_new'.
09-07 13:15:34.164 26839 26839 D Mono    : Probing '_monodroid_gref_log_new'.
09-07 13:15:34.164 26839 26839 D Mono    : Found as '_monodroid_gref_log_new'.
09-07 13:15:34.165 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.165 26839 26839 D Mono    : Searching for 'java_interop_jnienv_new_global_ref'.
09-07 13:15:34.165 26839 26839 D Mono    : Probing 'java_interop_jnienv_new_global_ref'.
09-07 13:15:34.165 26839 26839 D Mono    : Found as 'java_interop_jnienv_new_global_ref'.
09-07 13:15:34.166 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.166 26839 26839 D Mono    : Searching for '_monodroid_gref_get'.
09-07 13:15:34.166 26839 26839 D Mono    : Probing '_monodroid_gref_get'.
09-07 13:15:34.166 26839 26839 D Mono    : Found as '_monodroid_gref_get'.
09-07 13:15:34.171 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.171 26839 26839 D Mono    : Searching for 'java_interop_jnienv_find_class'.
09-07 13:15:34.171 26839 26839 D Mono    : Probing 'java_interop_jnienv_find_class'.
09-07 13:15:34.171 26839 26839 D Mono    : Found as 'java_interop_jnienv_find_class'.
09-07 13:15:34.172 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.172 26839 26839 D Mono    : Searching for 'java_interop_jnienv_exception_clear'.
09-07 13:15:34.172 26839 26839 D Mono    : Probing 'java_interop_jnienv_exception_clear'.
09-07 13:15:34.172 26839 26839 D Mono    : Found as 'java_interop_jnienv_exception_clear'.
09-07 13:15:34.172 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.172 26839 26839 D Mono    : Searching for 'java_interop_jnienv_call_object_method_a'.
09-07 13:15:34.172 26839 26839 D Mono    : Probing 'java_interop_jnienv_call_object_method_a'.
09-07 13:15:34.172 26839 26839 D Mono    : Found as 'java_interop_jnienv_call_object_method_a'.
09-07 13:15:34.172 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.172 26839 26839 D Mono    : Searching for 'java_interop_jnienv_delete_local_ref'.
09-07 13:15:34.172 26839 26839 D Mono    : Probing 'java_interop_jnienv_delete_local_ref'.
09-07 13:15:34.172 26839 26839 D Mono    : Found as 'java_interop_jnienv_delete_local_ref'.
09-07 13:15:34.174 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.174 26839 26839 D Mono    : Searching for '_monodroid_lref_log_new'.
09-07 13:15:34.174 26839 26839 D Mono    : Probing '_monodroid_lref_log_new'.
09-07 13:15:34.174 26839 26839 D Mono    : Found as '_monodroid_lref_log_new'.
09-07 13:15:34.176 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.176 26839 26839 D Mono    : Searching for '_monodroid_lref_log_delete'.
09-07 13:15:34.176 26839 26839 D Mono    : Probing '_monodroid_lref_log_delete'.
09-07 13:15:34.177 26839 26839 D Mono    : Found as '_monodroid_lref_log_delete'.
09-07 13:15:34.178 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.178 26839 26839 D Mono    : Searching for 'java_interop_jnienv_get_method_id'.
09-07 13:15:34.178 26839 26839 D Mono    : Probing 'java_interop_jnienv_get_method_id'.
09-07 13:15:34.178 26839 26839 D Mono    : Found as 'java_interop_jnienv_get_method_id'.
09-07 13:15:34.179 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.179 26839 26839 D Mono    : Searching for '_monodroid_gref_log_delete'.
09-07 13:15:34.179 26839 26839 D Mono    : Probing '_monodroid_gref_log_delete'.
09-07 13:15:34.179 26839 26839 D Mono    : Found as '_monodroid_gref_log_delete'.
09-07 13:15:34.180 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.180 26839 26839 D Mono    : Searching for 'java_interop_jnienv_delete_global_ref'.
09-07 13:15:34.180 26839 26839 D Mono    : Probing 'java_interop_jnienv_delete_global_ref'.
09-07 13:15:34.180 26839 26839 D Mono    : Found as 'java_interop_jnienv_delete_global_ref'.
09-07 13:15:34.183 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.183 26839 26839 D Mono    : Searching for 'java_interop_jnienv_register_natives'.
09-07 13:15:34.183 26839 26839 D Mono    : Probing 'java_interop_jnienv_register_natives'.
09-07 13:15:34.183 26839 26839 D Mono    : Found as 'java_interop_jnienv_register_natives'.
09-07 13:15:34.191 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.191 26839 26839 D Mono    : Searching for 'java_interop_jnienv_get_static_method_id'.
09-07 13:15:34.191 26839 26839 D Mono    : Probing 'java_interop_jnienv_get_static_method_id'.
09-07 13:15:34.192 26839 26839 D Mono    : Found as 'java_interop_jnienv_get_static_method_id'.
09-07 13:15:34.194 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.194 26839 26839 D Mono    : Searching for 'java_interop_jnienv_call_static_object_method_a'.
09-07 13:15:34.194 26839 26839 D Mono    : Probing 'java_interop_jnienv_call_static_object_method_a'.
09-07 13:15:34.195 26839 26839 D Mono    : Found as 'java_interop_jnienv_call_static_object_method_a'.
09-07 13:15:34.198 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.198 26839 26839 D Mono    : Searching for '_monodroid_get_identity_hash_code'.
09-07 13:15:34.198 26839 26839 D Mono    : Probing '_monodroid_get_identity_hash_code'.
09-07 13:15:34.198 26839 26839 D Mono    : Found as '_monodroid_get_identity_hash_code'.
09-07 13:15:34.209 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.209 26839 26839 D Mono    : Searching for 'java_interop_jnienv_get_object_class'.
09-07 13:15:34.209 26839 26839 D Mono    : Probing 'java_interop_jnienv_get_object_class'.
09-07 13:15:34.209 26839 26839 D Mono    : Found as 'java_interop_jnienv_get_object_class'.
09-07 13:15:34.210 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.210 26839 26839 D Mono    : Searching for 'java_interop_jnienv_call_object_method'.
09-07 13:15:34.210 26839 26839 D Mono    : Probing 'java_interop_jnienv_call_object_method'.
09-07 13:15:34.210 26839 26839 D Mono    : Found as 'java_interop_jnienv_call_object_method'.
09-07 13:15:34.211 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.211 26839 26839 D Mono    : Searching for 'java_interop_jnienv_get_string_length'.
09-07 13:15:34.211 26839 26839 D Mono    : Probing 'java_interop_jnienv_get_string_length'.
09-07 13:15:34.211 26839 26839 D Mono    : Found as 'java_interop_jnienv_get_string_length'.
09-07 13:15:34.211 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.211 26839 26839 D Mono    : Searching for 'java_interop_jnienv_get_string_chars'.
09-07 13:15:34.211 26839 26839 D Mono    : Probing 'java_interop_jnienv_get_string_chars'.
09-07 13:15:34.211 26839 26839 D Mono    : Found as 'java_interop_jnienv_get_string_chars'.
09-07 13:15:34.212 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.212 26839 26839 D Mono    : Searching for 'java_interop_jnienv_release_string_chars'.
09-07 13:15:34.212 26839 26839 D Mono    : Probing 'java_interop_jnienv_release_string_chars'.
09-07 13:15:34.212 26839 26839 D Mono    : Found as 'java_interop_jnienv_release_string_chars'.
09-07 13:15:34.214 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.214 26839 26839 D Mono    : Searching for 'monodroid_typemap_java_to_managed'.
09-07 13:15:34.214 26839 26839 D Mono    : Probing 'monodroid_typemap_java_to_managed'.
09-07 13:15:34.214 26839 26839 D Mono    : Found as 'monodroid_typemap_java_to_managed'.
09-07 13:15:34.224 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.224 26839 26839 D Mono    : Searching for 'java_interop_jnienv_get_superclass'.
09-07 13:15:34.224 26839 26839 D Mono    : Probing 'java_interop_jnienv_get_superclass'.
09-07 13:15:34.224 26839 26839 D Mono    : Found as 'java_interop_jnienv_get_superclass'.
09-07 13:15:34.245 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.245 26839 26839 D Mono    : Searching for 'java_interop_jnienv_is_instance_of'.
09-07 13:15:34.245 26839 26839 D Mono    : Probing 'java_interop_jnienv_is_instance_of'.
09-07 13:15:34.245 26839 26839 D Mono    : Found as 'java_interop_jnienv_is_instance_of'.
09-07 13:15:34.246 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.246 26839 26839 D Mono    : Searching for '_monodroid_gref_log'.
09-07 13:15:34.246 26839 26839 D Mono    : Probing '_monodroid_gref_log'.
09-07 13:15:34.246 26839 26839 D Mono    : Found as '_monodroid_gref_log'.
09-07 13:15:34.263 26839 26839 D Mono    : Image addref System.Linq[0x7c45d23300] -> System.Linq.dll[0x7c45dd5000]: 2
09-07 13:15:34.263 26839 26839 D Mono    : Prepared to set up assembly 'System.Linq' (System.Linq.dll)
09-07 13:15:34.263 26839 26839 D Mono    : Assembly System.Linq[0x7c45d23300] added to domain RootDomain, ref_count=1
09-07 13:15:34.265 26839 26839 D Mono    : AOT: image 'System.Linq.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Linq.dll.so" not found
09-07 13:15:34.266 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.Linq.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Linq.dll.so" not found
09-07 13:15:34.266 26839 26839 D Mono    : Config attempting to parse: 'System.Linq.dll.config'.
09-07 13:15:34.266 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Linq/System.Linq.config'.
09-07 13:15:34.266 26839 26839 D Mono    : Assembly Ref addref Java.Interop[0x7c56fc1100] -> System.Linq[0x7c45d23300]: 2
09-07 13:15:34.266 26839 26839 D Mono    : Assembly Ref addref System.Linq[0x7c45d23300] -> System.Core[0x7c56fc1800]: 3
09-07 13:15:34.274 26839 26839 D Mono    : Image addref System.Runtime.Extensions[0x7c45d23380] -> System.Runtime.Extensions.dll[0x7c45c62000]: 2
09-07 13:15:34.274 26839 26839 D Mono    : Prepared to set up assembly 'System.Runtime.Extensions' (System.Runtime.Extensions.dll)
09-07 13:15:34.274 26839 26839 D Mono    : Assembly System.Runtime.Extensions[0x7c45d23380] added to domain RootDomain, ref_count=1
09-07 13:15:34.276 26839 26839 D Mono    : AOT: image 'System.Runtime.Extensions.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Runtime.Extensions.dll.so" not found
09-07 13:15:34.277 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.Runtime.Extensions.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Runtime.Extensions.dll.so" not found
09-07 13:15:34.277 26839 26839 D Mono    : Config attempting to parse: 'System.Runtime.Extensions.dll.config'.
09-07 13:15:34.277 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Runtime.Extensions/System.Runtime.Extensions.config'.
09-07 13:15:34.277 26839 26839 D Mono    : Assembly Ref addref Java.Interop[0x7c56fc1100] -> System.Runtime.Extensions[0x7c45d23380]: 2
09-07 13:15:34.277 26839 26839 D Mono    : Assembly Ref addref System.Runtime.Extensions[0x7c45d23380] -> mscorlib[0x7c621a0780]: 11
09-07 13:15:34.285 26839 26839 D Mono    : Image addref System.Reflection.Extensions[0x7c45d23500] -> System.Reflection.Extensions.dll[0x7c45cf5800]: 2
09-07 13:15:34.285 26839 26839 D Mono    : Prepared to set up assembly 'System.Reflection.Extensions' (System.Reflection.Extensions.dll)
09-07 13:15:34.285 26839 26839 D Mono    : Assembly System.Reflection.Extensions[0x7c45d23500] added to domain RootDomain, ref_count=1
09-07 13:15:34.287 26839 26839 D Mono    : AOT: image 'System.Reflection.Extensions.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Reflection.Extensions.dll.so" not found
09-07 13:15:34.288 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.Reflection.Extensions.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.Reflection.Extensions.dll.so" not found
09-07 13:15:34.288 26839 26839 D Mono    : Config attempting to parse: 'System.Reflection.Extensions.dll.config'.
09-07 13:15:34.288 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System.Reflection.Extensions/System.Reflection.Extensions.config'.
09-07 13:15:34.288 26839 26839 D Mono    : Assembly Ref addref Java.Interop[0x7c56fc1100] -> System.Reflection.Extensions[0x7c45d23500]: 2
09-07 13:15:34.288 26839 26839 D Mono    : Assembly Ref addref System.Reflection.Extensions[0x7c45d23500] -> mscorlib[0x7c621a0780]: 12
09-07 13:15:34.304 26839 26839 D Mono    : Assembly Ref addref Mono.Android[0x7c621a0d00] -> System.Core[0x7c56fc1800]: 4
09-07 13:15:34.305 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.305 26839 26839 D Mono    : Searching for 'monodroid_typemap_managed_to_java'.
09-07 13:15:34.305 26839 26839 D Mono    : Probing 'monodroid_typemap_managed_to_java'.
09-07 13:15:34.305 26839 26839 D Mono    : Found as 'monodroid_typemap_managed_to_java'.
09-07 13:15:34.317 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.318 26839 26839 D Mono    : Searching for 'java_interop_jnienv_alloc_object'.
09-07 13:15:34.318 26839 26839 D Mono    : Probing 'java_interop_jnienv_alloc_object'.
09-07 13:15:34.318 26839 26839 D Mono    : Found as 'java_interop_jnienv_alloc_object'.
09-07 13:15:34.400 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.400 26839 26839 D Mono    : Searching for 'java_interop_jnienv_call_nonvirtual_void_method_a'.
09-07 13:15:34.400 26839 26839 D Mono    : Probing 'java_interop_jnienv_call_nonvirtual_void_method_a'.
09-07 13:15:34.401 26839 26839 D Mono    : Found as 'java_interop_jnienv_call_nonvirtual_void_method_a'.
09-07 13:15:34.404 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.404 26839 26839 D Mono    : Searching for '_monodroid_gc_wait_for_bridge_processing'.
09-07 13:15:34.404 26839 26839 D Mono    : Probing '_monodroid_gc_wait_for_bridge_processing'.
09-07 13:15:34.404 26839 26839 D Mono    : Found as '_monodroid_gc_wait_for_bridge_processing'.
09-07 13:15:34.407 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.407 26839 26839 D Mono    : Searching for 'java_interop_jnienv_is_same_object'.
09-07 13:15:34.407 26839 26839 D Mono    : Probing 'java_interop_jnienv_is_same_object'.
09-07 13:15:34.407 26839 26839 D Mono    : Found as 'java_interop_jnienv_is_same_object'.
09-07 13:15:34.408 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.408 26839 26839 D Mono    : Searching for 'java_interop_jnienv_call_static_void_method_a'.
09-07 13:15:34.408 26839 26839 D Mono    : Probing 'java_interop_jnienv_call_static_void_method_a'.
09-07 13:15:34.408 26839 26839 D Mono    : Found as 'java_interop_jnienv_call_static_void_method_a'.
09-07 13:15:34.421 26839 26839 D Mono    : Assembly Ref addref WebsocketFun[0x7c621a0c00] -> Mono.Android[0x7c621a0d00]: 2
09-07 13:15:34.455 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.455 26839 26839 D Mono    : Searching for 'java_interop_jnienv_get_array_length'.
09-07 13:15:34.455 26839 26839 D Mono    : Probing 'java_interop_jnienv_get_array_length'.
09-07 13:15:34.455 26839 26839 D Mono    : Found as 'java_interop_jnienv_get_array_length'.
09-07 13:15:34.502 26839 26839 D Mono    : Assembly Ref addref WebsocketFun[0x7c621a0c00] -> mscorlib[0x7c621a0780]: 13
09-07 13:15:34.590 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.590 26839 26839 D Mono    : Searching for 'java_interop_jnienv_call_nonvirtual_object_method_a'.
09-07 13:15:34.590 26839 26839 D Mono    : Probing 'java_interop_jnienv_call_nonvirtual_object_method_a'.
09-07 13:15:34.590 26839 26839 D Mono    : Found as 'java_interop_jnienv_call_nonvirtual_object_method_a'.
09-07 13:15:34.602 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.602 26839 26839 D Mono    : Searching for 'java_interop_jnienv_new_string'.
09-07 13:15:34.602 26839 26839 D Mono    : Probing 'java_interop_jnienv_new_string'.
09-07 13:15:34.602 26839 26839 D Mono    : Found as 'java_interop_jnienv_new_string'.
09-07 13:15:34.609 26839 26839 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:34.609 26839 26839 D Mono    : Searching for 'java_interop_jnienv_call_void_method_a'.
09-07 13:15:34.609 26839 26839 D Mono    : Probing 'java_interop_jnienv_call_void_method_a'.
09-07 13:15:34.609 26839 26839 D Mono    : Found as 'java_interop_jnienv_call_void_method_a'.
09-07 13:15:34.624 26839 26870 D OpenGLRenderer: HWUI GL Pipeline
09-07 13:15:34.674 26839 26870 I Adreno  : QUALCOMM build                   : 2941438, I916dfac403
09-07 13:15:34.674 26839 26870 I Adreno  : Build Date                       : 10/03/17
09-07 13:15:34.674 26839 26870 I Adreno  : OpenGL ES Shader Compiler Version: EV031.21.02.00
09-07 13:15:34.674 26839 26870 I Adreno  : Local Branch                     : O18A
09-07 13:15:34.674 26839 26870 I Adreno  : Remote Branch                    : 
09-07 13:15:34.674 26839 26870 I Adreno  : Remote Branch                    : 
09-07 13:15:34.674 26839 26870 I Adreno  : Reconstruct Branch               : 
09-07 13:15:34.679 26839 26870 I Adreno  : PFP: 0x005ff087, ME: 0x005ff063
09-07 13:15:34.684 26839 26870 I zygote64: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
09-07 13:15:34.685 26839 26870 I OpenGLRenderer: Initialized EGL, version 1.4
09-07 13:15:34.685 26839 26870 D OpenGLRenderer: Swap behavior 2
09-07 13:15:34.790 13500 13521 I ActivityManager: Displayed com.companyname.WebsocketFun/md57403d0b1500f0a2450b6e66bbee1a469.MainActivity: +1s435ms
09-07 13:15:34.795   690   690 D QCOM PowerHAL: LAUNCH HINT: OFF
09-07 13:15:34.935 31790 31790 I StreamRenderer: cleanUpRendererScope(nowcards-6693505110339246448)
09-07 13:15:34.950 31790 31790 I PBSessionCacheImpl: Deleted sessionId[7643225321962] from persistence.
09-07 13:15:34.974 13500 14661 I WifiService: getConnectionInfo uid=10045
09-07 13:15:34.984 31790 31790 W SearchServiceCore: Abort, client detached.
09-07 13:15:34.987 31790 31790 I StreamController: cleanUpControllerScope(nowcards-6693505110339246448)
09-07 13:15:34.995 13500 14661 I WifiService: getWifiEnabledState uid=10045
09-07 13:15:35.041 31790 25372 I WorkController: WorkProxy is not enqueued because WorkController is disposed: WorkProxy{Name=context::i, WorkerId=context, id=8e00478}
09-07 13:15:35.041 31790 25372 I WorkController: WorkProxy is not enqueued because WorkController is disposed: WorkProxy{Name=context::k, WorkerId=context, id=58ea751}
09-07 13:15:35.041 31790 25372 I WorkController: WorkProxy is not enqueued because WorkController is disposed: WorkProxy{Name=context::l, WorkerId=context, id=e5e1bb6}
09-07 13:15:35.041 31790 25372 I WorkController: WorkProxy is not enqueued because WorkController is disposed: WorkProxy{Name=context::j, WorkerId=context, id=f4770b7}
09-07 13:15:35.041 31790 25372 I WorkController: WorkProxy is not enqueued because WorkController is disposed: WorkProxy{Name=context::n, WorkerId=context, id=a4cf024}
09-07 13:15:35.165 14535 14402 I Places  : ?: PlacesBleScanner stop()
09-07 13:15:35.167 14535 14535 I BeaconBle: ZERO_POWER is disabled.
09-07 13:15:35.167 14535 14535 I BeaconBle: 'L' hardware scan: scan stopped, no powered clients
09-07 13:15:35.167 14535 14535 I BeaconBle: Places requested to stop scan
09-07 13:15:35.167 14535 14535 I BeaconBle: Scan canceled successfully.
09-07 13:15:35.185 14535 14402 I PlaceInferenceEngine: [anon] Changed inference mode: 0
09-07 13:15:35.186 14535 14402 I PlaceInferenceEngine: [account#-1814406880] Changed inference mode: 0
09-07 13:15:36.511 23611 23627 I Finsky  : [8449] com.google.android.finsky.bn.ab.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bn.ac@83cef95[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
09-07 13:15:36.513 23611 23627 I Finsky  : [8449] com.google.android.finsky.bn.ab.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bn.ac@52f98aa[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
09-07 13:15:43.827 13500 14661 I ActivityManager: Killing 25519:com.google.vr.vrcore/u0a71 (adj 906): empty #17
09-07 13:15:43.829 13500 13516 W zygote64: kill(-25519, 9) failed: No such process
09-07 13:15:43.895 13500 14661 W ActivityManager: Scheduling restart of crashed service com.google.vr.vrcore/.common.VrCoreSdkService in 1000ms
09-07 13:15:43.875 13500 13516 I chatty  : uid=1000(system) ActivityManager identical 1 line
09-07 13:15:43.918 13500 13516 W zygote64: kill(-25519, 9) failed: No such process
09-07 13:15:43.918 13500 13516 I zygote64: Successfully killed process cgroup uid 10071 pid 25519 in 89ms
09-07 13:15:44.945 13500 13514 I ActivityManager: Start proc 26913:com.google.vr.vrcore/u0a71 for service com.google.vr.vrcore/.common.VrCoreSdkService
09-07 13:15:45.261 13555 13559 I nanohub : osLog: [AR_CHRE] IDLE => ON
09-07 13:15:45.268 26913 26913 I VrCoreApplication: Initializing primary process.
09-07 13:15:45.270 26913 26936 I PrimesTesting: GserviceFlagsSupplier.get()
09-07 13:15:45.281 26913 26913 W ThermalInfoCache: Could not create ThermalInfoCache, exception while querying limits: java.lang.SecurityException: The caller is not a device owner, bound VrListenerService, or holding the DEVICE_POWER permission.
09-07 13:15:45.296 26839 26839 D Mono    : Image addref System[0x7c452d1000] -> System.dll[0x7c45d32000]: 2
09-07 13:15:45.296 26839 26839 D Mono    : Prepared to set up assembly 'System' (System.dll)
09-07 13:15:45.296 26839 26839 D Mono    : Assembly System[0x7c452d1000] added to domain RootDomain, ref_count=1
09-07 13:15:45.298 26839 26839 D Mono    : AOT: image 'System.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.dll.so" not found
09-07 13:15:45.300 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/System.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-System.dll.so" not found
09-07 13:15:45.300 26839 26839 D Mono    : Config attempting to parse: 'System.dll.config'.
09-07 13:15:45.300 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/System/System.config'.
09-07 13:15:45.300 26839 26839 D Mono    : Assembly Ref addref WebsocketFun[0x7c621a0c00] -> System[0x7c452d1000]: 2
09-07 13:15:45.300 26839 26839 D Mono    : Assembly Ref addref System[0x7c452d1000] -> mscorlib[0x7c621a0780]: 14
09-07 13:15:45.330 26913 26913 E cyp     : Null deviceParams or no alignment markers found.
09-07 13:15:45.359 13500 14661 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.vr.vrcore/.common.VrCoreSdkService } to com.google.vr.vrcore/.common.VrCoreSdkService from pid=26913 uid=10071 pkg=com.google.vr.vrcore
09-07 13:15:45.361 26913 26913 E VrCoreSdkService: Call to startService() failed: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.google.vr.vrcore/.common.VrCoreSdkService }: app is in background uid UidRecord{59abad3 u0a71 SVC  idle change:idle|uncached procs:1 seq(0,0,0)}
09-07 13:15:45.367 13500 13819 I ActivityManager: Killing 25444:com.google.android.videos/u0a93 (adj 906): empty #17
09-07 13:15:45.370 26839 26839 D Mono    : Image addref Mono.Security[0x7c452d1780] -> Mono.Security.dll[0x7c45d33000]: 2
09-07 13:15:45.370 26839 26839 D Mono    : Prepared to set up assembly 'Mono.Security' (Mono.Security.dll)
09-07 13:15:45.370 26839 26839 D Mono    : Assembly Mono.Security[0x7c452d1780] added to domain RootDomain, ref_count=1
09-07 13:15:45.372 26839 26839 D Mono    : AOT: image 'Mono.Security.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-Mono.Security.dll.so" not found
09-07 13:15:45.373 26839 26839 D Mono    : AOT: image '/usr/local/lib/mono/aot-cache/arm64/Mono.Security.dll.so' not found: dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/libaot-Mono.Security.dll.so" not found
09-07 13:15:45.374 26839 26839 D Mono    : Config attempting to parse: 'Mono.Security.dll.config'.
09-07 13:15:45.374 26839 26839 D Mono    : Config attempting to parse: '/usr/local/etc/mono/assemblies/Mono.Security/Mono.Security.config'.
09-07 13:15:45.374 26839 26839 D Mono    : Assembly Ref addref System[0x7c452d1000] -> Mono.Security[0x7c452d1780]: 2
09-07 13:15:45.374 26839 26839 D Mono    : Assembly Ref addref Mono.Security[0x7c452d1780] -> mscorlib[0x7c621a0780]: 15
09-07 13:15:45.375 13500 13516 W zygote64: kill(-25444, 9) failed: No such process
09-07 13:15:45.418 13500 13516 W zygote64: kill(-25444, 9) failed: No such process
09-07 13:15:45.418 13500 13516 I zygote64: Successfully killed process cgroup uid 10093 pid 25444 in 43ms
09-07 13:15:45.443 26913 26913 I GConfigDataUpdater: Config fetched successfully, updated cached parameters.
09-07 13:15:45.457 26913 26913 W PeopleDeviceAccountsProvider: Processing 1 accounts
09-07 13:15:45.468 26913 26913 W PeopleDeviceAccountsProvider: Processing 1 accounts
09-07 13:15:45.492 26913 26913 I CheckboxLoggingPolicy: Updating logging mode to GAIA_AND_ANDROID_ID with 1 account(s).
09-07 13:15:45.497 26913 26913 I CheckboxLoggingPolicy: Updating logging mode to GAIA_AND_ANDROID_ID with 1 account(s).
09-07 13:15:45.567 26839 26949 D Mono    : Assembly Ref addref Mono.Security[0x7c452d1780] -> System[0x7c452d1000]: 3
09-07 13:15:45.582 26839 26949 D Mono    : DllImport attempting to load: '/system/lib64/libc.so'.
09-07 13:15:45.583 26839 26949 D Mono    : DllImport loaded library '/system/lib64/libc.so'.
09-07 13:15:45.583 26839 26949 D Mono    : DllImport searching in: '/system/lib64/libc.so' ('/system/lib64/libc.so').
09-07 13:15:45.583 26839 26949 D Mono    : Searching for 'uname'.
09-07 13:15:45.583 26839 26949 D Mono    : Probing 'uname'.
09-07 13:15:45.583 26839 26949 D Mono    : Found as 'uname'.
09-07 13:15:45.622 26839 26949 D Mono    : DllImport attempting to load: 'libmono-btls-shared'.
09-07 13:15:45.623 26839 26949 D Mono    : DllImport error loading library './libmono-btls-shared': 'dlopen failed: library "/data/app/com.companyname.WebsocketFun-EzRPQOLou3cn7bwz8pSN3A==/lib/arm64/./libmono-btls-shared" not found'.
09-07 13:15:45.624 26839 26949 D Mono    : DllImport loaded library './libmono-btls-shared.so'.
09-07 13:15:45.624 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.624 26839 26949 D Mono    : Searching for 'mono_btls_ssl_ctx_new'.
09-07 13:15:45.624 26839 26949 D Mono    : Probing 'mono_btls_ssl_ctx_new'.
09-07 13:15:45.625 26839 26949 D Mono    : Found as 'mono_btls_ssl_ctx_new'.
09-07 13:15:45.626 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.626 26839 26949 D Mono    : Searching for 'mono_btls_ssl_ctx_initialize'.
09-07 13:15:45.626 26839 26949 D Mono    : Probing 'mono_btls_ssl_ctx_initialize'.
09-07 13:15:45.626 26839 26949 D Mono    : Found as 'mono_btls_ssl_ctx_initialize'.
09-07 13:15:45.630 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.630 26839 26949 D Mono    : Searching for 'mono_btls_x509_store_from_ssl_ctx'.
09-07 13:15:45.630 26839 26949 D Mono    : Probing 'mono_btls_x509_store_from_ssl_ctx'.
09-07 13:15:45.630 26839 26949 D Mono    : Found as 'mono_btls_x509_store_from_ssl_ctx'.
09-07 13:15:45.631 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.631 26839 26949 D Mono    : Searching for 'mono_btls_x509_store_set_default_paths'.
09-07 13:15:45.632 26839 26949 D Mono    : Probing 'mono_btls_x509_store_set_default_paths'.
09-07 13:15:45.632 26839 26949 D Mono    : Found as 'mono_btls_x509_store_set_default_paths'.
09-07 13:15:45.633 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.633 26839 26949 D Mono    : Searching for 'mono_btls_x509_lookup_mono_new'.
09-07 13:15:45.633 26839 26949 D Mono    : Probing 'mono_btls_x509_lookup_mono_new'.
09-07 13:15:45.633 26839 26949 D Mono    : Found as 'mono_btls_x509_lookup_mono_new'.
09-07 13:15:45.633 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.634 26839 26949 D Mono    : Searching for 'mono_btls_x509_lookup_mono_init'.
09-07 13:15:45.634 26839 26949 D Mono    : Probing 'mono_btls_x509_lookup_mono_init'.
09-07 13:15:45.634 26839 26949 D Mono    : Found as 'mono_btls_x509_lookup_mono_init'.
09-07 13:15:45.635 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.635 26839 26949 D Mono    : Searching for 'mono_btls_x509_lookup_new'.
09-07 13:15:45.635 26839 26949 D Mono    : Probing 'mono_btls_x509_lookup_new'.
09-07 13:15:45.635 26839 26949 D Mono    : Found as 'mono_btls_x509_lookup_new'.
09-07 13:15:45.636 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.636 26839 26949 D Mono    : Searching for 'mono_btls_x509_lookup_add_mono'.
09-07 13:15:45.636 26839 26949 D Mono    : Probing 'mono_btls_x509_lookup_add_mono'.
09-07 13:15:45.636 26839 26949 D Mono    : Found as 'mono_btls_x509_lookup_add_mono'.
09-07 13:15:45.637 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.637 26839 26949 D Mono    : Searching for 'mono_btls_ssl_ctx_set_cert_verify_callback'.
09-07 13:15:45.637 26839 26949 D Mono    : Probing 'mono_btls_ssl_ctx_set_cert_verify_callback'.
09-07 13:15:45.637 26839 26949 D Mono    : Found as 'mono_btls_ssl_ctx_set_cert_verify_callback'.
09-07 13:15:45.638 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.638 26839 26949 D Mono    : Searching for 'mono_btls_ssl_ctx_set_cert_select_callback'.
09-07 13:15:45.638 26839 26949 D Mono    : Probing 'mono_btls_ssl_ctx_set_cert_select_callback'.
09-07 13:15:45.638 26839 26949 D Mono    : Found as 'mono_btls_ssl_ctx_set_cert_select_callback'.
09-07 13:15:45.639 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.639 26839 26949 D Mono    : Searching for 'mono_btls_x509_verify_param_lookup'.
09-07 13:15:45.639 26839 26949 D Mono    : Probing 'mono_btls_x509_verify_param_lookup'.
09-07 13:15:45.639 26839 26949 D Mono    : Found as 'mono_btls_x509_verify_param_lookup'.
09-07 13:15:45.640 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.640 26839 26949 D Mono    : Searching for 'mono_btls_x509_verify_param_copy'.
09-07 13:15:45.640 26839 26949 D Mono    : Probing 'mono_btls_x509_verify_param_copy'.
09-07 13:15:45.641 26839 26949 D Mono    : Found as 'mono_btls_x509_verify_param_copy'.
09-07 13:15:45.641 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.641 26839 26949 D Mono    : Searching for 'mono_btls_x509_verify_param_set_host'.
09-07 13:15:45.641 26839 26949 D Mono    : Probing 'mono_btls_x509_verify_param_set_host'.
09-07 13:15:45.641 26839 26949 D Mono    : Found as 'mono_btls_x509_verify_param_set_host'.
09-07 13:15:45.642 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.642 26839 26949 D Mono    : Searching for 'mono_btls_x509_verify_param_can_modify'.
09-07 13:15:45.642 26839 26949 D Mono    : Probing 'mono_btls_x509_verify_param_can_modify'.
09-07 13:15:45.642 26839 26949 D Mono    : Found as 'mono_btls_x509_verify_param_can_modify'.
09-07 13:15:45.643 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.643 26839 26949 D Mono    : Searching for 'mono_btls_x509_verify_param_free'.
09-07 13:15:45.643 26839 26949 D Mono    : Probing 'mono_btls_x509_verify_param_free'.
09-07 13:15:45.643 26839 26949 D Mono    : Found as 'mono_btls_x509_verify_param_free'.
09-07 13:15:45.644 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.644 26839 26949 D Mono    : Searching for 'mono_btls_ssl_ctx_set_verify_param'.
09-07 13:15:45.644 26839 26949 D Mono    : Probing 'mono_btls_ssl_ctx_set_verify_param'.
09-07 13:15:45.644 26839 26949 D Mono    : Found as 'mono_btls_ssl_ctx_set_verify_param'.
09-07 13:15:45.645 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.645 26839 26949 D Mono    : Searching for 'mono_btls_ssl_ctx_set_min_version'.
09-07 13:15:45.645 26839 26949 D Mono    : Probing 'mono_btls_ssl_ctx_set_min_version'.
09-07 13:15:45.645 26839 26949 D Mono    : Found as 'mono_btls_ssl_ctx_set_min_version'.
09-07 13:15:45.645 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.645 26839 26949 D Mono    : Searching for 'mono_btls_ssl_ctx_set_max_version'.
09-07 13:15:45.645 26839 26949 D Mono    : Probing 'mono_btls_ssl_ctx_set_max_version'.
09-07 13:15:45.645 26839 26949 D Mono    : Found as 'mono_btls_ssl_ctx_set_max_version'.
09-07 13:15:45.646 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.646 26839 26949 D Mono    : Searching for 'mono_btls_ssl_new'.
09-07 13:15:45.646 26839 26949 D Mono    : Probing 'mono_btls_ssl_new'.
09-07 13:15:45.646 26839 26949 D Mono    : Found as 'mono_btls_ssl_new'.
09-07 13:15:45.647 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.647 26839 26949 D Mono    : Searching for 'mono_btls_bio_mono_new'.
09-07 13:15:45.647 26839 26949 D Mono    : Probing 'mono_btls_bio_mono_new'.
09-07 13:15:45.647 26839 26949 D Mono    : Found as 'mono_btls_bio_mono_new'.
09-07 13:15:45.648 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.648 26839 26949 D Mono    : Searching for 'mono_btls_bio_mono_initialize'.
09-07 13:15:45.648 26839 26949 D Mono    : Probing 'mono_btls_bio_mono_initialize'.
09-07 13:15:45.648 26839 26949 D Mono    : Found as 'mono_btls_bio_mono_initialize'.
09-07 13:15:45.650 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.650 26839 26949 D Mono    : Searching for 'mono_btls_ssl_set_bio'.
09-07 13:15:45.650 26839 26949 D Mono    : Probing 'mono_btls_ssl_set_bio'.
09-07 13:15:45.650 26839 26949 D Mono    : Found as 'mono_btls_ssl_set_bio'.
09-07 13:15:45.651 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.651 26839 26949 D Mono    : Searching for 'mono_btls_ssl_set_server_name'.
09-07 13:15:45.651 26839 26949 D Mono    : Probing 'mono_btls_ssl_set_server_name'.
09-07 13:15:45.651 26839 26949 D Mono    : Found as 'mono_btls_ssl_set_server_name'.
09-07 13:15:45.651 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.651 26839 26949 D Mono    : Searching for 'mono_btls_error_clear_error'.
09-07 13:15:45.651 26839 26949 D Mono    : Probing 'mono_btls_error_clear_error'.
09-07 13:15:45.652 26839 26949 D Mono    : Found as 'mono_btls_error_clear_error'.
09-07 13:15:45.652 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.652 26839 26949 D Mono    : Searching for 'mono_btls_ssl_connect'.
09-07 13:15:45.652 26839 26949 D Mono    : Probing 'mono_btls_ssl_connect'.
09-07 13:15:45.652 26839 26949 D Mono    : Found as 'mono_btls_ssl_connect'.
09-07 13:15:45.658 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.658 26839 26949 D Mono    : Searching for 'mono_btls_ssl_get_error'.
09-07 13:15:45.658 26839 26949 D Mono    : Probing 'mono_btls_ssl_get_error'.
09-07 13:15:45.658 26839 26949 D Mono    : Found as 'mono_btls_ssl_get_error'.
09-07 13:15:45.715 26839 26949 D Mono    : Assembly Ref addref Mono.Android[0x7c621a0d00] -> System[0x7c452d1000]: 4
09-07 13:15:45.716 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.716 26839 26949 D Mono    : Searching for 'mono_btls_x509_name_hash'.
09-07 13:15:45.716 26839 26949 D Mono    : Probing 'mono_btls_x509_name_hash'.
09-07 13:15:45.716 26839 26949 D Mono    : Found as 'mono_btls_x509_name_hash'.
09-07 13:15:45.717 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.717 26839 26949 D Mono    : Searching for 'mono_btls_x509_name_hash_old'.
09-07 13:15:45.717 26839 26949 D Mono    : Probing 'mono_btls_x509_name_hash_old'.
09-07 13:15:45.717 26839 26949 D Mono    : Found as 'mono_btls_x509_name_hash_old'.
09-07 13:15:45.757 26839 26949 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:45.757 26839 26949 D Mono    : Searching for 'java_interop_jnienv_is_assignable_from'.
09-07 13:15:45.757 26839 26949 D Mono    : Probing 'java_interop_jnienv_is_assignable_from'.
09-07 13:15:45.757 26839 26949 D Mono    : Found as 'java_interop_jnienv_is_assignable_from'.
09-07 13:15:45.761 26839 26949 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:45.762 26839 26949 D Mono    : Searching for 'java_interop_jnienv_get_byte_array_region'.
09-07 13:15:45.762 26839 26949 D Mono    : Probing 'java_interop_jnienv_get_byte_array_region'.
09-07 13:15:45.762 26839 26949 D Mono    : Found as 'java_interop_jnienv_get_byte_array_region'.
09-07 13:15:45.763 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.764 26839 26949 D Mono    : Searching for 'mono_btls_x509_from_data'.
09-07 13:15:45.764 26839 26949 D Mono    : Probing 'mono_btls_x509_from_data'.
09-07 13:15:45.764 26839 26949 D Mono    : Found as 'mono_btls_x509_from_data'.
09-07 13:15:45.768 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.768 26839 26949 D Mono    : Searching for 'mono_btls_x509_store_ctx_from_ptr'.
09-07 13:15:45.768 26839 26949 D Mono    : Probing 'mono_btls_x509_store_ctx_from_ptr'.
09-07 13:15:45.768 26839 26949 D Mono    : Found as 'mono_btls_x509_store_ctx_from_ptr'.
09-07 13:15:45.771 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.771 26839 26949 D Mono    : Searching for 'mono_btls_x509_store_ctx_up_ref'.
09-07 13:15:45.771 26839 26949 D Mono    : Probing 'mono_btls_x509_store_ctx_up_ref'.
09-07 13:15:45.771 26839 26949 D Mono    : Found as 'mono_btls_x509_store_ctx_up_ref'.
09-07 13:15:45.772 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.772 26839 26949 D Mono    : Searching for 'mono_btls_x509_store_ctx_get_chain'.
09-07 13:15:45.772 26839 26949 D Mono    : Probing 'mono_btls_x509_store_ctx_get_chain'.
09-07 13:15:45.772 26839 26949 D Mono    : Found as 'mono_btls_x509_store_ctx_get_chain'.
09-07 13:15:45.811 26839 26949 D Mono    : DllImport attempting to load: '__Internal'.
09-07 13:15:45.811 26839 26949 D Mono    : DllImport loaded library '(null)'.
09-07 13:15:45.811 26839 26949 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:45.811 26839 26949 D Mono    : Searching for 'monodroid_get_system_property'.
09-07 13:15:45.811 26839 26949 D Mono    : Probing 'monodroid_get_system_property'.
09-07 13:15:45.811 26839 26949 D Mono    : Found as 'monodroid_get_system_property'.
09-07 13:15:45.811 26839 26949 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:45.812 26839 26949 D Mono    : Searching for 'monodroid_free'.
09-07 13:15:45.812 26839 26949 D Mono    : Probing 'monodroid_free'.
09-07 13:15:45.812 26839 26949 D Mono    : Found as 'monodroid_free'.
09-07 13:15:45.882 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.882 26839 26949 D Mono    : Searching for 'mono_btls_x509_store_ctx_get_untrusted'.
09-07 13:15:45.882 26839 26949 D Mono    : Probing 'mono_btls_x509_store_ctx_get_untrusted'.
09-07 13:15:45.882 26839 26949 D Mono    : Found as 'mono_btls_x509_store_ctx_get_untrusted'.
09-07 13:15:45.884 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.884 26839 26949 D Mono    : Searching for 'mono_btls_x509_chain_get_count'.
09-07 13:15:45.884 26839 26949 D Mono    : Probing 'mono_btls_x509_chain_get_count'.
09-07 13:15:45.884 26839 26949 D Mono    : Found as 'mono_btls_x509_chain_get_count'.
09-07 13:15:45.884 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.884 26839 26949 D Mono    : Searching for 'mono_btls_x509_chain_get_cert'.
09-07 13:15:45.884 26839 26949 D Mono    : Probing 'mono_btls_x509_chain_get_cert'.
09-07 13:15:45.884 26839 26949 D Mono    : Found as 'mono_btls_x509_chain_get_cert'.
09-07 13:15:45.885 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.885 26839 26949 D Mono    : Searching for 'mono_btls_x509_up_ref'.
09-07 13:15:45.885 26839 26949 D Mono    : Probing 'mono_btls_x509_up_ref'.
09-07 13:15:45.885 26839 26949 D Mono    : Found as 'mono_btls_x509_up_ref'.
09-07 13:15:45.888 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.888 26839 26949 D Mono    : Searching for 'mono_btls_x509_free'.
09-07 13:15:45.888 26839 26949 D Mono    : Probing 'mono_btls_x509_free'.
09-07 13:15:45.888 26839 26949 D Mono    : Found as 'mono_btls_x509_free'.
09-07 13:15:45.898 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.898 26839 26949 D Mono    : Searching for 'mono_btls_x509_chain_free'.
09-07 13:15:45.898 26839 26949 D Mono    : Probing 'mono_btls_x509_chain_free'.
09-07 13:15:45.898 26839 26949 D Mono    : Found as 'mono_btls_x509_chain_free'.
09-07 13:15:45.898 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.898 26839 26949 D Mono    : Searching for 'mono_btls_x509_store_ctx_free'.
09-07 13:15:45.898 26839 26949 D Mono    : Probing 'mono_btls_x509_store_ctx_free'.
09-07 13:15:45.898 26839 26949 D Mono    : Found as 'mono_btls_x509_store_ctx_free'.
09-07 13:15:45.951 26839 26946 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.951 26839 26946 D Mono    : Searching for 'mono_btls_ssl_handshake'.
09-07 13:15:45.951 26839 26946 D Mono    : Probing 'mono_btls_ssl_handshake'.
09-07 13:15:45.952 26839 26946 D Mono    : Found as 'mono_btls_ssl_handshake'.
09-07 13:15:45.953 26839 26946 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.953 26839 26946 D Mono    : Searching for 'mono_btls_ssl_print_errors_cb'.
09-07 13:15:45.953 26839 26946 D Mono    : Probing 'mono_btls_ssl_print_errors_cb'.
09-07 13:15:45.953 26839 26946 D Mono    : Found as 'mono_btls_ssl_print_errors_cb'.
09-07 13:15:45.955 26839 26946 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.955 26839 26946 D Mono    : Searching for 'mono_btls_ssl_get_peer_certificate'.
09-07 13:15:45.955 26839 26946 D Mono    : Probing 'mono_btls_ssl_get_peer_certificate'.
09-07 13:15:45.955 26839 26946 D Mono    : Found as 'mono_btls_ssl_get_peer_certificate'.
09-07 13:15:45.956 26839 26946 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.956 26839 26946 D Mono    : Searching for 'mono_btls_ssl_get_cipher'.
09-07 13:15:45.956 26839 26946 D Mono    : Probing 'mono_btls_ssl_get_cipher'.
09-07 13:15:45.956 26839 26946 D Mono    : Found as 'mono_btls_ssl_get_cipher'.
09-07 13:15:45.957 26839 26946 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.957 26839 26946 D Mono    : Searching for 'mono_btls_ssl_get_version'.
09-07 13:15:45.957 26839 26946 D Mono    : Probing 'mono_btls_ssl_get_version'.
09-07 13:15:45.957 26839 26946 D Mono    : Found as 'mono_btls_ssl_get_version'.
09-07 13:15:45.957 26839 26946 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:45.957 26839 26946 D Mono    : Searching for 'mono_btls_ssl_get_server_name'.
09-07 13:15:45.957 26839 26946 D Mono    : Probing 'mono_btls_ssl_get_server_name'.
09-07 13:15:45.957 26839 26946 D Mono    : Found as 'mono_btls_ssl_get_server_name'.
09-07 13:15:46.003 26839 26946 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:46.003 26839 26946 D Mono    : Searching for 'mono_btls_ssl_write'.
09-07 13:15:46.003 26839 26946 D Mono    : Probing 'mono_btls_ssl_write'.
09-07 13:15:46.003 26839 26946 D Mono    : Found as 'mono_btls_ssl_write'.
09-07 13:15:46.021 26839 26949 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:46.021 26839 26949 D Mono    : Searching for 'mono_btls_ssl_read'.
09-07 13:15:46.021 26839 26949 D Mono    : Probing 'mono_btls_ssl_read'.
09-07 13:15:46.021 26839 26949 D Mono    : Found as 'mono_btls_ssl_read'.
09-07 13:15:46.196 26839 26948 I mono-stdout: We're fishing for unobserved exeptions.
09-07 13:15:47.070 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService.onStartJob(7): onJobSchedulerWakeup with jobId 9000
09-07 13:15:47.076 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.v.a(29): Scheduling fallback job with id: 9034, and delay: 43200000 ms
09-07 13:15:47.084 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.v.a(39): Scheduling fallback in 64799996 (absolute: 3352564159)
09-07 13:15:47.098 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.ac.handleMessage(16): DeviceState: DeviceState{currentTime=1536340547093, isCharging=true, isIdle=false, netAny=true, netNotRoaming=true, netUnmetered=true}
09-07 13:15:47.114 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.ba.a(64): Jobs in database: 1-1337 12-1 
09-07 13:15:47.123 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.x.a(58): Running job: 12-1
09-07 13:15:47.128 13995 13995 I Finsky  : [2] com.google.android.finsky.contentsync.ContentSyncJob.a(28): ContentSyncJob started
09-07 13:15:47.130 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.x.a(99): RunningQueue size: 1, PendingQueue size: 0
09-07 13:15:47.130 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.x.a(108): Running queue: 12-1 
09-07 13:15:47.139 13995 14050 I Finsky  : [8453] com.google.android.finsky.m.c.a(20): Completed 0 account content syncs with 0 successful.
09-07 13:15:47.146 13995 13995 I Finsky  : [2] com.google.android.finsky.contentsync.ContentSyncJob.a(26): Installation state replication succeeded.
09-07 13:15:47.147 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.ax.b(8): jobFinished: 12-1. TimeElapsed: 23ms
09-07 13:15:47.147 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.x.a(132): Job 12-1 finished
09-07 13:15:47.153 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.x.a(99): RunningQueue size: 0, PendingQueue size: 0
09-07 13:15:47.153 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.ac.handleMessage(41): Executor finished
09-07 13:15:47.173 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.ba.a(64): Jobs in database: 1-1337 
09-07 13:15:47.177 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.g.a(68): ConstraintMapping: 1-1337,  -> L: 3733906ms, D: 90133906ms, C: false, I: false, N: 1
09-07 13:15:47.183 13995 13995 I Finsky  : [2] com.google.android.finsky.scheduler.JobSchedulerEngine.a(93): Scheduling job Id: 9001, L: 3733906, D: 90133906, C: false, I: false, N: 1
09-07 13:15:47.228 26839 26946 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:47.228 26839 26946 D Mono    : Searching for 'mono_btls_ssl_close'.
09-07 13:15:47.228 26839 26946 D Mono    : Probing 'mono_btls_ssl_close'.
09-07 13:15:47.228 26839 26946 D Mono    : Found as 'mono_btls_ssl_close'.
09-07 13:15:47.229 26839 26946 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:47.229 26839 26946 D Mono    : Searching for 'mono_btls_ssl_destroy'.
09-07 13:15:47.229 26839 26946 D Mono    : Probing 'mono_btls_ssl_destroy'.
09-07 13:15:47.229 26839 26946 D Mono    : Found as 'mono_btls_ssl_destroy'.
09-07 13:15:47.233 26839 26946 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:47.233 26839 26946 D Mono    : Searching for 'mono_btls_x509_store_free'.
09-07 13:15:47.233 26839 26946 D Mono    : Probing 'mono_btls_x509_store_free'.
09-07 13:15:47.233 26839 26946 D Mono    : Found as 'mono_btls_x509_store_free'.
09-07 13:15:47.234 26839 26946 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:47.234 26839 26946 D Mono    : Searching for 'mono_btls_ssl_ctx_free'.
09-07 13:15:47.234 26839 26946 D Mono    : Probing 'mono_btls_ssl_ctx_free'.
09-07 13:15:47.234 26839 26946 D Mono    : Found as 'mono_btls_ssl_ctx_free'.
09-07 13:15:47.236 26839 26946 D Mono    : DllImport searching in: 'libmono-btls-shared' ('./libmono-btls-shared.so').
09-07 13:15:47.236 26839 26946 D Mono    : Searching for 'mono_btls_bio_free'.
09-07 13:15:47.236 26839 26946 D Mono    : Probing 'mono_btls_bio_free'.
09-07 13:15:47.236 26839 26946 D Mono    : Found as 'mono_btls_bio_free'.
09-07 13:15:47.298 26839 26948 I mono-stdout: Caught Aborted
09-07 13:15:47.312 26839 26948 I mono-stdout: Caught The WebSocket is in an invalid state ('Aborted') for this operation. Valid states are: 'Open, CloseReceived'
09-07 13:15:47.317 26839 26948 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:47.317 26839 26948 D Mono    : Searching for 'java_interop_jnienv_get_static_field_id'.
09-07 13:15:47.317 26839 26948 D Mono    : Probing 'java_interop_jnienv_get_static_field_id'.
09-07 13:15:47.317 26839 26948 D Mono    : Found as 'java_interop_jnienv_get_static_field_id'.
09-07 13:15:47.320 26839 26948 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:47.320 26839 26948 D Mono    : Searching for 'java_interop_jnienv_get_static_object_field'.
09-07 13:15:47.320 26839 26948 D Mono    : Probing 'java_interop_jnienv_get_static_object_field'.
09-07 13:15:47.321 26839 26948 D Mono    : Found as 'java_interop_jnienv_get_static_object_field'.
09-07 13:15:47.337 26839 26948 D Mono    : DllImport searching in: '__Internal' ('(null)').
09-07 13:15:47.337 26839 26948 D Mono    : Searching for 'java_interop_jnienv_call_nonvirtual_boolean_method_a'.
09-07 13:15:47.337 26839 26948 D Mono    : Probing 'java_interop_jnienv_call_nonvirtual_boolean_method_a'.
09-07 13:15:47.337 26839 26948 D Mono    : Found as 'java_interop_jnienv_call_nonvirtual_boolean_method_a'.
09-07 13:15:47.364 26839 26839 I zygote64: Explicit concurrent copying GC freed 3147(427KB) AllocSpace objects, 0(0B) LOS objects, 58% free, 1082KB/2MB, paused 47us total 7.912ms
09-07 13:15:47.364 26839 26839 D Mono    : GC_TAR_BRIDGE bridges 3 objects 4 opaque 0 colors 3 colors-bridged 3 colors-visible 3 xref 0 cache-hit 0 cache-semihit 0 cache-miss 0 setup 0.03ms tarjan 0.02ms scc-setup 0.04ms gather-xref 0.00ms xref-setup 0.01ms cleanup 0.03ms
09-07 13:15:47.364 26839 26839 D Mono    : GC_BRIDGE: Complete, was running for 8.72ms
09-07 13:15:47.364 26839 26839 D Mono    : GC_MAJOR: (user request) time 5.93ms, stw 8.11ms los size: 2048K in use: 63K
09-07 13:15:47.364 26839 26839 D Mono    : GC_MAJOR_SWEEP: major size: 1088K in use: 258K
09-07 13:15:47.383 26839 26862 I mono-stdout: Unobserved Exception System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.ObjectDisposedException: Cannot access a disposed object.
09-07 13:15:47.384 26839 26862 I mono-stdout: Object name: 'MobileAuthenticatedStream'.
09-07 13:15:47.384 26839 26862 I mono-stdout:   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 
09-07 13:15:47.384 26839 26862 I mono-stdout:   at Mono.Net.Security.MobileAuthenticatedStream+<StartOperation>d__58.MoveNext () [0x001bf] in <5a97d41d36694fb19855c17429527b10>:0 
09-07 13:15:47.384 26839 26862 I mono-stdout:    --- End of inner exception stack trace ---
09-07 13:15:47.384 26839 26862 I mono-stdout: ---> (Inner Exception #0) System.ObjectDisposedException: Cannot access a disposed object.
09-07 13:15:47.384 26839 26862 I mono-stdout: Object name: 'MobileAuthenticatedStream'.
09-07 13:15:47.384 26839 26862 I mono-stdout:   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 
09-07 13:15:47.384 26839 26862 I mono-stdout:   at Mono.Net.Security.MobileAuthenticatedStream+<StartOperation>d__58.MoveNext () [0x001bf] in <5a97d41d36694fb19855c17429527b10>:0 <---
09-07 13:15:47.384 26839 26862 I mono-stdout: 
09-07 13:15:47.387 26839 26862 E mono    : 
09-07 13:15:47.387 26839 26862 E mono    : Unhandled Exception:
09-07 13:15:47.387 26839 26862 E mono    : System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.ObjectDisposedException: Cannot access a disposed object.
09-07 13:15:47.387 26839 26862 E mono    : Object name: 'MobileAuthenticatedStream'.
09-07 13:15:47.387 26839 26862 E mono    :   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 
09-07 13:15:47.387 26839 26862 E mono    :   at Mono.Net.Security.MobileAuthenticatedStream+<StartOperation>d__58.MoveNext () [0x001bf] in <5a97d41d36694fb19855c17429527b10>:0 
09-07 13:15:47.387 26839 26862 E mono    :    --- End of inner exception stack trace ---
09-07 13:15:47.387 26839 26862 E mono    :   at WebsocketFun.MainActivity.TaskScheduler_UnobservedTaskException (System.Object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e) [0x00017] in /Users/Administrator/Projects/WebsocketFun/WebsocketFun/MainActivity.cs:27 
09-07 13:15:47.387 26839 26862 E mono    :   at System.Threading.Tasks.TaskScheduler.PublishUnobservedTaskException (System.Object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs ueea) [0x00019] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 
09-07 13:15:47.387 26839 26862 E mono    :   at System.Threading.Tasks.TaskExceptionHolder.Finalize () [0x000e6] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 
09-07 13:15:47.387 26839 26862 E mono    : ---> (Inner Exception #0) System.ObjectDisposedException: Cannot access a disposed object.
09-07 13:15:47.387 26839 26862 E mono    : Object name: 'MobileAuthenticatedStream'.
09-07 13:15:47.387 26839 26862 E mono    :   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 
09-07 13:15:47.387 26839 26862 E mono    :   at Mono.Net.Security.MobileAuthenticatedStream+<StartOperation>d__58.MoveNext () [0x001bf] in <5a97d41d36694fb19855c17429527b10>:0 <---
09-07 13:15:47.387 26839 26862 E mono    : 
09-07 13:15:47.389 26839 26862 E mono-rt : [ERROR] FATAL UNHANDLED EXCEPTION: System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.ObjectDisposedException: Cannot access a disposed object.
09-07 13:15:47.389 26839 26862 E mono-rt : Object name: 'MobileAuthenticatedStream'.
09-07 13:15:47.389 26839 26862 E mono-rt :   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 
09-07 13:15:47.389 26839 26862 E mono-rt :   at Mono.Net.Security.MobileAuthenticatedStream+<StartOperation>d__58.MoveNext () [0x001bf] in <5a97d41d36694fb19855c17429527b10>:0 
09-07 13:15:47.389 26839 26862 E mono-rt :    --- End of inner exception stack trace ---
09-07 13:15:47.389 26839 26862 E mono-rt :   at WebsocketFun.MainActivity.TaskScheduler_UnobservedTaskException (System.Object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e) [0x00017] in /Users/Administrator/Projects/WebsocketFun/WebsocketFun/MainActivity.cs:27 
09-07 13:15:47.389 26839 26862 E mono-rt :   at System.Threading.Tasks.TaskScheduler.PublishUnobservedTaskException (System.Object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs ueea) [0x00019] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 
09-07 13:15:47.389 26839 26862 E mono-rt :   at System.Threading.Tasks.TaskExceptionHolder.Finalize () [0x000e6] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 
09-07 13:15:47.389 26839 26862 E mono-rt : ---> (Inner Exception #0) System.ObjectDisposedException: Cannot access a disposed object.
09-07 13:15:47.389 26839 26862 E mono-rt : Object name: 'MobileAuthenticatedStream'.
09-07 13:15:47.389 26839 26862 E mono-rt :   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 
09-07 13:15:47.389 26839 26862 E mono-rt :   at Mono.Net.Security.MobileAuthenticatedStream+<StartOperation>d__58.MoveNext () [0x001bf] in <5a97d41d36694fb19855c17429527b10>:0 <---
09-07 13:15:47.389 26839 26862 E mono-rt : 
09-07 13:15:47.428 13500 13570 W InputDispatcher: channel '3f5eaac com.companyname.WebsocketFun/md57403d0b1500f0a2450b6e66bbee1a469.MainActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
09-07 13:15:47.428 13500 13570 E InputDispatcher: channel '3f5eaac com.companyname.WebsocketFun/md57403d0b1500f0a2450b6e66bbee1a469.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
09-07 13:15:47.428 13500 13860 I WindowManager: WIN DEATH: Window{3f5eaac u0 com.companyname.WebsocketFun/md57403d0b1500f0a2450b6e66bbee1a469.MainActivity}
09-07 13:15:47.428 13500 13860 W InputDispatcher: Attempted to unregister already unregistered input channel '3f5eaac com.companyname.WebsocketFun/md57403d0b1500f0a2450b6e66bbee1a469.MainActivity (server)'
09-07 13:15:47.429 13500 26651 I ActivityManager: Process com.companyname.WebsocketFun (pid 26839) has died: fore TOP 
09-07 13:15:47.430 13500 13516 W zygote64: kill(-26839, 9) failed: No such process
09-07 13:15:47.431 13500 26651 W ActivityManager: Force removing ActivityRecord{2b9564c u0 com.companyname.WebsocketFun/md57403d0b1500f0a2450b6e66bbee1a469.MainActivity t2117}: app died, no saved state
09-07 13:15:47.452 13438 13438 I Zygote  : Process 26839 exited cleanly (255)
09-07 13:15:47.475 13500 13516 W zygote64: kill(-26839, 9) failed: No such process
09-07 13:15:47.475 13500 13516 I zygote64: Successfully killed process cgroup uid 10263 pid 26839 in 45ms
09-07 13:15:47.490 13500 13521 W ActivityManager: setHasOverlayUi called on unknown pid: 26839
09-07 13:15:47.532 31790 31790 I RunnerModule: Event Bus thread is disabled
09-07 13:15:47.532 31790 31790 I SearchServiceCore: Event Bus thread is disabled; marking main thread as EventBus
09-07 13:15:47.569 31790 31790 W SessionLifecycleManager: Handover failed. Creating new session controller.
09-07 13:15:47.575 31790 25658 I RunnerModule: Event Bus thread is disabled
09-07 13:15:47.587 31790 31790 I StreamController: registerScope: nowcards-6693505110339246448
09-07 13:15:47.597 13758 13758 D zz      : UtWallpaperService$UtEngine.onVisibilityChanged() true
09-07 13:15:47.615 13758 13758 D zz      : UtRenderer.onVisible() 
09-07 13:15:47.618 13758 13758 V zz      : WeatherManager.doGet() getting weather from Awareness
09-07 13:15:47.619 13500 14661 I ActivityManager: Force stopping com.companyname.WebsocketFun appid=10263 user=0: from pid 26967
09-07 13:15:47.625 13758 13758 V zz      : SunriseUtil.doGet() getting location from Awareness
09-07 13:15:47.625 13500 14785 W ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=31892, uid=10019 that is not exported from uid 10078
09-07 13:15:47.626 13829 13829 D CarrierSvcBindHelper: No carrier app for: 0
09-07 13:15:47.640 14614 14614 D RegisteredNfcFServicesCache: Service unchanged, not updating
09-07 13:15:47.641 31790 31790 W TemplatedStringEvaluato: Got templated string with no display string
09-07 13:15:47.647 31790 31790 W TemplatedStringEvaluato: Got templated string with no display string
09-07 13:15:47.655 13500 14661 I WifiService: getConnectionInfo uid=10045
09-07 13:15:47.656 13500 14661 I WifiService: getWifiEnabledState uid=10045
09-07 13:15:47.658 14698 14733 I zygote64: Waiting for a blocking GC NativeAllocBlocking
09-07 13:15:47.665 13500 14785 I WifiService: getConnectionInfo uid=10045
09-07 13:15:47.667 31790 25412 W LocationOracle: No location history returned by ContextManager
09-07 13:15:47.668 13500 14785 I WifiService: getWifiEnabledState uid=10045
09-07 13:15:47.681 14698 14716 I zygote64: NativeAlloc concurrent copying GC freed 21645(1059KB) AllocSpace objects, 6(352KB) LOS objects, 49% free, 8MB/16MB, paused 101us total 171.843ms
09-07 13:15:47.682 14698 14733 I zygote64: WaitForGcToComplete blocked NativeAllocBlocking on HeapTrim for 23.844ms
09-07 13:15:47.682 14698 14733 I zygote64: Starting a blocking GC NativeAllocBlocking
09-07 13:15:47.698 31790 31790 I StreamRenderer: maybeRegisterNowCardsScope(nowcards-6693505110339246448, com.google.android.sidekick.shared.remoteapi.CardRenderingContext@a3d963f)
09-07 13:15:47.780 31790 31790 W StaticLayout: maxLineHeight should not be -1.  maxLines:2 lineCount:2
09-07 13:15:47.782 31790 31790 I chatty  : uid=10045 com.google.android.googlequicksearchbox:search identical 2 lines
09-07 13:15:47.783 31790 31790 W StaticLayout: maxLineHeight should not be -1.  maxLines:2 lineCount:2
09-07 13:15:47.787 14535 14402 I Places  : Converted 0 out of 16 WiFi scans
09-07 13:15:47.788 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:15:47.796 31790 31790 W StaticLayout: maxLineHeight should not be -1.  maxLines:2 lineCount:2
09-07 13:15:47.798 31790 31790 I chatty  : uid=10045 com.google.android.googlequicksearchbox:search identical 2 lines
09-07 13:15:47.799 31790 31790 W StaticLayout: maxLineHeight should not be -1.  maxLines:2 lineCount:2
09-07 13:15:47.810 31790 31790 W MonetServiceEventQueue: No updates to flush
09-07 13:15:47.863 13758 13758 V zz      : WeatherManager$3.onResult() successful result: [WeatherVo] conditions: CLEAR (1)
09-07 13:15:47.864 13758 13758 V zz      : TimelapseRenderer.updateWeatherCondition() CLEAR
09-07 13:15:47.894 14535 25876 W ctxmgr  : [AclManager]No 2 for (accnt=account#-517948760#, com.google.android.gms(10019):UserLocationProducer, vrsn=12874000, 0, 3pPkg = null ,  3pMdlId = null ,  pid = 14535). Was: 3 for 1, account#-517948760#
09-07 13:15:47.896 14535 25876 W ctxmgr  : [AclManager]No 2 for (accnt=account#-1814406880#, com.google.android.gms(10019):UserLocationProducer, vrsn=12874000, 0, 3pPkg = null ,  3pMdlId = null ,  pid = 14535). Was: 2 for 1, account#-1814406880#
09-07 13:15:47.910 14535 25876 W ctxmgr  : [AclManager]No 2 for (accnt=account#-517948760#, com.google.android.gms(10019):UserLocationProducer, vrsn=12874000, 0, 3pPkg = null ,  3pMdlId = null ,  pid = 14535). Was: 3 for 1, account#-517948760#
09-07 13:15:47.915 14535 25876 W ctxmgr  : [AclManager]No 2 for (accnt=account#-1814406880#, com.google.android.gms(10019):UserLocationProducer, vrsn=12874000, 0, 3pPkg = null ,  3pMdlId = null ,  pid = 14535). Was: 2 for 1, account#-1814406880#
09-07 13:15:47.916 14535 25876 W ctxmgr  : [AclManager]No 2 for (accnt=account#-517948760#, com.google.android.gms(10019):UserLocationProducer, vrsn=12874000, 0, 3pPkg = null ,  3pMdlId = null ,  pid = 14535). Was: 3 for 1, account#-517948760#
09-07 13:15:47.918 14535 25876 W ctxmgr  : [AclManager]No 2 for (accnt=account#-1814406880#, com.google.android.gms(10019):UserLocationProducer, vrsn=12874000, 0, 3pPkg = null ,  3pMdlId = null ,  pid = 14535). Was: 2 for 1, account#-1814406880#
09-07 13:15:47.920 13758 13758 V zz      : SunriseUtil$3.onResult() location: 34.025394, -84.25831
09-07 13:15:47.920 13758 13758 V zz      : AbstractSunriseUtil.getSunriseSunset() sunrise : Fri Sep 07 07:15:41 EDT 2018
09-07 13:15:47.920 13758 13758 V zz      : AbstractSunriseUtil.getSunriseSunset() sunset  : Fri Sep 07 19:59:30 EDT 2018
09-07 13:15:47.920 13758 13758 V zz      : SunriseUtil$3.onResult() sunrise/sunset: 0.30256015, 0.8329885
09-07 13:15:47.921 13758 13758 V zz      : TimelapseRenderer$1.onReceive() got sunrise broadcast - true
09-07 13:15:47.931 14535 14402 I PlaceInferenceEngine: [anon] Changed inference mode: 0
09-07 13:15:47.943 14535 14402 I PlaceInferenceEngine: [account#-1814406880] Changed inference mode: 0
09-07 13:15:47.995 14535 14566 I GeofencerStateMachine: addGeofences called by com.google.android.gms
09-07 13:15:48.004 14535 14984 I GeofencerStateMachine: Use last location to update newly added Geofences.
09-07 13:15:48.099 14698 14810 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
09-07 13:15:48.099 14698 14810 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
09-07 13:15:48.230 14535 14566 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_IDS Ids=[0f8a0beb-c557-4a5b-ba5b-5d8559d882e2], packageName=com.google.android.gms]
09-07 13:15:48.258 14535 14402 I Places  : ?: PlacesBleScanner start() with priority 2
09-07 13:15:48.259 14535 14402 I PlaceInferenceEngine: [anon] Changed inference mode: 1
09-07 13:15:48.259 14535 14402 I PlaceInferenceEngine: [account#-1814406880] Changed inference mode: 1
09-07 13:15:48.263 14535 14535 I BeaconBle: Client requested scan, settings=BleSettings [scanMode=ZERO_POWER, callbackType=ALL_MATCHES, reportDelayMillis=0, 1 filters, 0 clients, callingClientName=Places]
09-07 13:15:48.273 14535 14535 I BeaconBle: ZERO_POWER is disabled.
09-07 13:15:48.273 14535 14535 I BeaconBle: 'L' hardware scan: scan stopped, no powered clients
09-07 13:15:48.320 13500 13509 I zygote64: Background concurrent copying GC freed 68747(3MB) AllocSpace objects, 25(1140KB) LOS objects, 42% free, 27MB/48MB, paused 85us total 262.600ms
09-07 13:15:48.333 14535 25876 W ctxmgr  : [AclManager]No 2 for (accnt=account#-1814406880#, com.google.android.gms(10019):UserLocationProducer, vrsn=12874000, 0, 3pPkg = null ,  3pMdlId = null ,  pid = 14535). Was: 2 for 1, account#-1814406880#
09-07 13:15:48.356 14535 14402 I Places  : Converted 0 out of 16 WiFi scans
09-07 13:15:48.357 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:15:48.363 14535 14402 I PlaceInferenceEngine: [account#-1814406880] Changed inference mode: 1
09-07 13:15:48.363 14535 14402 I PlaceInferenceEngine: [anon] Changed inference mode: 1
09-07 13:15:48.426 14535 25876 W ctxmgr  : [AclManager]No 2 for (accnt=account#-1814406880#, com.google.android.gms(10019):UserVelocityProducer, vrsn=12874000, 0, 3pPkg = null ,  3pMdlId = null ,  pid = 14535). Was: 2 for 48, account#-1814406880#
09-07 13:15:48.437 14535 14545 I zygote64: Background concurrent copying GC freed 222754(8MB) AllocSpace objects, 11(848KB) LOS objects, 36% free, 41MB/65MB, paused 276us total 440.138ms
09-07 13:15:48.468 14535 26978 I PlaceInferenceEngine: No beacon scan available - ignoring candidates.
09-07 13:15:48.486 14535 26978 I PlaceInferenceEngine: No beacon scan available - ignoring candidates.
09-07 13:15:48.514 14535 26976 W ctxmgr  : [AclManager]No 2 for (accnt=account#-1814406880#, com.google.android.gms(10019):PlacesProducer, vrsn=12874000, 0, 3pPkg = null ,  3pMdlId = null ,  pid = 14535). Was: 2 for 18, account#-1814406880#
09-07 13:15:50.067 26913 26921 E DataBuffer: Internal data leak within a DataBuffer object detected!  Be sure to explicitly call release() on all DataBuffer extending objects when you are done with them. (internal object: com.google.android.gms.common.data.DataHolder@e36c0a3)
09-07 13:15:50.068 26913 26921 E DataBuffer: Internal data leak within a DataBuffer object detected!  Be sure to explicitly call release() on all DataBuffer extending objects when you are done with them. (internal object: com.google.android.gms.common.data.DataHolder@d13dfa0)
09-07 13:15:50.892 13651 13651 D Tonal   : Tonal Palette - index: 5. Main color: ff1a3da3
09-07 13:15:50.892 13651 13651 D Tonal   : Colors: ff040a1b, ff081231, ff0b1e47, ff102961, ff153c82, ff1a3da3, ff1f49c4, ff5373d0, ff647ce6, ff7e90eb, ff9ea7ef, ffcacef6, ffe8ebfb
09-07 13:15:50.892 13651 13651 D Tonal   : Gradients: 
09-07 13:15:50.892 13651 13651 D Tonal   :  Normal GradientColors(ff1a3da3, ff102961)
09-07 13:15:50.892 13651 13651 D Tonal   :  Dark GradientColors(ff102961, ff081231)
09-07 13:15:50.892 13651 13651 D Tonal   :  Extra dark: GradientColors(ff0b1e47, ff040a1b)
09-07 13:15:50.892 13651 13651 D Tonal   : Tonal Palette - index: 5. Main color: ff1a3da3
09-07 13:15:50.892 13651 13651 D Tonal   : Colors: ff040a1b, ff081231, ff0b1e47, ff102961, ff153c82, ff1a3da3, ff1f49c4, ff5373d0, ff647ce6, ff7e90eb, ff9ea7ef, ffcacef6, ffe8ebfb
09-07 13:15:50.892 13651 13651 D Tonal   : Gradients: 
09-07 13:15:50.892 13651 13651 D Tonal   :  Normal GradientColors(ff1a3da3, ff102961)
09-07 13:15:50.892 13651 13651 D Tonal   :  Dark GradientColors(ff102961, ff081231)
09-07 13:15:50.892 13651 13651 D Tonal   :  Extra dark: GradientColors(ff0b1e47, ff040a1b)
09-07 13:15:50.936 31790 31790 I StreamRenderer: cleanUpRendererScope(nowcards-6693505110339246448)
09-07 13:15:50.955 31790 25375 I PBSessionCacheImpl: Deleted sessionId[7643225323172] from persistence.
09-07 13:15:50.965 31790 31790 W SearchServiceCore: Abort, client detached.
09-07 13:15:50.967 13500 13671 I WifiService: getConnectionInfo uid=10045
09-07 13:15:50.967 31790 31790 I StreamController: cleanUpControllerScope(nowcards-6693505110339246448)
09-07 13:15:50.969 13500 13671 I WifiService: getWifiEnabledState uid=10045
09-07 13:15:51.004 31790 31790 W PhoneWindow: Previously focused view reported id 2131820720 during save, but can't be found during restore.
09-07 13:15:51.053   500   500 D SurfaceFlinger: duplicate layer name: changing com.google.android.googlequicksearchbox/android.app.ContextImpl to com.google.android.googlequicksearchbox/android.app.ContextImpl#1
09-07 13:15:51.077 31790 31790 W SearchServiceClient: UiCallbackStub-onGenericEvent[ServiceEvent = 117] task was not run. Callback from Service received after client was disposed.
09-07 13:15:51.103 31790 31790 W SessionLifecycleManager: Handover failed. Creating new session controller.
09-07 13:15:51.113 13500 13671 I WifiService: getConnectionInfo uid=10045
09-07 13:15:51.115 13500 13671 I WifiService: getWifiEnabledState uid=10045
09-07 13:15:51.120 13500 14785 I WifiService: getConnectionInfo uid=10045
09-07 13:15:51.121 13500 14785 I WifiService: getWifiEnabledState uid=10045
09-07 13:15:51.234 13500 13671 I WifiService: getConnectionInfo uid=10045
09-07 13:15:51.235 13500 13671 I WifiService: getWifiEnabledState uid=10045
09-07 13:15:51.239 31790 31790 I StreamController: registerScope: nowcards-885291532580321367
09-07 13:15:51.304 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.306 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.306 31790 31790 W TemplatedStringEvaluato: Got templated string with no display string
09-07 13:15:51.309 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.309 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.311 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.311 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.313 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.314 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.315 31790 31790 W TemplatedStringEvaluato: Got templated string with no display string
09-07 13:15:51.315 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.316 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.317 31790 31790 I StreamRenderer: maybeRegisterNowCardsScope(nowcards-885291532580321367, com.google.android.sidekick.shared.remoteapi.CardRenderingContext@7d86193)
09-07 13:15:51.318 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.318 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.320 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.320 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.324 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.324 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.326 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.326 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.329 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.329 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.331 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.331 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.332 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.333 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.335 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.335 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.337 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.337 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.339 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.339 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.341 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.341 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.343 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.343 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.345 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.345 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.347 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.347 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.349 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.349 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.351 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.352 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.353 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.353 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.354 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.355 31790 31790 W StaticLayout: maxLineHeight should not be -1.  maxLines:2 lineCount:2
09-07 13:15:51.355 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.356 31790 31790 W StaticLayout: maxLineHeight should not be -1.  maxLines:2 lineCount:2
09-07 13:15:51.356 13500 13671 I WifiService: getWifiEnabledState uid=10019
09-07 13:15:51.356 13500 13671 I WifiService: getConnectionInfo uid=10019
09-07 13:15:51.357 31790 31790 W StaticLayout: maxLineHeight should not be -1.  maxLines:2 lineCount:2
09-07 13:15:51.374 31790 31790 I chatty  : uid=10045 com.google.android.googlequicksearchbox:search identical 4 lines
09-07 13:15:51.375 31790 31790 W StaticLayout: maxLineHeight should not be -1.  maxLines:2 lineCount:2
09-07 13:15:51.378 31790 31790 W MonetServiceEventQueue: No updates to flush
09-07 13:15:51.453 31790 31805 I zygote64: Background concurrent copying GC freed 181069(7MB) AllocSpace objects, 1(144KB) LOS objects, 36% free, 41MB/65MB, paused 234us total 288.578ms
09-07 13:15:54.072 13995 14038 I Finsky  : [8442] com.google.android.finsky.bn.ab.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bn.ac@129a40f[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
09-07 13:15:54.084 13995 14038 I Finsky  : [8442] com.google.android.finsky.bn.ab.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bn.ac@1519c9c[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
09-07 13:15:56.174 31790 25372 I EventLogSendingHelper: Sending log events.
09-07 13:15:56.190 31790 25372 I EventLogSendingHelper: Sending log events.
09-07 13:16:01.176 31790 25373 I EventLogSendingHelper: Sending log events.
09-07 13:16:01.188 31790 25373 I EventLogSendingHelper: Sending log events.
09-07 13:16:03.633 13555 13559 I nanohub : osLog: [AR_CHRE] still: 100
09-07 13:16:03.634 13555 13559 I nanohub : osLog: [AR_CHRE] ON => IDLE
09-07 13:16:10.421 20909 20945 I CarrierServices: [102312] bsd.a: FiST: Wifi connectivity status true
09-07 13:16:10.426 20909 20995 I CarrierServices: [102331] ctx.a: CarrierServices.apk is not sim call manager. Not enabling MMTel.
09-07 13:16:10.426 20909 20995 I CarrierServices: [102331] baa.run: (MMTel): : Ignoring Network Change based on IMS preferences
09-07 13:16:10.427 20909 20945 I CarrierServices: [102312] bsi.d: Connected state: [1], networkType: [true]
09-07 13:16:11.278 13500 26651 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.290 13500 26651 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.295 13500 26651 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.296 13500 26651 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.301 13500 26651 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.303 13500 26651 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.311 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.312 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.320 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.321 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.325 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.326 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.330 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.331 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.335 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.335 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.338 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.339 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.341 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.342 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.345 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.345 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.349 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.349 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.351 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.352 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.354 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.355 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.357 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.357 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.359 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.360 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.362 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.363 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.366 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.366 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.368 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.369 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.371 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.372 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.374 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.375 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.377 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.377 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.379 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.380 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:11.382 13500 14785 I WifiService: getWifiEnabledState uid=10019
09-07 13:16:11.383 13500 14785 I WifiService: getConnectionInfo uid=10019
09-07 13:16:13.444 20909 20945 I CarrierServices: [102312] bsd.a: FiST: Wifi connectivity status true
09-07 13:16:13.450 20909 20945 I CarrierServices: [102312] bsi.d: Connected state: [1], networkType: [true]
09-07 13:16:13.450 20909 20995 I CarrierServices: [102331] ctx.a: CarrierServices.apk is not sim call manager. Not enabling MMTel.
09-07 13:16:13.450 20909 20995 I CarrierServices: [102331] baa.run: (MMTel): : Ignoring Network Change based on IMS preferences
freever commented 5 years ago

I am having the same problem using SignalR (which uses WebSockets under ze hood) https://github.com/aspnet/AspNetCore/issues/9362

smoogipoo commented 5 years ago

We're also getting the same issue when cancelling HttpClient requests (SendAsync/ReadAsync).

cheles commented 5 years ago

hey team. Any updates on this? I've tested with Mono 6.6 in VS 2019 Preview and I still can see this error.

kspearrin commented 4 years ago

I am also seeing this with our latest update to Xamarin Android 10 and VS 2019.

JohnL404 commented 4 years ago

We're encountering this one a LOT. I don't know if it's because we're using SignalR and WebSockets or what but I'm really hoping you guys can get this resolved soon. We're using the latest available versions of everything (Xamarin, SignalR client library, etc.)

michaldobrodenka commented 4 years ago

I'm considering switch to https://github.com/NVentimiglia/Websockets.PCL to avoid this bug. As a understand it, it doesn't use mono MobileAuthenticatedStream.

ninaada commented 4 years ago

Even we are facing this issue. Is there any workaround that works? We are seeing this in both VS for Mac 8.4 (buiild 2657) and in VS 16.4.2. Every build of our app in Android (iOS does not have this issue) keeps crashing and there is no way to handle this either.

Feroks commented 4 years ago

@ninaada, you can try to use solution provided in https://github.com/ppy/osu-framework/pull/3028. I have a Xamarin.Forms project, in order to fix it i have subscribed to: TaskScheduler.UnobservedTaskException and AndroidEnvironment.UnhandledExceptionRaiser in MainActivity.

Then i perform check like this: var canSwallow = ex is AggregateException aggregateException && aggregateException.InnerException is ObjectDisposedException objectDisposedException && objectDisposedException.ObjectName == "MobileAuthenticatedStream";

If canSwallow is true, then i set e.Handled = true; in subscribe methods. It prevents app from crashing.

ninaada commented 4 years ago

@Feroks Thanks! Will check and see what happens

ninaada commented 4 years ago

@Feroks Thanks a ton! it worked :)

cmw9706 commented 4 years ago

I am trying to recreate this fix and am testing using

throw new AggregateException(newObjectDisposedException("MobileAuthenticatedStream"));

while debugging. It seems like this is still crashing? Are you subscribing in your MainActivity.OnCreate()?

jpobst commented 5 months ago

With support for Classic Xamarin.Android ended May 1st, 2024, this issue is likely no longer relevant.

If this still persists in .NET 8+, please open a new issue with updated information based on net8.0-android or greater. Please include a link to this issue for context.

michaldobrodenka commented 5 months ago

This bug seems to be no longer relevant, we had a lot of crashes like this until we migrated to net7-android