slowscript / warpinator-android

An unofficial implementation of Warpinator for Android
GNU General Public License v3.0
481 stars 29 forks source link

Cannot see other devices (Fatal exception: main) #126

Open Lurux opened 1 year ago

Lurux commented 1 year ago

Warpinator can't see other devices on the network

In this case I only tested with one device pair (Warpinator Flatpak on Fedora 38 + Warpinator for Android on LineageOS 20 / Android 13), but the crash in the log tells me this is not a one-off issue.

Symptoms

The other device doesn't appear on my phone. Warpinator on Fedora can see my phone, but repeteadly fails to connect.

Following the troubleshooting instructions here:

Log protocol

Show logs ``` --------- beginning of main 09-27 18:46:18.901 30540 30540 D APP : Start 09-27 18:46:18.938 30540 30559 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:46:18.970 30540 30540 D APP : Stop -> 0 09-27 18:46:18.998 30540 30540 D SERVICE : Multicast lock acquired 09-27 18:46:19.005 30540 30540 D AUTH : Loading server certificate... 09-27 18:46:19.011 30540 30540 I SRV : --- Starting server 09-27 18:46:19.102 30540 30881 D TrafficStats: tagSocket(104) with statsTag=0xffffffff, statsUid=-1 09-27 18:46:19.106 30540 30540 D SRV : GRPC server started 09-27 18:46:19.108 30540 30881 D TrafficStats: tagSocket(105) with statsTag=0xffffffff, statsUid=-1 09-27 18:46:19.109 30540 30540 D SRV : Registration server started 09-27 18:46:19.110 30540 30882 D TrafficStats: tagSocket(106) with statsTag=0xffffffff, statsUid=-1 09-27 18:46:19.111 30540 30882 D AUTH : Loading server certificate... 09-27 18:46:19.116 30540 30577 D SERVICE : New network 09-27 18:46:19.119 30540 30577 D SERVICE : Link properties changed 09-27 18:46:19.124 30540 30883 D TrafficStats: tagSocket(107) with statsTag=0xffffffff, statsUid=-1 09-27 18:46:19.126 30540 30883 D SRV : Registering as FP3-0C571C 09-27 18:46:19.127 30540 30890 D SRV : Unregistering 09-27 18:46:19.130 30540 30540 D AndroidRuntime: Shutting down VM --------- beginning of crash 09-27 18:46:19.135 30540 30540 E AndroidRuntime: FATAL EXCEPTION: main 09-27 18:46:19.135 30540 30540 E AndroidRuntime: Process: slowscript.warpinator, PID: 30540 09-27 18:46:19.135 30540 30540 E AndroidRuntime: java.lang.RuntimeException: Unable to start service slowscript.warpinator.MainService@656a02f with Intent { cmp=slowscript.warpinator/.MainService }: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service slowscript.warpinator/.MainService 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4674) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown Source:0) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2180) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:201) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.os.Looper.loop(Looper.java:288) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7924) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: Caused by: android.app.ForegroundServiceStartNotAllowedException: Service.startForeground() not allowed due to mAllowStartForeground false: service slowscript.warpinator/.MainService 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:50) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.os.Parcel.readParcelableInternal(Parcel.java:4816) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.os.Parcel.readParcelable(Parcel.java:4778) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.os.Parcel.createExceptionOrNull(Parcel.java:3006) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.os.Parcel.createException(Parcel.java:2995) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2978) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.os.Parcel.readException(Parcel.java:2920) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.app.IActivityManager$Stub$Proxy.setServiceForeground(IActivityManager.java:6079) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.app.Service.startForeground(Service.java:743) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at slowscript.warpinator.MainService.onStartCommand(MainService.java:84) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4656) 09-27 18:46:19.135 30540 30540 E AndroidRuntime: ... 9 more 09-27 18:46:19.156 30540 30540 I Process : Sending signal. PID: 30540 SIG: 9 09-27 18:46:20.321 30904 30904 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10210; state: ENABLED 09-27 18:46:20.356 30904 30904 V GraphicsEnvironment: ANGLE Developer option for 'slowscript.warpinator' set to: 'default' 09-27 18:46:20.356 30904 30904 V GraphicsEnvironment: ANGLE GameManagerService for slowscript.warpinator: false 09-27 18:46:20.356 30904 30904 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 09-27 18:46:20.359 30904 30904 D NetworkSecurityConfig: No Network Security Config specified, using platform default 09-27 18:46:20.360 30904 30904 D NetworkSecurityConfig: No Network Security Config specified, using platform default --------- beginning of system 09-27 18:46:20.379 30904 30904 I ActivityThread: handleStopService: token=android.os.BinderProxy@72719c0 not found. 09-27 18:46:20.920 30904 30904 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10210; state: DISABLED 09-27 18:46:20.920 30904 30904 D CompatibilityChangeReporter: Compat change id reported: 37756858; UID 10210; state: ENABLED 09-27 18:46:20.971 30904 30904 V NativeCrypto: Registering org/conscrypt/NativeCrypto's 288 native methods... 09-27 18:46:20.982 30904 30904 D APP : Start 09-27 18:46:20.991 30904 30904 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10210; state: DISABLED 09-27 18:46:20.995 30904 30924 W Parcel : Expecting binder but got null! 09-27 18:46:21.034 30904 30924 I AdrenoGLES-0: QUALCOMM build : 3b5766d, Ia5561a03a2 09-27 18:46:21.034 30904 30924 I AdrenoGLES-0: Build Date : 07/20/21 09-27 18:46:21.034 30904 30924 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: EV031.32.02.12 09-27 18:46:21.034 30904 30924 I AdrenoGLES-0: Local Branch : 09-27 18:46:21.034 30904 30924 I AdrenoGLES-0: Remote Branch : 09-27 18:46:21.034 30904 30924 I AdrenoGLES-0: Remote Branch : 09-27 18:46:21.034 30904 30924 I AdrenoGLES-0: Reconstruct Branch : 09-27 18:46:21.034 30904 30924 I AdrenoGLES-0: Build Config : S L 10.0.7 AArch64 09-27 18:46:21.034 30904 30924 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 09-27 18:46:21.040 30904 30924 I AdrenoGLES-0: PFP: 0x005ff114, ME: 0x005ff066 09-27 18:46:21.056 30904 30924 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:46:21.057 30904 30932 I Gralloc4: mapper 4.x is not supported 09-27 18:46:21.057 30904 30932 W Gralloc3: mapper 3.x is not supported 09-27 18:46:21.062 30904 30932 W Gralloc4: allocator 4.x is not supported 09-27 18:46:21.062 30904 30932 W Gralloc3: allocator 3.x is not supported 09-27 18:46:21.064 30904 30932 I Gralloc2: Adding additional valid usage bits: 0x202000 09-27 18:46:21.106 30904 30904 D SERVICE : Multicast lock acquired 09-27 18:46:21.112 30904 30904 D AUTH : Loading server certificate... 09-27 18:46:21.123 30904 30904 I SRV : --- Starting server 09-27 18:46:21.236 30904 30936 D TrafficStats: tagSocket(125) with statsTag=0xffffffff, statsUid=-1 09-27 18:46:21.227 30904 30904 W grpc-nio-boss-E: type=1400 audit(0.0:5262): avc: denied { read } for name="somaxconn" dev="proc" ino=2427799 scontext=u:r:untrusted_app:s0:c210,c256,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 app=slowscript.warpinator 09-27 18:46:21.243 30904 30936 D CompatibilityChangeReporter: Compat change id reported: 170188668; UID 10210; state: ENABLED 09-27 18:46:21.256 30904 30904 D SRV : GRPC server started 09-27 18:46:21.258 30904 30936 D TrafficStats: tagSocket(126) with statsTag=0xffffffff, statsUid=-1 09-27 18:46:21.258 30904 30904 D SRV : Registration server started 09-27 18:46:21.259 30904 30937 D TrafficStats: tagSocket(127) with statsTag=0xffffffff, statsUid=-1 09-27 18:46:21.260 30904 30937 D AUTH : Loading server certificate... 09-27 18:46:21.280 30904 30940 D SERVICE : New network 09-27 18:46:21.280 30904 30904 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10210; state: ENABLED 09-27 18:46:21.282 30904 30938 D TrafficStats: tagSocket(130) with statsTag=0xffffffff, statsUid=-1 09-27 18:46:21.284 30904 30940 D SERVICE : Link properties changed 09-27 18:46:21.287 30904 30938 D SRV : Registering as FP3-0C571C 09-27 18:46:21.289 30904 30945 D SRV : Unregistering 09-27 18:46:22.212 30904 30904 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10210; state: ENABLED 09-27 18:46:23.340 30904 30924 W Parcel : Expecting binder but got null! 09-27 18:46:23.356 30904 30924 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:46:25.183 30904 30945 D SRV : Rescanning 09-27 18:46:25.299 30904 30962 D SRV : Service found: [ServiceInfoImpl@232629608 name: 'FP3-0C571C._warpinator._tcp.local.' address: '(null):0' status: 'DNS: 192-168-0-10.local. [192.168.0.10/192.168.0.10] state: probing 1 task: null', has NO data 09-27 18:46:25.299 30904 30962 D SRV : FP3-0C571C._warpinator._tcp.local.: ] 09-27 18:46:25.299 30904 30962 D SRV : *** Service resolved: FP3-0C571C 09-27 18:46:25.299 30904 30962 D SRV : Details: [ServiceInfoImpl@104156545 name: 'FP3-0C571C._warpinator._tcp.local.' address: '/192.168.0.10:42000 ' status: 'NO DNS state: probing 1 task: null' is persistent, has data, empty] 09-27 18:46:25.300 30904 30962 V SRV : That's me. Ignoring. 09-27 18:46:25.300 30904 30962 D SRV : *** Service resolved: FP3-0C571C 09-27 18:46:25.300 30904 30962 D SRV : Details: [ServiceInfoImpl@85294630 name: 'FP3-0C571C._warpinator._tcp.local.' address: '/192.168.0.10:42000 ' status: 'NO DNS state: probing 1 task: null' is persistent, has data 09-27 18:46:25.300 30904 30962 D SRV : auth-port: 42001 09-27 18:46:25.300 30904 30962 D SRV : hostname: FP3 09-27 18:46:25.300 30904 30962 D SRV : type: real 09-27 18:46:25.300 30904 30962 D SRV : api-version: 2] 09-27 18:46:25.300 30904 30962 V SRV : That's me. Ignoring. 09-27 18:46:25.403 30904 30964 D AUTH : Loading server certificate... 09-27 18:46:25.406 30904 30964 V REG_V2 : Sending certificate to fedora on 192.168.0.10 09-27 18:46:25.512 30904 30924 D OpenGLRenderer: endAllActiveAnimators on 0x708d25cfa0 (MenuPopupWindow$MenuDropDownListView) with handle 0x6f9d27d390 09-27 18:46:25.640 30904 30964 D GRPC : fedora is waiting for duplex... 09-27 18:46:30.152 30904 30924 W Parcel : Expecting binder but got null! 09-27 18:46:30.169 30904 30924 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:46:30.398 30904 30964 D GRPC : fedora failed to establish duplex 09-27 18:46:30.452 30904 30915 W System : A resource failed to call close. 09-27 18:46:30.452 30904 30915 W System : A resource failed to call close. 09-27 18:46:30.453 30904 30915 W System : A resource failed to call close. 09-27 18:46:31.427 30904 30924 D OpenGLRenderer: endAllActiveAnimators on 0x708d294190 (MenuPopupWindow$MenuDropDownListView) with handle 0x6f9d2868d0 09-27 18:46:31.939 30904 30904 D APP : Stop -> 0 09-27 18:46:31.940 30904 30904 D SERVICE : AutoStop scheduled for 60 seconds 09-27 18:46:40.544 30904 30964 D GRPC : fedora is waiting for duplex... 09-27 18:46:45.308 30904 30964 D GRPC : fedora failed to establish duplex 09-27 18:46:55.674 30904 30964 D GRPC : fedora is waiting for duplex... 09-27 18:47:00.444 30904 30964 D GRPC : fedora failed to establish duplex 09-27 18:47:10.783 30904 30964 D GRPC : fedora is waiting for duplex... 09-27 18:47:15.557 30904 30964 D GRPC : fedora failed to establish duplex 09-27 18:47:25.692 30904 30964 D GRPC : fedora is waiting for duplex... 09-27 18:47:30.462 30904 30964 D GRPC : fedora failed to establish duplex 09-27 18:47:31.943 30904 30939 I SERVICE : Autostopping 09-27 18:47:31.956 30904 30904 I SRV : --- Server stopped 09-27 18:48:00.301 30904 30904 D APP : Start 09-27 18:48:00.345 30904 30924 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:48:00.394 30904 30904 D SERVICE : Multicast lock acquired 09-27 18:48:00.398 30904 30904 D AUTH : Loading server certificate... 09-27 18:48:00.407 30904 30904 I SRV : --- Starting server 09-27 18:48:00.471 30904 31227 D TrafficStats: tagSocket(111) with statsTag=0xffffffff, statsUid=-1 09-27 18:48:00.475 30904 30904 D SRV : GRPC server started 09-27 18:48:00.477 30904 31227 D TrafficStats: tagSocket(112) with statsTag=0xffffffff, statsUid=-1 09-27 18:48:00.478 30904 30904 D SRV : Registration server started 09-27 18:48:00.479 30904 31228 D TrafficStats: tagSocket(113) with statsTag=0xffffffff, statsUid=-1 09-27 18:48:00.480 30904 31228 D AUTH : Loading server certificate... 09-27 18:48:00.488 30904 30940 D SERVICE : New network 09-27 18:48:00.495 30904 30940 D SERVICE : Link properties changed 09-27 18:48:00.501 30904 31229 D TrafficStats: tagSocket(115) with statsTag=0xffffffff, statsUid=-1 09-27 18:48:00.504 30904 31229 D SRV : Registering as FP3-0C571C 09-27 18:48:00.506 30904 31236 D SRV : Unregistering 09-27 18:48:01.231 30904 30924 W Parcel : Expecting binder but got null! 09-27 18:48:01.251 30904 30924 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:48:03.162 30904 31236 D SRV : Rescanning 09-27 18:48:03.484 30904 30924 D OpenGLRenderer: endAllActiveAnimators on 0x708d27ac00 (MenuPopupWindow$MenuDropDownListView) with handle 0x6f9d279a30 09-27 18:48:04.513 30904 31244 D SRV : Service found: [ServiceInfoImpl@219194252 name: 'FP3-0C571C._warpinator._tcp.local.' address: '(null):0' status: 'DNS: 192-168-0-10.local. [192.168.0.10/192.168.0.10] state: probing 1 task: null', has NO data 09-27 18:48:04.513 30904 31244 D SRV : FP3-0C571C._warpinator._tcp.local.: ] 09-27 18:48:04.513 30904 31244 D SRV : *** Service resolved: FP3-0C571C 09-27 18:48:04.513 30904 31244 D SRV : Details: [ServiceInfoImpl@204634837 name: 'FP3-0C571C._warpinator._tcp.local.' address: '/192.168.0.10:42000 ' status: 'NO DNS state: probing 1 task: null' is persistent, has data, empty] 09-27 18:48:04.513 30904 31244 V SRV : That's me. Ignoring. 09-27 18:48:04.514 30904 31244 D SRV : *** Service resolved: FP3-0C571C 09-27 18:48:04.514 30904 31244 D SRV : Details: [ServiceInfoImpl@145318634 name: 'FP3-0C571C._warpinator._tcp.local.' address: '/192.168.0.10:42000 ' status: 'NO DNS state: probing 1 task: null' is persistent, has data 09-27 18:48:04.514 30904 31244 D SRV : auth-port: 42001 09-27 18:48:04.514 30904 31244 D SRV : hostname: FP3 09-27 18:48:04.514 30904 31244 D SRV : type: real 09-27 18:48:04.514 30904 31244 D SRV : api-version: 2] 09-27 18:48:04.514 30904 31244 V SRV : That's me. Ignoring. 09-27 18:48:04.591 30904 30964 D AUTH : Loading server certificate... 09-27 18:48:04.597 30904 30964 V REG_V2 : Sending certificate to fedora on 192.168.0.10 09-27 18:48:04.832 30904 30964 D GRPC : fedora is waiting for duplex... 09-27 18:48:09.598 30904 30964 D GRPC : fedora failed to establish duplex 09-27 18:48:41.891 30904 30904 D APP : Stop -> 0 09-27 18:48:41.891 30904 30904 D SERVICE : AutoStop scheduled for 60 seconds 09-27 18:48:47.234 31332 31332 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10210; state: ENABLED 09-27 18:48:47.283 31332 31332 V GraphicsEnvironment: ANGLE Developer option for 'slowscript.warpinator' set to: 'default' 09-27 18:48:47.283 31332 31332 V GraphicsEnvironment: ANGLE GameManagerService for slowscript.warpinator: false 09-27 18:48:47.283 31332 31332 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 09-27 18:48:47.286 31332 31332 D NetworkSecurityConfig: No Network Security Config specified, using platform default 09-27 18:48:47.287 31332 31332 D NetworkSecurityConfig: No Network Security Config specified, using platform default 09-27 18:48:47.349 31332 31332 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10210; state: DISABLED 09-27 18:48:47.350 31332 31332 D CompatibilityChangeReporter: Compat change id reported: 37756858; UID 10210; state: ENABLED 09-27 18:48:47.399 31332 31332 V NativeCrypto: Registering org/conscrypt/NativeCrypto's 288 native methods... 09-27 18:48:47.411 31332 31332 D MAIN : Trying to set default directory: /storage/emulated/0/Download/Warpinator 09-27 18:48:47.412 31332 31332 D MAIN : Directory set successfully 09-27 18:48:47.413 31332 31332 D APP : Start 09-27 18:48:47.423 31332 31332 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10210; state: DISABLED 09-27 18:48:47.428 31332 31351 W Parcel : Expecting binder but got null! 09-27 18:48:47.457 31332 31351 I AdrenoGLES-0: QUALCOMM build : 3b5766d, Ia5561a03a2 09-27 18:48:47.457 31332 31351 I AdrenoGLES-0: Build Date : 07/20/21 09-27 18:48:47.457 31332 31351 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: EV031.32.02.12 09-27 18:48:47.457 31332 31351 I AdrenoGLES-0: Local Branch : 09-27 18:48:47.457 31332 31351 I AdrenoGLES-0: Remote Branch : 09-27 18:48:47.457 31332 31351 I AdrenoGLES-0: Remote Branch : 09-27 18:48:47.457 31332 31351 I AdrenoGLES-0: Reconstruct Branch : 09-27 18:48:47.457 31332 31351 I AdrenoGLES-0: Build Config : S L 10.0.7 AArch64 09-27 18:48:47.457 31332 31351 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 09-27 18:48:47.465 31332 31351 I AdrenoGLES-0: PFP: 0x005ff114, ME: 0x005ff066 09-27 18:48:47.481 31332 31351 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:48:47.482 31332 31360 I Gralloc4: mapper 4.x is not supported 09-27 18:48:47.482 31332 31360 W Gralloc3: mapper 3.x is not supported 09-27 18:48:47.485 31332 31360 W Gralloc4: allocator 4.x is not supported 09-27 18:48:47.486 31332 31360 W Gralloc3: allocator 3.x is not supported 09-27 18:48:47.487 31332 31360 I Gralloc2: Adding additional valid usage bits: 0x202000 09-27 18:48:47.588 31332 31332 D SERVICE : Multicast lock acquired 09-27 18:48:47.598 31332 31332 D AUTH : Loading server certificate... 09-27 18:48:47.599 31332 31332 D AUTH : Creating new server certificate... 09-27 18:48:47.938 31332 31332 I SRV : --- Starting server 09-27 18:48:48.045 31332 31366 D TrafficStats: tagSocket(125) with statsTag=0xffffffff, statsUid=-1 09-27 18:48:48.037 31332 31332 W grpc-nio-boss-E: type=1400 audit(0.0:5263): avc: denied { read } for name="somaxconn" dev="proc" ino=2427799 scontext=u:r:untrusted_app:s0:c210,c256,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 app=slowscript.warpinator 09-27 18:48:48.052 31332 31366 D CompatibilityChangeReporter: Compat change id reported: 170188668; UID 10210; state: ENABLED 09-27 18:48:48.063 31332 31332 D SRV : GRPC server started 09-27 18:48:48.065 31332 31366 D TrafficStats: tagSocket(126) with statsTag=0xffffffff, statsUid=-1 09-27 18:48:48.066 31332 31332 D SRV : Registration server started 09-27 18:48:48.067 31332 31367 D TrafficStats: tagSocket(127) with statsTag=0xffffffff, statsUid=-1 09-27 18:48:48.068 31332 31367 D AUTH : Loading server certificate... 09-27 18:48:48.085 31332 31370 D SERVICE : New network 09-27 18:48:48.088 31332 31370 D SERVICE : Link properties changed 09-27 18:48:48.088 31332 31368 D TrafficStats: tagSocket(129) with statsTag=0xffffffff, statsUid=-1 09-27 18:48:48.093 31332 31368 D SRV : Registering as FP3-0DEA2E 09-27 18:48:48.094 31332 31375 D SRV : Unregistering 09-27 18:48:48.102 31332 31332 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10210; state: ENABLED 09-27 18:48:48.107 31332 31332 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread. 09-27 18:48:50.195 31332 31332 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10210; state: ENABLED 09-27 18:48:50.198 31332 31351 W Parcel : Expecting binder but got null! 09-27 18:48:50.216 31332 31351 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:48:52.101 31332 31383 D SRV : Service found: [ServiceInfoImpl@188890680 name: 'FP3-0DEA2E._warpinator._tcp.local.' address: '(null):0' status: 'DNS: 192-168-0-10.local. [192.168.0.10/192.168.0.10] state: probing 1 task: null', has NO data 09-27 18:48:52.101 31332 31383 D SRV : FP3-0DEA2E._warpinator._tcp.local.: ] 09-27 18:48:52.101 31332 31383 D SRV : *** Service resolved: FP3-0DEA2E 09-27 18:48:52.101 31332 31383 D SRV : Details: [ServiceInfoImpl@24755729 name: 'FP3-0DEA2E._warpinator._tcp.local.' address: '/192.168.0.10:42000 ' status: 'NO DNS state: probing 1 task: null' is persistent, has data, empty] 09-27 18:48:52.101 31332 31383 V SRV : That's me. Ignoring. 09-27 18:48:52.101 31332 31383 D SRV : *** Service resolved: FP3-0DEA2E 09-27 18:48:52.102 31332 31383 D SRV : Details: [ServiceInfoImpl@182799222 name: 'FP3-0DEA2E._warpinator._tcp.local.' address: '/192.168.0.10:42000 ' status: 'NO DNS state: probing 1 task: null' is persistent, has data 09-27 18:48:52.102 31332 31383 D SRV : auth-port: 42001 09-27 18:48:52.102 31332 31383 D SRV : hostname: FP3 09-27 18:48:52.102 31332 31383 D SRV : type: real 09-27 18:48:52.102 31332 31383 D SRV : api-version: 2] 09-27 18:48:52.102 31332 31383 V SRV : That's me. Ignoring. 09-27 18:48:55.199 31332 31332 D APP : Start 09-27 18:48:55.216 31332 31351 W Parcel : Expecting binder but got null! 09-27 18:48:55.228 31332 31351 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:48:55.485 31332 31351 D OpenGLRenderer: endAllActiveAnimators on 0x708d257bf0 (MenuPopupWindow$MenuDropDownListView) with handle 0x6f9d280450 09-27 18:48:55.877 31332 31332 D APP : Stop -> 1 09-27 18:48:57.478 31332 31345 W System : A resource failed to call close. 09-27 18:49:04.807 31332 31332 D CompatibilityChangeReporter: Compat change id reported: 147798919; UID 10210; state: ENABLED 09-27 18:49:07.430 31332 31332 D APP : Start 09-27 18:49:07.444 31332 31351 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:49:07.971 31332 31351 D OpenGLRenderer: endAllActiveAnimators on 0x708d2c1f70 (RippleDrawable) with handle 0x6f9d273cd0 09-27 18:49:07.978 31332 31332 D APP : Stop -> 1 09-27 18:49:09.810 31332 31332 D APP : Stop -> 0 09-27 18:49:09.810 31332 31332 D SERVICE : AutoStop scheduled for 60 seconds 09-27 18:49:09.911 31332 31332 D SERVICE : Task removed 09-27 18:49:09.911 31332 31332 I SERVICE : Autostopping 09-27 18:49:09.921 31332 31332 I SRV : --- Server stopped 09-27 18:49:35.873 31454 31454 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10210; state: ENABLED 09-27 18:49:35.909 31454 31454 V GraphicsEnvironment: ANGLE Developer option for 'slowscript.warpinator' set to: 'default' 09-27 18:49:35.909 31454 31454 V GraphicsEnvironment: ANGLE GameManagerService for slowscript.warpinator: false 09-27 18:49:35.910 31454 31454 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 09-27 18:49:35.912 31454 31454 D NetworkSecurityConfig: No Network Security Config specified, using platform default 09-27 18:49:35.912 31454 31454 D NetworkSecurityConfig: No Network Security Config specified, using platform default 09-27 18:49:35.975 31454 31454 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10210; state: DISABLED 09-27 18:49:35.975 31454 31454 D CompatibilityChangeReporter: Compat change id reported: 37756858; UID 10210; state: ENABLED 09-27 18:49:36.023 31454 31454 V NativeCrypto: Registering org/conscrypt/NativeCrypto's 288 native methods... 09-27 18:49:36.033 31454 31454 D APP : Start 09-27 18:49:36.043 31454 31454 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10210; state: DISABLED 09-27 18:49:36.047 31454 31474 W Parcel : Expecting binder but got null! 09-27 18:49:36.072 31454 31474 I AdrenoGLES-0: QUALCOMM build : 3b5766d, Ia5561a03a2 09-27 18:49:36.072 31454 31474 I AdrenoGLES-0: Build Date : 07/20/21 09-27 18:49:36.072 31454 31474 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: EV031.32.02.12 09-27 18:49:36.072 31454 31474 I AdrenoGLES-0: Local Branch : 09-27 18:49:36.072 31454 31474 I AdrenoGLES-0: Remote Branch : 09-27 18:49:36.072 31454 31474 I AdrenoGLES-0: Remote Branch : 09-27 18:49:36.072 31454 31474 I AdrenoGLES-0: Reconstruct Branch : 09-27 18:49:36.072 31454 31474 I AdrenoGLES-0: Build Config : S L 10.0.7 AArch64 09-27 18:49:36.072 31454 31474 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 09-27 18:49:36.078 31454 31474 I AdrenoGLES-0: PFP: 0x005ff114, ME: 0x005ff066 09-27 18:49:36.095 31454 31474 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:49:36.096 31454 31482 I Gralloc4: mapper 4.x is not supported 09-27 18:49:36.097 31454 31482 W Gralloc3: mapper 3.x is not supported 09-27 18:49:36.099 31454 31482 W Gralloc4: allocator 4.x is not supported 09-27 18:49:36.100 31454 31482 W Gralloc3: allocator 3.x is not supported 09-27 18:49:36.101 31454 31482 I Gralloc2: Adding additional valid usage bits: 0x202000 09-27 18:49:36.235 31454 31454 D SERVICE : ---- Logcat started ---- 09-27 18:49:36.241 31454 31454 D SERVICE : Multicast lock acquired 09-27 18:49:36.250 31454 31454 D AUTH : Loading server certificate... 09-27 18:49:36.261 31454 31454 I SRV : --- Starting server 09-27 18:49:36.367 31454 31488 D TrafficStats: tagSocket(126) with statsTag=0xffffffff, statsUid=-1 09-27 18:49:36.377 31454 31454 W grpc-nio-boss-E: type=1400 audit(0.0:5264): avc: denied { read } for name="somaxconn" dev="proc" ino=2427799 scontext=u:r:untrusted_app:s0:c210,c256,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 app=slowscript.warpinator 09-27 18:49:36.387 31454 31488 D CompatibilityChangeReporter: Compat change id reported: 170188668; UID 10210; state: ENABLED 09-27 18:49:36.409 31454 31454 D SRV : GRPC server started 09-27 18:49:36.414 31454 31488 D TrafficStats: tagSocket(127) with statsTag=0xffffffff, statsUid=-1 09-27 18:49:36.416 31454 31454 D SRV : Registration server started 09-27 18:49:36.416 31454 31489 D TrafficStats: tagSocket(128) with statsTag=0xffffffff, statsUid=-1 09-27 18:49:36.418 31454 31489 D AUTH : Loading server certificate... 09-27 18:49:36.424 31454 31492 D SERVICE : New network 09-27 18:49:36.426 31454 31454 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10210; state: ENABLED 09-27 18:49:36.427 31454 31492 D SERVICE : Link properties changed 09-27 18:49:36.430 31454 31490 D TrafficStats: tagSocket(132) with statsTag=0xffffffff, statsUid=-1 09-27 18:49:36.440 31454 31490 D SRV : Registering as FP3-0DEA2E 09-27 18:49:36.443 31454 31499 D SRV : Unregistering 09-27 18:49:40.458 31454 31501 D SRV : Service found: [ServiceInfoImpl@247659366 name: 'FP3-0DEA2E._warpinator._tcp.local.' address: '(null):0' status: 'DNS: 192-168-0-10.local. [192.168.0.10/192.168.0.10] state: probing 1 task: null', has NO data 09-27 18:49:40.458 31454 31501 D SRV : FP3-0DEA2E._warpinator._tcp.local.: ] 09-27 18:49:40.459 31454 31501 D SRV : *** Service resolved: FP3-0DEA2E 09-27 18:49:40.459 31454 31501 D SRV : Details: [ServiceInfoImpl@142757543 name: 'FP3-0DEA2E._warpinator._tcp.local.' address: '/192.168.0.10:42000 ' status: 'NO DNS state: probing 1 task: null' is persistent, has data, empty] 09-27 18:49:40.459 31454 31501 V SRV : That's me. Ignoring. 09-27 18:49:40.459 31454 31501 D SRV : *** Service resolved: FP3-0DEA2E 09-27 18:49:40.459 31454 31501 D SRV : Details: [ServiceInfoImpl@261918548 name: 'FP3-0DEA2E._warpinator._tcp.local.' address: '/192.168.0.10:42000 ' status: 'NO DNS state: probing 1 task: null' is persistent, has data 09-27 18:49:40.459 31454 31501 D SRV : auth-port: 42001 09-27 18:49:40.459 31454 31501 D SRV : hostname: FP3 09-27 18:49:40.459 31454 31501 D SRV : type: real 09-27 18:49:40.459 31454 31501 D SRV : api-version: 2] 09-27 18:49:40.459 31454 31501 V SRV : That's me. Ignoring. 09-27 18:49:40.577 31454 31503 D AUTH : Loading server certificate... 09-27 18:49:40.580 31454 31503 V REG_V2 : Sending certificate to fedora on 192.168.0.10 09-27 18:49:40.817 31454 31503 D GRPC : fedora is waiting for duplex... 09-27 18:49:45.579 31454 31503 D GRPC : fedora failed to establish duplex 09-27 18:49:55.722 31454 31468 W System : A resource failed to call close. 09-27 18:49:55.722 31454 31468 W System : A resource failed to call close. 09-27 18:49:55.723 31454 31468 W System : A resource failed to call close. 09-27 18:49:55.725 31454 31503 D GRPC : fedora is waiting for duplex... 09-27 18:50:00.503 31454 31503 D GRPC : fedora failed to establish duplex 09-27 18:50:02.029 31454 31454 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10210; state: ENABLED 09-27 18:50:02.033 31454 31474 W Parcel : Expecting binder but got null! 09-27 18:50:02.047 31454 31474 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:50:02.968 31454 31499 D SRV : Rescanning 09-27 18:50:03.298 31454 31474 D OpenGLRenderer: endAllActiveAnimators on 0x708d258f40 (MenuPopupWindow$MenuDropDownListView) with handle 0x6f9d246280 09-27 18:50:10.669 31454 31503 D GRPC : fedora is waiting for duplex... 09-27 18:50:15.435 31454 31503 D GRPC : fedora failed to establish duplex 09-27 18:50:16.656 31454 31474 W Parcel : Expecting binder but got null! 09-27 18:50:16.673 31454 31474 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 18:50:17.677 31454 31454 I MAIN : Quitting 09-27 18:50:17.707 31454 31454 I SRV : --- Server stopped 09-27 18:50:18.020 31454 31474 D OpenGLRenderer: endAllActiveAnimators on 0x708d26eae0 (MenuPopupWindow$MenuDropDownListView) with handle 0x6f9d27a180 09-27 18:50:18.514 31454 31454 D APP : Stop -> 0 09-27 19:07:23.435 31792 31792 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10210; state: ENABLED 09-27 19:07:23.474 31792 31792 V GraphicsEnvironment: ANGLE Developer option for 'slowscript.warpinator' set to: 'default' 09-27 19:07:23.474 31792 31792 V GraphicsEnvironment: ANGLE GameManagerService for slowscript.warpinator: false 09-27 19:07:23.474 31792 31792 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported. 09-27 19:07:23.477 31792 31792 D NetworkSecurityConfig: No Network Security Config specified, using platform default 09-27 19:07:23.477 31792 31792 D NetworkSecurityConfig: No Network Security Config specified, using platform default 09-27 19:07:23.551 31792 31792 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 10210; state: DISABLED 09-27 19:07:23.551 31792 31792 D CompatibilityChangeReporter: Compat change id reported: 37756858; UID 10210; state: ENABLED 09-27 19:07:23.606 31792 31792 V NativeCrypto: Registering org/conscrypt/NativeCrypto's 288 native methods... 09-27 19:07:23.617 31792 31792 D APP : Start 09-27 19:07:23.626 31792 31792 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 10210; state: DISABLED 09-27 19:07:23.630 31792 31811 W Parcel : Expecting binder but got null! 09-27 19:07:23.660 31792 31811 I AdrenoGLES-0: QUALCOMM build : 3b5766d, Ia5561a03a2 09-27 19:07:23.660 31792 31811 I AdrenoGLES-0: Build Date : 07/20/21 09-27 19:07:23.660 31792 31811 I AdrenoGLES-0: OpenGL ES Shader Compiler Version: EV031.32.02.12 09-27 19:07:23.660 31792 31811 I AdrenoGLES-0: Local Branch : 09-27 19:07:23.660 31792 31811 I AdrenoGLES-0: Remote Branch : 09-27 19:07:23.660 31792 31811 I AdrenoGLES-0: Remote Branch : 09-27 19:07:23.660 31792 31811 I AdrenoGLES-0: Reconstruct Branch : 09-27 19:07:23.660 31792 31811 I AdrenoGLES-0: Build Config : S L 10.0.7 AArch64 09-27 19:07:23.661 31792 31811 I AdrenoGLES-0: Driver Path : /vendor/lib64/egl/libGLESv2_adreno.so 09-27 19:07:23.669 31792 31811 I AdrenoGLES-0: PFP: 0x005ff114, ME: 0x005ff066 09-27 19:07:23.687 31792 31811 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 19:07:23.688 31792 31817 I Gralloc4: mapper 4.x is not supported 09-27 19:07:23.688 31792 31817 W Gralloc3: mapper 3.x is not supported 09-27 19:07:23.692 31792 31817 W Gralloc4: allocator 4.x is not supported 09-27 19:07:23.692 31792 31817 W Gralloc3: allocator 3.x is not supported 09-27 19:07:23.693 31792 31817 I Gralloc2: Adding additional valid usage bits: 0x202000 09-27 19:07:23.744 31792 31792 D SERVICE : ---- Logcat started ---- 09-27 19:07:23.751 31792 31792 D SERVICE : Multicast lock acquired 09-27 19:07:23.760 31792 31792 D AUTH : Loading server certificate... 09-27 19:07:23.770 31792 31792 I SRV : --- Starting server 09-27 19:07:23.895 31792 31824 D TrafficStats: tagSocket(126) with statsTag=0xffffffff, statsUid=-1 09-27 19:07:23.914 31792 31792 W grpc-nio-boss-E: type=1400 audit(0.0:5273): avc: denied { read } for name="somaxconn" dev="proc" ino=2427799 scontext=u:r:untrusted_app:s0:c210,c256,c512,c768 tcontext=u:object_r:proc_net:s0 tclass=file permissive=0 app=slowscript.warpinator 09-27 19:07:23.925 31792 31824 D CompatibilityChangeReporter: Compat change id reported: 170188668; UID 10210; state: ENABLED 09-27 19:07:23.946 31792 31792 D SRV : GRPC server started 09-27 19:07:23.949 31792 31824 D TrafficStats: tagSocket(127) with statsTag=0xffffffff, statsUid=-1 09-27 19:07:23.951 31792 31792 D SRV : Registration server started 09-27 19:07:23.953 31792 31825 D TrafficStats: tagSocket(128) with statsTag=0xffffffff, statsUid=-1 09-27 19:07:23.956 31792 31825 D AUTH : Loading server certificate... 09-27 19:07:23.960 31792 31828 D SERVICE : New network 09-27 19:07:23.963 31792 31828 D SERVICE : Link properties changed 09-27 19:07:23.965 31792 31792 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10210; state: ENABLED 09-27 19:07:23.973 31792 31826 D TrafficStats: tagSocket(132) with statsTag=0xffffffff, statsUid=-1 09-27 19:07:23.978 31792 31826 D SRV : Registering as FP3-0DEA2E 09-27 19:07:23.980 31792 31834 D SRV : Unregistering 09-27 19:07:25.001 31792 31792 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 10210; state: ENABLED 09-27 19:07:25.006 31792 31811 W Parcel : Expecting binder but got null! 09-27 19:07:25.023 31792 31811 E OpenGLRenderer: Unable to match the desired swap behavior. 09-27 19:07:27.116 31792 31811 D OpenGLRenderer: endAllActiveAnimators on 0x708d25a900 (MenuPopupWindow$MenuDropDownListView) with handle 0x6f9d27d000 09-27 19:07:27.676 31792 31792 D APP : Stop -> 0 09-27 19:07:27.677 31792 31792 D SERVICE : AutoStop scheduled for 60 seconds 09-27 19:07:27.994 31792 31981 D SRV : Service found: [ServiceInfoImpl@4608846 name: 'FP3-0DEA2E._warpinator._tcp.local.' address: '(null):0' status: 'DNS: 192-168-0-10.local. [192.168.0.10/192.168.0.10] state: probing 1 task: null', has NO data 09-27 19:07:27.994 31792 31981 D SRV : FP3-0DEA2E._warpinator._tcp.local.: ] 09-27 19:07:27.994 31792 31981 D SRV : *** Service resolved: FP3-0DEA2E 09-27 19:07:27.994 31792 31981 D SRV : Details: [ServiceInfoImpl@128412783 name: 'FP3-0DEA2E._warpinator._tcp.local.' address: '/192.168.0.10:42000 ' status: 'NO DNS state: probing 1 task: null' is persistent, has data, empty] 09-27 19:07:27.994 31792 31981 ```