wix / Detox

Gray box end-to-end testing and automation framework for mobile apps
https://wix.github.io/Detox/
MIT License
11.06k stars 1.91k forks source link

scroll on android not working #2090

Closed MrLoh closed 3 years ago

MrLoh commented 4 years ago

Describe the bug Detox can somehow not scroll anymore in my android tests. Both scrollTo and scroll don't work where they are working totally fine on iOS.

To Reproduce I cannot isolate the issue yet. It does work on the detox test project, but not on my project, I am a bit at a loss, what I can try to remove to isolate the cause. It does not have to do with my React code, but with something in the native setup, as rendering as simplistic scroll view with my native setup still has the same problem.

I am really sorry I don't have a better reproduction, but maybe you have an idea from looking at the logs. I am receiving InputDispatcher - Permission denied: injecting event from pid 13241 uid 10258 to window Window{dd28e58 u0 NavigationBar0} owned by uid 10104 right after the scroll event is fired, which looks suspicious.

Device and Verbose Detox Logs

adb logs 2020-05-28 18:28:40.789 1778-15838/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:28:42.801 1778-15846/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:28:43.725 15255-15837/com.cinuru.app.debug D/WebSocketClient: Retrying... 2020-05-28 18:28:43.725 15255-15837/com.cinuru.app.debug I/WebSocketClient: At connectToServer 2020-05-28 18:28:43.726 1820-1820/? W/adbd: timeout expired while flushing socket, closing 2020-05-28 18:28:44.814 1778-15848/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:28:46.731 15255-15847/com.cinuru.app.debug D/WebSocketClient: Retrying... 2020-05-28 18:28:46.731 15255-15847/com.cinuru.app.debug I/WebSocketClient: At connectToServer 2020-05-28 18:28:46.831 1778-15850/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:28:48.839 1778-15851/? E/ResolverController: No valid NAT64 prefix (101, /0) --------- beginning of system 2020-05-28 18:28:49.397 2027-2055/? I/ActivityManager: Force stopping com.cinuru.app.debug appid=10262 user=-1: deletePackageX 2020-05-28 18:28:49.398 2027-2055/? I/ActivityManager: Killing 15255:com.cinuru.app.debug/u0a262 (adj 0): stop com.cinuru.app.debug 2020-05-28 18:28:49.403 2027-2055/? W/ActivityTaskManager: Force removing ActivityRecord{bd9256b u0 com.cinuru.app.debug/com.cinuru.app.MainActivity t137 f}: app died, no saved state 2020-05-28 18:28:49.405 15339-15339/? I/cr_ChildProcessService: Destroying ChildProcessService pid=15339 2020-05-28 18:28:49.407 2027-2055/? W/InputReader: Device has associated, but no associated display id. 2020-05-28 18:28:49.408 2027-2055/? I/chatty: uid=1000(system) ActivityManager identical 8 lines 2020-05-28 18:28:49.408 2027-2055/? W/InputReader: Device has associated, but no associated display id. 2020-05-28 18:28:49.410 15339-15339/? I/ProcessService: System.exit called, status: 0 2020-05-28 18:28:49.410 15339-15339/? I/AndroidRuntime: VM exiting with result code 0, cleanup skipped. 2020-05-28 18:28:49.420 2027-2055/? W/ActivityManager: Crash of app com.cinuru.app.debug running instrumentation ComponentInfo{com.cinuru.app.debug.test/androidx.test.runner.AndroidJUnitRunner} 2020-05-28 18:28:49.421 2027-2055/? I/ActivityManager: Force stopping com.cinuru.app.debug appid=-1 user=0: finished inst 2020-05-28 18:28:49.425 2027-15890/? W/Binder: Outgoing transactions from this process must be FLAG_ONEWAY java.lang.Throwable at android.os.BinderProxy.transact(BinderProxy.java:480) at android.app.IInstrumentationWatcher$Stub$Proxy.instrumentationFinished(IInstrumentationWatcher.java:205) at com.android.server.am.InstrumentationReporter$MyThread.run(InstrumentationReporter.java:86) 2020-05-28 18:28:49.426 2027-2055/? I/ActivityManager: Killing 15339:com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0/u0a262i87 (adj 0): isolated not needed 2020-05-28 18:28:49.429 2027-15890/? I/ActivityManager: Failure reporting to instrumentation watcher: comp=ComponentInfo{com.cinuru.app.debug.test/androidx.test.runner.AndroidJUnitRunner} results=Bundle[{shortMsg=Process crashed.}] 2020-05-28 18:28:49.431 2027-2055/? W/InputReader: Device has associated, but no associated display id. 2020-05-28 18:28:49.431 2027-2055/? I/chatty: uid=1000(system) ActivityManager identical 8 lines 2020-05-28 18:28:49.431 2027-2055/? W/InputReader: Device has associated, but no associated display id. 2020-05-28 18:28:49.440 2345-2345/? I/Zygote: Process 15339 exited cleanly (0) 2020-05-28 18:28:49.444 1795-1857/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496 2020-05-28 18:28:49.445 2027-2055/? W/ActivityManager: Error shutting down UiAutomationConnection 2020-05-28 18:28:49.454 1795-1857/? I/chatty: uid=1000(system) HwBinder:1795_1 identical 1 line 2020-05-28 18:28:49.460 1795-1857/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496 2020-05-28 18:28:49.466 31860-31891/? D/EGL_emulation: eglMakeCurrent: 0xe371a7e0: ver 3 0 (tinfo 0xe370f380) 2020-05-28 18:28:49.476 2027-2060/? D/KernelCpuUidUserSysTimeReader: Removing uids 99086-99086 2020-05-28 18:28:49.477 2027-2060/? D/KernelCpuUidUserSysTimeReader: Removing uids 10260-10260 2020-05-28 18:28:49.477 2027-2060/? D/KernelCpuUidUserSysTimeReader: Removing uids 10261-10261 2020-05-28 18:28:49.533 2027-2811/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=408, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10262] ], android.os.BinderProxy@bcc104f) 2020-05-28 18:28:49.533 2027-2128/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=409, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&FOREGROUND Uid: 10262] ], android.os.BinderProxy@ef533dc) 2020-05-28 18:28:49.535 2027-7915/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ LISTEN id=407, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&FOREGROUND Uid: 10262] ], android.os.BinderProxy@c5c4ce5) 2020-05-28 18:28:49.535 2027-2137/? D/ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=408, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10262] ] (release request) 2020-05-28 18:28:49.536 1779-1779/? I/Zygote: Process 15255 exited due to signal 9 (Killed) 2020-05-28 18:28:49.536 2027-2367/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=410, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10262] ], android.os.BinderProxy@d8b3ba) 2020-05-28 18:28:49.540 2027-2137/? D/ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=410, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10262] ] (release request) 2020-05-28 18:28:49.555 2027-2047/? W/Looper: Slow dispatch took 158ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=53 2020-05-28 18:28:49.555 1847-1847/? I/keystore: clear_uid 10262 2020-05-28 18:28:49.556 2027-2069/? E/PermissionMonitor: unknown permission type: -1for uid: 10262 2020-05-28 18:28:49.556 1778-1778/? E/TrafficController: Failed to clean up the permission for 10262: No such file or directory 2020-05-28 18:28:49.557 1778-1778/? I/netd: trafficSetNetPermForUids(-1, [10262]) <0.13ms> 2020-05-28 18:28:49.560 2027-2057/? I/libprocessgroup: Successfully killed process cgroup uid 10262 pid 15255 in 160ms 2020-05-28 18:28:49.564 2027-2057/? I/libprocessgroup: Successfully killed process cgroup uid 99087 pid 15339 in 0ms 2020-05-28 18:28:49.570 1795-1857/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496 2020-05-28 18:28:49.575 2027-3887/? I/system_server: IncrementDisableThreadFlip blocked for 5.073ms 2020-05-28 18:28:49.579 1795-1938/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496 2020-05-28 18:28:49.593 2392-2884/? D/EGL_emulation: eglMakeCurrent: 0xf697fdc0: ver 3 0 (tinfo 0xeb7e8fb0) 2020-05-28 18:28:49.593 1795-1857/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496 2020-05-28 18:28:49.596 2027-2774/? W/LaunchParamsPersister: Failed to delete /data/system_ce/0/launch_params/com.cinuru.app.debug_com.cinuru.app.MainActivity.xml 2020-05-28 18:28:49.637 31860-31860/? W/ThreadPoolDumper: Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small. 2020-05-28 18:28:49.646 2169-2461/? D/EGL_emulation: eglMakeCurrent: 0xe371a360: ver 3 0 (tinfo 0xe370f920) 2020-05-28 18:28:49.656 2027-2027/? W/ActivityManager: Unable to start service Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } U=0: not found 2020-05-28 18:28:49.656 2027-2027/? W/RemoteAppPredictionService: could not bind to Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } using flags 67108865 2020-05-28 18:28:49.660 2027-2049/? W/ActivityManager: setHasOverlayUi called on unknown pid: 15255 2020-05-28 18:28:49.673 31860-31893/? W/SessionLifecycleManager: Handover failed. Creating new session controller. 2020-05-28 18:28:49.778 31860-31893/? I/MicroDetectionWorker: #startMicroDetector [speakerMode: 0] 2020-05-28 18:28:49.780 31860-31893/? W/ErrorReporter: reportError [type: 211, code: 393244, bug: 0]: errorCode: 393244, engine: 0 2020-05-28 18:28:49.780 31860-31893/? I/MicroDetector: Keeping mic open: false 2020-05-28 18:28:49.780 31860-15897/? I/DeviceStateChecker: DeviceStateChecker cancelled 2020-05-28 18:28:49.780 31860-31893/? I/MicroDetectionWorker: #onError(false) 2020-05-28 18:28:49.815 2027-2069/? I/system_server: Explicit concurrent copying GC freed 63604(3284KB) AllocSpace objects, 20(608KB) LOS objects, 28% free, 14MB/20MB, paused 1.935ms total 257.398ms 2020-05-28 18:28:49.830 2027-2069/? I/ActivityManager: Force stopping com.cinuru.app.debug appid=10262 user=0: pkg removed 2020-05-28 18:28:49.844 2027-2069/? E/HistoricalRegistry: Interaction before persistence initialized 2020-05-28 18:28:49.889 2027-2124/? I/InputReader: Reconfiguring input devices. changes=0x00000010 2020-05-28 18:28:49.900 9752-9752/? I/Finsky: [2] she.a(19): PackageMonitor - Received: android.intent.action.PACKAGE_REMOVED, [OwTTnVueJ3aPIroAZvv2aHKQmjSjs3h05hivFKCbz9I] 2020-05-28 18:28:49.900 9752-9752/? I/Finsky: [2] sih.d(9): Invalidating cached PackageState for com.cinuru.app.debug 2020-05-28 18:28:49.900 2027-2027/? I/RoleManagerService: Granting default permissions... 2020-05-28 18:28:49.904 9752-9752/? I/Finsky: [2] adyl.a(9): Do not start WearSupportService due to Wear service optimization 2020-05-28 18:28:49.908 9752-9752/? I/Finsky: [2] adyl.a(9): Do not start WearSupportService due to Wear service optimization 2020-05-28 18:28:49.909 9752-9752/? I/Finsky: [2] xac.a(1): Clearing split related stale data. 2020-05-28 18:28:49.912 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.android.musicfx/.Compatibility$Receiver 2020-05-28 18:28:49.916 9752-9752/? I/Finsky: [2] sih.j(3): Package no longer installed: com.cinuru.app.debug 2020-05-28 18:28:49.925 9752-9752/? I/Finsky: [2] njw.b(5): Installer: package com.cinuru.app.debug was removed. replacing: false 2020-05-28 18:28:49.926 9752-9752/? I/Finsky: [2] njw.a(214): Installer: Notifying status update. package=com.cinuru.app.debug, status=UNINSTALLED 2020-05-28 18:28:49.932 3692-3692/? E/CarrierServices: [2] cqf.a: Invalid signature found for com.android.contacts: 18B66F4996F3D01CEAD29D3A3AA81801E7950B82 2020-05-28 18:28:49.935 2027-2046/? E/PackageManager: failed to find package com.cinuru.app.debug 2020-05-28 18:28:49.935 2027-2046/? E/OverlayManager: Failed to change enabled overlays for com.cinuru.app.debug user 0 2020-05-28 18:28:49.938 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver 2020-05-28 18:28:49.939 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppRemoveMonitor 2020-05-28 18:28:49.939 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy 2020-05-28 18:28:49.939 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 2020-05-28 18:28:49.940 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher 2020-05-28 18:28:49.941 9752-15904/? I/Finsky: [1651] ere.a(12): Asset module storage cleared for package com.cinuru.app.debug. 2020-05-28 18:28:49.944 9752-9752/? I/Finsky: [2] njw.a(238): Installer: found apps to install. isMultiUserMode=false, apps=[] 2020-05-28 18:28:49.955 10612-10612/? I/GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_ALL packageName=com.cinuru.app.debug] 2020-05-28 18:28:49.966 3692-3692/? E/CarrierServices: [2] cqf.a: Invalid signature found for com.android.contacts: 18B66F4996F3D01CEAD29D3A3AA81801E7950B82 2020-05-28 18:28:49.972 1778-1778/? I/netd: trafficSwapActiveStatsMap() <45.69ms> 2020-05-28 18:28:49.978 1778-1778/? I/netd: tetherGetStats() <3.65ms> 2020-05-28 18:28:49.997 3692-3733/? I/gle.android.im: Waiting for a blocking GC ProfileSaver 2020-05-28 18:28:49.999 2290-2290/? D/CarrierSvcBindHelper: No carrier app for: 0 2020-05-28 18:28:50.007 5603-15921/? I/MediaProvider: Begin Intent { act=android.intent.action.PACKAGE_FULLY_REMOVED dat=package:com.cinuru.app.debug flg=0x5000010 cmp=com.android.providers.media/.MediaService (has extras) } 2020-05-28 18:28:50.007 9752-9836/? I/Finsky: [1511] nwq.b(41): IQ: Notifying installation update. package=com.cinuru.app.debug, status=UNINSTALLED 2020-05-28 18:28:50.009 9752-15907/? I/Finsky: [1654] lue.run(16): Frosting DB delete succeeded: true 2020-05-28 18:28:50.025 5603-15921/? I/MediaProvider: End Intent { act=android.intent.action.PACKAGE_FULLY_REMOVED dat=package:com.cinuru.app.debug flg=0x5000010 cmp=com.android.providers.media/.MediaService (has extras) } 2020-05-28 18:28:50.039 2027-2055/? I/ActivityManager: Force stopping com.cinuru.app.debug.test appid=10263 user=-1: deletePackageX 2020-05-28 18:28:50.048 3692-3733/? I/gle.android.im: WaitForGcToComplete blocked ProfileSaver on HeapTrim for 50.721ms 2020-05-28 18:28:50.051 9752-9836/? I/Finsky: [1511] nwq.b(27): IQ: No matching installs to run for jobs: [] 2020-05-28 18:28:50.060 2027-2027/? W/Looper: Slow delivery took 205ms main h=android.app.ActivityThread$H c=android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@d477939 m=0 2020-05-28 18:28:50.063 10632-10645/? I/gle.android.gm: Background concurrent copying GC freed 1465(118KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 6056KB/11MB, paused 1.211ms total 227.108ms 2020-05-28 18:28:50.138 2027-2134/? D/WifiConfigManager: Remove all networks for app ApplicationInfo{6c13237 com.cinuru.app.debug} 2020-05-28 18:28:50.143 1847-1847/? I/keystore: clear_uid 10263 2020-05-28 18:28:50.148 2027-2069/? E/PermissionMonitor: unknown permission type: -1for uid: 10263 2020-05-28 18:28:50.149 1778-1778/? I/netd: trafficSetNetPermForUids(-1, [10263]) <0.03ms> 2020-05-28 18:28:50.153 10612-15920/? I/Fitness: FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ] 2020-05-28 18:28:50.159 10632-12421/? I/ContentMaintenance: Internal cache bytes used: 0; limit: 100000000; download size: 0 2020-05-28 18:28:50.178 2027-2027/? I/ConditionProviders: Disallowing condition provider com.cinuru.app.debug 2020-05-28 18:28:50.179 10632-10724/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36 2020-05-28 18:28:50.186 9752-9752/? I/Finsky: [2] she.a(19): PackageMonitor - Received: android.intent.action.PACKAGE_FULLY_REMOVED, [OwTTnVueJ3aPIroAZvv2aHKQmjSjs3h05hivFKCbz9I] 2020-05-28 18:28:50.186 9752-9752/? I/Finsky: [2] sih.d(9): Invalidating cached PackageState for com.cinuru.app.debug 2020-05-28 18:28:50.187 9752-9752/? I/Finsky: [2] she.a(23): PackageMonitor - Deduping intent android.intent.action.PACKAGE_FULLY_REMOVED 2020-05-28 18:28:50.211 10632-15193/? I/Icing: doRemovePackageData com.cinuru.app.debug 2020-05-28 18:28:50.214 31860-31860/? I/BgTaskExecutorImpl: Starting PERIODIC background task LOG_ATTEMPTED_SEARCHES_TO_KANSAS. 2020-05-28 18:28:50.220 2027-2027/? W/Looper: Drained 2020-05-28 18:28:50.223 1808-1971/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.226 10632-12421/? I/RealtimeCacheCleanup: Beginning Realtime garbage collection. 2020-05-28 18:28:50.233 1808-1971/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.236 10632-12421/? I/RealtimeCacheCleanup: Finished Realtime garbage collection. 2020-05-28 18:28:50.245 1808-1971/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.250 2027-2134/? D/WifiConfigStore: Writing to stores completed in 95 ms. 2020-05-28 18:28:50.250 2027-2134/? E/PasspointManager: No app ops listener found for com.cinuru.app.debug 2020-05-28 18:28:50.251 2027-2134/? I/DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 2020-05-28 18:28:50.255 1808-1971/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.277 1808-1971/? I/chatty: uid=1041(audioserver) Binder:1808_2 identical 4 lines 2020-05-28 18:28:50.280 1808-1971/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.284 1808-6790/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.310 1808-6790/? I/chatty: uid=1041(audioserver) Binder:1808_5 identical 5 lines 2020-05-28 18:28:50.312 1808-6790/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.319 10632-15193/? I/GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 2020-05-28 18:28:50.366 10632-15193/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 2020-05-28 18:28:50.371 10632-10750/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=36 2020-05-28 18:28:50.378 10632-10732/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=null serviceId=30 2020-05-28 18:28:50.389 10632-15193/? I/GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 2020-05-28 18:28:50.412 10632-15193/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 2020-05-28 18:28:50.421 10632-15193/? I/GmsCoreXrpcWrapper: Returning a channel provider with trafficStatsTag=12803 2020-05-28 18:28:50.433 10632-15193/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0 2020-05-28 18:28:50.437 2027-2069/? I/system_server: Explicit concurrent copying GC freed 52618(3129KB) AllocSpace objects, 26(1584KB) LOS objects, 27% free, 15MB/21MB, paused 415us total 287.945ms 2020-05-28 18:28:50.442 2027-2069/? I/ActivityManager: Force stopping com.cinuru.app.debug.test appid=10263 user=0: pkg removed 2020-05-28 18:28:50.459 1778-15952/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:28:50.464 2027-2027/? I/RoleManagerService: Granting default permissions... 2020-05-28 18:28:50.473 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.android.musicfx/.Compatibility$Receiver 2020-05-28 18:28:50.473 9752-9752/? I/Finsky: [2] she.a(19): PackageMonitor - Received: android.intent.action.PACKAGE_REMOVED, [7B3iJJITlun6hl2_HO0USQsc2Y2w-hLFTbP1yQLy_u8] 2020-05-28 18:28:50.473 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver 2020-05-28 18:28:50.473 9752-9752/? I/Finsky: [2] sih.d(9): Invalidating cached PackageState for com.cinuru.app.debug.test 2020-05-28 18:28:50.473 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.instantapps.appmanagement.InstantAppRemoveMonitor 2020-05-28 18:28:50.474 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy 2020-05-28 18:28:50.474 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 2020-05-28 18:28:50.474 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher 2020-05-28 18:28:50.477 9752-9752/? I/Finsky: [2] adyl.a(9): Do not start WearSupportService due to Wear service optimization 2020-05-28 18:28:50.479 9752-9752/? I/Finsky: [2] adyl.a(9): Do not start WearSupportService due to Wear service optimization 2020-05-28 18:28:50.479 9752-9752/? I/Finsky: [2] xac.a(1): Clearing split related stale data. 2020-05-28 18:28:50.480 9752-15904/? I/Finsky: [1651] ere.a(12): Asset module storage cleared for package com.cinuru.app.debug.test. 2020-05-28 18:28:50.488 9752-9752/? I/Finsky: [2] sih.j(3): Package no longer installed: com.cinuru.app.debug.test 2020-05-28 18:28:50.492 9752-9752/? I/Finsky: [2] njw.b(5): Installer: package com.cinuru.app.debug.test was removed. replacing: false 2020-05-28 18:28:50.492 9752-9752/? I/Finsky: [2] njw.a(214): Installer: Notifying status update. package=com.cinuru.app.debug.test, status=UNINSTALLED 2020-05-28 18:28:50.498 2027-2124/? I/InputReader: Reconfiguring input devices. changes=0x00000010 2020-05-28 18:28:50.508 9752-9752/? I/Finsky: [2] njw.a(238): Installer: found apps to install. isMultiUserMode=false, apps=[] 2020-05-28 18:28:50.509 10612-10729/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed 2020-05-28 18:28:50.509 10612-10729/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@201516040@20.15.16 (120700-309763488):2) 2020-05-28 18:28:50.509 10612-10729/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@201516040@20.15.16 (120700-309763488):0) 2020-05-28 18:28:50.528 10612-10612/? I/GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_ALL packageName=com.cinuru.app.debug.test] 2020-05-28 18:28:50.532 3692-3692/? E/CarrierServices: [2] cqf.a: Invalid signature found for com.android.contacts: 18B66F4996F3D01CEAD29D3A3AA81801E7950B82 2020-05-28 18:28:50.538 1778-1778/? I/netd: trafficSwapActiveStatsMap() <33.31ms> 2020-05-28 18:28:50.544 1778-1778/? I/netd: tetherGetStats() <0.69ms> 2020-05-28 18:28:50.551 9752-9836/? I/Finsky: [1511] nwq.b(41): IQ: Notifying installation update. package=com.cinuru.app.debug.test, status=UNINSTALLED 2020-05-28 18:28:50.565 2290-2307/? I/m.android.phon: Background young concurrent copying GC freed 17144(1338KB) AllocSpace objects, 0(0B) LOS objects, 42% free, 1980KB/3414KB, paused 25.831ms total 77.313ms 2020-05-28 18:28:50.587 3692-3692/? E/CarrierServices: [2] cqf.a: Invalid signature found for com.android.contacts: 18B66F4996F3D01CEAD29D3A3AA81801E7950B82 2020-05-28 18:28:50.602 5603-15959/? I/MediaProvider: Begin Intent { act=android.intent.action.PACKAGE_FULLY_REMOVED dat=package:com.cinuru.app.debug.test flg=0x5000010 cmp=com.android.providers.media/.MediaService (has extras) } 2020-05-28 18:28:50.604 5603-15959/? I/MediaProvider: End Intent { act=android.intent.action.PACKAGE_FULLY_REMOVED dat=package:com.cinuru.app.debug.test flg=0x5000010 cmp=com.android.providers.media/.MediaService (has extras) } 2020-05-28 18:28:50.613 9752-15907/? I/Finsky: [1654] lue.run(16): Frosting DB delete succeeded: true 2020-05-28 18:28:50.619 10612-10729/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed 2020-05-28 18:28:50.619 10612-10729/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@201516040@20.15.16 (120700-309763488):2) 2020-05-28 18:28:50.619 10612-10729/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@201516040@20.15.16 (120700-309763488):0) 2020-05-28 18:28:50.619 9752-9752/? I/Finsky: [2] vnt.a(7): SCH: Jobs in database: 1-1337 3-13 3-14 4-821848295 12-1 20-23232323 24-77777777 26-1414141414 2020-05-28 18:28:50.622 9752-9752/? I/Finsky: [2] vjo.a(58): SCH: ConstraintMapping: 24-77777777, -> L: 0ms, D: 53378228ms, C: false, I: true, N: 0 2020-05-28 18:28:50.633 9752-9752/? I/Finsky: [2] vjo.a(58): SCH: ConstraintMapping: 1-1337, 12-1, -> L: 14316ms, D: 69942766ms, C: false, I: false, N: 1 2020-05-28 18:28:50.634 9752-9752/? I/Finsky: [2] vjo.a(58): SCH: ConstraintMapping: 3-13, 4-821848295, 20-23232323, -> L: 0ms, D: 76927228ms, C: true, I: false, N: 2 2020-05-28 18:28:50.634 9752-9752/? I/Finsky: [2] vjo.a(58): SCH: ConstraintMapping: 3-14, -> L: 0ms, D: 80566147ms, C: false, I: true, N: 2 2020-05-28 18:28:50.634 9752-9752/? I/Finsky: [2] vjo.a(58): SCH: ConstraintMapping: 26-1414141414, -> L: 13730962ms, D: 14630962ms, C: false, I: false, N: 0 2020-05-28 18:28:50.638 2027-2134/? D/WifiConfigManager: Remove all networks for app ApplicationInfo{7e658b6 com.cinuru.app.debug.test} 2020-05-28 18:28:50.642 2027-2027/? I/ConditionProviders: Disallowing condition provider com.cinuru.app.debug.test 2020-05-28 18:28:50.652 9752-9752/? I/Finsky: [2] vmd.a(35): Cancelling existing jobscheduler jobs: 9009 9008 9007 9000 9006 2020-05-28 18:28:50.653 9752-9752/? I/Finsky: [2] vmd.a(28): Scheduling job Id: 9001, L: 0, D: 53378228, C: false, I: true, N: 0 2020-05-28 18:28:50.654 9752-9752/? I/Finsky: [2] vmd.a(28): Scheduling job Id: 9002, L: 14316, D: 69942766, C: false, I: false, N: 1 2020-05-28 18:28:50.655 9752-9836/? I/Finsky: [1511] nwq.b(27): IQ: No matching installs to run for jobs: [] 2020-05-28 18:28:50.666 10612-15933/? I/Fitness: FitCleanupIntentOperation received Intent android.intent.action.PACKAGE_REMOVED [CONTEXT service_id=17 ] 2020-05-28 18:28:50.668 1808-1971/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.675 1808-1971/? I/chatty: uid=1041(audioserver) Binder:1808_2 identical 1 line 2020-05-28 18:28:50.677 1808-1971/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.679 10632-10709/? I/Icing: doRemovePackageData com.cinuru.app.debug.test 2020-05-28 18:28:50.679 1808-1971/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.685 9752-9752/? I/Finsky: [2] vmd.a(28): Scheduling job Id: 9003, L: 0, D: 76927228, C: true, I: false, N: 2 2020-05-28 18:28:50.688 9752-9752/? I/Finsky: [2] vmd.a(28): Scheduling job Id: 9004, L: 0, D: 80566147, C: false, I: true, N: 2 2020-05-28 18:28:50.689 9752-9752/? I/Finsky: [2] vmd.a(28): Scheduling job Id: 9005, L: 13730962, D: 14630962, C: false, I: false, N: 0 2020-05-28 18:28:50.690 1808-6790/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.693 2290-2290/? D/CarrierSvcBindHelper: No carrier app for: 0 2020-05-28 18:28:50.695 9752-9752/? I/Finsky: [2] she.a(19): PackageMonitor - Received: android.intent.action.PACKAGE_FULLY_REMOVED, [7B3iJJITlun6hl2_HO0USQsc2Y2w-hLFTbP1yQLy_u8] 2020-05-28 18:28:50.696 9752-9752/? I/Finsky: [2] sih.d(9): Invalidating cached PackageState for com.cinuru.app.debug.test 2020-05-28 18:28:50.696 9752-9752/? I/Finsky: [2] she.a(23): PackageMonitor - Deduping intent android.intent.action.PACKAGE_FULLY_REMOVED 2020-05-28 18:28:50.700 1808-6790/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.726 1808-6790/? I/chatty: uid=1041(audioserver) Binder:1808_5 identical 2 lines 2020-05-28 18:28:50.731 1808-6790/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.736 1808-1971/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.754 1808-1971/? I/chatty: uid=1041(audioserver) Binder:1808_2 identical 3 lines 2020-05-28 18:28:50.762 1808-1971/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.768 1808-6790/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.772 1808-6790/? D/AF::TrackHandle: OpPlayAudio: track:56 usage:13 not muted 2020-05-28 18:28:50.793 2027-2134/? D/WifiConfigStore: Writing to stores completed in 155 ms. 2020-05-28 18:28:50.794 2027-2134/? E/PasspointManager: No app ops listener found for com.cinuru.app.debug.test 2020-05-28 18:28:50.795 2027-2134/? I/DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 2020-05-28 18:28:50.825 5603-5615/? W/d.process.medi: Reducing the number of considered missed Gc histogram windows from 212 to 100 2020-05-28 18:28:50.831 1368-1389/? I/ssioncontrolle: Background concurrent copying GC freed 644(98KB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 1544KB/3089KB, paused 16.812ms total 86.325ms 2020-05-28 18:28:51.270 2027-2054/? I/RoleUserState: Wrote roles.xml successfully 2020-05-28 18:28:51.369 10632-14395/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms 2020-05-28 18:28:51.374 10632-14395/? I/Icing: Indexing done com.google.android.gms-apps 2020-05-28 18:28:51.576 2027-2069/? W/PackageManager: Package com.cinuru.app.debug attempting to redeclare system permission android.permission.MEDIA_CONTENT_CONTROL; ignoring new declaration 2020-05-28 18:28:51.591 2027-2054/? I/RoleUserState: Wrote roles.xml successfully 2020-05-28 18:28:51.601 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_DOCUMENTS from package com.google.android.youtube (protectionLevel=262146 flags=0x30dbbe45) 2020-05-28 18:28:51.602 2027-2069/? I/PackageManager: Un-granting permission com.google.android.googleapps.permission.GOOGLE_AUTH from package com.android.providers.calendar (protectionLevel=2 flags=0x30883e45) 2020-05-28 18:28:51.602 2027-2069/? I/PackageManager: Un-granting permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl from package com.android.providers.calendar (protectionLevel=2 flags=0x30883e45) 2020-05-28 18:28:51.603 2027-2069/? I/PackageManager: Un-granting permission android.permission.WRITE_SECURE_SETTINGS from package com.google.android.apps.enterprise.dmagent (protectionLevel=50 flags=0x30083e05) 2020-05-28 18:28:51.603 2027-2069/? I/PackageManager: Un-granting permission android.permission.CONNECTIVITY_INTERNAL from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05) 2020-05-28 18:28:51.603 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_USB from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05) 2020-05-28 18:28:51.603 2027-2069/? I/PackageManager: Un-granting permission android.permission.CHANGE_COMPONENT_ENABLED_STATE from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05) 2020-05-28 18:28:51.603 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_CA_CERTIFICATES from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05) 2020-05-28 18:28:51.603 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_USERS from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05) 2020-05-28 18:28:51.604 2027-2069/? I/PackageManager: Un-granting permission com.google.android.setupwizard.READ_DEVICE_ORIGIN from package com.google.android.apps.messaging (protectionLevel=18 flags=0x38cbbe45) 2020-05-28 18:28:51.604 2027-2069/? I/PackageManager: Un-granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS from package com.android.vending (protectionLevel=2 flags=0x38cabec5) 2020-05-28 18:28:51.605 2027-2069/? I/PackageManager: Un-granting permission android.permission.BIND_WALLPAPER from package com.android.camera2 (protectionLevel=18 flags=0x20d8bc45) 2020-05-28 18:28:51.605 2027-2069/? I/PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package com.google.android.gm (protectionLevel=66 flags=0x38cbbe45) 2020-05-28 18:28:51.606 2027-2069/? I/PackageManager: Un-granting permission android.permission.BIND_JOB_SERVICE from package com.google.android.music (protectionLevel=2 flags=0x38cbbe65) 2020-05-28 18:28:51.606 2027-2069/? I/PackageManager: Un-granting permission android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS from package com.google.android.captiveportallogin (protectionLevel=18 flags=0x38c8be45) 2020-05-28 18:28:51.606 2027-2069/? I/PackageManager: Un-granting permission android.permission.NETWORK_BYPASS_PRIVATE_DNS from package com.google.android.captiveportallogin (protectionLevel=2 flags=0x38c8be45) 2020-05-28 18:28:51.606 2027-2069/? I/PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package com.google.android.apps.docs (protectionLevel=66 flags=0x38cbbe45) 2020-05-28 18:28:51.607 2027-2069/? I/PackageManager: Un-granting permission android.permission.INTERACT_ACROSS_USERS from package com.google.android.syncadapters.contacts (protectionLevel=50 flags=0x20883e45) 2020-05-28 18:28:51.607 2027-2069/? I/PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package com.android.chrome (protectionLevel=66 flags=0xa0cbbe45) 2020-05-28 18:28:51.607 2027-2069/? I/PackageManager: Un-granting permission android.permission.CAPTURE_VIDEO_OUTPUT from package com.google.android.gms (protectionLevel=2 flags=0xa0cabec5) 2020-05-28 18:28:51.608 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_DEVICE_ADMINS from package com.google.android.gms (protectionLevel=2 flags=0xa0cabec5) 2020-05-28 18:28:51.608 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_ACTIVITY_STACKS from package com.google.android.gms (protectionLevel=2 flags=0xa0cabec5) 2020-05-28 18:28:51.608 2027-2069/? I/PackageManager: Un-granting permission android.permission.CAPTURE_SECURE_VIDEO_OUTPUT from package com.google.android.gms (protectionLevel=2 flags=0xa0cabec5) 2020-05-28 18:28:51.608 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_ROLLBACKS from package com.google.android.gms (protectionLevel=514 flags=0xa0cabec5) 2020-05-28 18:28:51.608 2027-2069/? I/PackageManager: Un-granting permission com.google.android.googleapps.permission.GOOGLE_AUTH from package com.google.android.videos (protectionLevel=2 flags=0x30dbbe45) 2020-05-28 18:28:51.609 2027-2069/? I/PackageManager: Un-granting permission android.permission.WRITE_MEDIA_STORAGE from package com.google.android.apps.photos (protectionLevel=18 flags=0x38d9be45) 2020-05-28 18:28:51.610 2027-2069/? I/PackageManager: Un-granting permission android.permission.SYSTEM_ALERT_WINDOW from package com.cinuru.app.debug (protectionLevel=1250 flags=0x3848be46) 2020-05-28 18:28:51.645 2027-2069/? V/BackupManagerService: restoreAtInstall pkg=com.cinuru.app.debug token=75 restoreSet=0 2020-05-28 18:28:51.646 2027-2069/? V/BackupManagerService: Finishing install immediately 2020-05-28 18:28:51.646 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: android.permission.STORAGE 2020-05-28 18:28:51.646 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.sec.android.provider.badge.permission.READ 2020-05-28 18:28:51.646 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.sec.android.provider.badge.permission.WRITE 2020-05-28 18:28:51.646 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.htc.launcher.permission.READ_SETTINGS 2020-05-28 18:28:51.646 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.htc.launcher.permission.UPDATE_SHORTCUT 2020-05-28 18:28:51.646 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.sonyericsson.home.permission.BROADCAST_BADGE 2020-05-28 18:28:51.646 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.sonymobile.home.permission.PROVIDER_INSERT_BADGE 2020-05-28 18:28:51.646 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.anddoes.launcher.permission.UPDATE_COUNT 2020-05-28 18:28:51.646 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.majeur.launcher.permission.UPDATE_BADGE 2020-05-28 18:28:51.646 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.huawei.android.launcher.permission.CHANGE_BADGE 2020-05-28 18:28:51.646 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.huawei.android.launcher.permission.READ_SETTINGS 2020-05-28 18:28:51.646 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.huawei.android.launcher.permission.WRITE_SETTINGS 2020-05-28 18:28:51.647 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: android.permission.READ_APP_BADGE 2020-05-28 18:28:51.647 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.oppo.launcher.permission.READ_SETTINGS 2020-05-28 18:28:51.647 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: com.oppo.launcher.permission.WRITE_SETTINGS 2020-05-28 18:28:51.647 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: me.everything.badger.permission.BADGE_COUNT_READ 2020-05-28 18:28:51.647 2027-2069/? W/PackageManager: Cannot whitelist unknown permission: me.everything.badger.permission.BADGE_COUNT_WRITE 2020-05-28 18:28:51.647 2027-2069/? I/PackageManager: Un-granting permission android.permission.SYSTEM_ALERT_WINDOW from package com.cinuru.app.debug (protectionLevel=1250 flags=0x3848be46) 2020-05-28 18:28:51.653 1778-1778/? I/netd: trafficSetNetPermForUids(4, [10264]) <0.03ms> 2020-05-28 18:28:51.654 1846-1846/? E/installd: Failed to delete /data/app/vmdl2041660095.tmp: No such file or directory 2020-05-28 18:28:51.671 2027-2027/? I/RoleManagerService: Granting default permissions... 2020-05-28 18:28:51.694 9752-9752/? I/Finsky: [2] she.a(19): PackageMonitor - Received: android.intent.action.PACKAGE_ADDED, [OwTTnVueJ3aPIroAZvv2aHKQmjSjs3h05hivFKCbz9I] 2020-05-28 18:28:51.694 9752-9752/? I/Finsky: [2] sih.d(9): Invalidating cached PackageState for com.cinuru.app.debug 2020-05-28 18:28:51.696 2392-3200/? E/ActivityThread: Failed to find provider info for com.google.android.apps.wellbeing.api 2020-05-28 18:28:51.704 2027-5586/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledReceiver 2020-05-28 18:28:51.705 9752-9752/? I/Finsky: [2] adyl.a(9): Do not start WearSupportService due to Wear service optimization 2020-05-28 18:28:51.705 9752-9752/? I/Finsky: [2] adyl.a(9): Do not start WearSupportService due to Wear service optimization 2020-05-28 18:28:51.706 9752-9752/? I/Finsky: [2] xac.a(1): Clearing split related stale data. 2020-05-28 18:28:51.706 9752-15904/? I/Finsky: [1651] ere.a(12): Asset module storage cleared for package com.cinuru.app.debug. 2020-05-28 18:28:51.707 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.android.musicfx/.Compatibility$Receiver 2020-05-28 18:28:51.708 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver 2020-05-28 18:28:51.709 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy 2020-05-28 18:28:51.710 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver 2020-05-28 18:28:51.710 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 2020-05-28 18:28:51.710 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher 2020-05-28 18:28:51.710 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug flg=0x4000010 (has extras) } to com.google.android.ims/.receivers.RcsAutoStartReceiver 2020-05-28 18:28:51.730 9752-9752/? I/Finsky: [2] luh.c(2): Frosting ID looked up on UI thread. Caller should move to a background thread. 2020-05-28 18:28:51.739 2027-2124/? I/InputReader: Reconfiguring input devices. changes=0x00000010 2020-05-28 18:28:51.743 9752-15907/? I/Finsky: [1654] lud.run(16): Wrote row to frosting DB: 191 2020-05-28 18:28:51.798 10632-14395/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms 2020-05-28 18:28:51.799 10632-14395/? I/Icing: Indexing done com.google.android.gms-apps 2020-05-28 18:28:51.803 2027-2027/? W/Looper: Slow dispatch took 132ms main h=android.app.ActivityThread$H c=android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@658b290 m=0 2020-05-28 18:28:51.847 10632-15926/? I/Auth: [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED 2020-05-28 18:28:51.849 10612-15932/? W/GCM: Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug flg=0x4000010 cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } 2020-05-28 18:28:51.849 10632-15926/? I/ChromeSync: [Sync,SyncIntentOperation] Handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }. 2020-05-28 18:28:51.851 10612-15924/? W/GCM: Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug flg=0x4000010 cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } 2020-05-28 18:28:51.871 2290-2290/? D/CarrierSvcBindHelper: No carrier app for: 0 2020-05-28 18:28:51.889 10632-15926/? I/ChromeSync: [Persistence,AffiliationManager] One of affiliation or grouping data for android://kmwFUO2u567RIRuR_eBr5MxHSOYdjxr74L0S85SaDQmhz0MGxy5mYq5Me4rnpXOoHX5S5bYSRETq-PQT5rH6aQ==@com.cinuru.app.debug/ was not found. Marking affiliation data as stale... 2020-05-28 18:28:51.904 2290-2290/? D/CarrierConfigLoader: mHandler: 9 phoneId: 0 2020-05-28 18:28:51.940 2027-2027/? W/Looper: Slow dispatch took 119ms main h=android.app.ActivityThread$H c=android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@47ef99b m=0 2020-05-28 18:28:51.943 10612-10625/? I/.gms.persisten: Background concurrent copying GC freed 152417(6314KB) AllocSpace objects, 6(216KB) LOS objects, 49% free, 5902KB/11MB, paused 6.392ms total 170.991ms 2020-05-28 18:28:51.955 2027-2027/? W/Looper: Slow delivery took 267ms main h=android.app.ActivityThread$H c=android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@82db511 m=0 2020-05-28 18:28:51.956 2027-2027/? I/Telecom: DefaultDialerCache: Refreshing default dialer for user 0: now com.android.dialer: DDC.oR@A2I 2020-05-28 18:28:51.958 2027-2027/? V/BackupManagerConstants: getFullBackupIntervalMilliseconds(...) returns 86400000 2020-05-28 18:28:51.958 2027-2027/? V/BackupManagerConstants: getFullBackupRequiredNetworkType(...) returns 2 2020-05-28 18:28:51.958 2027-2027/? V/BackupManagerConstants: getFullBackupRequireCharging(...) returns true 2020-05-28 18:28:52.019 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_DOCUMENTS from package com.google.android.youtube (protectionLevel=262146 flags=0x30dbbe45) 2020-05-28 18:28:52.019 2027-2069/? I/PackageManager: Un-granting permission com.google.android.googleapps.permission.GOOGLE_AUTH from package com.android.providers.calendar (protectionLevel=2 flags=0x30883e45) 2020-05-28 18:28:52.019 2027-2069/? I/PackageManager: Un-granting permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl from package com.android.providers.calendar (protectionLevel=2 flags=0x30883e45) 2020-05-28 18:28:52.020 2027-2069/? I/PackageManager: Un-granting permission android.permission.WRITE_SECURE_SETTINGS from package com.google.android.apps.enterprise.dmagent (protectionLevel=50 flags=0x30083e05) 2020-05-28 18:28:52.020 2027-2069/? I/PackageManager: Un-granting permission android.permission.CONNECTIVITY_INTERNAL from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05) 2020-05-28 18:28:52.020 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_USB from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05) 2020-05-28 18:28:52.020 2027-2069/? I/PackageManager: Un-granting permission android.permission.CHANGE_COMPONENT_ENABLED_STATE from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05) 2020-05-28 18:28:52.020 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_CA_CERTIFICATES from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05) 2020-05-28 18:28:52.020 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_USERS from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05) 2020-05-28 18:28:52.020 2027-2069/? I/PackageManager: Un-granting permission com.google.android.setupwizard.READ_DEVICE_ORIGIN from package com.google.android.apps.messaging (protectionLevel=18 flags=0x38cbbe45) 2020-05-28 18:28:52.020 2027-2069/? I/PackageManager: Un-granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS from package com.android.vending (protectionLevel=2 flags=0x38cabec5) 2020-05-28 18:28:52.021 2027-2069/? I/PackageManager: Un-granting permission android.permission.BIND_WALLPAPER from package com.android.camera2 (protectionLevel=18 flags=0x20d8bc45) 2020-05-28 18:28:52.021 2027-2069/? I/PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package com.google.android.gm (protectionLevel=66 flags=0x38cbbe45) 2020-05-28 18:28:52.021 2027-2069/? I/PackageManager: Un-granting permission android.permission.BIND_JOB_SERVICE from package com.google.android.music (protectionLevel=2 flags=0x38cbbe65) 2020-05-28 18:28:52.022 2027-2069/? I/PackageManager: Un-granting permission android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS from package com.google.android.captiveportallogin (protectionLevel=18 flags=0x38c8be45) 2020-05-28 18:28:52.022 2027-2069/? I/PackageManager: Un-granting permission android.permission.NETWORK_BYPASS_PRIVATE_DNS from package com.google.android.captiveportallogin (protectionLevel=2 flags=0x38c8be45) 2020-05-28 18:28:52.022 2027-2069/? I/PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package com.google.android.apps.docs (protectionLevel=66 flags=0x38cbbe45) 2020-05-28 18:28:52.022 2027-2069/? I/PackageManager: Un-granting permission android.permission.INTERACT_ACROSS_USERS from package com.google.android.syncadapters.contacts (protectionLevel=50 flags=0x20883e45) 2020-05-28 18:28:52.022 2027-2069/? I/PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package com.android.chrome (protectionLevel=66 flags=0xa0cbbe45) 2020-05-28 18:28:52.022 2027-2069/? I/PackageManager: Un-granting permission android.permission.CAPTURE_VIDEO_OUTPUT from package com.google.android.gms (protectionLevel=2 flags=0xa0cabec5) 2020-05-28 18:28:52.023 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_DEVICE_ADMINS from package com.google.android.gms (protectionLevel=2 flags=0xa0cabec5) 2020-05-28 18:28:52.023 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_ACTIVITY_STACKS from package com.google.android.gms (protectionLevel=2 flags=0xa0cabec5) 2020-05-28 18:28:52.023 2027-2069/? I/PackageManager: Un-granting permission android.permission.CAPTURE_SECURE_VIDEO_OUTPUT from package com.google.android.gms (protectionLevel=2 flags=0xa0cabec5) 2020-05-28 18:28:52.047 2027-2069/? I/PackageManager: Un-granting permission android.permission.MANAGE_ROLLBACKS from package com.google.android.gms (protectionLevel=514 flags=0xa0cabec5) 2020-05-28 18:28:52.048 2027-2069/? I/PackageManager: Un-granting permission com.google.android.googleapps.permission.GOOGLE_AUTH from package com.google.android.videos (protectionLevel=2 flags=0x30dbbe45) 2020-05-28 18:28:52.048 2027-2069/? I/PackageManager: Un-granting permission android.permission.WRITE_MEDIA_STORAGE from package com.google.android.apps.photos (protectionLevel=18 flags=0x38d9be45) 2020-05-28 18:28:52.087 2027-2039/? I/system_server: Background concurrent copying GC freed 35456(2493KB) AllocSpace objects, 23(1232KB) LOS objects, 26% free, 16MB/22MB, paused 455us total 433.495ms 2020-05-28 18:28:52.157 1778-1778/? I/netd: firewallSetUidRule(2, 10264, 2) <0.03ms> 2020-05-28 18:28:52.158 2027-2027/? W/Looper: Slow dispatch took 201ms main h=android.app.ActivityThread$H c=android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@f0d0e92 m=0 2020-05-28 18:28:52.159 2027-2027/? W/Looper: Drained 2020-05-28 18:28:52.161 2027-2069/? V/BackupManagerService: restoreAtInstall pkg=com.cinuru.app.debug.test token=76 restoreSet=0 2020-05-28 18:28:52.162 2027-2069/? V/BackupManagerService: Finishing install immediately 2020-05-28 18:28:52.166 1778-1778/? I/netd: trafficSetNetPermForUids(0, [10265]) <0.02ms> 2020-05-28 18:28:52.169 1846-1846/? E/installd: Failed to delete /data/app/vmdl41959306.tmp: No such file or directory 2020-05-28 18:28:52.211 9752-9752/? I/Finsky: [2] she.a(19): PackageMonitor - Received: android.intent.action.PACKAGE_ADDED, [7B3iJJITlun6hl2_HO0USQsc2Y2w-hLFTbP1yQLy_u8] 2020-05-28 18:28:52.211 9752-9752/? I/Finsky: [2] sih.d(9): Invalidating cached PackageState for com.cinuru.app.debug.test 2020-05-28 18:28:52.212 9752-9752/? I/Finsky: [2] adyl.a(9): Do not start WearSupportService due to Wear service optimization 2020-05-28 18:28:52.213 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledReceiver 2020-05-28 18:28:52.213 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.android.musicfx/.Compatibility$Receiver 2020-05-28 18:28:52.213 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.android.vending/com.google.android.finsky.packagemanager.impl.PackageMonitorReceiverImpl$RegisteredReceiver 2020-05-28 18:28:52.213 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy 2020-05-28 18:28:52.213 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver 2020-05-28 18:28:52.215 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 2020-05-28 18:28:52.219 2392-3200/? E/ActivityThread: Failed to find provider info for com.google.android.apps.wellbeing.api 2020-05-28 18:28:52.220 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher 2020-05-28 18:28:52.221 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 (has extras) } to com.google.android.ims/.receivers.RcsAutoStartReceiver 2020-05-28 18:28:52.228 9752-9752/? I/Finsky: [2] adyl.a(9): Do not start WearSupportService due to Wear service optimization 2020-05-28 18:28:52.229 9752-9752/? I/Finsky: [2] xac.a(1): Clearing split related stale data. 2020-05-28 18:28:52.229 9752-15904/? I/Finsky: [1651] ere.a(12): Asset module storage cleared for package com.cinuru.app.debug.test. 2020-05-28 18:28:52.234 2027-2027/? I/RoleManagerService: Granting default permissions... 2020-05-28 18:28:52.235 9752-9752/? I/Finsky: [2] luh.c(2): Frosting ID looked up on UI thread. Caller should move to a background thread. 2020-05-28 18:28:52.249 2027-4579/? I/ActivityManager: Force stopping com.cinuru.app.debug appid=10264 user=0: from pid 15990 2020-05-28 18:28:52.259 9752-15907/? I/Finsky: [1654] lud.run(16): Wrote row to frosting DB: 192 2020-05-28 18:28:52.271 2027-2124/? I/InputReader: Reconfiguring input devices. changes=0x00000010 2020-05-28 18:28:52.279 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver 2020-05-28 18:28:52.279 2027-2055/? W/BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 2020-05-28 18:28:52.311 10612-15924/? W/GCM: Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } 2020-05-28 18:28:52.311 10612-15985/? W/GCM: Unexpected forwarded intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 cmp=com.google.android.gms/.chimera.PersistentIntentOperationService (has extras) } 2020-05-28 18:28:52.439 2290-2290/? D/CarrierSvcBindHelper: No carrier app for: 0 2020-05-28 18:28:52.446 2027-2027/? W/Looper: Slow dispatch took 211ms main h=android.app.ActivityThread$H c=android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@e1412c0 m=0 2020-05-28 18:28:52.450 2027-2027/? W/Looper: Slow delivery took 251ms main h=android.app.ActivityThread$H c=android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@304994a m=0 2020-05-28 18:28:52.460 10632-14395/? I/Icing: Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms using seqno 65 2020-05-28 18:28:52.475 2290-2290/? D/CarrierSvcBindHelper: No carrier app for: 0 2020-05-28 18:28:52.475 2290-2290/? D/CarrierConfigLoader: mHandler: 9 phoneId: 0 2020-05-28 18:28:52.497 2027-2027/? I/Telecom: DefaultDialerCache: Refreshing default dialer for user 0: now com.android.dialer: DDC.oR@A2Y 2020-05-28 18:28:52.508 2027-2027/? V/BackupManagerConstants: getFullBackupIntervalMilliseconds(...) returns 86400000 2020-05-28 18:28:52.508 2027-2027/? V/BackupManagerConstants: getFullBackupRequiredNetworkType(...) returns 2 2020-05-28 18:28:52.508 2027-2027/? V/BackupManagerConstants: getFullBackupRequireCharging(...) returns true 2020-05-28 18:28:52.510 2027-2027/? W/Looper: Drained 2020-05-28 18:28:52.529 10632-15926/? I/ChromeSync: [Persistence,AffiliationManager] Fetching affiliations from the server. 2020-05-28 18:28:52.634 2027-2039/? I/system_server: Background concurrent copying GC freed 50749(2858KB) AllocSpace objects, 25(1828KB) LOS objects, 28% free, 15MB/21MB, paused 1.356ms total 467.268ms 2020-05-28 18:28:52.657 16002-16002/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< 2020-05-28 18:28:52.660 16002-16002/? E/libc: Access denied finding property "persist.device_config.runtime_native_boot.enable_apex_image" 2020-05-28 18:28:52.660 16002-16002/? I/AndroidRuntime: Using default boot image 2020-05-28 18:28:52.660 16002-16002/? E/libc: Access denied finding property "persist.device_config.runtime_native_boot.disable_lock_profiling" 2020-05-28 18:28:52.660 16002-16002/? I/AndroidRuntime: Leaving lock profiling enabled 2020-05-28 18:28:52.660 16002-16002/? E/libc: Access denied finding property "persist.device_config.runtime_native_boot.enable_generational_cc" 2020-05-28 18:28:52.654 16002-16002/? W/app_process: type=1400 audit(0.0:1126): avc: denied { read } for name="u:object_r:device_config_runtime_native_boot_prop:s0" dev="tmpfs" ino=8272 scontext=u:r:shell:s0 tcontext=u:object_r:device_config_runtime_native_boot_prop:s0 tclass=file permissive=0 2020-05-28 18:28:52.654 16002-16002/? W/app_process: type=1400 audit(0.0:1127): avc: denied { read } for name="u:object_r:device_config_runtime_native_boot_prop:s0" dev="tmpfs" ino=8272 scontext=u:r:shell:s0 tcontext=u:object_r:device_config_runtime_native_boot_prop:s0 tclass=file permissive=0 2020-05-28 18:28:52.738 10632-12489/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed 2020-05-28 18:28:52.739 10632-12489/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@201516040@20.15.16 (120700-309763488):2) 2020-05-28 18:28:52.739 10632-12489/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@201516040@20.15.16 (120700-309763488):0) 2020-05-28 18:28:52.746 16002-16002/? D/ICU: Time zone APEX file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 2020-05-28 18:28:52.751 16002-16002/? W/app_process: Unexpected CPU variant for X86 using defaults: x86 2020-05-28 18:28:52.753 16002-16002/? I/app_process: The ClassLoaderContext is a special shared library. 2020-05-28 18:28:52.770 10632-12489/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed 2020-05-28 18:28:52.770 10632-12489/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@201516040@20.15.16 (120700-309763488):2) 2020-05-28 18:28:52.770 10632-12489/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@201516040@20.15.16 (120700-309763488):0) 2020-05-28 18:28:52.772 16002-16002/? W/app_process: JNI RegisterNativeMethods: attempt to register 0 native methods for android.media.AudioAttributes 2020-05-28 18:28:52.782 16002-16002/? D/AndroidRuntime: Calling main entry com.android.commands.am.Am 2020-05-28 18:28:52.792 2027-3887/? I/ActivityManager: Force stopping com.cinuru.app.debug appid=10264 user=0: start instr 2020-05-28 18:28:52.815 1779-1779/? D/Zygote: Forked child process 16018 2020-05-28 18:28:52.817 2027-2056/? I/ActivityManager: Start proc 16018:com.cinuru.app.debug/u0a264 for added application com.cinuru.app.debug 2020-05-28 18:28:52.822 16018-16018/? I/inuru.app.debu: Not late-enabling -Xcheck:jni (already on) 2020-05-28 18:28:52.849 16018-16018/? E/inuru.app.debu: Unknown bits set in runtime_flags: 0x8000 2020-05-28 18:28:52.850 16018-16018/? W/inuru.app.debu: Unexpected CPU variant for X86 using defaults: x86 2020-05-28 18:28:52.921 2290-2307/? I/m.android.phon: Background concurrent copying GC freed 20123(1347KB) AllocSpace objects, 0(0B) LOS objects, 49% free, 2024KB/4049KB, paused 8.850ms total 46.028ms 2020-05-28 18:28:52.964 2027-2128/? W/ActivityManager: Slow operation: 54ms so far, now at attachApplicationLocked: immediately after bindApplication 2020-05-28 18:28:52.964 2027-2128/? W/ActivityManager: Slow operation: 54ms so far, now at attachApplicationLocked: after updateLruProcessLocked 2020-05-28 18:28:52.965 2027-2128/? W/ActivityManager: Slow operation: 54ms so far, now at attachApplicationLocked: after mServices.attachApplicationLocked 2020-05-28 18:28:52.967 2027-2128/? W/ActivityManager: Slow operation: 56ms so far, now at attachApplicationLocked: after updateOomAdjLocked 2020-05-28 18:28:52.995 1778-1778/? I/netd: firewallSetUidRule(2, 10264, 1) <0.08ms> 2020-05-28 18:28:53.018 16018-16018/com.cinuru.app.debug W/ActivityThread: Package uses different ABI(s) than its instrumentation: package[com.cinuru.app.debug]: x86, null instrumentation[com.cinuru.app.debug.test]: null, null 2020-05-28 18:28:53.021 16018-16018/com.cinuru.app.debug I/inuru.app.debu: The ClassLoaderContext is a special shared library. 2020-05-28 18:28:53.023 16018-16018/com.cinuru.app.debug I/chatty: uid=10264(com.cinuru.app.debug) identical 1 line 2020-05-28 18:28:53.024 16018-16018/com.cinuru.app.debug I/inuru.app.debu: The ClassLoaderContext is a special shared library. 2020-05-28 18:28:53.026 10632-15940/? I/Auth: [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED 2020-05-28 18:28:53.026 10632-15928/? I/ChromeSync: [Sync,SyncIntentOperation] Handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }. 2020-05-28 18:28:53.027 10632-15931/? I/FontsPackageChangeOp: Package com.cinuru.app.debug.test has no metadata 2020-05-28 18:28:53.031 10632-15928/? I/ChromeSync: [Persistence,AffiliationManager] One of affiliation or grouping data for android://kmwFUO2u567RIRuR_eBr5MxHSOYdjxr74L0S85SaDQmhz0MGxy5mYq5Me4rnpXOoHX5S5bYSRETq-PQT5rH6aQ==@com.cinuru.app.debug.test/ was not found. Marking affiliation data as stale... 2020-05-28 18:28:53.175 2027-2054/? I/RoleUserState: Wrote roles.xml successfully 2020-05-28 18:28:53.434 10632-15928/? I/ChromeSync: [Persistence,AffiliationManager] Fetching affiliations from the server. 2020-05-28 18:28:53.462 10632-12421/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms 2020-05-28 18:28:53.732 10632-12421/? I/Icing: Indexing done com.google.android.gms-apps 2020-05-28 18:28:53.783 16018-16018/com.cinuru.app.debug I/inuru.app.debu: The ClassLoaderContext is a special shared library. 2020-05-28 18:28:53.784 16018-16018/com.cinuru.app.debug I/inuru.app.debu: The ClassLoaderContext is a special shared library. 2020-05-28 18:28:54.082 10632-12421/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms 2020-05-28 18:28:54.084 10632-12421/? I/Icing: Indexing done com.google.android.gms-apps 2020-05-28 18:28:54.225 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Landroid/app/Instrumentation;->execStartActivity(Landroid/content/Context;Landroid/os/IBinder;Landroid/os/IBinder;Landroid/app/Activity;Landroid/content/Intent;ILandroid/os/Bundle;)Landroid/app/Instrumentation$ActivityResult; (greylist, linking, allowed) 2020-05-28 18:28:54.225 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Landroid/app/Instrumentation;->execStartActivity(Landroid/content/Context;Landroid/os/IBinder;Landroid/os/IBinder;Ljava/lang/String;Landroid/content/Intent;ILandroid/os/Bundle;)Landroid/app/Instrumentation$ActivityResult; (greylist, linking, allowed) 2020-05-28 18:28:54.237 16018-16018/com.cinuru.app.debug I/MultiDex: VM with version 2.1.0 has multidex support 2020-05-28 18:28:54.237 16018-16018/com.cinuru.app.debug I/MultiDex: Installing application 2020-05-28 18:28:54.238 16018-16018/com.cinuru.app.debug I/MultiDex: VM has multidex support, MultiDex support library is disabled. 2020-05-28 18:28:54.371 16018-16018/com.cinuru.app.debug D/FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization. 2020-05-28 18:28:54.372 16018-16018/com.cinuru.app.debug D/FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization. 2020-05-28 18:28:54.373 16018-16018/com.cinuru.app.debug I/FirebaseInitProvider: FirebaseApp initialization successful 2020-05-28 18:28:54.427 16018-16018/com.cinuru.app.debug W/com.facebook.UserSettingsManager: Please set a value for AutoLogAppEventsEnabled. Set the flag to TRUE if you want to collect app install, app launch and in-app purchase events automatically. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-android#disable-auto-events. 2020-05-28 18:28:54.427 16018-16018/com.cinuru.app.debug W/com.facebook.UserSettingsManager: You haven't set a value for AdvertiserIDCollectionEnabled. Set the flag to TRUE if you want to collect Advertiser ID for better advertising and analytics results. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-android#disable-auto-events. 2020-05-28 18:28:54.476 16018-16062/com.cinuru.app.debug I/FA: Collection disabled with firebase_analytics_collection_deactivated=1 2020-05-28 18:28:54.485 16018-16062/com.cinuru.app.debug I/FA: App measurement is starting up, version: 16250 2020-05-28 18:28:54.486 16018-16062/com.cinuru.app.debug I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 2020-05-28 18:28:54.486 16018-16062/com.cinuru.app.debug I/FA: To enable faster debug mode event logging run: adb shell setprop debug.firebase.analytics.app com.cinuru.app.debug 2020-05-28 18:28:54.526 16018-16069/com.cinuru.app.debug D/NetworkSecurityConfig: Using Network Security Config from resource react_native_config debugBuild: true 2020-05-28 18:28:54.579 16018-16018/com.cinuru.app.debug I/MonitoringInstr: Instrumentation started! 2020-05-28 18:28:54.595 16018-16018/com.cinuru.app.debug I/MonitoringInstr: Setting context classloader to 'dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/android.test.runner.jar", zip file "/system/framework/android.test.mock.jar", zip file "/data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/base.apk", zip file "/data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/base.apk"],nativeLibraryDirectories=[/data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/lib/x86, /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/lib/x86, /data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/base.apk!/lib/x86, /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/base.apk!/lib/x86, /system/lib, /system/product/lib]]]', Original: 'dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/android.test.runner.jar", zip file "/system/framework/android.test.mock.jar", zip file "/data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/base.apk", zip file "/data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/base.apk"],nativeLibraryDirectories=[/data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/lib/x86, /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/lib/x86, /data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/base.apk!/lib/x86, /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/base.apk!/lib/x86, /system/lib, /system/product/lib]]]' 2020-05-28 18:28:54.612 16018-16018/com.cinuru.app.debug D/SoLoader: init start 2020-05-28 18:28:54.612 16018-16018/com.cinuru.app.debug D/SoLoader: adding system library source: /vendor/lib 2020-05-28 18:28:54.614 16018-16018/com.cinuru.app.debug D/SoLoader: adding system library source: /system/lib 2020-05-28 18:28:54.616 16018-16018/com.cinuru.app.debug D/SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/lib/x86 flags = 0] 2020-05-28 18:28:54.625 16018-16018/com.cinuru.app.debug D/SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/data/com.cinuru.app.debug/lib-main flags = 1] 2020-05-28 18:28:54.626 16018-16018/com.cinuru.app.debug D/SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2] 2020-05-28 18:28:54.626 16018-16018/com.cinuru.app.debug D/SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /vendor/lib flags = 2] 2020-05-28 18:28:54.630 16018-16018/com.cinuru.app.debug D/SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/lib/x86 flags = 0] 2020-05-28 18:28:54.630 16018-16018/com.cinuru.app.debug D/SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/com.cinuru.app.debug/lib-main flags = 1] 2020-05-28 18:28:54.643 16018-16018/com.cinuru.app.debug V/fb-UnpackingSoSource: locked dso store /data/user/0/com.cinuru.app.debug/lib-main 2020-05-28 18:28:54.651 16018-16018/com.cinuru.app.debug V/fb-UnpackingSoSource: deps mismatch on deps store: regenerating 2020-05-28 18:28:54.651 16018-16018/com.cinuru.app.debug V/fb-UnpackingSoSource: so store dirty: regenerating 2020-05-28 18:28:54.805 31860-31893/? I/MicroDetectionWorker: #startMicroDetector [speakerMode: 0] 2020-05-28 18:28:54.814 31860-31893/? W/ErrorReporter: reportError [type: 211, code: 393244, bug: 0]: errorCode: 393244, engine: 0 2020-05-28 18:28:54.817 31860-31893/? I/MicroDetector: Keeping mic open: false 2020-05-28 18:28:54.818 31860-31893/? I/MicroDetectionWorker: #onError(false) 2020-05-28 18:28:55.055 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libc++_shared.so: deferring to libdir 2020-05-28 18:28:55.055 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libevent-2.1.so: deferring to libdir 2020-05-28 18:28:55.056 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libevent_core-2.1.so: deferring to libdir 2020-05-28 18:28:55.056 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libevent_extra-2.1.so: deferring to libdir 2020-05-28 18:28:55.056 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libfb.so: deferring to libdir 2020-05-28 18:28:55.056 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libfbjni.so: deferring to libdir 2020-05-28 18:28:55.056 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libflipper.so: deferring to libdir 2020-05-28 18:28:55.056 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libfolly_futures.so: deferring to libdir 2020-05-28 18:28:55.056 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libfolly_json.so: deferring to libdir 2020-05-28 18:28:55.057 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libglog.so: deferring to libdir 2020-05-28 18:28:55.057 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libglog_init.so: deferring to libdir 2020-05-28 18:28:55.057 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libhermes-executor-debug.so: deferring to libdir 2020-05-28 18:28:55.057 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libhermes-executor-release.so: deferring to libdir 2020-05-28 18:28:55.057 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libhermes-inspector.so: deferring to libdir 2020-05-28 18:28:55.059 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libimagepipeline.so: deferring to libdir 2020-05-28 18:28:55.061 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libjsc.so: deferring to libdir 2020-05-28 18:28:55.061 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libjscexecutor.so: deferring to libdir 2020-05-28 18:28:55.061 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libjsijniprofiler.so: deferring to libdir 2020-05-28 18:28:55.062 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libjsinspector.so: deferring to libdir 2020-05-28 18:28:55.062 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libnative-filters.so: deferring to libdir 2020-05-28 18:28:55.063 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libnative-imagetranscoder.so: deferring to libdir 2020-05-28 18:28:55.063 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libreactnativeblob.so: deferring to libdir 2020-05-28 18:28:55.063 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libreactnativejni.so: deferring to libdir 2020-05-28 18:28:55.064 16018-16018/com.cinuru.app.debug D/ApkSoSource: not allowing consideration of lib/x86/libyoga.so: deferring to libdir 2020-05-28 18:28:55.067 16018-16018/com.cinuru.app.debug V/fb-UnpackingSoSource: regenerating DSO store com.facebook.soloader.ApkSoSource 2020-05-28 18:28:55.083 16018-16018/com.cinuru.app.debug V/fb-UnpackingSoSource: Finished regenerating DSO store com.facebook.soloader.ApkSoSource 2020-05-28 18:28:55.084 16018-16018/com.cinuru.app.debug V/fb-UnpackingSoSource: starting syncer worker 2020-05-28 18:28:55.097 16018-16018/com.cinuru.app.debug V/fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.cinuru.app.debug/lib-main (from syncer thread) 2020-05-28 18:28:55.097 16018-16018/com.cinuru.app.debug V/fb-UnpackingSoSource: not releasing dso store lock for /data/user/0/com.cinuru.app.debug/lib-main (syncer thread started) 2020-05-28 18:28:55.098 16018-16018/com.cinuru.app.debug D/SoLoader: init finish: 4 SO sources prepared 2020-05-28 18:28:55.098 16018-16018/com.cinuru.app.debug D/SoLoader: init exiting 2020-05-28 18:28:55.121 16018-16031/com.cinuru.app.debug I/inuru.app.debu: Background concurrent copying GC freed 32778(4740KB) AllocSpace objects, 14(664KB) LOS objects, 49% free, 2911KB/5823KB, paused 2.139ms total 270.999ms 2020-05-28 18:28:55.192 16018-16018/com.cinuru.app.debug D/AppCenterCrashes: Creating crashes module with crashListener ALWAYS_SEND 2020-05-28 18:28:55.231 16018-16084/com.cinuru.app.debug W/AppCenter: Unable to get installID from Shared Preferences 2020-05-28 18:28:55.265 16018-16018/com.cinuru.app.debug D/ReactNative: [CodePush] Loading JS bundle from "assets://index.android.bundle" 2020-05-28 18:28:55.268 16018-16018/com.cinuru.app.debug D/SoLoader: init exiting 2020-05-28 18:28:55.268 16018-16018/com.cinuru.app.debug D/SoLoader: About to load: libjscexecutor.so 2020-05-28 18:28:55.269 16018-16018/com.cinuru.app.debug D/SoLoader: libjscexecutor.so not found on /data/data/com.cinuru.app.debug/lib-main 2020-05-28 18:28:55.269 16018-16018/com.cinuru.app.debug D/SoLoader: libjscexecutor.so found on /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/lib/x86 2020-05-28 18:28:55.269 16018-16018/com.cinuru.app.debug D/SoLoader: Not resolving dependencies for libjscexecutor.so 2020-05-28 18:28:55.311 16018-16018/com.cinuru.app.debug D/JavaScriptCore.Version: 245459.0.0 2020-05-28 18:28:55.312 16018-16018/com.cinuru.app.debug D/SoLoader: Loaded: libjscexecutor.so 2020-05-28 18:28:55.313 16018-16018/com.cinuru.app.debug D/ReactNative: ReactInstanceManager.ctor() 2020-05-28 18:28:55.313 16018-16018/com.cinuru.app.debug D/SoLoader: init exiting 2020-05-28 18:28:55.375 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist,core-platform-api, reflection, allowed) 2020-05-28 18:28:55.375 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed) 2020-05-28 18:28:55.375 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (greylist,core-platform-api, reflection, allowed) 2020-05-28 18:28:55.375 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (greylist,core-platform-api, reflection, allowed) 2020-05-28 18:28:55.376 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (greylist,core-platform-api, reflection, allowed) 2020-05-28 18:28:55.376 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed) 2020-05-28 18:28:55.376 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (greylist,core-platform-api, reflection, allowed) 2020-05-28 18:28:55.403 16018-16092/com.cinuru.app.debug D/SoLoader: About to load: libfbjni.so 2020-05-28 18:28:55.405 16018-16092/com.cinuru.app.debug D/SoLoader: libfbjni.so not found on /data/data/com.cinuru.app.debug/lib-main 2020-05-28 18:28:55.405 16018-16092/com.cinuru.app.debug D/SoLoader: libfbjni.so found on /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/lib/x86 2020-05-28 18:28:55.406 16018-16092/com.cinuru.app.debug D/SoLoader: Not resolving dependencies for libfbjni.so 2020-05-28 18:28:55.407 16018-16092/com.cinuru.app.debug D/SoLoader: Loaded: libfbjni.so 2020-05-28 18:28:55.408 16018-16092/com.cinuru.app.debug D/SoLoader: About to load: libflipper.so 2020-05-28 18:28:55.408 16018-16092/com.cinuru.app.debug D/SoLoader: libflipper.so not found on /data/data/com.cinuru.app.debug/lib-main 2020-05-28 18:28:55.409 16018-16092/com.cinuru.app.debug D/SoLoader: libflipper.so found on /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/lib/x86 2020-05-28 18:28:55.409 16018-16092/com.cinuru.app.debug D/SoLoader: Not resolving dependencies for libflipper.so 2020-05-28 18:28:55.439 16018-16092/com.cinuru.app.debug D/SoLoader: Loaded: libflipper.so 2020-05-28 18:28:55.476 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden field Landroid/view/View;->mKeyedTags:Landroid/util/SparseArray; (greylist, reflection, allowed) 2020-05-28 18:28:55.476 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden field Landroid/view/View;->mListenerInfo:Landroid/view/View$ListenerInfo; (greylist, reflection, allowed) 2020-05-28 18:28:55.476 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden field Landroid/view/View$ListenerInfo;->mOnClickListener:Landroid/view/View$OnClickListener; (greylist, reflection, allowed) 2020-05-28 18:28:55.496 16018-16018/com.cinuru.app.debug I/flipper: flipper: FlipperClient::addPlugin Inspector 2020-05-28 18:28:55.496 16018-16018/com.cinuru.app.debug I/flipper: flipper: FlipperClient::addPlugin React 2020-05-28 18:28:55.502 16018-16018/com.cinuru.app.debug I/flipper: flipper: FlipperClient::addPlugin Databases 2020-05-28 18:28:55.505 16018-16018/com.cinuru.app.debug I/flipper: flipper: FlipperClient::addPlugin Preferences 2020-05-28 18:28:55.506 16018-16018/com.cinuru.app.debug I/flipper: flipper: FlipperClient::addPlugin CrashReporter 2020-05-28 18:28:55.512 16018-16018/com.cinuru.app.debug I/flipper: flipper: FlipperClient::addPlugin Network 2020-05-28 18:28:55.520 1778-16101/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:28:55.609 16018-16018/com.cinuru.app.debug I/SM_SDK: Starting Selligent SDK... 2020-05-28 18:28:55.612 16018-16018/com.cinuru.app.debug I/SM_SDK: Selligent Mobile SDK started correctly. 2020-05-28 18:28:55.630 16018-16018/com.cinuru.app.debug I/WebViewFactory: Loading com.google.android.webview version 74.0.3729.185 (code 373018518) 2020-05-28 18:28:55.642 16018-16018/com.cinuru.app.debug I/inuru.app.debu: The ClassLoaderContext is a special shared library. 2020-05-28 18:28:55.654 16018-16018/com.cinuru.app.debug I/inuru.app.debu: The ClassLoaderContext is a special shared library. 2020-05-28 18:28:55.751 16018-16018/com.cinuru.app.debug I/cr_LibraryLoader: Time to load native libraries: 11 ms (timestamps 2942-2953) 2020-05-28 18:28:55.764 16018-16018/com.cinuru.app.debug I/chromium: [INFO:library_loader_hooks.cc(50)] Chromium logging enabled: level = 0, default verbosity = 0 2020-05-28 18:28:55.768 16018-16018/com.cinuru.app.debug I/cr_LibraryLoader: Expected native library version number "74.0.3729.185", actual native library version number "74.0.3729.185" 2020-05-28 18:28:55.812 16018-16106/com.cinuru.app.debug W/cr_ChildProcLH: Create a new ChildConnectionAllocator with package name = com.google.android.webview, sandboxed = true 2020-05-28 18:28:55.820 16018-16106/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Landroid/content/Context;->bindServiceAsUser(Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/Handler;Landroid/os/UserHandle;)Z (greylist, reflection, allowed) 2020-05-28 18:28:55.841 16018-16018/com.cinuru.app.debug I/cr_BrowserStartup: Initializing chromium process, singleProcess=false 2020-05-28 18:28:55.881 2345-2345/? D/Zygote: Forked child process 16109 2020-05-28 18:28:54.133 2027-2054/? I/RoleUserState: Wrote roles.xml successfully 2020-05-28 18:28:55.887 2027-2056/? W/ActivityManager: Slow operation: 62ms so far, now at startProcess: returned from zygote! 2020-05-28 18:28:55.888 2027-2056/? W/ActivityManager: Slow operation: 63ms so far, now at startProcess: done updating battery stats 2020-05-28 18:28:55.888 2027-2056/? W/ActivityManager: Slow operation: 63ms so far, now at startProcess: building log message 2020-05-28 18:28:55.888 2027-2056/? I/ActivityManager: Start proc 16109:com.google.android.webview:sandboxed_process0:org.chromium.content.app.SandboxedProcessService0/u0i88 for {com.cinuru.app.debug/org.chromium.content.app.SandboxedProcessService0} 2020-05-28 18:28:55.888 2027-2056/? W/ActivityManager: Slow operation: 63ms so far, now at startProcess: starting to update pids map 2020-05-28 18:28:55.888 2027-2056/? W/ActivityManager: Slow operation: 64ms so far, now at startProcess: done updating pids map 2020-05-28 18:28:55.892 16018-16018/com.cinuru.app.debug E/chromium: [ERROR:filesystem_posix.cc(89)] stat /data/user/0/com.cinuru.app.debug/cache/WebView/Crashpad: No such file or directory (2) 2020-05-28 18:28:55.893 16018-16018/com.cinuru.app.debug E/chromium: [ERROR:filesystem_posix.cc(62)] mkdir /data/user/0/com.cinuru.app.debug/cache/WebView/Crashpad: No such file or directory (2) 2020-05-28 18:28:55.896 16109-16109/? W/ProcessService: Unexpected CPU variant for X86 using defaults: x86 2020-05-28 18:28:55.904 16109-16109/? E/ProcessService: Not starting debugger since process cannot load the jdwp agent. 2020-05-28 18:28:55.948 16109-16109/? I/LoadedApk: No resource references to update in package com.google.android.webview 2020-05-28 18:28:55.948 16109-16109/? I/LoadedApk: No resource references to update in package com.google.android.trichromelibrary 2020-05-28 18:28:55.953 16109-16109/? I/cr_ChildProcessService: Creating new ChildProcessService pid=16109 2020-05-28 18:28:56.000 16018-16018/com.cinuru.app.debug I/SM_SDK: All cache loading... 2020-05-28 18:28:56.000 16018-16018/com.cinuru.app.debug I/SM_SDK: All cache loaded 2020-05-28 18:28:56.001 16018-16018/com.cinuru.app.debug D/SM_SDK: Saving SMLastClearTime: 1590708536000 2020-05-28 18:28:56.013 16018-16018/com.cinuru.app.debug I/SM_SDK: Sending setInfo... 2020-05-28 18:28:56.013 16018-16018/com.cinuru.app.debug D/SM_SDK: Sending first SetInfo... 2020-05-28 18:28:56.030 16018-16018/com.cinuru.app.debug D/SM_SDK: Sending event SetInfo with data : {"PlatformName":"Android","DeviceToken":"","Identity":"Android SDK built for x86","SystemVersion":"10","DeviceType":"Google Android SDK built for x86","Country":"en_US","SDKVersion":"2.1.1","TimeZone":"Central Standard Time","OptOut":"1","IAMOptOut":"1","IACOptOut":"1","GeofencingOptOut":"1","LocationPermission":"0","ExternalId":"","Guid":"eac25ac98cb6f399","Action":"SetInfo","DeviceID":"","Time":1590708536014,"LastTry":1590708536016,"TryCount":1} 2020-05-28 18:28:56.031 16018-16018/com.cinuru.app.debug D/SM_SDK: Execute call: SetInfo 2020-05-28 18:28:56.032 16018-16018/com.cinuru.app.debug D/SM_SDK: Saving SMSystemVersion: 10 2020-05-28 18:28:56.032 16018-16018/com.cinuru.app.debug D/SM_SDK: Saving SMTimeZone: Central Standard Time 2020-05-28 18:28:56.033 16018-16018/com.cinuru.app.debug D/SM_SDK: Saving SMLocationPermission: true 2020-05-28 18:28:56.033 16018-16018/com.cinuru.app.debug D/SM_SDK: Saving SMCountry: en_US 2020-05-28 18:28:56.033 16018-16018/com.cinuru.app.debug D/SM_SDK: Saving FirstLaunch: false 2020-05-28 18:28:56.033 16018-16018/com.cinuru.app.debug D/SM_SDK: Saving SMSDKVersion: 2.1.1 2020-05-28 18:28:56.051 2027-6801/? D/ConnectivityService: requestNetwork for uid/pid:10264/16018 NetworkRequest [ TRACK_DEFAULT id=414, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10264] ] 2020-05-28 18:28:56.052 2027-2134/? D/WifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=414, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10264] ] with score 60 and serial -1 2020-05-28 18:28:56.052 2027-2134/? D/UntrustedWifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=414, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10264] ] with score 60 and serial -1 2020-05-28 18:28:56.053 2290-2290/? D/PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=414, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10264] ] with score 60 and serial -1 2020-05-28 18:28:56.059 16018-16018/com.cinuru.app.debug I/MonitoringInstr: No JSBridge. 2020-05-28 18:28:56.081 1778-16141/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:28:56.162 16018-16080/com.cinuru.app.debug I/MonitoringInstr: Setting context classloader to 'dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/android.test.runner.jar", zip file "/system/framework/android.test.mock.jar", zip file "/data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/base.apk", zip file "/data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/base.apk"],nativeLibraryDirectories=[/data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/lib/x86, /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/lib/x86, /data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/base.apk!/lib/x86, /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/base.apk!/lib/x86, /system/lib, /system/product/lib]]]', Original: 'dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/android.test.runner.jar", zip file "/system/framework/android.test.mock.jar", zip file "/data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/base.apk", zip file "/data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/base.apk"],nativeLibraryDirectories=[/data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/lib/x86, /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/lib/x86, /data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/base.apk!/lib/x86, /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/base.apk!/lib/x86, /system/lib, /system/product/lib]]]' 2020-05-28 18:28:56.208 16018-16080/com.cinuru.app.debug I/UsageTrackerFacilitator: Usage tracking enabled 2020-05-28 18:28:56.214 16018-16080/com.cinuru.app.debug I/TestRequestBuilder: Scanning classpath to find tests in paths [/data/app/com.cinuru.app.debug.test-vavaAA5OGuqJP5PFjWtf2w==/base.apk] 2020-05-28 18:28:56.215 16018-16080/com.cinuru.app.debug W/inuru.app.debu: Opening an oat file without a class loader. Are you using the deprecated DexFile APIs? 2020-05-28 18:28:56.492 16018-16094/com.cinuru.app.debug D/SoLoader: About to load: libreactnativejni.so 2020-05-28 18:28:56.492 16018-16094/com.cinuru.app.debug D/SoLoader: libreactnativejni.so not found on /data/data/com.cinuru.app.debug/lib-main 2020-05-28 18:28:56.492 16018-16094/com.cinuru.app.debug D/SoLoader: libreactnativejni.so found on /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/lib/x86 2020-05-28 18:28:56.492 16018-16094/com.cinuru.app.debug D/SoLoader: Not resolving dependencies for libreactnativejni.so 2020-05-28 18:28:56.494 16018-16094/com.cinuru.app.debug D/SoLoader: Loaded: libreactnativejni.so 2020-05-28 18:28:56.500 16018-16080/com.cinuru.app.debug D/TestExecutor: Adding listener androidx.test.internal.runner.listener.LogRunListener 2020-05-28 18:28:56.501 16018-16080/com.cinuru.app.debug D/TestExecutor: Adding listener androidx.test.internal.runner.listener.InstrumentationResultPrinter 2020-05-28 18:28:56.501 16018-16080/com.cinuru.app.debug D/TestExecutor: Adding listener androidx.test.internal.runner.listener.ActivityFinisherRunListener 2020-05-28 18:28:56.502 16018-16080/com.cinuru.app.debug I/TestRunner: run started: 1 tests 2020-05-28 18:28:56.505 16018-16080/com.cinuru.app.debug I/TestRunner: started: runDetoxTests(com.cinuru.app.DetoxTest) 2020-05-28 18:28:56.509 16018-16018/com.cinuru.app.debug I/MonitoringInstr: Activities that are still in CREATED to STOPPED: 0 2020-05-28 18:28:56.519 2027-5586/? I/ActivityTaskManager: START u0 {act=android.intent.action.MAIN flg=0x14000000 cmp=com.cinuru.app.debug/com.cinuru.app.MainActivity (has extras)} from uid 10264 2020-05-28 18:28:56.536 2027-5586/? W/InputReader: Device has associated, but no associated display id. 2020-05-28 18:28:56.539 2027-5586/? I/chatty: uid=1000(system) Binder:2027_19 identical 28 lines 2020-05-28 18:28:56.539 2027-5586/? W/InputReader: Device has associated, but no associated display id. 2020-05-28 18:28:56.539 16018-16018/com.cinuru.app.debug W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@91d2e56 2020-05-28 18:28:56.540 2027-5586/? W/InputReader: Device has associated, but no associated display id. 2020-05-28 18:28:56.541 2027-5586/? I/chatty: uid=1000(system) Binder:2027_19 identical 8 lines 2020-05-28 18:28:56.541 2027-5586/? W/InputReader: Device has associated, but no associated display id. 2020-05-28 18:28:56.543 2027-2050/? E/system_server: Invalid ID 0x00000000. 2020-05-28 18:28:56.552 1813-2122/? E/SurfaceFlinger: ro.sf.lcd_density must be defined as a build property 2020-05-28 18:28:56.553 1813-2122/? E/SurfaceFlinger: ro.sf.lcd_density must be defined as a build property 2020-05-28 18:28:56.556 16018-16149/com.cinuru.app.debug D/libEGL: Emulator has host GPU support, qemu.gles is set to 1. 2020-05-28 18:28:56.556 16018-16149/com.cinuru.app.debug W/libc: Unable to set property "qemu.gles" to "1": connection failed; errno=13 (Permission denied) 2020-05-28 18:28:56.582 1795-1857/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496 2020-05-28 18:28:56.544 16018-16018/com.cinuru.app.debug W/RenderThread: type=1400 audit(0.0:1129): avc: denied { write } for name="property_service" dev="tmpfs" ino=6796 scontext=u:r:untrusted_app_27:s0:c8,c257,c512,c768 tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=0 2020-05-28 18:28:56.605 16018-16149/com.cinuru.app.debug D/libEGL: loaded /vendor/lib/egl/libEGL_emulation.so 2020-05-28 18:28:56.609 16018-16149/com.cinuru.app.debug D/libEGL: loaded /vendor/lib/egl/libGLESv1_CM_emulation.so 2020-05-28 18:28:56.613 16018-16149/com.cinuru.app.debug D/libEGL: loaded /vendor/lib/egl/libGLESv2_emulation.so 2020-05-28 18:28:56.645 2027-2050/? W/InputReader: Device has associated, but no associated display id. 2020-05-28 18:28:56.645 2027-2050/? I/chatty: uid=1000(system) android.anim identical 8 lines 2020-05-28 18:28:56.645 2027-2050/? W/InputReader: Device has associated, but no associated display id. 2020-05-28 18:28:56.655 16018-16018/com.cinuru.app.debug D/LifecycleMonitor: Lifecycle status change: com.cinuru.app.MainActivity@555d9e2 in: PRE_ON_CREATE 2020-05-28 18:28:56.692 31860-31891/? D/EGL_emulation: eglMakeCurrent: 0xe371a7e0: ver 3 0 (tinfo 0xe370f380) 2020-05-28 18:28:56.700 2392-2884/? D/EGL_emulation: eglMakeCurrent: 0xf697fdc0: ver 3 0 (tinfo 0xeb7e8fb0) 2020-05-28 18:28:56.762 16018-16018/com.cinuru.app.debug D/ReactNative: ReactInstanceManager.createReactContextInBackground() 2020-05-28 18:28:56.762 16018-16018/com.cinuru.app.debug D/ReactNative: ReactInstanceManager.recreateReactContextInBackgroundInner() 2020-05-28 18:28:56.805 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed) 2020-05-28 18:28:56.805 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed) 2020-05-28 18:28:56.808 16018-16018/com.cinuru.app.debug D/LifecycleMonitor: Lifecycle status change: com.cinuru.app.MainActivity@555d9e2 in: CREATED 2020-05-28 18:28:56.813 16018-16018/com.cinuru.app.debug D/SM_SDK: In-App contents: no fetch needed 2020-05-28 18:28:56.815 16018-16018/com.cinuru.app.debug D/SM_SDK: 1st SetInfo not done yet. Call not executed: Get messages after date 2020-05-28 18:28:56.818 16018-16018/com.cinuru.app.debug D/LifecycleMonitor: Lifecycle status change: com.cinuru.app.MainActivity@555d9e2 in: STARTED 2020-05-28 18:28:56.827 16018-16018/com.cinuru.app.debug D/LifecycleMonitor: Lifecycle status change: com.cinuru.app.MainActivity@555d9e2 in: RESUMED 2020-05-28 18:28:56.836 16018-16018/com.cinuru.app.debug D/SM_SDK: SetInfo: Data received ({"Id":"0b549f51-0a0f-4b14-a387-06ef704cee9a","Created":true,"Succeeded":true}) Event inserted 2020-05-28 18:28:56.836 16018-16018/com.cinuru.app.debug D/SM_SDK: Saving SMUniqueID: 0b549f51-0a0f-4b14-a387-06ef704cee9a 2020-05-28 18:28:56.836 16018-16018/com.cinuru.app.debug D/SM_SDK: Saving SMFirstSetInfoStatus: sent 2020-05-28 18:28:56.837 16018-16018/com.cinuru.app.debug D/SM_SDK: Retry sending stored events 2020-05-28 18:28:56.837 16018-16018/com.cinuru.app.debug D/SM_SDK: In-App contents: no fetch needed 2020-05-28 18:28:56.838 16018-16018/com.cinuru.app.debug D/SM_SDK: Execute call: Get messages after date 2020-05-28 18:28:56.864 16018-16147/com.cinuru.app.debug D/HostConnection: HostConnection::get() New Host Connection established 0xcb82cf50, tid 16147 2020-05-28 18:28:56.866 16018-16147/com.cinuru.app.debug D/HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_gles_max_version_3_0 2020-05-28 18:28:56.872 16018-16147/com.cinuru.app.debug W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without... 2020-05-28 18:28:56.872 16018-16147/com.cinuru.app.debug D/eglCodecCommon: setVertexArrayObject: set vao to 0 (0) 0 0 2020-05-28 18:28:56.872 16018-16147/com.cinuru.app.debug D/EGL_emulation: eglCreateContext: 0xeb85e240: maj 3 min 0 rcv 3 2020-05-28 18:28:56.874 16018-16147/com.cinuru.app.debug D/EGL_emulation: eglMakeCurrent: 0xeb85e240: ver 3 0 (tinfo 0xcb5c7130) 2020-05-28 18:28:56.886 1795-1857/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496 2020-05-28 18:28:56.893 1681-1681/? I/hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@3.0::IMapper/default in either framework or device manifest. 2020-05-28 18:28:56.894 16018-16147/com.cinuru.app.debug W/Gralloc3: mapper 3.x is not supported 2020-05-28 18:28:56.908 16018-16147/com.cinuru.app.debug D/HostConnection: createUnique: call 2020-05-28 18:28:56.908 16018-16147/com.cinuru.app.debug D/HostConnection: HostConnection::get() New Host Connection established 0xcb82d090, tid 16147 2020-05-28 18:28:56.909 16018-16147/com.cinuru.app.debug D/HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_YUV420_888_to_NV21 ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_gles_max_version_3_0 2020-05-28 18:28:56.909 16018-16147/com.cinuru.app.debug D/eglCodecCommon: allocate: Ask for block of size 0x1000 2020-05-28 18:28:56.910 16018-16147/com.cinuru.app.debug D/eglCodecCommon: allocate: ioctl allocate returned offset 0x3ff807000 size 0x2000 2020-05-28 18:28:56.912 1795-1857/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496 2020-05-28 18:28:56.918 1795-1938/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496 2020-05-28 18:28:56.924 16018-16147/com.cinuru.app.debug D/EGL_emulation: eglMakeCurrent: 0xeb85e240: ver 3 0 (tinfo 0xcb5c7130) 2020-05-28 18:28:56.951 16018-16147/com.cinuru.app.debug D/eglCodecCommon: setVertexArrayObject: set vao to 0 (0) 1 0 2020-05-28 18:28:56.985 16018-16018/com.cinuru.app.debug W/unknown:ReactNative: Packager connection already open, nooping. 2020-05-28 18:28:57.004 1795-1938/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496 2020-05-28 18:28:57.023 1795-1938/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496 2020-05-28 18:28:57.035 16018-16147/com.cinuru.app.debug D/EGL_emulation: eglMakeCurrent: 0xeb85e240: ver 3 0 (tinfo 0xcb5c7130) 2020-05-28 18:28:57.048 1795-1938/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496 2020-05-28 18:28:57.068 2027-2054/? I/ActivityTaskManager: Displayed com.cinuru.app.debug/com.cinuru.app.MainActivity: +546ms 2020-05-28 18:28:57.133 16018-16147/com.cinuru.app.debug D/EGL_emulation: eglMakeCurrent: 0xeb85e240: ver 3 0 (tinfo 0xcb5c7130) 2020-05-28 18:28:57.150 1795-1938/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 299008 2020-05-28 18:28:57.154 1795-1938/? I/chatty: uid=1000(system) HwBinder:1795_2 identical 1 line 2020-05-28 18:28:57.156 1795-1938/? D/gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 299008 2020-05-28 18:28:57.158 16018-16147/com.cinuru.app.debug D/EGL_emulation: eglMakeCurrent: 0xeb85e240: ver 3 0 (tinfo 0xcb5c7130) 2020-05-28 18:28:57.181 16018-16018/com.cinuru.app.debug D/SM_SDK: Get messages after date: No content 2020-05-28 18:28:57.181 16018-16018/com.cinuru.app.debug I/SM_SDK: Messages retrieved from the server 2020-05-28 18:28:57.181 16018-16018/com.cinuru.app.debug D/SM_SDK: Saving SMInAppMessageLastFetch: 1590708536837 2020-05-28 18:28:57.199 16018-16156/com.cinuru.app.debug I/Detox: Detox thread starting (com.wix.detox.manager) 2020-05-28 18:28:57.206 16018-16156/com.cinuru.app.debug I/DetoxManager: DetoxServerUrl: ws://10.0.2.2:50390 2020-05-28 18:28:57.206 16018-16156/com.cinuru.app.debug I/DetoxManager: DetoxSessionId: d7cb3e04-fe8b-afe0-7c9a-9c535fce1307 2020-05-28 18:28:57.223 31860-15893/? I/PBSessionCacheImpl: Deleted sessionId[359504468977] from persistence. 2020-05-28 18:28:57.235 2392-3200/? E/ActivityThread: Failed to find provider info for com.google.android.apps.wellbeing.api 2020-05-28 18:28:57.240 31860-31893/? W/SearchServiceCore: Abort, client detached. 2020-05-28 18:28:57.455 16018-16031/com.cinuru.app.debug I/inuru.app.debu: NativeAlloc concurrent copying GC freed 13291(906KB) AllocSpace objects, 19(1240KB) LOS objects, 49% free, 4332KB/8664KB, paused 2.020ms total 167.645ms 2020-05-28 18:28:57.532 1778-16160/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:28:57.761 16018-16018/com.cinuru.app.debug D/SM_SDK: Saving RegistrationID: fBCu0Jy_pgc:APA91bFwv75OPl0AT6rkIVfvnLjqc61SSpIyLOwW3P-AZrNPSKCkIMALbbaTCxOXaiqLzDDcvV9SxAJx0QxtponbVb_t5If_ANDHZUbTU6MCodMTYZUJbAaThw9S5sgq2hsEYx1E65p8 2020-05-28 18:28:57.761 16018-16018/com.cinuru.app.debug D/SM_SDK: Saving NotificationEnabled: true 2020-05-28 18:28:57.764 16018-16018/com.cinuru.app.debug D/SM_SDK: Sending event SetInfo with data : {"PlatformName":"Android","DeviceToken":"fBCu0Jy_pgc:APA91bFwv75OPl0AT6rkIVfvnLjqc61SSpIyLOwW3P-AZrNPSKCkIMALbbaTCxOXaiqLzDDcvV9SxAJx0QxtponbVb_t5If_ANDHZUbTU6MCodMTYZUJbAaThw9S5sgq2hsEYx1E65p8","Identity":"Android SDK built for x86","SystemVersion":"10","DeviceType":"Google Android SDK built for x86","Country":"en_US","SDKVersion":"2.1.1","TimeZone":"Central Standard Time","OptOut":"0","IAMOptOut":"1","IACOptOut":"1","GeofencingOptOut":"1","LocationPermission":"1","ExternalId":"","Guid":"eac25ac98cb6f399","Action":"SetInfo","DeviceID":"0b549f51-0a0f-4b14-a387-06ef704cee9a","Time":1590708537761,"LastTry":1590708537762,"TryCount":1} 2020-05-28 18:28:57.765 16018-16018/com.cinuru.app.debug D/SM_SDK: Execute call: SetInfo 2020-05-28 18:28:57.765 16018-16018/com.cinuru.app.debug I/SM_SDK: Sending broadcast SMReceivedGCMToken 2020-05-28 18:28:57.795 16018-16162/com.cinuru.app.debug D/RNFMessagingService: onNewToken event received 2020-05-28 18:28:57.986 16018-16018/com.cinuru.app.debug D/SM_SDK: SetInfo: Data received ({"Id":"0b549f51-0a0f-4b14-a387-06ef704cee9a","Created":false,"Succeeded":true}) 2020-05-28 18:28:58.423 1778-16163/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:28:58.673 16018-16031/com.cinuru.app.debug I/inuru.app.debu: Background concurrent copying GC freed 8597(482KB) AllocSpace objects, 0(0B) LOS objects, 28% free, 14MB/20MB, paused 559us total 101.305ms 2020-05-28 18:28:59.234 16018-16147/com.cinuru.app.debug D/EGL_emulation: eglMakeCurrent: 0xeb85e240: ver 3 0 (tinfo 0xcb5c7130) 2020-05-28 18:28:59.241 16018-16018/com.cinuru.app.debug D/ReactNative: ReactInstanceManager.onJSBundleLoadedFromServer() 2020-05-28 18:28:59.241 16018-16018/com.cinuru.app.debug D/ReactNative: ReactInstanceManager.recreateReactContextInBackground() 2020-05-28 18:28:59.242 16018-16018/com.cinuru.app.debug D/ReactNative: ReactInstanceManager.runCreateReactContextOnNewThread() 2020-05-28 18:28:59.246 16018-16165/com.cinuru.app.debug D/ReactNative: ReactInstanceManager.createReactContext() 2020-05-28 18:28:59.277 16018-16165/com.cinuru.app.debug D/AppCenterCrashes: Setting react context 2020-05-28 18:28:59.277 16018-16165/com.cinuru.app.debug D/AppCenterCrashes: Returning list containing crashes module 2020-05-28 18:28:59.302 16018-16018/com.cinuru.app.debug D/InstallReferrerState: OK 2020-05-28 18:28:59.380 16018-16165/com.cinuru.app.debug D/ReactNative: Initializing React Xplat Bridge. 2020-05-28 18:28:59.387 16018-16165/com.cinuru.app.debug D/ReactNative: Initializing React Xplat Bridge before initializeBridge 2020-05-28 18:28:59.424 16018-16165/com.cinuru.app.debug D/ReactNative: Initializing React Xplat Bridge after initializeBridge 2020-05-28 18:28:59.424 16018-16165/com.cinuru.app.debug D/ReactNative: CatalystInstanceImpl.runJSBundle() 2020-05-28 18:28:59.426 16018-16173/com.cinuru.app.debug D/ReactNative: ReactInstanceManager.setupReactContext() 2020-05-28 18:28:59.426 16018-16173/com.cinuru.app.debug D/ReactNative: CatalystInstanceImpl.initialize() 2020-05-28 18:28:59.433 16018-16018/com.cinuru.app.debug W/unknown:ReactNative: Packager connection already open, nooping. 2020-05-28 18:28:59.434 16018-16173/com.cinuru.app.debug D/ReactNative: ReactInstanceManager.attachRootViewToInstance() 2020-05-28 18:28:59.551 1778-16175/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:28:59.612 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTGroupViewManager 2020-05-28 18:28:59.613 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTGroupShadowNode 2020-05-28 18:28:59.620 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTShapeViewManager 2020-05-28 18:28:59.621 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTShapeShadowNode 2020-05-28 18:28:59.624 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTTextViewManager 2020-05-28 18:28:59.625 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTTextShadowNode 2020-05-28 18:28:59.627 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.checkbox.ReactCheckBoxManager 2020-05-28 18:28:59.631 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.uimanager.LayoutShadowNode 2020-05-28 18:28:59.634 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDialogPickerManager 2020-05-28 18:28:59.636 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.drawer.ReactDrawerLayoutManager 2020-05-28 18:28:59.643 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDropdownPickerManager 2020-05-28 18:28:59.645 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager 2020-05-28 18:28:59.650 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollContainerViewManager 2020-05-28 18:28:59.651 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ReactProgressBarViewManager 2020-05-28 18:28:59.653 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ProgressBarShadowNode 2020-05-28 18:28:59.662 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactScrollViewManager 2020-05-28 18:28:59.665 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager 2020-05-28 18:28:59.666 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager$ReactSliderShadowNode 2020-05-28 18:28:59.667 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager 2020-05-28 18:28:59.670 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager$ReactSwitchShadowNode 2020-05-28 18:28:59.670 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager 2020-05-28 18:28:59.679 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTSurfaceViewManager 2020-05-28 18:28:59.679 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTSurfaceViewShadowNode 2020-05-28 18:28:59.681 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager 2020-05-28 18:28:59.682 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode 2020-05-28 18:28:59.688 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.image.ReactImageManager 2020-05-28 18:28:59.699 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ReactModalHostManager 2020-05-28 18:28:59.703 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ModalHostShadowNode 2020-05-28 18:28:59.704 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextManager 2020-05-28 18:28:59.708 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextShadowNode 2020-05-28 18:28:59.709 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputManager 2020-05-28 18:28:59.734 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputShadowNode 2020-05-28 18:28:59.763 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextViewManager 2020-05-28 18:28:59.764 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextShadowNode 2020-05-28 18:28:59.786 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.view.ReactViewManager 2020-05-28 18:28:59.798 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.viewpager.ReactViewPagerManager 2020-05-28 18:28:59.800 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextViewManager 2020-05-28 18:28:59.801 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextShadowNode 2020-05-28 18:28:59.804 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class co.apptailor.googlesignin.RNGoogleSigninButtonViewManager 2020-05-28 18:28:59.805 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class org.reactnative.maskedview.RNCMaskedViewManager 2020-05-28 18:28:59.806 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.picker.ReactDialogPickerManager 2020-05-28 18:28:59.806 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.picker.ReactDropdownPickerManager 2020-05-28 18:28:59.807 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.lwansbrough.RCTCamera.RCTCameraViewManager 2020-05-28 18:28:59.811 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class org.reactnative.camera.CameraViewManager 2020-05-28 18:28:59.815 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.dylanvann.fastimage.FastImageViewManager 2020-05-28 18:28:59.816 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.reactnative.androidsdk.FBLoginButtonManager 2020-05-28 18:28:59.819 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.reactnative.androidsdk.FBSendButtonManager 2020-05-28 18:28:59.821 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.reactnative.androidsdk.FBShareButtonManager 2020-05-28 18:28:59.827 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerRootViewManager 2020-05-28 18:28:59.830 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerButtonViewManager 2020-05-28 18:28:59.834 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapCalloutManager 2020-05-28 18:28:59.835 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapMarkerManager 2020-05-28 18:28:59.837 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapPolylineManager 2020-05-28 18:28:59.840 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapGradientPolylineManager 2020-05-28 18:28:59.843 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapPolygonManager 2020-05-28 18:28:59.847 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapCircleManager 2020-05-28 18:28:59.857 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapManager 2020-05-28 18:28:59.876 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapLiteManager 2020-05-28 18:28:59.883 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapUrlTileManager 2020-05-28 18:28:59.885 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapWMSTileManager 2020-05-28 18:28:59.892 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapLocalTileManager 2020-05-28 18:28:59.898 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapOverlayManager 2020-05-28 18:28:59.900 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.maps.AirMapHeatmapManager 2020-05-28 18:28:59.907 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewManager 2020-05-28 18:28:59.909 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenContainerViewManager 2020-05-28 18:28:59.913 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenViewManager 2020-05-28 18:28:59.914 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackViewManager 2020-05-28 18:28:59.922 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderConfigViewManager 2020-05-28 18:28:59.930 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderSubviewManager 2020-05-28 18:28:59.933 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$GroupViewManager 2020-05-28 18:28:59.937 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RenderableShadowNode 2020-05-28 18:28:59.941 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PathViewManager 2020-05-28 18:28:59.942 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$CircleViewManager 2020-05-28 18:28:59.943 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$EllipseViewManager 2020-05-28 18:28:59.949 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LineViewManager 2020-05-28 18:28:59.950 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RectViewManager 2020-05-28 18:28:59.952 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextViewManager 2020-05-28 18:28:59.955 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TSpanViewManager 2020-05-28 18:28:59.957 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextPathViewManager 2020-05-28 18:28:59.959 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ImageViewManager 2020-05-28 18:28:59.960 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ClipPathViewManager 2020-05-28 18:28:59.964 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$DefsViewManager 2020-05-28 18:28:59.967 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$UseViewManager 2020-05-28 18:28:59.968 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$SymbolManager 2020-05-28 18:28:59.969 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LinearGradientManager 2020-05-28 18:28:59.972 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RadialGradientManager 2020-05-28 18:28:59.973 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PatternManager 2020-05-28 18:28:59.975 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MaskManager 2020-05-28 18:28:59.980 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ForeignObjectManager 2020-05-28 18:28:59.983 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MarkerManager 2020-05-28 18:28:59.984 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.SvgViewManager 2020-05-28 18:28:59.990 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.brentvatne.react.ReactVideoViewManager 2020-05-28 18:28:59.991 16018-16173/com.cinuru.app.debug W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.webview.RNCWebViewManager 2020-05-28 18:29:00.015 2169-2461/? D/EGL_emulation: eglMakeCurrent: 0xe371a360: ver 3 0 (tinfo 0xe370f920) 2020-05-28 18:29:00.060 16018-16173/com.cinuru.app.debug D/SoLoader: About to load: libyoga.so 2020-05-28 18:29:00.060 16018-16173/com.cinuru.app.debug D/SoLoader: libyoga.so not found on /data/data/com.cinuru.app.debug/lib-main 2020-05-28 18:29:00.060 16018-16173/com.cinuru.app.debug D/SoLoader: libyoga.so found on /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/lib/x86 2020-05-28 18:29:00.060 16018-16173/com.cinuru.app.debug D/SoLoader: Not resolving dependencies for libyoga.so 2020-05-28 18:29:00.066 16018-16173/com.cinuru.app.debug D/SoLoader: Loaded: libyoga.so 2020-05-28 18:29:00.091 16018-16018/com.cinuru.app.debug I/DetoxRNLoading: Got new RN-context async'ly through listener 2020-05-28 18:29:00.093 16018-16156/com.cinuru.app.debug I/DetoxRNIdleRes: Setting up Espresso Idling Resources for React Native. 2020-05-28 18:29:00.142 16018-16156/com.cinuru.app.debug D/DelegatedTimingStrategy: create(): no dedicated idle-interrogation method java.lang.NoSuchMethodException: com.facebook.react.modules.core.TimingModule.hasActiveTimersInRange [long] at java.lang.Class.getMethod(Class.java:2072) at java.lang.Class.getDeclaredMethod(Class.java:2050) at com.wix.detox.reactnative.idlingresources.timers.DelegatedIdleInterrogationStrategy$Companion.createIfSupported(DelegatedIdleInterrogationStrategy.kt:47) at com.wix.detox.reactnative.idlingresources.timers.IdleInterrogationStrategyKt.getInterrogationStrategy(IdleInterrogationStrategy.kt:11) at com.wix.detox.reactnative.ReactNativeIdlingResources.setupCustomRNIdlingResources(ReactNativeIdlingResources.kt:113) at com.wix.detox.reactnative.ReactNativeIdlingResources.registerAll(ReactNativeIdlingResources.kt:71) at com.wix.detox.reactnative.ReactNativeExtension.setupIdlingResources(ReactNativeExtension.kt:104) at com.wix.detox.reactnative.ReactNativeExtension.setupIdlingResources$default(ReactNativeExtension.kt:102) at com.wix.detox.reactnative.ReactNativeExtension.waitForRNBootstrap(ReactNativeExtension.kt:60) at com.wix.detox.DetoxManager.initReactNativeIfNeeded(DetoxManager.java:137) at com.wix.detox.DetoxManager.access$000(DetoxManager.java:26) at com.wix.detox.DetoxManager$2.run(DetoxManager.java:79) at android.os.Handler.handleCallback(Handler.java:883) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loop(Looper.java:214) at com.wix.detox.Detox$1.run(Detox.java:174) at java.lang.Thread.run(Thread.java:919) 2020-05-28 18:29:00.253 16018-16173/com.cinuru.app.debug D/SoLoader: init exiting 2020-05-28 18:29:00.311 2027-5296/? D/ConnectivityService: requestNetwork for uid/pid:10264/16018 NetworkRequest [ TRACK_DEFAULT id=416, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10264] ] 2020-05-28 18:29:00.311 2027-2134/? D/WifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=416, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10264] ] with score 60 and serial -1 2020-05-28 18:29:00.312 2290-2290/? D/PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=416, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10264] ] with score 60 and serial -1 2020-05-28 18:29:00.314 2027-2134/? D/UntrustedWifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=416, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10264] ] with score 60 and serial -1 2020-05-28 18:29:00.325 16018-16173/com.cinuru.app.debug I/flipper: flipper: FlipperClient::addPlugin Fresco 2020-05-28 18:29:00.327 16018-16173/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Landroid/os/MessageQueue;->next()Landroid/os/Message; (greylist, reflection, allowed) 2020-05-28 18:29:00.327 16018-16173/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden field Landroid/os/MessageQueue;->mMessages:Landroid/os/Message; (greylist, reflection, allowed) 2020-05-28 18:29:00.327 16018-16173/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Landroid/os/Message;->recycleUnchecked()V (greylist, reflection, allowed) 2020-05-28 18:29:00.556 16018-16018/com.cinuru.app.debug D/ReactNative: ReactInstanceManager.createReactContextInBackground() 2020-05-28 18:29:00.556 16018-16018/com.cinuru.app.debug D/ReactNative: ReactInstanceManager.attachRootViewToInstance() 2020-05-28 18:29:00.688 16018-16172/com.cinuru.app.debug D/SoLoader: About to load: libreactnativeblob.so 2020-05-28 18:29:00.689 16018-16172/com.cinuru.app.debug D/SoLoader: libreactnativeblob.so not found on /data/data/com.cinuru.app.debug/lib-main 2020-05-28 18:29:00.689 16018-16172/com.cinuru.app.debug D/SoLoader: libreactnativeblob.so found on /data/app/com.cinuru.app.debug-p4ypmwA7VMZ-L9A2Ue6k3w==/lib/x86 2020-05-28 18:29:00.689 16018-16172/com.cinuru.app.debug D/SoLoader: Not resolving dependencies for libreactnativeblob.so 2020-05-28 18:29:00.690 16018-16172/com.cinuru.app.debug D/SoLoader: Loaded: libreactnativeblob.so 2020-05-28 18:29:01.172 16018-16156/com.cinuru.app.debug I/WebSocketClient: At connectToServer 2020-05-28 18:29:01.181 16018-16184/com.cinuru.app.debug I/WebSocketClient: At onOpen 2020-05-28 18:29:01.183 16018-16184/com.cinuru.app.debug I/WebSocketClient: At sendAction 2020-05-28 18:29:01.184 16018-16184/com.cinuru.app.debug D/WebSocketClient: Detox Action Sent: login 2020-05-28 18:29:01.189 16018-16018/com.cinuru.app.debug D/EventInjectionStrategy: Creating injection strategy with input manager. 2020-05-28 18:29:01.190 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Landroid/hardware/input/InputManager;->getInstance()Landroid/hardware/input/InputManager; (greylist, reflection, allowed) 2020-05-28 18:29:01.190 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Landroid/hardware/input/InputManager;->injectInputEvent(Landroid/view/InputEvent;I)Z (greylist, reflection, allowed) 2020-05-28 18:29:01.190 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden field Landroid/hardware/input/InputManager;->INJECT_INPUT_EVENT_MODE_WAIT_FOR_FINISH:I (greylist, reflection, allowed) 2020-05-28 18:29:01.390 16018-16172/com.cinuru.app.debug I/ReactNativeJS: Running "Cinuru" with {"rootTag":1} 2020-05-28 18:29:01.559 1778-16191/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:29:02.316 16018-16018/com.cinuru.app.debug W/UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 100 iterations. 2020-05-28 18:29:02.677 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-firebase/dist/utils/apps.js -> node_modules/react-native-firebase/dist/modules/core/app.js -> node_modules/react-native-firebase/dist/utils/apps.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:02.683 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-firebase/dist/modules/admob/index.js -> node_modules/react-native-firebase/dist/modules/admob/Interstitial.js -> node_modules/react-native-firebase/dist/modules/admob/index.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:02.685 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-firebase/dist/modules/admob/index.js -> node_modules/react-native-firebase/dist/modules/admob/RewardedVideo.js -> node_modules/react-native-firebase/dist/modules/admob/index.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:02.698 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-firebase/dist/modules/database/Reference.js -> node_modules/react-native-firebase/dist/utils/SyncTree.js -> node_modules/react-native-firebase/dist/modules/database/Reference.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:02.702 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-firebase/dist/modules/core/firebase.js -> node_modules/react-native-firebase/dist/utils/apps.js -> node_modules/react-native-firebase/dist/modules/core/app.js -> node_modules/react-native-firebase/dist/modules/database/index.js -> node_modules/react-native-firebase/dist/modules/core/firebase.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:02.706 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-firebase/dist/modules/firestore/DocumentSnapshot.js -> node_modules/react-native-firebase/dist/modules/firestore/DocumentReference.js -> node_modules/react-native-firebase/dist/modules/firestore/DocumentSnapshot.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:02.706 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-firebase/dist/modules/firestore/CollectionReference.js -> node_modules/react-native-firebase/dist/modules/firestore/Query.js -> node_modules/react-native-firebase/dist/modules/firestore/QuerySnapshot.js -> node_modules/react-native-firebase/dist/modules/firestore/DocumentChange.js -> node_modules/react-native-firebase/dist/modules/firestore/DocumentSnapshot.js -> node_modules/react-native-firebase/dist/modules/firestore/DocumentReference.js -> node_modules/react-native-firebase/dist/modules/firestore/CollectionReference.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:02.708 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-firebase/dist/modules/firestore/DocumentReference.js -> node_modules/react-native-firebase/dist/modules/firestore/utils/serialize.js -> node_modules/react-native-firebase/dist/modules/firestore/DocumentReference.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:02.710 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-firebase/dist/modules/firestore/utils/serialize.js -> node_modules/react-native-firebase/dist/modules/firestore/FieldValue.js -> node_modules/react-native-firebase/dist/modules/firestore/utils/serialize.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:02.715 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-firebase/dist/modules/core/firebase.js -> node_modules/react-native-firebase/dist/utils/apps.js -> node_modules/react-native-firebase/dist/modules/core/app.js -> node_modules/react-native-firebase/dist/modules/functions/index.js -> node_modules/react-native-firebase/dist/modules/core/firebase.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:02.730 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-firebase/dist/modules/storage/index.js -> node_modules/react-native-firebase/dist/modules/storage/reference.js -> node_modules/react-native-firebase/dist/modules/storage/task.js -> node_modules/react-native-firebase/dist/modules/storage/index.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:03.060 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-maps/lib/components/MapView.js -> node_modules/react-native-maps/lib/components/MapPolygon.js -> node_modules/react-native-maps/lib/components/MapView.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:03.068 16018-16172/com.cinuru.app.debug W/ReactNativeJS: Require cycle: node_modules/react-native-maps/lib/components/MapView.js -> node_modules/react-native-maps/lib/components/Geojson.js -> node_modules/react-native-maps/lib/components/MapView.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. 2020-05-28 18:29:03.497 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden field Landroid/view/View;->mAccessibilityDelegate:Landroid/view/View$AccessibilityDelegate; (greylist, reflection, allowed) 2020-05-28 18:29:03.543 2027-5586/? E/InputDispatcher: Window handle Window{dbc1ece u0 com.cinuru.app.debug/com.cinuru.app.MainActivity} has no registered input channel 2020-05-28 18:29:03.568 1778-16193/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:29:03.573 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden field Landroid/widget/ScrollView;->mScroller:Landroid/widget/OverScroller; (greylist, reflection, allowed) 2020-05-28 18:29:03.709 16018-16147/com.cinuru.app.debug D/EGL_emulation: eglMakeCurrent: 0xeb85e240: ver 3 0 (tinfo 0xcb5c7130) 2020-05-28 18:29:03.762 16018-16018/com.cinuru.app.debug I/Detox: UIManagerModule is busy. 2020-05-28 18:29:03.780 16018-16018/com.cinuru.app.debug I/Detox: JS Bridge is busy 2020-05-28 18:29:04.216 16018-16184/com.cinuru.app.debug I/WebSocketClient: At sendAction 2020-05-28 18:29:04.219 16018-16184/com.cinuru.app.debug D/WebSocketClient: Detox Action Sent: ready 2020-05-28 18:29:04.220 16018-16184/com.cinuru.app.debug I/WebSocketClient: At onMessage 2020-05-28 18:29:04.220 16018-16184/com.cinuru.app.debug I/WebSocketClient: At receiveAction 2020-05-28 18:29:04.220 16018-16184/com.cinuru.app.debug D/WebSocketClient: Detox Action Received: loginSuccess 2020-05-28 18:29:04.220 16018-16184/com.cinuru.app.debug I/DetoxManager: onAction: type: loginSuccess params: {"role":"testee","sessionId":"d7cb3e04-fe8b-afe0-7c9a-9c535fce1307"} 2020-05-28 18:29:04.288 16018-16184/com.cinuru.app.debug I/WebSocketClient: At onMessage 2020-05-28 18:29:04.288 16018-16184/com.cinuru.app.debug I/WebSocketClient: At receiveAction 2020-05-28 18:29:04.288 16018-16184/com.cinuru.app.debug D/WebSocketClient: Detox Action Received: invoke 2020-05-28 18:29:04.288 16018-16184/com.cinuru.app.debug I/DetoxManager: onAction: type: invoke params: {"target":{"type":"Class","value":"com.wix.detox.Detox"},"method":"launchMainActivity","args":[]} 2020-05-28 18:29:04.308 16018-16156/com.cinuru.app.debug D/Detox: class com.wix.detox.Detox, launchMainActivity, [] 2020-05-28 18:29:04.337 2027-5586/? I/ActivityTaskManager: START u0 {flg=0x24000000 cmp=com.cinuru.app.debug/com.cinuru.app.MainActivity} from uid 10264 2020-05-28 18:29:04.361 16018-16018/com.cinuru.app.debug D/LifecycleMonitor: Lifecycle status change: com.cinuru.app.MainActivity@555d9e2 in: PAUSED 2020-05-28 18:29:04.361 16018-16018/com.cinuru.app.debug D/LifecycleMonitor: running callback: androidx.test.rule.ActivityTestRule$LifecycleCallback@a202189 2020-05-28 18:29:04.361 16018-16018/com.cinuru.app.debug D/LifecycleMonitor: callback completes: androidx.test.rule.ActivityTestRule$LifecycleCallback@a202189 2020-05-28 18:29:04.377 16018-16018/com.cinuru.app.debug D/LifecycleMonitor: Lifecycle status change: com.cinuru.app.MainActivity@555d9e2 in: RESUMED 2020-05-28 18:29:04.377 16018-16156/com.cinuru.app.debug I/WebSocketClient: At sendAction 2020-05-28 18:29:04.377 16018-16018/com.cinuru.app.debug D/LifecycleMonitor: running callback: androidx.test.rule.ActivityTestRule$LifecycleCallback@a202189 2020-05-28 18:29:04.377 16018-16018/com.cinuru.app.debug D/LifecycleMonitor: callback completes: androidx.test.rule.ActivityTestRule$LifecycleCallback@a202189 2020-05-28 18:29:04.378 16018-16156/com.cinuru.app.debug D/WebSocketClient: Detox Action Sent: invokeResult 2020-05-28 18:29:04.401 2027-2054/? E/memtrack: Couldn't load memtrack module 2020-05-28 18:29:04.401 2027-2054/? W/android.os.Debug: failed to get memory consumption info: -1 2020-05-28 18:29:04.988 16018-16184/com.cinuru.app.debug I/WebSocketClient: At onMessage 2020-05-28 18:29:04.989 16018-16184/com.cinuru.app.debug I/WebSocketClient: At receiveAction 2020-05-28 18:29:04.989 16018-16184/com.cinuru.app.debug D/WebSocketClient: Detox Action Received: isReady 2020-05-28 18:29:04.989 16018-16184/com.cinuru.app.debug I/DetoxManager: onAction: type: isReady params: {} 2020-05-28 18:29:05.001 16018-16156/com.cinuru.app.debug I/WebSocketClient: At sendAction 2020-05-28 18:29:05.002 16018-16156/com.cinuru.app.debug D/WebSocketClient: Detox Action Sent: ready 2020-05-28 18:29:05.020 16018-16184/com.cinuru.app.debug I/WebSocketClient: At onMessage 2020-05-28 18:29:05.020 16018-16184/com.cinuru.app.debug I/WebSocketClient: At receiveAction 2020-05-28 18:29:05.021 16018-16184/com.cinuru.app.debug D/WebSocketClient: Detox Action Received: invoke 2020-05-28 18:29:05.022 16018-16184/com.cinuru.app.debug I/DetoxManager: onAction: type: invoke params: {"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["ScrollView"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxAction"},"method":"scrollInDirection","args":[{"type":"Integer","value":4},{"type":"Double","value":200},{"type":"Double","value":-1},{"type":"Double","value":-1}]}}]} 2020-05-28 18:29:05.024 16018-16156/com.cinuru.app.debug D/Detox: class com.wix.detox.espresso.DetoxMatcher, matcherForTestId, [ScrollView] 2020-05-28 18:29:05.027 16018-16156/com.cinuru.app.debug D/Detox: class androidx.test.espresso.Espresso, onView, [(with tag value: is "ScrollView" and view has effective visibility=VISIBLE)] 2020-05-28 18:29:05.047 16018-16156/com.cinuru.app.debug D/Detox: class com.wix.detox.espresso.DetoxAction, scrollInDirection, [4, 200.0, -1.0, -1.0] 2020-05-28 18:29:05.053 16018-16156/com.cinuru.app.debug D/Detox: class com.wix.detox.espresso.EspressoDetox, perform, [androidx.test.espresso.ViewInteraction@a58b7a7, com.wix.detox.espresso.DetoxAction$3@1e54454] 2020-05-28 18:29:05.072 16018-16156/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Lsun/misc/Unsafe;->getUnsafe()Lsun/misc/Unsafe; (greylist,core-platform-api, linking, allowed) 2020-05-28 18:29:05.072 16018-16156/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Lsun/misc/Unsafe;->objectFieldOffset(Ljava/lang/reflect/Field;)J (greylist,core-platform-api, linking, allowed) 2020-05-28 18:29:05.072 16018-16156/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Lsun/misc/Unsafe;->compareAndSwapObject(Ljava/lang/Object;JLjava/lang/Object;Ljava/lang/Object;)Z (greylist, linking, allowed) 2020-05-28 18:29:05.073 16018-16156/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed) 2020-05-28 18:29:05.079 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden method Landroid/view/WindowManagerGlobal;->getInstance()Landroid/view/WindowManagerGlobal; (greylist, reflection, allowed) 2020-05-28 18:29:05.079 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden field Landroid/view/WindowManagerGlobal;->mViews:Ljava/util/ArrayList; (greylist, reflection, allowed) 2020-05-28 18:29:05.079 16018-16018/com.cinuru.app.debug W/inuru.app.debu: Accessing hidden field Landroid/view/WindowManagerGlobal;->mParams:Ljava/util/ArrayList; (greylist, reflection, allowed) 2020-05-28 18:29:05.091 16018-16018/com.cinuru.app.debug I/ViewInteraction: Performing 'scrollInDirection' action on view (with tag value: is "ScrollView" and view has effective visibility=VISIBLE) 2020-05-28 18:29:05.095 16018-16018/com.cinuru.app.debug D/DetoxScrollHelper: prescroll amountDP=200.0 amountPx=525 scrollableRangePx=1728 times=0 remainder=525 2020-05-28 18:29:05.095 16018-16018/com.cinuru.app.debug D/DetoxScrollHelper: scroll Point(540, 1917) --> Point(540, 1371) 2020-05-28 18:29:05.127 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 to window Window{dd28e58 u0 NavigationBar0} owned by uid 10104 2020-05-28 18:29:05.127 2027-2123/? W/InputDispatcher: Asynchronous input event injection permission denied. 2020-05-28 18:29:05.128 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.130 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.148 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.148 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.149 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.149 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.166 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.166 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.168 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.168 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.188 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.188 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.189 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.189 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.207 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.207 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.210 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.210 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.230 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.230 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.236 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.236 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.237 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.237 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.259 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.259 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.261 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.261 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.278 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.278 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.279 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.279 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.297 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.298 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.299 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.299 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.318 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.318 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.319 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.319 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.337 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.337 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.338 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.338 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.358 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.359 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.361 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.361 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.381 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.383 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.384 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.384 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.389 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.389 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.407 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.407 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.410 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.410 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.428 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.428 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.429 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.429 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.446 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.446 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.448 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.448 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.467 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.467 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.470 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.471 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.487 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.487 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.489 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.489 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.508 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.509 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.511 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.511 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.528 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.528 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.530 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.530 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.547 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.548 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.549 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.549 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.567 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.567 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.570 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.570 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.581 1778-16211/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:29:05.588 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.588 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.589 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.589 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.607 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.607 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.607 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.607 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.626 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.626 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.627 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.627 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.647 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.647 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.647 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.647 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.728 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.728 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.745 9752-9752/? I/Finsky: [2] JobSchedulerEngine$PhoneskyJobSchedulerJobService.onStartJob(3): SCH: onJobSchedulerWakeup with jobId 9002 2020-05-28 18:29:05.749 9752-9752/? I/Finsky: [2] vkw.a(19): Scheduling fallback job with id: 9034, and delay: 43200000 ms 2020-05-28 18:29:05.766 9752-9752/? I/Finsky: [2] vkw.a(9): Scheduling fallback in 64799996 (absolute: 99432964) 2020-05-28 18:29:05.793 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.794 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.804 9752-9752/? I/Finsky: [2] vlf.handleMessage(6): SCH: DeviceState: DeviceState{currentTime=1590708545802, isCharging=false, isIdle=false, netAny=true, netNotRoaming=true, netUnmetered=true, batteryPercent=100.0} 2020-05-28 18:29:05.813 9752-15901/? I/Finsky: [1650] vnt.a(7): SCH: Jobs in database: 1-1337 3-13 3-14 4-821848295 12-1 20-23232323 24-77777777 26-1414141414 2020-05-28 18:29:05.821 9752-9752/? I/Finsky: [2] vlg.a(18): SCH: Running job: 12-1 2020-05-28 18:29:05.822 9752-9752/? I/Finsky: [2] ContentSyncJob.a(15): ContentSyncJob started 2020-05-28 18:29:05.823 9752-9752/? I/Finsky: [2] vlf.handleMessage(57): SCH: RunningQueue size: 1, PendingQueue size: 0 2020-05-28 18:29:05.823 9752-9752/? I/Finsky: [2] vlf.handleMessage(60): SCH: Running queue: 12-1 2020-05-28 18:29:05.862 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.862 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.929 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.929 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:05.999 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:05.999 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.031 9752-15938/? I/Finsky: [1661] eie.a(30): Completed 0 account content syncs with 0 successful. 2020-05-28 18:29:06.032 9752-9752/? I/Finsky: [2] ContentSyncJob.a(13): Installation state replication succeeded. 2020-05-28 18:29:06.032 9752-9752/? I/Finsky: [2] vmq.a(16): SCH: jobFinished: 12-1. TimeElapsed: 210ms. 2020-05-28 18:29:06.032 9752-9752/? I/Finsky: [2] vlg.a(36): SCH: Job 12-1 finished. Not rescheduling. 2020-05-28 18:29:06.033 9752-9752/? I/Finsky: [2] vlf.handleMessage(57): SCH: RunningQueue size: 0, PendingQueue size: 0 2020-05-28 18:29:06.033 9752-9752/? I/Finsky: [2] vlf.handleMessage(23): Executor finished 2020-05-28 18:29:06.049 9752-9752/? I/Finsky: [2] vnt.a(7): SCH: Jobs in database: 1-1337 3-13 3-14 4-821848295 20-23232323 24-77777777 26-1414141414 2020-05-28 18:29:06.051 9752-9752/? I/Finsky: [2] vjo.a(58): SCH: ConstraintMapping: 24-77777777, -> L: 0ms, D: 53362800ms, C: false, I: true, N: 0 2020-05-28 18:29:06.051 9752-9752/? I/Finsky: [2] vjo.a(58): SCH: ConstraintMapping: 1-1337, -> L: 26727336ms, D: 69927336ms, C: false, I: false, N: 1 2020-05-28 18:29:06.051 9752-9752/? I/Finsky: [2] vjo.a(58): SCH: ConstraintMapping: 3-13, 4-821848295, 20-23232323, -> L: 0ms, D: 76911799ms, C: true, I: false, N: 2 2020-05-28 18:29:06.052 9752-9752/? I/Finsky: [2] vjo.a(58): SCH: ConstraintMapping: 3-14, -> L: 0ms, D: 80550717ms, C: false, I: true, N: 2 2020-05-28 18:29:06.052 9752-9752/? I/Finsky: [2] vjo.a(58): SCH: ConstraintMapping: 26-1414141414, -> L: 13715533ms, D: 14615533ms, C: false, I: false, N: 0 2020-05-28 18:29:06.055 9752-9752/? I/Finsky: [2] vmd.a(35): Cancelling existing jobscheduler jobs: 9005 9004 9003 9001 2020-05-28 18:29:06.056 9752-9752/? I/Finsky: [2] vmd.a(12): Throttling wakeup for job 9000 (expected to run in 0 ms) due to recent wakeup 2020-05-28 18:29:06.056 9752-9752/? I/Finsky: [2] vmd.a(28): Scheduling job Id: 9000, L: 30000, D: 53362800, C: false, I: true, N: 0 2020-05-28 18:29:06.057 9752-9752/? I/Finsky: [2] vmd.a(28): Scheduling job Id: 9006, L: 26727336, D: 69927336, C: false, I: false, N: 1 2020-05-28 18:29:06.060 9752-9752/? I/Finsky: [2] vmd.a(12): Throttling wakeup for job 9007 (expected to run in 0 ms) due to recent wakeup 2020-05-28 18:29:06.060 9752-9752/? I/Finsky: [2] vmd.a(28): Scheduling job Id: 9007, L: 30000, D: 76911799, C: true, I: false, N: 2 2020-05-28 18:29:06.062 9752-9752/? I/Finsky: [2] vmd.a(12): Throttling wakeup for job 9008 (expected to run in 0 ms) due to recent wakeup 2020-05-28 18:29:06.062 9752-9752/? I/Finsky: [2] vmd.a(28): Scheduling job Id: 9008, L: 30000, D: 80550717, C: false, I: true, N: 2 2020-05-28 18:29:06.065 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.065 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.066 9752-9752/? I/Finsky: [2] vmd.a(28): Scheduling job Id: 9009, L: 13715533, D: 14615533, C: false, I: false, N: 0 2020-05-28 18:29:06.133 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.134 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.201 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.201 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.269 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.269 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.336 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.336 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.405 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.405 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.473 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.473 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.541 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.541 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.609 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.609 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.676 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.676 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.693 16018-16018/com.cinuru.app.debug W/UiControllerImpl: Waiting for: MOTION_INJECTION_HAS_COMPLETED for 100 iterations. 2020-05-28 18:29:06.745 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.745 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.813 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.813 2027-2123/? W/InputDispatcher: Asynchronous input event injection failed. 2020-05-28 18:29:06.949 2027-2123/? W/InputDispatcher: Permission denied: injecting event from pid 16018 uid 10264 2020-05-28 18:29:06.950 2027-5586/? W/InputManager: Input event injection from pid 16018 failed. 2020-05-28 18:29:07.064 16018-16156/com.cinuru.app.debug I/WebSocketClient: At sendAction 2020-05-28 18:29:07.066 16018-16156/com.cinuru.app.debug D/WebSocketClient: Detox Action Sent: invokeResult 2020-05-28 18:29:07.082 16018-16184/com.cinuru.app.debug I/WebSocketClient: At onMessage 2020-05-28 18:29:07.082 16018-16184/com.cinuru.app.debug I/WebSocketClient: At receiveAction 2020-05-28 18:29:07.083 16018-16184/com.cinuru.app.debug D/WebSocketClient: Detox Action Received: invoke 2020-05-28 18:29:07.084 16018-16184/com.cinuru.app.debug I/DetoxManager: onAction: type: invoke params: {"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxAssertion"},"method":"assertMatcher","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["TextTest"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForSufficientlyVisible","args":[]}}]} 2020-05-28 18:29:07.086 16018-16156/com.cinuru.app.debug D/Detox: class com.wix.detox.espresso.DetoxMatcher, matcherForTestId, [TextTest] 2020-05-28 18:29:07.089 16018-16156/com.cinuru.app.debug D/Detox: class androidx.test.espresso.Espresso, onView, [(with tag value: is "TextTest" and view has effective visibility=VISIBLE)] 2020-05-28 18:29:07.091 16018-16156/com.cinuru.app.debug D/Detox: class com.wix.detox.espresso.DetoxMatcher, matcherForSufficientlyVisible, [] 2020-05-28 18:29:07.095 16018-16156/com.cinuru.app.debug D/Detox: class com.wix.detox.espresso.DetoxAssertion, assertMatcher, [androidx.test.espresso.ViewInteraction@94f2743, at least 75 percent of the view's area is displayed to the user.] 2020-05-28 18:29:07.106 16018-16018/com.cinuru.app.debug I/ViewInteraction: Checking 'MatchesViewAssertion(Detox){viewMatcher=at least 75 percent of the view's area is displayed to the user.}' assertion on view (with tag value: is "TextTest" and view has effective visibility=VISIBLE) 2020-05-28 18:29:07.122 16018-16156/com.cinuru.app.debug E/DetoxActionHandlers: Exception java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invoke(Native Method) at org.apache.commons.lang3.reflect.MethodUtils.invokeStaticMethod(MethodUtils.java:443) at org.apache.commons.lang3.reflect.MethodUtils.invokeStaticMethod(MethodUtils.java:405) at com.wix.invoke.types.ClassTarget.execute(ClassTarget.java:23) at com.wix.invoke.types.Target.invoke(Target.java:59) at com.wix.invoke.MethodInvocation.invoke(MethodInvocation.java:35) at com.wix.invoke.MethodInvocation.invoke(MethodInvocation.java:26) at com.wix.invoke.MethodInvocation.invoke(MethodInvocation.java:20) at com.wix.detox.InvokeActionHandler.handle(DetoxActionHandlers.kt:52) at com.wix.detox.DetoxManager$4.run(DetoxManager.java:120) at android.os.Handler.handleCallback(Handler.java:883) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loop(Looper.java:214) at com.wix.detox.Detox$1.run(Detox.java:174) at java.lang.Thread.run(Thread.java:919) Caused by: androidx.test.espresso.base.DefaultFailureHandler$AssertionFailedWithCauseError: 'at least 75 percent of the view's area is displayed to the user.' doesn't match the selected view. Expected: at least 75 percent of the view's area is displayed to the user. Got: "ReactTextView{id=25, visibility=VISIBLE, width=71, height=51, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=android.view.ViewGroup$LayoutParams@1577ef9, tag=TextTest, root-is-layout-requested=false, has-input-connection=false, x=505.0, y=2829.0, text=Test, input-type=0, ime-target=false, has-links=false}" at dalvik.system.VMStack.getThreadStackTrace(Native Method) at java.lang.Thread.getStackTrace(Thread.java:1720) at androidx.test.espresso.base.DefaultFailureHandler.getUserFriendlyError(DefaultFailureHandler.java:96) at androidx.test.espresso.base.DefaultFailureHandler.handle(DefaultFailureHandler.java:59) at androidx.test.espresso.ViewInteraction.waitForAndHandleInteractionResults(ViewInteraction.java:324) at androidx.test.espresso.ViewInteraction.check(ViewInteraction.java:306) at com.wix.detox.espresso.DetoxAssertion.assertMatcher(DetoxAssertion.java:32) ... 15 more Caused by: junit.framework.AssertionFailedError: 'at least 75 percent of the view's area is displayed to the user.' doesn't match the selected view. Expected: at least 75 percent of the view's area is displayed to the user. Got: "ReactTextView{id=25, visibility=VISIBLE, width=71, height=51, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=android.view.ViewGroup$LayoutParams@1577ef9, tag=TextTest, root-is-layout-requested=false, has-input-connection=false, x=505.0, y=2829.0, text=Test, input-type=0, ime-target=false, has-links=false}" at androidx.test.espresso.matcher.ViewMatchers.assertThat(ViewMatchers.java:540) at com.wix.detox.espresso.assertion.ViewAssertions$MatchesViewAssertion.check(ViewAssertions.java:52) at androidx.test.espresso.ViewInteraction$SingleExecutionViewAssertion.check(ViewInteraction.java:425) at androidx.test.espresso.ViewInteraction$2.call(ViewInteraction.java:288) at androidx.test.espresso.ViewInteraction$2.call(ViewInteraction.java:272) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at android.os.Handler.handleCallback(Handler.java:883) at android.os.Handler.dispatchMessage(Handler.java:100) at android.os.Looper.loop(Looper.java:214) at android.app.ActivityThread.main(ActivityThread.java:7356) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930) 2020-05-28 18:29:07.123 16018-16156/com.cinuru.app.debug I/WebSocketClient: At sendAction 2020-05-28 18:29:07.124 16018-16156/com.cinuru.app.debug D/WebSocketClient: Detox Action Sent: error 2020-05-28 18:29:07.145 16018-16184/com.cinuru.app.debug I/WebSocketClient: At onMessage 2020-05-28 18:29:07.145 16018-16184/com.cinuru.app.debug I/WebSocketClient: At receiveAction 2020-05-28 18:29:07.145 16018-16184/com.cinuru.app.debug D/WebSocketClient: Detox Action Received: cleanup 2020-05-28 18:29:07.145 16018-16184/com.cinuru.app.debug I/DetoxManager: onAction: type: cleanup params: {"stopRunner":false} 2020-05-28 18:29:07.146 16018-16156/com.cinuru.app.debug I/WebSocketClient: At sendAction 2020-05-28 18:29:07.147 16018-16156/com.cinuru.app.debug D/WebSocketClient: Detox Action Sent: cleanupDone 2020-05-28 18:29:07.248 31860-31893/? I/WorkerManager: dispose() 2020-05-28 18:29:07.259 31860-31893/? W/ThreadPoolDumper: Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small. 2020-05-28 18:29:07.611 1778-16217/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:29:08.926 2027-5586/? I/ActivityManager: Killing 11092:com.google.android.gms.unstable/u0a98 (adj 995): empty for 1816s 2020-05-28 18:29:08.992 1779-1779/? I/Zygote: Process 11092 exited due to signal 9 (Killed) 2020-05-28 18:29:09.013 2027-2057/? I/libprocessgroup: Successfully killed process cgroup uid 10098 pid 11092 in 82ms 2020-05-28 18:29:09.172 10612-10612/? W/SystemServiceRegistry: No service published for: persistent_data_block 2020-05-28 18:29:09.180 10612-10612/? W/ChimeraUtils: Non Chimera context 2020-05-28 18:29:09.203 10612-10612/? I/chatty: uid=10098 com.google.android.gms.persistent identical 2 lines 2020-05-28 18:29:09.203 10612-10612/? W/ChimeraUtils: Non Chimera context 2020-05-28 18:29:09.218 27179-27179/? I/SetupWizard: [DeferredSetupNotificationSchedulerService] Deferred notification scheduled at Thu May 28 11:43:52 CDT 2020 2020-05-28 18:29:09.240 10612-10612/? W/ChimeraUtils: Non Chimera context 2020-05-28 18:29:09.240 10612-10612/? W/ChimeraUtils: Non Chimera context 2020-05-28 18:29:09.621 1778-16218/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:29:09.699 2395-2395/? I/wpa_supplicant: nl80211: send_and_recv->nl_recvmsgs failed: -33 2020-05-28 18:29:09.700 2027-3887/? D/WificondControl: Scan result ready event 2020-05-28 18:29:09.712 2027-3887/? E/WifiService: Permission violation - getScanResults not allowed for uid=10098, packageName=com.google.android.gms, reason=java.lang.SecurityException: Location mode is disabled for the device 2020-05-28 18:29:10.166 16018-16184/com.cinuru.app.debug D/WebSocketClient: Retrying... 2020-05-28 18:29:10.166 16018-16184/com.cinuru.app.debug I/WebSocketClient: At connectToServer 2020-05-28 18:29:11.629 1778-16220/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:29:12.250 2392-3200/? E/ActivityThread: Failed to find provider info for com.google.android.apps.wellbeing.api 2020-05-28 18:29:13.179 16018-16219/com.cinuru.app.debug D/WebSocketClient: Retrying... 2020-05-28 18:29:13.179 16018-16219/com.cinuru.app.debug I/WebSocketClient: At connectToServer 2020-05-28 18:29:13.640 1778-16222/? E/ResolverController: No valid NAT64 prefix (101, /0) 2020-05-28 18:29:14.411 2027-2054/? E/memtrack: Couldn't load memtrack module 2020-05-28 18:29:14.411 2027-2054/? W/android.os.Debug: failed to get memory consumption info: -1
detox logs yarn run v1.19.1 $ detox test -c android.emu.debug test --loglevel trace detox[21591] INFO: [test.js] configuration="android.emu.debug" loglevel="trace" reportSpecs=true readOnlyEmu=false useCustomLogger=true forceAdbInstall=false DETOX_START_TIMESTAMP=1590705185790 node_modules/.bin/jest --config spec/jest.config.js '--testNamePattern=^((?!:ios:).)*$' --maxWorkers 1 test detox[21596] TRACE: [Detox.js/DETOX_CREATE] created a Detox instance with config: {"artifactsConfig":{"rootDir":"artifacts/android.emu.debug.2020-05-28 22-33-05Z","plugins":{"log":{"enabled":false,"keepOnlyFailedTestsArtifacts":false},"screenshot":{"enabled":true,"shouldTakeAutomaticSnapshots":false,"keepOnlyFailedTestsArtifacts":false},"video":{"enabled":false,"keepOnlyFailedTestsArtifacts":false},"instruments":{"enabled":false,"keepOnlyFailedTestsArtifacts":false},"timeline":{"enabled":false}},"pathBuilder":{"_rootDir":"artifacts/android.emu.debug.2020-05-28 22-33-05Z"}},"behaviorConfig":{"init":{"reinstallApp":true,"exposeGlobals":true,"launchApp":true},"cleanup":{"shutdownDevice":false}},"cliConfig":{"configuration":"android.emu.debug","forceAdbInstall":"false","loglevel":"trace","useCustomLogger":"true"},"deviceConfig":{"type":"android.emulator","build":"cd android && ./gradlew app:assembleDebug app:assembleAndroidTest -DtestBuildType=debug && cd ..","binaryPath":"android/app/build/outputs/apk/cinuru/debug/app-cinuru-debug.apk","device":{"avdName":"Pixel_API_29"}},"runnerConfig":{"testRunner":"jest","runnerConfig":"spec/jest.config.js","specs":"./spec"},"sessionConfig":{"autoStart":true,"server":"ws://localhost:52704","sessionId":"0e74b2e6-8cd9-67e3-68d5-db5b24b3856b"},"errorBuilder":{"filepath":"/Users/tolo/Repos/Cinuru/app/package.json","contents":{"configurations":{"ios.sim.debug":{"type":"ios.simulator","build":"xcodebuild -workspace ios/Cinuru.xcworkspace/ -scheme debug -configuration debug -sdk iphonesimulator -derivedDataPath ios/build","binaryPath":"ios/build/Build/Products/debug-iphonesimulator/Cinuru.app","device":{"type":"iPhone 11 Pro"}},"android.emu.debug":{"type":"android.emulator","build":"cd android && ./gradlew app:assembleDebug app:assembleAndroidTest -DtestBuildType=debug && cd ..","binaryPath":"android/app/build/outputs/apk/cinuru/debug/app-cinuru-debug.apk","device":{"avdName":"Pixel_API_29"}}},"specs":"./spec","test-runner":"jest","runner-config":"spec/jest.config.js"},"configurationName":"android.emu.debug"}} detox[21596] INFO: [DetoxServer.js] server listening on localhost:52704... detox[21596] DEBUG: [AsyncWebSocket.js/WEBSOCKET_OPEN] opened web socket to: ws://localhost:52704 detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_SEND] {"type":"login","params":{"sessionId":"0e74b2e6-8cd9-67e3-68d5-db5b24b3856b","role":"tester"},"messageId":0} detox[21596] DEBUG: [DetoxServer.js/LOGIN] role=tester, sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b detox[21596] DEBUG: [DetoxServer.js/LOGIN_SUCCESS] role=tester, sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_MESSAGE] {"type":"loginSuccess","params":{"sessionId":"0e74b2e6-8cd9-67e3-68d5-db5b24b3856b","role":"tester"},"messageId":0} detox[21596] DEBUG: [exec.js/EXEC_CMD, #0] "/Users/tolo/Library/Android/sdk/emulator/emulator" -list-avds --verbose detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #0] 10.1_WXGA_Tablet_API_22 Pixel_API_29 detox[21596] DEBUG: [exec.js/EXEC_CMD, #1] "/Users/tolo/Library/Android/sdk/emulator/emulator" -version detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #1] Android emulator version 30.0.5.0 (build_id 6306047) (CL:N/A) Copyright (C) 2006-2017 The Android Open Source Project and many others. This program is a derivative of the QEMU CPU emulator (www.qemu.org). This software is licensed under the terms of the GNU General Public License version 2, as published by the Free Software Foundation, and may be copied, distributed, and modified under those terms. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. detox[21596] DEBUG: [EmulatorVersionResolver.js/EMU_BIN_VERSION_DETECT] Detected emulator binary version { major: 30, minor: 0, patch: 5 } detox[21596] DEBUG: [EmulatorDriver.js/ALLOCATE_DEVICE] Trying to allocate a device based on Pixel_API_29 detox[21596] DEBUG: [exec.js/EXEC_CMD, #2] "/Users/tolo/Library/Android/sdk/platform-tools/adb" devices detox[21596] DEBUG: [exec.js/EXEC_SUCCESS, #2] List of devices attached emulator-15898 device detox[21596] TRACE: [EmulatorTelnet.js/TELNET_CONNECTING] port: 15898, host: localhost detox[21596] DEBUG: [FreeEmulatorFinder.js/DEVICE_LOOKUP] Found emulator-15898! detox[21596] DEBUG: [EmulatorDriver.js/ALLOCATE_DEVICE] Settled on emulator-15898 detox[21596] DEBUG: [exec.js/EXEC_CMD, #3] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "getprop dev.bootcomplete" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #3] 1 detox[21596] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onBootDevice({ coldBoot: false, deviceId: 'emulator-15898', type: 'emulator-15898' }) detox[21596] DEBUG: [exec.js/EXEC_CMD, #4] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "getprop ro.build.version.sdk" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #4] 29 detox[21596] DEBUG: [exec.js/EXEC_CMD, #5] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "settings put global animator_duration_scale 0" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #5] detox[21596] DEBUG: [exec.js/EXEC_CMD, #6] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "settings put global window_animation_scale 0" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #6] detox[21596] DEBUG: [exec.js/EXEC_CMD, #7] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "settings put global transition_animation_scale 0" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #7] detox[21596] DEBUG: [exec.js/EXEC_CMD, #8] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "dumpsys power | grep \"^[ ]*m[UW].*=\"" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #8] mWakefulness=Awake mWakefulnessChanging=false mWakeLockSummary=0x0 mUserActivitySummary=0x1 mWakeUpWhenPluggedOrUnpluggedConfig=false mWakeUpWhenPluggedOrUnpluggedInTheaterModeConfig=false mUserActivityTimeoutOverrideFromWindowManager=-1 mUserInactiveOverrideFromWindowManager=false detox[21596] DEBUG: [exec.js/EXEC_CMD, #9] "/Users/tolo/Library/Android/sdk/build-tools/29.0.0/aapt" dump badging "/Users/tolo/Repos/Cinuru/app/android/app/build/outputs/apk/cinuru/debug/app-cinuru-debug.apk" | grep -e "package: name=" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #9] package: name='com.cinuru.app.debug' versionCode='269' versionName='5.2.0' compileSdkVersion='28' compileSdkVersionCodename='9' detox[21596] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onBeforeUninstallApp({ deviceId: 'emulator-15898', bundleId: 'com.cinuru.app.debug' }) detox[21596] DEBUG: [exec.js/EXEC_CMD, #10] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "pm list packages com.cinuru.app.debug" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #10] package:com.cinuru.app.debug package:com.cinuru.app.debug.test detox[21596] DEBUG: [exec.js/EXEC_CMD, #11] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 uninstall com.cinuru.app.debug detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #11] Success detox[21596] DEBUG: [exec.js/EXEC_CMD, #12] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "pm list packages com.cinuru.app.debug.test" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #12] package:com.cinuru.app.debug.test detox[21596] DEBUG: [exec.js/EXEC_CMD, #13] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 uninstall com.cinuru.app.debug.test detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #13] Success detox[21596] DEBUG: [exec.js/EXEC_CMD, #14] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "rm -fr /data/local/tmp/detox" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #14] detox[21596] DEBUG: [exec.js/EXEC_CMD, #15] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "mkdir -p /data/local/tmp/detox" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #15] detox[21596] DEBUG: [exec.js/EXEC_CMD, #16] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 push "/Users/tolo/Repos/Cinuru/app/android/app/build/outputs/apk/cinuru/debug/app-cinuru-debug.apk" "/data/local/tmp/detox/Application.apk" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #16] /Users/tolo/Repos/Cinuru/app/android/app/build/outputs/apk/cinuru/debug/app-cinuru-debug.apk: 1 file pushed, 0 skipped. 113.2 MB/s (42191959 bytes in 0.355s) detox[21596] DEBUG: [exec.js/EXEC_CMD, #17] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "pm install -r -g -t /data/local/tmp/detox/Application.apk" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #17] Success detox[21596] DEBUG: [exec.js/EXEC_CMD, #18] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 push "/Users/tolo/Repos/Cinuru/app/android/app/build/outputs/apk/androidTest/cinuru/debug/app-cinuru-debug-androidTest.apk" "/data/local/tmp/detox/Test.apk" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #18] /Users/tolo/Repos/Cinuru/app/android/app/build/outputs/apk/androidTest/cinuru/debug/app-cinuru-debug-androidTest.apk: 1 file pushed, 0 skipped. 346.9 MB/s (887437 bytes in 0.002s) detox[21596] DEBUG: [exec.js/EXEC_CMD, #19] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "pm install -r -g -t /data/local/tmp/detox/Test.apk" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #19] Success detox[21596] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onBeforeTerminateApp({ deviceId: 'emulator-15898', bundleId: 'com.cinuru.app.debug' }) detox[21596] DEBUG: [exec.js/EXEC_CMD, #20] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "am force-stop com.cinuru.app.debug" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #20] detox[21596] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onTerminateApp({ deviceId: 'emulator-15898', bundleId: 'com.cinuru.app.debug' }) detox[21596] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onBeforeLaunchApp({ deviceId: 'emulator-15898', bundleId: 'com.cinuru.app.debug', launchArgs: { detoxServer: 'ws://localhost:52704', detoxSessionId: '0e74b2e6-8cd9-67e3-68d5-db5b24b3856b' } }) detox[21596] DEBUG: [exec.js/EXEC_CMD, #21] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "date +\"%m-%d %T.000\"" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #21] 05-28 17:33:10.000 detox[21596] DEBUG: [exec.js/EXEC_CMD, #22] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 reverse tcp:52704 tcp:52704 detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #22] 52704 detox[21596] DEBUG: [exec.js/EXEC_CMD, #23] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "pm list instrumentation" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #23] instrumentation:com.cinuru.app.debug.test/androidx.test.runner.AndroidJUnitRunner (target=com.cinuru.app.debug) detox[21596] DEBUG: [exec.js/SPAWN_CMD, #24] [pid=21649] /Users/tolo/Library/Android/sdk/platform-tools/adb -s emulator-15898 shell am instrument -w -r -e detoxServer ws://localhost:52704 -e detoxSessionId 0e74b2e6-8cd9-67e3-68d5-db5b24b3856b -e debug false com.cinuru.app.debug.test/androidx.test.runner.AndroidJUnitRunner detox[21596] DEBUG: [exec.js/EXEC_CMD, #25] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "ps | grep \"com\.cinuru\.app\.debug$\"" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #25] u0_a258 13241 1779 1883676 120076 0 0 R com.cinuru.app.debug detox[13241] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onLaunchApp({ deviceId: 'emulator-15898', bundleId: 'com.cinuru.app.debug', launchArgs: { detoxServer: 'ws://localhost:52704', detoxSessionId: '0e74b2e6-8cd9-67e3-68d5-db5b24b3856b' }, pid: 13241 }) detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_SEND] {"type":"isReady","params":{},"messageId":-1000} detox[21596] TRACE: [DetoxServer.js/MESSAGE] role=tester action=isReady (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] DEBUG: [DetoxServer.js/CANNOT_FORWARD] role=testee not connected, cannot fw action (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] TRACE: [exec.js/SPAWN_STDOUT, #24] INSTRUMENTATION_STATUS: class=com.cinuru.app.DetoxTest detox[21596] TRACE: [exec.js/SPAWN_STDOUT, #24] INSTRUMENTATION_STATUS: current=1 INSTRUMENTATION_STATUS: id=AndroidJUnitRunner INSTRUMENTATION_STATUS: numtests=1 INSTRUMENTATION_STATUS: stream= com.cinuru.app.DetoxTest: INSTRUMENTATION_STATUS: test=runDetoxTests INSTRUMENTATION_STATUS_CODE: 1 detox[21596] DEBUG: [DetoxServer.js/LOGIN] role=testee, sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b detox[21596] DEBUG: [DetoxServer.js/LOGIN_SUCCESS] role=testee, sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b detox[21596] TRACE: [DetoxServer.js/MESSAGE] role=testee action=ready (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_MESSAGE] {"messageId":-1000,"type":"ready","params":{}} detox[13241] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onAppReady({ deviceId: 'emulator-15898', bundleId: 'com.cinuru.app.debug', pid: 13241 }) detox[21596] INFO: test is assigned to emulator-15898 (Pixel_API_29) detox[21596] INFO: test: scrolling works test[21596] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onSuiteStart({ name: 'test' }) detox[21596] TRACE: [Detox.js/DETOX_BEFORE_EACH] running test: "test scrolling works" detox[21596] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onTestStart({ title: 'scrolling works', fullName: 'test scrolling works', status: 'running' }) detox[21596] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onBeforeLaunchApp({ deviceId: 'emulator-15898', bundleId: 'com.cinuru.app.debug', launchArgs: { detoxServer: 'ws://localhost:52704', detoxSessionId: '0e74b2e6-8cd9-67e3-68d5-db5b24b3856b' } }) detox[21596] DEBUG: [exec.js/EXEC_CMD, #26] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "date +\"%m-%d %T.000\"" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #26] 05-28 17:33:20.000 detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_SEND] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.Detox"},"method":"launchMainActivity","args":[]},"messageId":1} detox[21596] TRACE: [DetoxServer.js/MESSAGE] role=tester action=invoke (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] TRACE: [DetoxServer.js/MESSAGE] role=testee action=invokeResult (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_MESSAGE] {"messageId":1,"type":"invokeResult","params":{"result":null}} detox[21596] DEBUG: [exec.js/EXEC_CMD, #27] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 shell "ps | grep \"com\.cinuru\.app\.debug$\"" detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #27] u0_a258 13241 1779 2162428 300420 0 0 S com.cinuru.app.debug detox[13241] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onLaunchApp({ deviceId: 'emulator-15898', bundleId: 'com.cinuru.app.debug', launchArgs: { detoxServer: 'ws://localhost:52704', detoxSessionId: '0e74b2e6-8cd9-67e3-68d5-db5b24b3856b' }, pid: 13241 }) detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_SEND] {"type":"isReady","params":{},"messageId":-1000} detox[21596] TRACE: [DetoxServer.js/MESSAGE] role=tester action=isReady (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] TRACE: [DetoxServer.js/MESSAGE] role=testee action=ready (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_MESSAGE] {"messageId":-1000,"type":"ready","params":{}} detox[13241] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onAppReady({ deviceId: 'emulator-15898', bundleId: 'com.cinuru.app.debug', pid: 13241 }) detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_SEND] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.EspressoDetox"},"method":"perform","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["ScrollView"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxAction"},"method":"scrollInDirection","args":[{"type":"Integer","value":4},{"type":"Double","value":200},{"type":"Double","value":-1},{"type":"Double","value":-1}]}}]},"messageId":2} detox[21596] TRACE: [DetoxServer.js/MESSAGE] role=tester action=invoke (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] TRACE: [DetoxServer.js/MESSAGE] role=testee action=invokeResult (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_MESSAGE] {"messageId":2,"type":"invokeResult","params":{"result":null}} detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_SEND] {"type":"invoke","params":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxAssertion"},"method":"assertMatcher","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"androidx.test.espresso.Espresso"},"method":"onView","args":[{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForTestId","args":["TextTest"]}}]}},{"type":"Invocation","value":{"target":{"type":"Class","value":"com.wix.detox.espresso.DetoxMatcher"},"method":"matcherForSufficientlyVisible","args":[]}}]},"messageId":3} detox[21596] TRACE: [DetoxServer.js/MESSAGE] role=tester action=invoke (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] TRACE: [DetoxServer.js/MESSAGE] role=testee action=error (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_MESSAGE] {"messageId":3,"type":"error","params":{"error":"androidx.test.espresso.base.DefaultFailureHandler$AssertionFailedWithCauseError: 'at least 75 percent of the view's area is displayed to the user.' doesn't match the selected view.\nExpected: at least 75 percent of the view's area is displayed to the user.\n Got: \"ReactTextView{id=25, visibility=VISIBLE, width=71, height=51, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=android.view.ViewGroup$LayoutParams@766b716, tag=TextTest, root-is-layout-requested=false, has-input-connection=false, x=505.0, y=2829.0, text=Test, input-type=0, ime-target=false, has-links=false}\"\n\n\tat dalvik.system.VMStack.getThreadStackTrace(Native Method)\n\tat java.lang.Thread.getStackTrace(Thread.java:1720)\n\tat androidx.test.espresso.base.DefaultFailureHandler.getUserFriendlyError(DefaultFailureHandler.java:96)\n\tat androidx.test.espresso.base.DefaultFailureHandler.handle(DefaultFailureHandler.java:59)\n\tat androidx.test.espresso.ViewInteraction.waitForAndHandleInteractionResults(ViewInteraction.java:324)\n\tat androidx.test.espresso.ViewInteraction.check(ViewInteraction.java:306)\n\tat com.wix.detox.espresso.DetoxAssertion.assertMatcher(DetoxAssertion.java:32)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat org.apache.commons.lang3.reflect.MethodUtils.invokeStaticMethod(MethodUtils.java:443)\n\tat org.apache.commons.lang3.reflect.MethodUtils.invokeStaticMethod(MethodUtils.java:405)\n\tat com.wix.invoke.types.ClassTarget.execute(ClassTarget.java:23)\n\tat com.wix.invoke.types.Target.invoke(Target.java:59)\n\tat com.wix.invoke.MethodInvocation.invoke(MethodInvocation.java:35)\n\tat com.wix.invoke.MethodInvocation.invoke(MethodInvocation.java:26)\n\tat com.wix.invoke.MethodInvocation.invoke(MethodInvocation.java:20)\n\tat com.wix.detox.InvokeActionHandler.handle(DetoxActionHandlers.kt:52)\n\tat com.wix.detox.DetoxManager$4.run(DetoxManager.java:120)\n\tat android.os.Handler.handleCallback(Handler.java:883)\n\tat android.os.Handler.dispatchMessage(Handler.java:100)\n\tat android.os.Looper.loop(Looper.java:214)\n\tat com.wix.detox.Detox$1.run(Detox.java:174)\n\tat java.lang.Thread.run(Thread.java:919)\nCaused by: junit.framework.AssertionFailedError: 'at least 75 percent of the view's area is displayed to the user.' doesn't match the selected view.\nExpected: at least 75 percent of the view's area is displayed to the user.\n Got: \"ReactTextView{id=25, visibility=VISIBLE, width=71, height=51, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=android.view.ViewGroup$LayoutParams@766b716, tag=TextTest, root-is-layout-requested=false, has-input-connection=false, x=505.0, y=2829.0, text=Test, input-type=0, ime-target=false, has-links=false}\"\n\n\tat androidx.test.espresso.matcher.ViewMatchers.assertThat(ViewMatchers.java:540)\n\tat com.wix.detox.espresso.assertion.ViewAssertions$MatchesViewAssertion.check(ViewAssertions.java:52)\n\tat androidx.test.espresso.ViewInteraction$SingleExecutionViewAssertion.check(ViewInteraction.java:425)\n\tat androidx.test.espresso.ViewInteraction$2.call(ViewInteraction.java:288)\n\tat androidx.test.espresso.ViewInteraction$2.call(ViewInteraction.java:272)\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\n\tat android.os.Handler.handleCallback(Handler.java:883)\n\tat android.os.Handler.dispatchMessage(Handler.java:100)\n\tat android.os.Looper.loop(Looper.java:214)\n\tat android.app.ActivityThread.main(ActivityThread.java:7356)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)\n\tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)\n\nCheck device logs for full details!\n"}} detox[21596] INFO: test: scrolling works [FAIL] detox[21596] TRACE: [Detox.js/DETOX_AFTER_EACH] failed test: "test scrolling works" detox[21596] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onTestDone({ title: 'scrolling works', fullName: 'test scrolling works', status: 'failed', timedOut: false }) test[21596] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onSuiteEnd({ name: 'test' }) detox[21596] TRACE: [ArtifactsManager.js/LIFECYCLE] artifactsManager.onBeforeCleanup() detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_SEND] {"type":"cleanup","params":{"stopRunner":false},"messageId":-49642} detox[21596] TRACE: [DetoxServer.js/MESSAGE] role=tester action=cleanup (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] TRACE: [DetoxServer.js/MESSAGE] role=testee action=cleanupDone (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] TRACE: [AsyncWebSocket.js/WEBSOCKET_MESSAGE] {"messageId":-49642,"type":"cleanupDone","params":{}} detox[21596] DEBUG: [exec.js/KILL] sending SIGINT to [pid = 21649]: /Users/tolo/Library/Android/sdk/platform-tools/adb -s emulator-15898 shell am instrument -w -r -e detoxServer ws://localhost:52704 -e detoxSessionId 0e74b2e6-8cd9-67e3-68d5-db5b24b3856b -e debug false com.cinuru.app.debug.test/androidx.test.runner.AndroidJUnitRunner detox[21596] DEBUG: [DetoxServer.js/DISCONNECT] role=tester, sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b detox[21596] DEBUG: [exec.js/KILL] sending SIGINT to [pid = 21649]: /Users/tolo/Library/Android/sdk/platform-tools/adb -s emulator-15898 shell am instrument -w -r -e detoxServer ws://localhost:52704 -e detoxSessionId 0e74b2e6-8cd9-67e3-68d5-db5b24b3856b -e debug false com.cinuru.app.debug.test/androidx.test.runner.AndroidJUnitRunner detox[21596] TRACE: [exec.js/SPAWN_END, #24] /Users/tolo/Library/Android/sdk/platform-tools/adb -s emulator-15898 shell am instrument -w -r -e detoxServer ws://localhost:52704 -e detoxSessionId 0e74b2e6-8cd9-67e3-68d5-db5b24b3856b -e debug false com.cinuru.app.debug.test/androidx.test.runner.AndroidJUnitRunner terminated with SIGINT detox[21596] DEBUG: [DetoxServer.js/DISCONNECT] role=testee, sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b detox[21596] DEBUG: [DetoxServer.js/CANNOT_FORWARD] role=tester not connected, cannot fw action (sessionId=0e74b2e6-8cd9-67e3-68d5-db5b24b3856b) detox[21596] DEBUG: [DetoxServer.js/WS_CLOSE] Detox server connections terminated gracefully detox[21596] DEBUG: [exec.js/EXEC_CMD, #28] "/Users/tolo/Library/Android/sdk/platform-tools/adb" -s emulator-15898 reverse --remove tcp:52704 FAIL spec/test.spec.js (16.729s) test ✕ scrolling works (2715ms) ● test › scrolling works 3 | await device.launchApp(); 4 | await $('ScrollView').scroll(200, 'down'); > 5 | await expect($('TextTest')).toBeVisible(); | ^ 6 | }); 7 | }); 8 | at Object.toBeVisible (test.spec.js:5:31) at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40) at Generator.invoke [as _invoke] (../node_modules/regenerator-runtime/runtime.js:271:22) at Generator.prototype.(anonymous function) [as next] (../node_modules/regenerator-runtime/runtime.js:97:21) at tryCatch (../node_modules/regenerator-runtime/runtime.js:45:40) at invoke (../node_modules/regenerator-runtime/runtime.js:135:20) at ../node_modules/regenerator-runtime/runtime.js:145:13 at tryCallOne (../node_modules/promise/lib/core.js:37:12) at ../node_modules/promise/lib/core.js:123:15 at flush (../node_modules/asap/raw.js:50:29) detox[21596] TRACE: [exec.js/EXEC_SUCCESS, #28] detox[21591] ERROR: [cli.js] Error: Command failed: node_modules/.bin/jest --config spec/jest.config.js '--testNamePattern=^((?!:ios:).)*$' --maxWorkers 1 test error Command failed with exit code 1.

Environment (please complete the following information):

MrLoh commented 4 years ago

@d4vidi do you have any idea what the InputDispatcher - Permission denied: injecting event from pid 13241 uid 10258 to window Window{dd28e58 u0 NavigationBar0} owned by uid 10104 error could mean, or have an idea how to best further investigate this, to reproduce it?

d4vidi commented 4 years ago

I'm not familiar with this error, I'm afraid. I can see that this is the source for it, though. Either way, this SO post seems related, could it be of any help?

Last but not least, I need to better understand how frequently this does not work -- does the scroll always fail to even start? is it flaky in the beginning? is it completely random? If option 1 is the case (does not work entirely), I can suggest off-the-bat trying switching to an emulator running sdk 28...

MrLoh commented 4 years ago

@d4vidi thanks a lot for having a look. Yeah I found that SO post as well, but I am not sure what to make of it, since it is about people trying to get this to work in an application on a device and not related to testing, I don't have any idea how I would apply any of the stated solutions to my project. Theres not much else at all about this error on the internet it seems, which is really strange.

Also clearly something else is going on here. This is not a flakiness issue this breaks scrolling in my specific project on the Android Simulator all the time, it doesn't start or react whatsoever. But I have tried the examples/demo-react-native project from this repo and that can scroll, so it must be something in my project configuration that breaks this. Only problem is that I have absolutely no clue what it could be and it's a big production scale app that has been actively developed for 2 years, so it's not so trivial to just remove everything to isolate the problem (I've already tried a couple things without any success).

Could you maybe point me to where the detox code actually calls the InputDispatcher, is there anything special about scroll events, since tap events work fine. Maybe I can try to add some more debugging around the scroll invocation in the detox codebase to get an idea, what could be going on here. Any pointers to how to go about debugging this issue would be greatly appreciated, I am a bit at a loss here, and I have a lot of experience with react native, but this issue is just something else...

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest Detox and report back.

Thank you for your contributions!

For more information on bots in this reporsitory, read this discussion.

MrLoh commented 4 years ago

I'm still encountering this issue

d4vidi commented 4 years ago

@MrLoh Detox doesn't use the input-dispatcher per se, it rather utilizes Espresso which in turn tries to inject events through the input-dispatcher (as I understand it after a bit of a shallow inspection). From the logs it seems the input dispatcher on your device blocks the motion events generated by the scrolling mechanism.

My best suggestion atm for tackling this is to reinstall an AOSP, API 28 emulator according to our android dev-env guide. I just think it ought to be easier than to try to get to the bottom of Android's internals and permissions control there. Could you try it out?

MrLoh commented 4 years ago

Thanks for the explanation. I'll give it a try and ask a colleague to try and reproduce my issue as well.

MrLoh commented 3 years ago

The AOSP emulator also fails with the same error, and the issue is reproducible for a colleague. So there must be something in our specific app setup that disables it, because the issue doesn't happen, if I try the detox test project. I just have no idea what could be interacting with this, will try to look further into it, maybe knowing that the issue must be with Espresso will help.

AlexK777 commented 3 years ago

I am also seeing this in my test suite, but only on certain screens. On other screens the scroll works as expected. As one would guess I don't see any of the errors in the logcat when scrolling works, but when it fails the InputDispatcher - Permission Denied errors are all I see.

MrLoh commented 3 years ago

I gave up on Detox over this issue, the setup is just too much of a time sink, moving on to cavy and appium as my default solution for the next projects.

d4vidi commented 3 years ago

To me it sounds like test would fail even with bare Espresso. Would this SO help?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest Detox and report back.

Thank you for your contributions!

For more information on bots in this reporsitory, read this discussion.

stale[bot] commented 3 years ago

The issue has been closed for inactivity.

kris-luminar commented 3 years ago

I just encountered this issue as well.