Skip to content

Instantly share code, notes, and snippets.

@dpgraham
Created May 17, 2018 23:24
Show Gist options
  • Save dpgraham/f39d5bab0ef65555415635fa0b71754f to your computer and use it in GitHub Desktop.
Save dpgraham/f39d5bab0ef65555415635fa0b71754f to your computer and use it in GitHub Desktop.
05-17 23:24:03.329 11514 11540 I appium : channel read invoked!
05-17 23:24:03.330 11514 11540 I appium : channel read: GET /wd/hub/status
05-17 23:24:03.335 11514 11540 I appium : AppiumResponse: {"sessionId":"SESSIONID","status":0,"value":"Status Invoked"}
05-17 23:24:03.433 11514 11541 I appium : channel read invoked!
05-17 23:24:03.435 11514 11541 I appium : channel read: POST /wd/hub/session
05-17 23:24:03.453 11514 11541 D appium : payload: {"desiredCapabilities":{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"app":"http://appium.github.io/appium/assets/ApiDemos-debug.apk","automationName":"UIAutomator2","deviceName":"Device","forceEspressoRebuild":false,"fullReset":true,"platformName":"Android","newCommandTimeout":0,"connectHardwareKeyboard":true},"app":"http://appium.github.io/appium/assets/ApiDemos-debug.apk","automationName":"UIAutomator2","deviceName":"emulator-5554","forceEspressoRebuild":false,"fullReset":true,"platformName":"Android","newCommandTimeout":0,"connectHardwareKeyboard":true,"deviceUDID":"emulator-5554","platformVersion":"P","deviceScreenSize":"1080x1920","deviceScreenDensity":420,"deviceModel":"Android SDK built for x86","deviceManufacturer":"Google","deviceApiLevel":27,"appPackage":"io.appium.android.apis"}}
05-17 23:24:03.466 11514 11541 W tomator2.serve: Accessing hidden field Landroid/app/UiAutomation;->mOnAccessibilityEventListener:Landroid/app/UiAutomation$OnAccessibilityEventListener; (blacklist, reflection)
05-17 23:24:03.468 11514 11541 E appium : error while getting field mOnAccessibilityEventListener from object android.app.UiAutomation@b9dc114 No field mOnAccessibilityEventListener in class Landroid/app/UiAutomation; (declaration of 'android.app.UiAutomation' appears in /system/framework/framework.jar)
05-17 23:24:03.483 11514 11541 E appium : Exception while handling action in: io.appium.uiautomator2.handler.NewSession
05-17 23:24:03.483 11514 11541 E appium : io.appium.uiautomator2.common.exceptions.UiAutomator2Exception: error while getting field mOnAccessibilityEventListener from object android.app.UiAutomation@b9dc114
05-17 23:24:03.483 11514 11541 E appium : at io.appium.uiautomator2.utils.ReflectionUtils.getField(ReflectionUtils.java:75)
05-17 23:24:03.483 11514 11541 E appium : at io.appium.uiautomator2.core.UiAutomation.getOnAccessibilityEventListener(UiAutomation.java:38)
05-17 23:24:03.483 11514 11541 E appium : at io.appium.uiautomator2.model.NotificationListener.isListening(NotificationListener.java:89)
05-17 23:24:03.483 11514 11541 E appium : at io.appium.uiautomator2.model.NotificationListener.start(NotificationListener.java:54)
05-17 23:24:03.483 11514 11541 E appium : at io.appium.uiautomator2.model.Session.<init>(Session.java:28)
05-17 23:24:03.483 11514 11541 E appium : at io.appium.uiautomator2.model.AppiumUiAutomatorDriver.initializeSession(AppiumUiAutomatorDriver.java:28)
05-17 23:24:03.483 11514 11541 E appium : at io.appium.uiautomator2.handler.NewSession.safeHandle(NewSession.java:23)
05-17 23:24:03.483 11514 11541 E appium : at io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:65)
05-17 23:24:03.483 11514 11541 E appium : at io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:247)
05-17 23:24:03.483 11514 11541 E appium : at io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:238)
05-17 23:24:03.483 11514 11541 E appium : at io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:435)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:250)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1294)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:911)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:611)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:552)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:466)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:140)
05-17 23:24:03.483 11514 11541 E appium : at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
05-17 23:24:03.483 11514 11541 E appium : at java.lang.Thread.run(Thread.java:764)
05-17 23:24:03.483 11514 11541 E appium : Caused by: java.lang.NoSuchFieldException: No field mOnAccessibilityEventListener in class Landroid/app/UiAutomation; (declaration of 'android.app.UiAutomation' appears in /system/framework/framework.jar)
05-17 23:24:03.484 11514 11541 E appium : at java.lang.Class.getDeclaredField(Native Method)
05-17 23:24:03.484 11514 11541 E appium : at io.appium.uiautomator2.utils.ReflectionUtils.getField(ReflectionUtils.java:68)
05-17 23:24:03.484 11514 11541 E appium : ... 36 more
05-17 23:24:03.501 11514 11541 I appium : AppiumResponse: {"sessionId":null,"status":13,"value":"io.appium.uiautomator2.common.exceptions.UiAutomator2Exception: error while getting field mOnAccessibilityEventListener from object android.app.UiAutomation@b9dc114\n\tat io.appium.uiautomator2.utils.ReflectionUtils.getField(ReflectionUtils.java:75)\n\tat io.appium.uiautomator2.core.UiAutomation.getOnAccessibilityEventListener(UiAutomation.java:38)\n\tat io.appium.uiautomator2.model.NotificationListener.isListening(NotificationListener.java:89)\n\tat io.appium.uiautomator2.model.NotificationListener.start(NotificationListener.java:54)\n\tat io.appium.uiautomator2.model.Session.<init>(Session.java:28)\n\tat io.appium.uiautomator2.model.AppiumUiAutomatorDriver.initializeSession(AppiumUiAutomatorDriver.java:28)\n\tat io.appium.uiautomator2.handler.NewSession.safeHandle(NewSession.java:23)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:65)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:247)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:238)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:44)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)\n\tat io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)\n\tat io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:435)\n\tat io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)\n\tat io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)\n\tat io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:250)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:345)\n\tat io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1294)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:911)\n\tat io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)\n\tat io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:611)\n\tat io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:552)\n\tat io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:466)\n\tat io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438)\n\tat io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:140)\n\tat io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)\n\tat java.lang.Thread.run(Thread.java:764)\nCaused by: java.lang.NoSuchFieldException: No field mOnAccessibilityEventListener in class Landroid\/app\/UiAutomation; (declaration of 'android.app.UiAutomation' appears in \/system\/framework\/framework.jar)\n\tat ja
05-17 23:24:03.681 1749 4161 I ActivityManager: Force stopping io.appium.android.apis appid=10181 user=0: from pid 11544
05-17 23:24:03.718 1996 1996 D CarrierSvcBindHelper: No carrier app for: 0
05-17 23:24:04.014 1749 4859 I ActivityManager: Force stopping io.appium.android.apis appid=10181 user=0: from pid 11552
05-17 23:24:04.126 1749 4859 D PackageManager: deletePackageAsUser: pkg=io.appium.android.apis user=0 deleteAllUsers: true version=VERSION_CODE_HIGHEST
05-17 23:24:04.127 1749 1778 D PackageManager: deletePackageX: pkg=io.appium.android.apis user=0
05-17 23:24:04.128 1749 1778 D PackageManager: deletePackageLI: io.appium.android.apis user UserHandle{-1}
05-17 23:24:04.128 1749 1778 D PackageManager: Removing non-system package: io.appium.android.apis
05-17 23:24:04.128 1749 1778 D PackageManager: removePackageDataLI: PackageSetting{2c2c907 io.appium.android.apis/10181}
05-17 23:24:04.086 1996 1996 D CarrierSvcBindHelper: No carrier app for: 0
05-17 23:24:04.128 1749 1778 D PackageManager: Unregistered content provider: io.appium.android.apis.app.LoaderThrottle, className = io.appium.android.apis.app.LoaderThrottle$SimpleProvider, isSyncable = false
05-17 23:24:04.128 1749 1778 D PackageManager: Unregistered content provider: io.appium.android.apis.SuggestionProvider, className = io.appium.android.apis.app.SearchSuggestionSampleProvider, isSyncable = false
05-17 23:24:04.128 1749 1778 D PackageManager: Unregistered content provider: io.appium.android.apis.content.FileProvider, className = io.appium.android.apis.content.FileProvider, isSyncable = false
05-17 23:24:04.128 1749 1778 D PackageManager: Providers: io.appium.android.apis.app.LoaderThrottle$SimpleProvider io.appium.android.apis.app.SearchSuggestionSampleProvider io.appium.android.apis.content.FileProvider
05-17 23:24:04.128 1749 1778 D PackageManager: Services: io.appium.android.apis.app.LocalService io.appium.android.apis.app.MessengerService io.appium.android.apis.app.RemoteService io.appium.android.apis.app.ServiceStartArguments io.appium.android.apis.app.ForegroundService io.appium.android.apis.app.IsolatedService io.appium.android.apis.app.IsolatedService2 io.appium.android.apis.app.AlarmService_Service io.appium.android.apis.accessibility.ClockBackService io.appium.android.apis.accessibility.TaskBackService io.appium.android.apis.app.NotifyingService
05-17 23:24:04.128 1749 1778 D PackageManager: Receivers: io.appium.android.apis.app.OneShotAlarm io.appium.android.apis.app.RepeatingAlarm io.appium.android.apis.app.DeviceAdminSample$DeviceAdminSampleReceiver io.appium.android.apis.app.AppUpdateReceiver io.appium.android.apis.os.SmsMessageReceiver io.appium.android.apis.appwidget.ExampleAppWidgetProvider io.appium.android.apis.appwidget.ExampleBroadcastReceiver
05-17 23:24:04.129 1749 1764 I ActivityManager: Force stopping io.appium.android.apis appid=10181 user=-1: deletePackageX
05-17 23:24:04.133 1749 1778 D PackageManager: Activities: io.appium.android.apis.ApiDemos io.appium.android.apis.app.HelloWorld io.appium.android.apis.app.DialogActivity io.appium.android.apis.app.CustomDialogActivity io.appium.android.apis.app.QuickContactsDemo io.appium.android.apis.app.WallpaperActivity io.appium.android.apis.app.TranslucentActivity io.appium.android.apis.app.TranslucentBlurActivity io.appium.android.apis.app.Animation io.appium.android.apis.app.SaveRestoreState io.appium.android.apis.app.PersistentState io.appium.android.apis.app.ActivityRecreate io.appium.android.apis.app.FinishAffinity io.appium.android.apis.app.SoftInputModes io.appium.android.apis.app.ReceiveResult io.appium.android.apis.app.SendResult io.appium.android.apis.app.Forwarding io.appium.android.apis.app.ForwardTarget io.appium.android.apis.app.RedirectEnter io.appium.android.apis.app.RedirectMain io.appium.android.apis.app.RedirectGetter io.appium.android.apis.app.CustomTitle io.appium.android.apis.app.ReorderOnLaunch io.appium.android.apis.app.ReorderTwo io.appium.android.apis.app.ReorderThree io.appium.android.apis.app.ReorderFour io.appium.android.apis.app.SetWallpaperActivity io.appium.android.apis.app.ScreenOrientation io.appium.android.apis.app.PresentationActivity io.appium.android.apis.app.PresentationWithMediaRouterActivity io.appium.android.apis.app.SecureWindowActivity io.appium.android.apis.app.SecureDialogActivity io.appium.android.apis.app.SecureSurfaceViewActivity io.appium.android.apis.app.FragmentAlertDialog io.appium.android.apis.app.FragmentArguments io.appium.android.apis.app.FragmentCustomAnimations io.appium.android.apis.app.FragmentHideShow io.appium.android.apis.app.FragmentContextMenu io.appium.android.apis.app.FragmentDialog io.appium.android.apis.app.FragmentDialogOrActivity io.appium.android.apis.app.FragmentLayout io.appium.android.apis.app.FragmentLayout$DetailsActivity io.appium.android.apis.app.FragmentListArray io.appium.android.apis.app.FragmentMenu io.appium.android.apis.app.FragmentNestingTabs io.appium.android.apis.app.FragmentRetainInstance io.appium.android.apis.app.FragmentReceiveResult io.appium.android.apis.app.FragmentStack io.appium.android.apis.app.FragmentTabs io.appium.android.apis.app.LoaderCursor io.appium.android.apis.app.LoaderCustom io.appium.android.apis.app.LoaderThrottle io.appium.android.apis.app.LoaderRetained io.appium.android.apis.app.Intents io.appium.android.apis.app.IntentActivityFlags io.appium.android.apis.app.LocalServiceActivities$Controller io.appium.android.apis.app.LocalServiceActivities$Binding io.appium.android.apis.app.MessengerServiceActivities$Binding io.appium.android.apis.app.RemoteService$Controller io.appium.android.apis.app.RemoteService$Binding io.appium.android.apis.app.RemoteService$BindingOptions io.appium.android.apis.app.ServiceStartArguments$Controller io.appium.android.apis.app.ForegroundService$Controller io.appium.android.apis.app.IsolatedService$Controller io.appium.android.apis.app.AlarmController io.appium.android.apis.app.AlarmService io.appium.android.apis.accessibility.ClockBackActivity io.appium.android.apis.accessibility.TaskListActivity io.appium.android.apis.accessibility.CustomViewAccessibilityActivity io.appium.android.apis.app.LocalSample io.appium.android.apis.app.ContactsFilter io.appium.android.apis.app.NotifyWithText io.appium.android.apis.app.IncomingMessage io.appium.android.apis.app.IncomingMessageView io.appium.android.apis.app.IncomingMessageInterstitial io.appium.android.apis.app.NotificationDisplay io.appium.android.apis.app.StatusBarNotifications io.appium.android.apis.app.NotifyingController io.appium.android.apis.app.AlertDialogSamples io.appium.android.apis.app.SearchInvoke io.appium.android.apis.app.SearchQueryResults io.appium.android.apis.app.LauncherShortcuts io.appium.android.apis.app.CreateShortcuts io.appium.android.apis.app.MenuInflateFromXml io.appium.android.apis.app.DeviceAdminSample io.appium.android.apis.app.VoiceRecognition io.appium.android.apis.app.TextToSpeechActivity io.appium.android.apis.app.Action
05-17 23:24:04.133 1749 1778 D PackageManager: Instrumentation: io.appium.android.apis.app.LocalSampleInstrumentation
05-17 23:24:04.135 1749 1778 D PackageManager: Propagating install state across downgrade
05-17 23:24:04.135 1749 1778 D PackageManager: user 0 => true
05-17 23:24:04.254 1630 1630 I keystore: clear_uid 10181
05-17 23:24:04.354 1749 1778 I system_server: Explicit concurrent copying GC freed 78456(4MB) AllocSpace objects, 29(1112KB) LOS objects, 35% free, 10MB/16MB, paused 334us total 99.465ms
05-17 23:24:04.415 1749 1778 I ActivityManager: Force stopping io.appium.android.apis appid=10181 user=0: pkg removed
05-17 23:24:04.547 1749 1765 W Looper : Dispatch took 162ms on android.ui, h=Handler (com.android.server.am.ActivityManagerService$UiHandler) {712380a} cb=null msg=53
05-17 23:24:04.574 2248 2248 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_ALL packageName=io.appium.android.apis]
05-17 23:24:04.714 1749 1834 W BestClock: java.time.DateTimeException: Missing NTP fix
05-17 23:24:04.766 1749 1828 I InputReader: Reconfiguring input devices. changes=0x00000010
05-17 23:24:04.819 1749 1749 I ConditionProviders: Disallowing condition provider io.appium.android.apis
05-17 23:24:04.907 2248 8960 E NetworkScheduler: Unrecognised action provided: android.intent.action.PACKAGE_REMOVED
05-17 23:24:04.910 2382 2393 I s.nexuslaunche: Background concurrent copying GC freed 6169(350KB) AllocSpace objects, 2(176KB) LOS objects, 45% free, 7MB/13MB, paused 408us total 343.419ms
05-17 23:24:04.917 1996 1996 D CarrierSvcBindHelper: No carrier app for: 0
05-17 23:24:04.918 1749 1834 W BestClock: java.time.DateTimeException: Missing NTP fix
05-17 23:24:04.948 1749 1835 W BestClock: java.time.DateTimeException: Missing NTP fix
05-17 23:24:05.052 1749 1760 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:io.appium.android.apis flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
05-17 23:24:05.158 2688 2688 I Finsky : [2] com.google.android.finsky.wear.WearSupportService.onStartCommand(21): Starting WearSupportService for auto_uninstall
05-17 23:24:05.159 2688 2688 I Finsky : [2] com.google.android.finsky.wear.ar.a(80): Connecting to wearable; initiated by: com.google.android.finsky.wear.WearSupportService
05-17 23:24:05.159 2688 2688 I Finsky : [2] com.google.android.finsky.wear.WearSupportService.onStartCommand(21): Starting WearSupportService for send_installed_apps
05-17 23:24:05.162 2541 11025 I ContentMaintenance: Pruning caches...
05-17 23:24:05.163 2541 11025 I ContentMaintenance: Internal cache bytes used: 0; limit: 100000000; download size: 0
05-17 23:24:05.184 2541 2568 I gle.android.gm: Waiting for a blocking GC ProfileSaver
05-17 23:24:05.230 2541 11568 I PeopleContactsSync: triggerPendingContactsCleanup: no accounts
05-17 23:24:05.244 2541 11568 I LocationSettingsChecker: Removing dialog suppression flag for package io.appium.android.apis
05-17 23:24:05.349 2541 11025 I ContentMaintenance: Cache pruning complete.
05-17 23:24:05.351 2541 11025 I ContentMaintenance: Beginning garbage collection.
05-17 23:24:05.394 2541 6101 I Icing : doRemovePackageData io.appium.android.apis
05-17 23:24:05.395 2248 2248 I WearableService: Wearable Services not starting - Wear is not available on this device.
05-17 23:24:05.414 2248 4290 W WearableService: onGetService - Wear is not available on this device.
05-17 23:24:05.420 2688 2688 E Finsky : [2] com.google.android.finsky.wear.au.a(3): onConnectionFailed: ConnectionResult{statusCode=API_UNAVAILABLE, resolution=null, message=null}
05-17 23:24:05.420 2688 2688 W Finsky : [2] com.google.android.finsky.wear.cd.run(12): Dropping command=auto_uninstall due to Gms not connected
05-17 23:24:05.421 2688 2688 I Finsky : [2] com.google.android.finsky.wear.WearSupportService.b(67): Stopping WearSupportService
05-17 23:24:05.427 2541 2869 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
05-17 23:24:05.428 2688 2688 W Finsky : [2] com.google.android.finsky.wear.cd.run(12): Dropping command=send_installed_apps due to Gms not connected
05-17 23:24:05.428 2688 2688 I Finsky : [2] com.google.android.finsky.wear.WearSupportService.b(67): Stopping WearSupportService
05-17 23:24:05.468 2541 3202 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
05-17 23:24:05.472 2541 11025 I RealtimeCacheCleanup: Beginning Realtime garbage collection.
05-17 23:24:05.473 2541 11025 I RealtimeCacheCleanup: Finished Realtime garbage collection.
05-17 23:24:05.473 2541 11025 I ContentMaintenance: Finished garbage collection.
05-17 23:24:05.506 2541 2568 I gle.android.gm: WaitForGcToComplete blocked ProfileSaver on HeapTrim for 321.892ms
05-17 23:24:05.529 2248 4290 I AsyncOpDispatcher: 19-GetFileDescriptorAndDelete
05-17 23:24:05.548 15260 11560 I ProvidersCache: Provider returned no roots. Possibly naughty: com.google.android.apps.docs.storage
05-17 23:24:05.555 2541 6101 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
05-17 23:24:05.558 2541 11565 I GrowthService: Package io.appium.android.apis uninstalled. Removing from storage.
05-17 23:24:05.562 2248 4290 I AsyncOpDispatcher: 19-GetFileDescriptorAndDelete
05-17 23:24:05.577 2541 6101 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment