Skip to content

Instantly share code, notes, and snippets.

@sethgagnon
Created October 5, 2018 14:10
Show Gist options
  • Save sethgagnon/2863b0db1f69f5275320e6ac8e7c6ce9 to your computer and use it in GitHub Desktop.
Save sethgagnon/2863b0db1f69f5275320e6ac8e7c6ce9 to your computer and use it in GitHub Desktop.
Updated logcat from running RLAAPS pulled this morning. Ran Wake and Tune and Get Model commands
This file has been truncated, but you can view the full file.
10-03 10:26:46.058 1253-2482/? E/AndroidRuntime: FATAL EXCEPTION: pool-13-thread-1
Process: info.nightscout.androidaps, PID: 1253
java.lang.NullPointerException: Attempt to invoke virtual method 'android.bluetooth.BluetoothGatt android.bluetooth.BluetoothDevice.connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)' on a null object reference
at info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE.connectGatt(RileyLinkBLE.java:366)
at info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.tasks.DiscoverGattServicesTask.run(DiscoverGattServicesTask.java:26)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at java.lang.Thread.run(Thread.java:818)
10-03 10:55:55.721 9296-20151/? E/AndroidRuntime: FATAL EXCEPTION: Thread-859
Process: info.nightscout.androidaps, PID: 9296
android.util.AndroidRuntimeException: Animators may only be run on Looper threads
at android.animation.ValueAnimator.start(ValueAnimator.java:1069)
at android.animation.ValueAnimator.start(ValueAnimator.java:1117)
at android.animation.ObjectAnimator.start(ObjectAnimator.java:852)
at android.animation.AnimatorSet.start(AnimatorSet.java:586)
at android.animation.StateListAnimator.start(StateListAnimator.java:187)
at android.animation.StateListAnimator.setState(StateListAnimator.java:180)
at android.view.View.drawableStateChanged(View.java:16977)
at android.widget.TextView.drawableStateChanged(TextView.java:3965)
at android.support.v7.widget.AppCompatButton.drawableStateChanged(AppCompatButton.java:154)
at android.view.View.refreshDrawableState(View.java:17025)
at android.view.View.setEnabled(View.java:7461)
at android.widget.TextView.setEnabled(TextView.java:1569)
at info.nightscout.androidaps.plugins.PumpMedtronic.MedtronicFragment$2.run(MedtronicFragment.java:155)
at info.nightscout.androidaps.queue.commands.Command.cancel(Command.java:45)
at info.nightscout.androidaps.queue.CommandQueue.clear(CommandQueue.java:133)
at info.nightscout.androidaps.queue.QueueThread.run(QueueThread.java:98)
10-03 12:26:41.906 5442-5473/? E/AndroidRuntime: FATAL EXCEPTION: pool-3-thread-1
Process: com.gxwtech.roundtrip2, PID: 5442
java.lang.IllegalArgumentException: The partial must not be null
at org.joda.time.format.DateTimeFormatter.printTo(DateTimeFormatter.java:653)
at org.joda.time.format.DateTimeFormatter.print(DateTimeFormatter.java:709)
at com.gxwtech.roundtrip2.ServiceData.ReadPumpClockResult.setTime(ReadPumpClockResult.java:32)
at com.gxwtech.roundtrip2.RoundtripService.Tasks.ReadPumpClockTask.run(ReadPumpClockTask.java:39)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at java.lang.Thread.run(Thread.java:818)
10-03 12:26:56.541 5913-5913/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.gxwtech.roundtrip2, PID: 5913
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.defs.RileyLinkFirmwareVersion.name()' on a null object reference
at info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1.onReceive(RileyLinkService.java:183)
at android.support.v4.content.LocalBroadcastManager.executePendingBroadcasts(LocalBroadcastManager.java:311)
at android.support.v4.content.LocalBroadcastManager.access$000(LocalBroadcastManager.java:47)
at android.support.v4.content.LocalBroadcastManager$1.handleMessage(LocalBroadcastManager.java:120)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-03 12:48:00.139 8141-8141/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.gxwtech.roundtrip2, PID: 8141
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.defs.RileyLinkFirmwareVersion.name()' on a null object reference
at info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1.onReceive(RileyLinkService.java:183)
at android.support.v4.content.LocalBroadcastManager.executePendingBroadcasts(LocalBroadcastManager.java:311)
at android.support.v4.content.LocalBroadcastManager.access$000(LocalBroadcastManager.java:47)
at android.support.v4.content.LocalBroadcastManager$1.handleMessage(LocalBroadcastManager.java:120)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-03 12:48:32.171 9355-9355/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.gxwtech.roundtrip2, PID: 9355
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.defs.RileyLinkFirmwareVersion.name()' on a null object reference
at info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1.onReceive(RileyLinkService.java:183)
at android.support.v4.content.LocalBroadcastManager.executePendingBroadcasts(LocalBroadcastManager.java:311)
at android.support.v4.content.LocalBroadcastManager.access$000(LocalBroadcastManager.java:47)
at android.support.v4.content.LocalBroadcastManager$1.handleMessage(LocalBroadcastManager.java:120)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-03 12:59:04.901 11050-11165/? E/AndroidRuntime: FATAL EXCEPTION: pool-3-thread-1
Process: com.gxwtech.roundtrip2, PID: 11050
java.lang.IllegalArgumentException: The partial must not be null
at org.joda.time.format.DateTimeFormatter.printTo(DateTimeFormatter.java:653)
at org.joda.time.format.DateTimeFormatter.print(DateTimeFormatter.java:709)
at com.gxwtech.roundtrip2.ServiceData.ReadPumpClockResult.setTime(ReadPumpClockResult.java:32)
at com.gxwtech.roundtrip2.RoundtripService.Tasks.ReadPumpClockTask.run(ReadPumpClockTask.java:39)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at java.lang.Thread.run(Thread.java:818)
--------- beginning of system
10-04 11:48:36.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:48:36.201 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:49:14.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:49:14.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:51:46.020 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:51:46.075 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:52:20.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:52:24.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:52:42.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:52:54.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:54:01.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:54:01.054 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:54:02.024 582-1161/? I/chatty: uid=1000(system) Binder_5 expire 13 lines
10-04 11:54:34.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:54:46.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:55:23.098 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:55:37.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:57:05.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:57:06.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:58:03.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:58:10.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:58:49.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:59:26.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:59:26.026 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 11:59:26.179 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:00:30.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:00:32.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:01:34.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:01:34.172 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:02:19.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:02:19.441 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:02:37.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:02:42.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:03:03.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:03:03.104 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:04:32.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:04:45.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:05:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:05:43.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:05:45.005 582-753/? I/chatty: uid=1000(system) Binder_4 expire 10 lines
10-04 12:07:34.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:07:34.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:08:05.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:08:07.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:09:50.468 582-595/? I/chatty: uid=1000(system) ActivityManager expire 20 lines
10-04 12:10:16.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:10:17.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:11:41.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:11:41.059 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:12:07.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:12:07.396 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:13:30.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:13:32.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:15:41.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:15:41.308 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:16:45.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:16:45.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:17:14.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:17:14.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:17:49.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:17:49.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:18:24.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:18:24.031 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:18:54.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:18:54.032 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:19:44.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:19:44.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:20:30.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:20:35.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:22:34.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:22:34.160 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:23:42.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:24:13.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:24:13.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:24:22.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:25:18.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:25:25.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:25:43.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:25:55.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:26:01.413 582-595/? I/chatty: uid=1000(system) ActivityManager expire 15 lines
10-04 12:27:08.040 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:27:08.559 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:27:28.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:27:35.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:28:04.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:28:07.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:29:37.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:29:37.027 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:30:41.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:30:42.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:31:26.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:31:27.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:32:45.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:32:49.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:33:54.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:34:06.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:34:28.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:34:45.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:34:45.024 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:34:45.163 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:35:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:36:00.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:36:00.039 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:36:00.060 582-595/? I/chatty: uid=1000(system) ActivityManager expire 10 lines
10-04 12:36:00.094 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:36:46.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:36:46.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:37:42.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:37:42.034 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:38:12.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:38:12.031 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:39:17.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:39:17.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:40:59.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:41:00.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:41:43.171 582-592/? I/chatty: uid=1000(system) Binder_1 expire 10 lines
10-04 12:43:18.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:43:30.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:44:32.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:44:38.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:44:55.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:44:56.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:45:17.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:45:31.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:48:10.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:48:10.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:48:45.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:48:45.039 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:49:45.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:49:49.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:50:18.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:50:21.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:50:59.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:50:59.168 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:51:28.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:51:29.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:52:03.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:52:03.029 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:53:13.147 582-1576/? I/chatty: uid=1000(system) Binder_A expire 13 lines
10-04 12:53:39.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:53:40.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:54:44.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:54:44.136 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:56:54.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:56:54.173 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:57:58.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:58:00.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:58:47.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:59:03.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:59:03.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:59:04.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:59:33.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 12:59:38.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:00:36.026 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:00:43.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:01:39.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:01:40.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:02:01.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:02:19.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:02:19.030 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:02:20.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:03:21.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:03:24.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:04:10.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:04:11.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:04:28.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:04:29.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:05:15.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:05:21.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:06:31.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:06:31.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:07:00.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:07:00.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:08:05.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:08:05.034 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:08:50.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:08:51.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:09:38.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:09:38.074 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:12:01.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:12:05.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:13:09.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:13:11.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:13:33.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:14:15.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:14:15.024 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:14:16.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:14:53.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:14:53.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:15:38.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:15:38.029 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:17:30.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:17:30.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:17:42.449 582-1587/? I/chatty: uid=1000(system) Binder_D expire 14 lines
10-04 13:18:35.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:18:35.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:18:55.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:18:55.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:19:28.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:19:29.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:20:21.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:20:21.025 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:20:42.008 582-1573/? I/chatty: uid=1000(system) Binder_9 expire 18 lines
10-04 13:21:50.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:21:51.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:22:19.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:22:42.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:22:42.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:22:49.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:23:34.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:23:42.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:23:42.204 582-595/? I/chatty: uid=1000(system) ActivityManager expire 11 lines
10-04 13:23:44.489 582-1571/? I/chatty: uid=1000(system) Binder_7 expire 11 lines
10-04 13:23:45.276 582-1163/? I/chatty: uid=1000(system) Binder_6 expire 10 lines
10-04 13:23:45.627 582-1577/? I/chatty: uid=1000(system) Binder_B expire 12 lines
10-04 13:24:00.005 582-654/? I/chatty: uid=1000(system) WifiService expire 14 lines
10-04 13:25:43.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:25:43.041 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:25:56.063 582-596/? I/chatty: uid=1000(system) android.ui expire 1 line
10-04 13:27:09.049 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:27:09.492 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:28:10.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:28:11.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:28:51.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:29:24.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:29:24.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:29:26.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:30:28.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:30:34.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:30:59.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:31:32.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:31:32.043 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:31:34.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:32:18.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:32:28.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:33:16.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:33:27.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:34:37.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:34:44.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:36:35.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:36:35.032 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:36:52.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:37:04.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:37:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:37:46.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:38:57.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:38:57.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:39:57.419 582-595/? I/chatty: uid=1000(system) ActivityManager expire 23 lines
10-04 13:40:38.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:40:39.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:42:09.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:42:15.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:43:07.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:43:18.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:43:35.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:43:35.170 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:43:57.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:43:57.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:45:26.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:45:26.137 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:45:42.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:45:44.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:46:49.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:46:49.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:47:34.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:47:43.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:48:37.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:48:37.033 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:48:59.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:48:59.028 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:49:25.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:49:42.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:49:42.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:49:42.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:50:23.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:50:27.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:50:47.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:50:47.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:51:28.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:51:38.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 13:51:48.056 582-628/? I/chatty: uid=1000(system) AlarmManager expire 9 lines
10-04 13:51:48.514 582-582/? I/chatty: uid=1000 system_server expire 13 lines
10-04 13:51:51.876 31453-31453/? D/ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
10-04 13:51:54.637 31341-31817/? E/ActivityThread: Failed to find provider info for com.amazon.dcp.settings
10-04 13:52:03.767 582-594/? I/chatty: uid=1000(system) android.bg expire 16 lines
10-04 13:52:09.600 582-593/? I/chatty: uid=1000(system) Binder_2 expire 14 lines
10-04 13:52:12.386 582-606/? I/chatty: uid=1000(system) PackageManager expire 31 lines
10-04 13:52:13.423 582-633/? I/chatty: uid=1000(system) VoldConnector expire 4 lines
10-04 13:52:13.814 582-739/? I/chatty: uid=1000(system) Binder_3 expire 10 lines
10-04 13:52:16.386 582-2277/? I/chatty: uid=1000(system) Binder_E expire 14 lines
10-04 13:52:24.705 32765-32765/? D/ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
10-04 13:52:24.785 582-606/? I/chatty: uid=1000(system) PackageManager expire 22 lines
10-04 13:52:26.978 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 18 lines
10-04 13:52:33.180 838-838/? D/ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
10-04 13:52:34.269 582-739/? I/chatty: uid=1000(system) Binder_3 expire 13 lines
10-04 13:52:34.939 582-1587/? I/chatty: uid=1000(system) Binder_D expire 13 lines
10-04 13:52:34.940 582-654/? I/chatty: uid=1000(system) WifiService expire 10 lines
10-04 13:52:35.024 582-595/? I/chatty: uid=1000(system) ActivityManager expire 13 lines
10-04 13:52:35.565 582-1572/? I/chatty: uid=1000(system) Binder_8 expire 13 lines
10-04 13:52:35.847 582-592/? I/chatty: uid=1000(system) Binder_1 expire 16 lines
10-04 13:52:38.933 582-1576/? I/chatty: uid=1000(system) Binder_A expire 12 lines
10-04 13:52:39.414 582-1577/? I/chatty: uid=1000(system) Binder_B expire 17 lines
10-04 13:52:40.740 582-1161/? I/chatty: uid=1000(system) Binder_5 expire 14 lines
10-04 13:52:42.487 582-3973/? I/chatty: uid=1000(system) Binder_10 expire 10 lines
10-04 13:52:57.260 582-2277/? I/chatty: uid=1000(system) Binder_E expire 15 lines
10-04 13:53:27.401 2017-2111/? E/ActivityThread: Failed to find provider info for com.amazon.dcp.settings
10-04 13:53:35.428 582-595/? I/chatty: uid=1000(system) ActivityManager expire 10 lines
10-04 13:56:50.721 582-753/? I/chatty: uid=1000(system) Binder_4 expire 11 lines
10-04 14:03:08.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:03:09.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:04:10.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:04:10.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:04:45.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:04:48.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:07:28.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:07:29.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:08:03.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:08:17.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:08:28.014 582-595/? I/chatty: uid=1000(system) ActivityManager expire 10 lines
10-04 14:09:38.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:09:39.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:10:10.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:10:18.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:10:41.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:10:41.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:11:22.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:11:49.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:11:49.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:11:50.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:12:53.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:12:54.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:14:34.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:14:34.055 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:15:04.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:15:04.047 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:15:22.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:15:40.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:15:40.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:15:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:16:46.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:16:46.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:17:13.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:17:13.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:18:19.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:18:19.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:18:52.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:18:52.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:19:16.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:19:16.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:20:12.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:20:12.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:20:58.131 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:21:00.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:22:02.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:22:05.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:22:33.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:22:33.054 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:24:14.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:24:14.055 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:24:35.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:24:36.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:27:02.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:27:02.128 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:27:59.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:28:07.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:28:35.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:28:53.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:28:53.031 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:28:53.061 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:29:12.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:29:13.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:29:38.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:29:39.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:30:18.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:30:18.152 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:30:42.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:30:44.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:31:23.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:31:23.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:32:07.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:32:18.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:33:33.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:33:34.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:33:56.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:34:22.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:34:39.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:34:41.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:35:34.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:35:34.078 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:35:45.052 582-595/? I/chatty: uid=1000(system) ActivityManager expire 11 lines
10-04 14:36:41.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:36:44.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:37:37.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:37:37.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:38:15.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:38:35.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:38:35.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:38:47.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:39:20.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:39:22.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:39:40.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:39:40.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:41:00.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:41:00.153 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:41:59.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:42:05.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:43:16.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:43:22.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:44:26.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:44:26.046 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:45:10.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:45:10.040 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:45:43.007 582-595/? I/chatty: uid=1000(system) ActivityManager expire 17 lines
10-04 14:46:00.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:46:00.089 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:47:17.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:47:25.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:47:41.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:47:41.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:48:34.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:48:34.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:49:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:49:42.020 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:50:16.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:50:20.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:50:38.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:50:41.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:51:33.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:51:48.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:53:40.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:53:40.165 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:54:45.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:54:45.170 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:57:12.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:57:16.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:57:56.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:58:15.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:58:15.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:58:26.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:59:24.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 14:59:33.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:00:09.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:00:09.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:00:16.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:00:16.034 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:00:38.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:00:43.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:01:42.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:01:48.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:02:38.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:02:46.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:03:33.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:03:45.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:04:30.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:04:42.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:06:52.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:07:04.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:07:42.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:07:42.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:08:51.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:08:51.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:09:07.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:09:14.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:09:16.207 582-595/? I/chatty: uid=1000(system) ActivityManager expire 10 lines
10-04 15:09:16.237 582-1573/? I/chatty: uid=1000(system) Binder_9 expire 10 lines
10-04 15:10:25.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:10:28.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:12:12.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:12:15.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:13:00.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:13:12.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:13:16.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:13:40.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:13:40.020 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:13:43.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:14:09.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:14:43.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:14:43.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:14:46.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:15:10.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:15:10.114 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:15:42.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:15:51.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:16:54.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:16:54.020 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:17:26.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:17:45.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:17:45.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:17:45.086 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:19:03.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:19:03.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:20:43.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:20:44.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:21:09.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:21:11.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:21:37.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:21:37.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:22:15.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:22:15.049 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:22:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:23:20.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:23:20.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:23:24.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:24:23.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:24:23.059 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:25:59.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:25:59.028 582-595/? I/chatty: uid=1000(system) ActivityManager expire 23 lines
10-04 15:25:59.107 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:26:32.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:26:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:27:36.123 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:27:47.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:28:12.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:28:12.140 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:28:31.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:28:40.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:29:38.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:29:44.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:30:43.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:30:45.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:31:52.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:31:55.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:32:55.023 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:32:55.100 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:33:15.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:33:15.170 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:33:37.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:33:49.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:34:44.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:34:44.160 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:36:30.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:36:30.027 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:36:55.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:36:55.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:38:17.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:38:17.024 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:38:41.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:38:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:39:05.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:39:05.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:40:24.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:40:24.020 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:40:43.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:40:47.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:42:13.076 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:42:16.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:43:31.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:43:39.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:44:03.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:44:03.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:45:43.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:45:43.130 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:47:18.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:47:18.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:47:56.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:47:56.030 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:48:25.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:48:25.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:49:00.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:49:00.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:50:36.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:50:37.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:51:29.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:51:29.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:52:42.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:52:42.114 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:53:16.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:53:44.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:53:44.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:53:50.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:54:19.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:54:23.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:55:24.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:55:26.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:56:00.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:56:00.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:57:01.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:57:01.152 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:57:47.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:57:59.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:59:03.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 15:59:14.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:00:13.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:00:13.128 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:00:42.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:00:42.054 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:01:26.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:01:26.123 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:02:16.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:02:31.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:02:32.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:02:32.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:03:16.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:03:21.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:04:29.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:04:29.135 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:05:43.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:05:46.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:07:42.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:07:56.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:08:46.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:08:46.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:09:38.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:09:38.079 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:10:40.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:10:42.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:12:14.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:12:16.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:12:59.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:13:20.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:13:20.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:13:21.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:14:26.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:14:26.091 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:15:08.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:15:08.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:15:59.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:15:59.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:16:35.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:16:36.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:18:28.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:18:28.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:19:15.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:19:44.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:20:38.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:20:43.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:21:51.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:21:57.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:22:23.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:22:23.049 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:22:42.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:22:51.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:23:34.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:23:39.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:25:43.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:25:43.692 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:26:58.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:27:00.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:28:09.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:28:21.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:29:10.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:29:10.070 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:29:28.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:29:37.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:30:22.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:30:33.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:31:32.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:31:33.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:32:43.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:32:52.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:34:44.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:34:44.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:35:27.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:35:36.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:36:48.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:36:48.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:37:42.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:38:05.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:38:05.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:38:05.034 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:38:21.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:38:21.062 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:38:46.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:38:46.027 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:40:16.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:40:27.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:41:22.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:41:22.047 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:42:10.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:42:12.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:43:08.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:43:34.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:43:34.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:43:47.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:44:37.030 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:44:37.064 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:45:25.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:45:34.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:46:28.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:46:45.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:46:45.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:46:45.034 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:47:25.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:47:25.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:47:49.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:47:49.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:48:07.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:48:07.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:48:49.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:48:49.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:49:10.027 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:49:10.041 582-594/? I/chatty: uid=1000(system) android.bg expire 17 lines
10-04 16:49:11.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:49:44.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:49:49.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:50:16.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:50:40.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:50:42.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:52:06.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:52:08.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:52:27.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:52:28.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:54:14.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:54:14.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:55:18.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:55:41.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:55:41.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:55:41.347 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:56:44.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:56:44.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:57:16.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:57:28.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:57:51.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:57:51.060 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:58:31.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:58:31.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:58:57.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:58:59.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:59:36.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 16:59:36.090 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:00:40.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:00:43.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:00:55.071 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:00:59.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:01:40.009 582-595/? I/chatty: uid=1000(system) ActivityManager expire 17 lines
10-04 17:03:09.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:03:10.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:03:47.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:03:52.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:04:25.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:04:26.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:04:44.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:04:44.169 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:05:30.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:05:31.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:07:06.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:07:06.028 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:07:39.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:07:39.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:08:10.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:08:10.034 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:09:16.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:09:16.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:09:38.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:09:38.023 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:10:31.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:10:43.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:11:32.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:11:40.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:12:16.053 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:12:16.305 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:12:36.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:12:36.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:14:10.128 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:14:11.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:14:46.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:14:46.024 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:15:04.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:15:06.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:15:43.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:15:43.097 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:16:48.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:16:48.032 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:17:55.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:17:55.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:18:30.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:18:30.027 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:19:36.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:19:36.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:21:00.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:21:03.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:21:31.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:21:31.062 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:22:42.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:22:47.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:23:33.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:23:55.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:23:55.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:23:56.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:24:37.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:24:40.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:25:40.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:25:43.232 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:26:57.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:27:10.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:27:52.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:28:01.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:28:17.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:28:18.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:29:58.094 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:30:14.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:30:14.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:30:14.496 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:31:32.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:31:32.168 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:31:51.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:32:16.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:32:16.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:32:28.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:33:27.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:33:27.072 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:33:42.135 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:33:43.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:35:42.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:35:51.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:36:57.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:36:57.156 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:37:42.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:38:02.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:38:02.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:38:02.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:39:05.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:39:05.053 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:39:38.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:39:38.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:40:43.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:40:43.052 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:41:00.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:41:00.048 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:41:45.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:41:47.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:42:13.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:42:13.123 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:43:21.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:43:28.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:44:03.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:44:24.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:44:24.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:44:33.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:45:10.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:45:11.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:46:00.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:46:00.156 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:47:36.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:47:36.026 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:48:17.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:48:17.048 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:48:35.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:48:39.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:49:44.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:49:44.024 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:50:36.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:50:42.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:51:55.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:51:55.038 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:52:36.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:52:42.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:53:00.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:53:00.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:55:40.005 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 10 lines
10-04 17:55:40.006 582-1365/? I/chatty: uid=1000(system) DhcpClient expire 4 lines
10-04 17:55:43.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:55:43.071 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 37 lines
10-04 17:55:46.752 582-654/? I/chatty: uid=1000(system) WifiService expire 10 lines
10-04 17:55:47.253 582-1571/? I/chatty: uid=1000(system) Binder_7 expire 11 lines
10-04 17:55:50.775 582-3973/? I/chatty: uid=1000(system) Binder_10 expire 15 lines
10-04 17:55:51.109 582-3972/? I/chatty: uid=1000(system) Binder_F expire 13 lines
10-04 17:56:59.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:57:18.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:58:06.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:58:15.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:58:39.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:58:39.181 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:59:11.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:59:27.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:59:27.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:59:43.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:59:43.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 17:59:44.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:00:31.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:00:49.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:00:49.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:00:49.170 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:01:21.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:01:21.042 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:02:35.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:02:38.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:03:44.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:04:04.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:04:04.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:04:05.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:04:26.258 582-593/? I/chatty: uid=1000(system) Binder_2 expire 11 lines
10-04 18:04:49.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:04:54.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:05:43.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:05:53.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:07:20.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:07:20.023 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:07:41.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:07:41.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:08:02.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:08:02.032 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:09:05.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:09:05.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:10:00.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:10:04.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:10:35.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:10:35.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:12:17.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:12:17.041 582-1586/? I/chatty: uid=1000(system) Binder_C expire 12 lines
10-04 18:12:17.054 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 31 lines
10-04 18:12:48.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:12:49.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:13:25.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:13:31.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:14:34.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:14:34.118 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:16:04.005 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-04 18:16:04.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:16:05.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:17:00.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:17:00.086 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:18:50.031 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:19:10.825 582-1163/? I/chatty: uid=1000(system) Binder_6 expire 10 lines
10-04 18:19:42.023 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:19:42.051 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:20:23.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:20:24.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:21:04.074 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-04 18:23:41.051 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:24:08.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:24:10.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:24:42.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:24:42.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:24:44.008 582-595/? I/chatty: uid=1000(system) ActivityManager expire 12 lines
10-04 18:25:43.007 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-04 18:25:43.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:25:49.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:26:07.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:26:08.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:26:38.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:26:38.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:26:54.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:26:54.193 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:27:17.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:27:17.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:27:44.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:27:59.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:27:59.079 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:28:00.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:28:28.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:28:40.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:29:35.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:29:58.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:29:58.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:30:10.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:31:15.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:31:15.172 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:32:02.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:32:04.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:33:24.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:33:26.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:33:45.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:33:56.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:34:51.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:34:51.105 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:35:35.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:35:35.163 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:36:04.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:36:08.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:36:39.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:36:39.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:37:11.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:37:11.084 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:39:01.051 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:40:46.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:41:00.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:41:22.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:41:29.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:41:54.118 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 11 lines
10-04 18:43:32.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:43:34.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:45:04.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:45:05.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:45:44.040 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:45:48.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:52:53.058 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:53:12.253 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 22 lines
10-04 18:53:14.319 582-1161/? I/chatty: uid=1000(system) Binder_5 expire 14 lines
10-04 18:54:31.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:55:44.038 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-04 18:55:55.836 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 15 lines
10-04 18:57:12.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:57:12.109 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:57:16.004 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 29 lines
10-04 18:57:59.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:57:59.181 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 18:59:02.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:01:54.020 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:01:54.062 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:02:07.966 582-1572/? I/chatty: uid=1000(system) Binder_8 expire 14 lines
10-04 19:04:29.039 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:04:29.093 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 34 lines
10-04 19:05:00.019 582-753/? I/chatty: uid=1000(system) Binder_4 expire 16 lines
10-04 19:07:23.048 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:07:23.085 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-04 19:07:58.255 582-602/? I/chatty: uid=1000(system) PowerManagerSer expire 11 lines
10-04 19:07:58.306 582-600/? I/chatty: uid=1000(system) android.display expire 2 lines
10-04 19:07:59.294 1303-1416/? E/ActivityThread: Failed to find provider info for com.dianxinos.dxbs.DuCandyCooProvider
10-04 19:07:59.295 1303-1416/? E/ActivityThread: Failed to find provider info for com.dianxinos.optimizer.duplay.DuCandyCooProvider
10-04 19:07:59.319 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 15 lines
10-04 19:07:59.335 1303-1416/? E/ActivityThread: Failed to find provider info for com.estrongs.android.pop.DuCandyCooProvider
10-04 19:08:02.634 582-1587/? I/chatty: uid=1000(system) Binder_D expire 12 lines
10-04 19:08:02.891 27234-27234/? D/ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
10-04 19:08:03.253 27145-27467/? E/ActivityThread: Failed to find provider info for com.amazon.dcp.settings
10-04 19:08:05.435 582-684/? I/chatty: uid=1000(system) backup expire 30 lines
10-04 19:08:08.259 582-597/? I/chatty: uid=1000(system) android.fg expire 4 lines
10-04 19:08:10.743 582-595/? I/chatty: uid=1000(system) ActivityManager expire 19 lines
10-04 19:08:12.802 582-582/? I/chatty: uid=1000 system_server expire 17 lines
10-04 19:08:17.807 582-1573/? I/chatty: uid=1000(system) Binder_9 expire 19 lines
10-04 19:08:30.906 3500-28509/? W/ActivityThread: ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader());
10-04 19:08:31.142 582-595/? I/chatty: uid=1000(system) ActivityManager expire 16 lines
10-04 19:08:33.166 582-684/? I/chatty: uid=1000(system) backup expire 57 lines
10-04 19:08:50.875 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 12 lines
10-04 19:09:14.352 582-606/? I/chatty: uid=1000(system) PackageManager expire 53 lines
10-04 19:09:28.137 582-3972/? I/chatty: uid=1000(system) Binder_F expire 15 lines
10-04 19:09:29.738 29363-29439/? E/ActivityThread: Failed to find provider info for com.amazon.dcp.settings
10-04 19:09:29.747 582-595/? I/chatty: uid=1000(system) ActivityManager expire 40 lines
10-04 19:09:30.128 582-1571/? I/chatty: uid=1000(system) Binder_7 expire 15 lines
10-04 19:09:30.148 582-1576/? I/chatty: uid=1000(system) Binder_A expire 14 lines
10-04 19:09:32.908 582-592/? I/chatty: uid=1000(system) Binder_1 expire 11 lines
10-04 19:09:43.563 582-2277/? I/chatty: uid=1000(system) Binder_E expire 10 lines
10-04 19:09:45.363 29547-29547/? I/chatty: uid=1000(system) expire 8 lines
10-04 19:09:45.866 582-739/? I/chatty: uid=1000(system) Binder_3 expire 12 lines
10-04 19:09:47.388 29560-29560/? D/ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
10-04 19:09:53.753 582-1163/? I/chatty: uid=1000(system) Binder_6 expire 15 lines
10-04 19:09:56.335 582-654/? I/chatty: uid=1000(system) WifiService expire 10 lines
10-04 19:10:11.025 582-1577/? I/chatty: uid=1000(system) Binder_B expire 10 lines
10-04 19:11:39.662 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 12 lines
10-04 19:15:36.737 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:15:37.801 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:15:54.646 582-595/? I/chatty: uid=1000(system) ActivityManager expire 24 lines
10-04 19:15:54.654 582-606/? I/chatty: uid=1000(system) PackageManager expire 40 lines
10-04 19:18:14.853 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 15 lines
10-04 19:19:01.309 582-1161/? I/chatty: uid=1000(system) Binder_5 expire 10 lines
10-04 19:19:01.654 582-1587/? I/chatty: uid=1000(system) Binder_D expire 10 lines
10-04 19:19:17.121 582-2277/? I/chatty: uid=1000(system) Binder_E expire 10 lines
10-04 19:19:57.771 582-753/? I/chatty: uid=1000(system) Binder_4 expire 13 lines
10-04 19:19:58.212 582-1586/? I/chatty: uid=1000(system) Binder_C expire 10 lines
10-04 19:19:59.890 582-593/? I/chatty: uid=1000(system) Binder_2 expire 14 lines
10-04 19:20:00.033 582-3973/? I/chatty: uid=1000(system) Binder_10 expire 14 lines
10-04 19:20:03.073 582-1573/? I/chatty: uid=1000(system) Binder_9 expire 12 lines
10-04 19:21:06.327 706-706/? D/ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
10-04 19:21:06.767 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 11 lines
10-04 19:21:08.682 582-1572/? I/chatty: uid=1000(system) Binder_8 expire 16 lines
10-04 19:23:14.818 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:23:18.566 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:25:14.177 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:25:18.834 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:30:34.459 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:30:37.603 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:31:34.659 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:31:36.855 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:40:35.579 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:40:39.502 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:43:55.939 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:43:58.156 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:46:36.338 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:46:40.460 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:47:45.770 582-595/? I/chatty: uid=1000(system) ActivityManager expire 12 lines
10-04 19:49:16.658 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:49:21.641 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:50:58.377 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:50:59.330 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:51:08.044 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 19 lines
10-04 19:54:37.219 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:54:39.144 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:57:57.618 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:57:57.724 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:57:58.234 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 10 lines
10-04 19:58:57.863 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 19:59:02.795 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:00:42.897 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:00:43.079 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:02:42.587 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 18 lines
10-04 20:04:18.419 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:04:19.672 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:05:18.537 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:05:23.538 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:13:39.259 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:13:41.125 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:13:43.779 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 10 lines
10-04 20:14:00.459 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:14:04.294 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:15:00.654 582-3972/? I/chatty: uid=1000(system) Binder_F expire 12 lines
10-04 20:17:22.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:17:24.619 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 20:20:59.274 582-7155/? I/chatty: uid=1000 system_server expire 3 lines
10-04 20:20:59.296 3500-7154/? D/DownloadManager: Removed 0 stale downloads
10-04 20:20:59.340 582-632/? I/chatty: uid=1000(system) MountService expire 3 lines
10-04 20:20:59.351 175-7166/? D/vold: Starting trim of /cache
10-04 20:20:59.364 3500-7154/? D/DownloadManager: Found 30 files in database
10-04 20:20:59.364 3500-7154/? D/DownloadManager: Found 0 files on disk
10-04 20:21:00.045 175-7166/? I/vold: Trimmed 561090560 bytes on /cache in 692ms
10-04 20:21:00.045 175-7166/? D/vold: Starting trim of /data
10-04 20:21:00.051 582-595/? I/chatty: uid=1000(system) ActivityManager expire 17 lines
10-04 20:21:48.707 175-7166/? I/vold: Trimmed 9753669632 bytes on /data in 48661ms
10-04 20:21:48.707 175-7166/? D/vold: Starting trim of /persist
10-04 20:21:48.707 175-7166/? W/vold: Failed to open /persist: Permission denied
10-04 20:33:24.982 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 95 lines
10-04 20:33:34.911 582-1571/? I/chatty: uid=1000(system) Binder_7 expire 10 lines
10-04 20:33:36.136 582-2277/? I/chatty: uid=1000(system) Binder_E expire 11 lines
10-04 20:33:36.871 8285-8393/? E/ActivityThread: Failed to find provider info for com.amazon.dcp.settings
10-04 20:37:36.193 582-582/? I/chatty: uid=1000 system_server expire 47 lines
10-04 20:39:34.975 582-1161/? I/chatty: uid=1000(system) Binder_5 expire 17 lines
10-04 20:45:36.753 582-1586/? I/chatty: uid=1000(system) Binder_C expire 10 lines
10-04 21:01:00.122 582-594/? I/chatty: uid=1000(system) android.bg expire 10 lines
10-04 21:03:35.286 582-11033/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:03:37.932 582-11072/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:03:40.530 582-11091/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:03:43.123 582-11092/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:03:45.742 582-11093/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:03:48.357 582-11094/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:03:50.982 582-11114/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:03:53.576 582-11127/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:03:56.162 582-11128/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:03:58.774 582-11149/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:01.355 582-11175/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:03.923 582-11194/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:06.510 582-11209/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:09.134 582-11216/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:11.745 582-11240/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:14.342 582-11247/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:16.935 582-11248/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:19.524 582-11261/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:22.114 582-11280/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:24.734 582-11293/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:27.344 582-11306/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:29.978 582-11325/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:32.575 582-11338/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:35.194 582-11354/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:37.799 582-11372/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:40.423 582-11375/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:43.023 582-11388/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:45.635 582-11389/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:48.223 582-11402/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:50.813 582-11404/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:53.439 582-11417/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:56.041 582-11418/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:04:58.708 582-11436/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:05:01.366 582-11468/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:05:03.969 582-11488/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:05:06.573 582-11489/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:05:09.188 582-11499/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:05:11.748 582-11510/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:05:14.341 582-11529/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:05:16.963 582-11549/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:05:19.568 582-11557/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:05:22.203 582-11579/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:05:24.793 582-11592/? I/chatty: uid=1000 system_server expire 3 lines
10-04 21:09:35.284 582-592/? I/chatty: uid=1000(system) Binder_1 expire 11 lines
10-04 21:13:35.281 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 114 lines
10-04 21:26:38.340 582-1576/? I/chatty: uid=1000(system) Binder_A expire 19 lines
10-04 21:28:29.778 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:28:30.653 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:28:32.403 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 40 lines
10-04 21:29:26.578 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:29:30.764 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:35:27.059 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:35:27.379 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:35:29.173 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 27 lines
10-04 21:36:30.339 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:36:31.066 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:37:07.378 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:37:11.559 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:37:36.941 582-582/? I/chatty: uid=1000 system_server expire 12 lines
10-04 21:40:31.699 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:40:31.786 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:41:07.732 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 136 lines
10-04 21:43:07.818 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:43:12.077 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:44:27.301 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:44:32.270 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 21:48:00.099 582-595/? I/chatty: uid=1000(system) ActivityManager expire 18 lines
10-04 22:03:36.603 582-1577/? I/chatty: uid=1000(system) Binder_B expire 14 lines
10-04 22:05:51.842 582-1587/? I/chatty: uid=1000(system) Binder_D expire 11 lines
10-04 22:05:52.491 582-637/? I/chatty: uid=1000(system) NetworkPolicy expire 2 lines
10-04 22:05:56.007 582-654/? I/chatty: uid=1000(system) WifiService expire 13 lines
10-04 22:13:28.840 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 101 lines
10-04 22:18:00.038 582-601/? I/chatty: uid=1000(system) CpuTracker expire 12 lines
10-04 22:27:36.353 582-636/? I/chatty: uid=1000(system) NetworkStats expire 2 lines
10-04 22:32:25.957 582-1573/? I/chatty: uid=1000(system) Binder_9 expire 11 lines
10-04 22:33:38.136 19924-20022/? E/ActivityThread: Failed to find provider info for com.amazon.dcp.settings
10-04 22:33:38.562 582-593/? I/chatty: uid=1000(system) Binder_2 expire 10 lines
10-04 22:33:40.819 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 24 lines
10-04 22:37:20.425 582-739/? I/chatty: uid=1000(system) Binder_3 expire 10 lines
10-04 22:37:21.272 20473-20473/? D/ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
10-04 22:37:22.243 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 156 lines
10-04 22:57:30.941 582-592/? I/chatty: uid=1000(system) Binder_1 expire 10 lines
10-04 22:57:31.453 582-1571/? I/chatty: uid=1000(system) Binder_7 expire 11 lines
10-04 22:57:40.071 582-2277/? I/chatty: uid=1000(system) Binder_E expire 11 lines
10-04 23:01:20.877 582-595/? I/chatty: uid=1000(system) ActivityManager expire 19 lines
10-04 23:06:14.037 582-753/? I/chatty: uid=1000(system) Binder_4 expire 11 lines
10-04 23:16:41.460 582-1163/? I/chatty: uid=1000(system) Binder_6 expire 11 lines
10-04 23:33:39.018 26257-26342/? E/ActivityThread: Failed to find provider info for com.amazon.dcp.settings
10-04 23:37:34.416 26568-26568/? D/ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
10-04 23:37:39.716 582-582/? I/chatty: uid=1000 system_server expire 11 lines
10-04 23:48:01.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:48:06.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:48:34.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:51:38.209 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 28 lines
10-04 23:52:42.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:52:42.189 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:52:43.043 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 40 lines
10-04 23:54:13.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:54:14.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:54:32.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:54:43.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:57:03.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:57:15.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:57:21.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:57:29.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:58:00.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:58:00.060 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:58:16.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:58:16.822 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:59:24.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:59:24.103 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-04 23:59:24.270 582-595/? I/chatty: uid=1000(system) ActivityManager expire 13 lines
10-05 00:00:00.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:00:03.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:00:18.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:00:19.293 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:01:36.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:01:38.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:02:51.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:02:51.038 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:03:07.445 28913-28913/? D/ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
10-05 00:03:51.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:03:54.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:04:38.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:04:42.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:05:41.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:05:41.127 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:06:38.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:06:38.034 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:07:05.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:07:05.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:07:42.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:07:43.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:09:12.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:09:12.046 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:10:22.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:10:22.053 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:10:59.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:10:59.329 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:12:21.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:12:30.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:13:31.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:13:34.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:14:27.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:14:38.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:15:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:15:44.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:17:49.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:18:03.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:18:57.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:19:09.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:19:41.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:19:42.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:20:43.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:21:01.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:21:01.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:21:06.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:22:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:22:42.054 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:24:02.025 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:24:17.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:24:33.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:24:54.423 582-595/? I/chatty: uid=1000(system) ActivityManager expire 11 lines
10-05 00:25:39.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:25:39.195 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:27:21.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:27:30.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:27:49.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:27:50.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:29:01.474 582-1576/? I/chatty: uid=1000(system) Binder_A expire 10 lines
10-05 00:29:01.897 582-654/? I/chatty: uid=1000(system) WifiService expire 5 lines
10-05 00:29:02.544 582-3973/? I/chatty: uid=1000(system) Binder_10 expire 10 lines
10-05 00:29:04.556 582-1587/? I/chatty: uid=1000(system) Binder_D expire 9 lines
10-05 00:31:41.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:31:41.088 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:32:28.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:32:50.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:32:50.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:33:03.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:33:53.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:34:00.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:34:43.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:34:48.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:35:18.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:35:23.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:35:43.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:35:43.214 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:36:00.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:36:01.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:37:00.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:37:06.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:39:16.052 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:39:16.551 582-3972/? I/chatty: uid=1000(system) Binder_F expire 9 lines
10-05 00:39:18.862 582-1572/? I/chatty: uid=1000(system) Binder_8 expire 10 lines
10-05 00:39:19.181 582-595/? I/chatty: uid=1000(system) ActivityManager expire 11 lines
10-05 00:40:22.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:42:22.043 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 00:42:26.762 582-1577/? I/chatty: uid=1000(system) Binder_B expire 10 lines
10-05 00:42:42.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:42:47.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:44:25.047 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 00:44:56.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:48:01.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:48:01.064 582-2277/? I/chatty: uid=1000(system) Binder_E expire 10 lines
10-05 00:48:45.040 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:48:45.050 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:49:01.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:49:07.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:55:44.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:55:44.122 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 34 lines
10-05 00:57:22.081 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:57:22.153 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 00:58:10.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:58:10.050 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:58:55.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:58:59.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:59:41.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 00:59:50.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:00:07.068 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 01:00:38.071 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:05:43.072 582-1161/? I/chatty: uid=1000(system) Binder_5 expire 11 lines
10-05 01:05:59.130 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 11 lines
10-05 01:06:51.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:06:51.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:12:22.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:12:22.016 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 01:12:22.754 582-753/? I/chatty: uid=1000(system) Binder_4 expire 10 lines
10-05 01:12:46.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:12:48.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:15:43.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:15:43.111 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-05 01:15:48.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:16:26.739 2606-2756/? E/ActivityThread: Failed to find provider info for com.amazon.dcp.settings
10-05 01:16:28.198 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 27 lines
10-05 01:23:24.910 582-593/? I/chatty: uid=1000(system) Binder_2 expire 10 lines
10-05 01:25:22.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:25:22.053 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:25:43.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:25:56.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:26:51.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:26:57.745 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 10 lines
10-05 01:26:58.398 582-595/? I/chatty: uid=1000(system) ActivityManager expire 11 lines
10-05 01:27:22.090 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:27:35.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:28:39.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:28:39.024 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:28:40.039 582-594/? I/chatty: uid=1000(system) android.bg expire 10 lines
10-05 01:28:58.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:29:01.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:29:21.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:29:29.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:35:43.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:35:43.082 582-739/? I/chatty: uid=1000(system) Binder_3 expire 10 lines
10-05 01:35:50.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:35:50.020 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 28 lines
10-05 01:42:23.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:42:23.052 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-05 01:43:35.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:45:44.029 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:45:44.066 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 35 lines
10-05 01:47:39.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:55:12.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:55:12.053 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:55:12.210 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 34 lines
10-05 01:55:23.050 582-1571/? I/chatty: uid=1000(system) Binder_7 expire 10 lines
10-05 01:56:08.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:56:09.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:56:15.004 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 01:57:24.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:57:25.890 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 12 lines
10-05 01:57:46.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:57:46.029 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:58:52.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 01:58:52.049 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:00:16.097 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 30 lines
10-05 02:00:44.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:00:54.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:01:18.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:01:19.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:02:23.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:02:24.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:03:13.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:03:20.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:04:18.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:04:34.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:04:34.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:04:34.430 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:05:08.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:05:08.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:05:39.195 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:05:39.195 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:06:00.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:06:00.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:06:45.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:06:45.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:07:32.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:07:32.048 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:08:14.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:08:32.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:08:32.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:08:37.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:09:19.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:09:19.044 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:11:54.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:11:54.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:12:48.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:12:58.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:14:22.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:14:23.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:15:06.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:15:20.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:16:02.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:16:07.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:17:02.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:17:13.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:17:37.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:17:37.204 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:18:06.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:18:06.660 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:19:21.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:19:32.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:20:12.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:20:24.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:21:29.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:27:25.055 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:27:25.129 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 02:28:03.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:28:23.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:28:23.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:28:23.050 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:29:27.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:29:27.027 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:29:57.161 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 30 lines
10-05 02:35:43.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:39:52.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:39:52.091 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:42:25.017 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 28 lines
10-05 02:42:25.108 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:44:03.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:44:04.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:44:37.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:44:38.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:44:44.040 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 12 lines
10-05 02:45:43.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:45:43.249 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:47:23.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:47:57.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:47:57.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:47:58.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:49:02.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:49:03.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:49:30.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:49:30.051 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:50:34.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:50:44.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:51:01.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:51:01.027 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:52:17.115 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:52:18.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:54:28.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:54:28.151 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:55:01.592 582-1586/? I/chatty: uid=1000(system) Binder_C expire 5 lines
10-05 02:55:04.531 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 54 lines
10-05 02:55:05.096 582-595/? I/chatty: uid=1000(system) ActivityManager expire 12 lines
10-05 02:56:09.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:56:11.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:57:26.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:58:02.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:58:14.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:59:13.134 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-05 02:59:53.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 02:59:53.101 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:05:43.023 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:06:45.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:06:45.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:12:26.020 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:12:26.048 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-05 03:13:33.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:15:43.170 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 30 lines
10-05 03:18:15.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:18:21.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:19:06.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:19:11.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:20:22.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:20:32.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:21:21.069 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:21:21.343 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:21:21.687 582-595/? I/chatty: uid=1000(system) ActivityManager expire 10 lines
10-05 03:21:37.560 582-1573/? I/chatty: uid=1000(system) Binder_9 expire 9 lines
10-05 03:32:23.228 582-582/? I/chatty: uid=1000 system_server expire 1 line
10-05 03:33:09.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:33:32.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:33:32.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:33:32.060 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:34:00.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:34:01.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:34:38.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:34:38.172 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:35:17.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:35:42.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:35:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:35:42.098 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:36:40.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:36:48.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:37:12.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:37:15.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:38:28.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:38:28.026 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:39:01.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:39:02.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:40:37.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:40:43.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:41:57.024 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:41:57.082 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:44:15.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:44:25.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:45:30.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:45:32.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:46:08.017 582-601/? I/chatty: uid=1000(system) CpuTracker expire 9 lines
10-05 03:47:40.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:47:40.190 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:48:01.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:48:06.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:48:35.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:48:36.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:49:10.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:49:23.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:50:15.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:50:19.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:50:44.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:50:58.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:52:01.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:52:03.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:54:13.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:54:13.158 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:55:43.151 582-595/? I/chatty: uid=1000(system) ActivityManager expire 23 lines
10-05 03:56:01.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:56:02.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:56:14.140 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 03:56:14.248 582-592/? I/chatty: uid=1000(system) Binder_1 expire 5 lines
10-05 03:56:14.361 582-1163/? I/chatty: uid=1000(system) Binder_6 expire 9 lines
10-05 03:56:15.215 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 11 lines
10-05 03:57:28.077 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:57:28.205 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-05 03:58:18.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:58:31.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:59:38.029 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 03:59:38.037 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:00:01.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:00:17.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:00:17.081 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:00:17.178 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:00:24.087 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-05 04:05:42.037 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:06:46.020 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:12:29.177 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 04:13:32.033 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:15:43.179 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 29 lines
10-05 04:25:07.050 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:25:07.083 582-593/? I/chatty: uid=1000(system) Binder_2 expire 4 lines
10-05 04:25:07.097 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 04:25:43.100 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:25:43.401 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:27:01.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:27:01.068 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-05 04:28:36.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:28:40.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:29:01.009 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 29 lines
10-05 04:29:20.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:29:20.117 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:29:24.801 582-1577/? I/chatty: uid=1000(system) Binder_B expire 1 line
10-05 04:34:07.092 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:34:47.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:34:51.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:35:30.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:35:31.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:35:41.478 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 04:36:08.122 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:36:09.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:37:11.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:37:11.020 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:37:19.009 582-595/? I/chatty: uid=1000(system) ActivityManager expire 13 lines
10-05 04:42:31.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:42:31.032 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-05 04:42:32.831 582-739/? I/chatty: uid=1000(system) Binder_3 expire 5 lines
10-05 04:43:41.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:43:41.044 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:44:54.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:44:54.088 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 34 lines
10-05 04:44:59.460 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 13 lines
10-05 04:47:22.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:47:29.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:53:54.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:53:54.050 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 31 lines
10-05 04:55:04.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:55:05.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:55:43.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:55:43.058 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 04:57:14.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:57:14.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 04:57:46.024 582-594/? I/chatty: uid=1000(system) android.bg expire 5 lines
10-05 04:57:50.027 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 34 lines
10-05 05:00:18.047 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:02:19.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:02:38.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:03:08.089 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-05 05:03:45.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:03:45.159 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:04:38.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:04:48.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:05:10.084 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:05:11.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:05:38.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:05:38.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:12:08.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:12:08.030 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:12:08.079 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 10 lines
10-05 05:12:31.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:12:31.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:12:32.099 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 22 lines
10-05 05:12:48.007 582-595/? I/chatty: uid=1000(system) ActivityManager expire 12 lines
10-05 05:13:29.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:13:29.026 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:14:17.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:14:17.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:14:54.013 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 30 lines
10-05 05:14:54.041 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:15:19.010 582-1161/? I/chatty: uid=1000(system) Binder_5 expire 2 lines
10-05 05:17:26.075 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:17:26.447 582-3973/? I/chatty: uid=1000(system) Binder_10 expire 4 lines
10-05 05:17:35.014 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-05 05:20:00.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:20:02.006 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 27 lines
10-05 05:20:02.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:20:20.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:20:20.036 582-1576/? I/chatty: uid=1000(system) Binder_A expire 3 lines
10-05 05:20:33.102 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 38 lines
10-05 05:20:57.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:21:04.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:21:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:21:46.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:22:58.147 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 10 lines
10-05 05:23:56.020 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:23:56.051 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:24:15.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:24:23.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:25:19.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:25:29.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:25:30.303 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 34 lines
10-05 05:25:50.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:27:32.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:27:32.081 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:29:26.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:29:35.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:29:46.025 582-595/? I/chatty: uid=1000(system) ActivityManager expire 14 lines
10-05 05:30:29.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:30:38.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:31:31.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:31:31.051 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-05 05:32:31.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:32:46.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:33:05.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:33:05.020 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:33:06.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:35:43.023 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:35:43.129 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 34 lines
10-05 05:37:02.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:37:03.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:38:05.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:38:15.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:38:16.100 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 05:42:32.037 582-753/? I/chatty: uid=1000(system) Binder_4 expire 5 lines
10-05 05:42:32.083 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:43:22.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:43:27.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:43:52.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:44:57.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:44:57.051 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:45:43.008 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 30 lines
10-05 05:48:17.025 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:48:17.173 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:53:57.052 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:54:57.023 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 28 lines
10-05 05:55:34.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:55:34.085 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:57:24.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:57:24.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:57:24.025 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 34 lines
10-05 05:58:27.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:58:27.024 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:59:00.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:59:00.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:59:56.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:59:56.356 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 05:59:56.410 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 06:00:02.016 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 7 lines
10-05 06:00:36.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:00:36.087 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:01:10.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:01:20.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:02:03.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:02:06.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:02:25.011 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 32 lines
10-05 06:03:16.020 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:05:36.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:05:36.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:06:08.006 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 33 lines
10-05 06:06:46.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:06:46.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:07:33.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:08:40.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:08:52.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:09:45.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:09:52.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:10:03.171 582-595/? I/chatty: uid=1000(system) ActivityManager expire 1 line
10-05 06:10:05.245 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 11 lines
10-05 06:12:28.046 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:12:35.811 582-3972/? I/chatty: uid=1000(system) Binder_F expire 1 line
10-05 06:12:35.813 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 5 lines
10-05 06:12:35.829 582-1587/? I/chatty: uid=1000(system) Binder_D expire 1 line
10-05 06:12:35.850 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 12 lines
10-05 06:13:16.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:13:16.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:14:03.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:14:03.079 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:14:23.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:14:23.183 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:14:58.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:14:58.039 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:15:43.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:21:28.033 582-1571/? I/chatty: uid=1000(system) Binder_7 expire 2 lines
10-05 06:21:28.044 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 38 lines
10-05 06:21:28.463 582-593/? I/chatty: uid=1000(system) Binder_2 expire 3 lines
10-05 06:21:39.802 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 3 lines
10-05 06:21:40.468 582-595/? I/chatty: uid=1000(system) ActivityManager expire 16 lines
10-05 06:21:40.497 582-1577/? I/chatty: uid=1000(system) Binder_B expire 3 lines
10-05 06:21:40.517 582-1586/? I/chatty: uid=1000(system) Binder_C expire 3 lines
10-05 06:21:43.227 582-739/? I/chatty: uid=1000(system) Binder_3 expire 3 lines
10-05 06:21:43.424 582-592/? I/chatty: uid=1000(system) Binder_1 expire 4 lines
10-05 06:21:44.628 582-654/? I/chatty: uid=1000(system) WifiService expire 4 lines
10-05 06:21:44.628 582-3973/? I/chatty: uid=1000(system) Binder_10 expire 1 line
10-05 06:21:44.629 582-1572/? I/chatty: uid=1000(system) Binder_8 expire 4 lines
10-05 06:24:03.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:24:03.069 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 30 lines
10-05 06:24:04.112 582-637/? I/chatty: uid=1000(system) NetworkPolicy expire 1 line
10-05 06:25:09.143 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:25:15.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:25:16.118 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 36 lines
10-05 06:25:41.660 582-1163/? I/chatty: uid=1000(system) Binder_6 expire 3 lines
10-05 06:27:33.047 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:27:33.079 582-1573/? I/chatty: uid=1000(system) Binder_9 expire 4 lines
10-05 06:27:53.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:28:06.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:28:57.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:28:57.028 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:29:35.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:29:37.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:29:57.024 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:30:01.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:30:28.019 582-655/? I/chatty: uid=1000(system) ConnectivitySer expire 1 line
10-05 06:31:45.006 582-1161/? I/chatty: uid=1000(system) Binder_5 expire 3 lines
10-05 06:32:29.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:32:41.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:33:16.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:33:26.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:33:53.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:33:55.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:34:40.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:34:41.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:35:17.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:35:26.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:35:43.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:35:44.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:37:10.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:37:11.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:37:28.124 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:37:35.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:38:42.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:38:42.026 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:39:11.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:39:17.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:40:26.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:40:26.150 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:42:12.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:42:27.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:43:32.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:43:32.117 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:44:04.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:44:04.026 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:44:23.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:44:35.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:45:08.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:45:08.034 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:45:43.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:45:44.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:46:39.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:46:39.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:46:57.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:46:57.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:47:22.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:47:47.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:48:17.031 582-594/? I/chatty: uid=1000(system) android.bg expire 5 lines
10-05 06:49:06.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:49:07.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:50:34.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:50:34.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:51:01.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:51:01.121 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:51:41.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:52:21.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:52:21.021 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:52:22.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:52:24.718 582-595/? I/chatty: uid=1000(system) ActivityManager expire 12 lines
10-05 06:53:48.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:53:48.045 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:54:23.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:54:32.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:57:34.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:57:44.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:59:34.019 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 06:59:34.063 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:01:02.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:01:02.177 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:01:24.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:01:32.124 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:03:11.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:03:14.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:03:56.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:03:56.146 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:04:16.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:04:19.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:04:41.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:04:41.185 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:07:11.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:07:28.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:07:28.025 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:07:28.029 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:09:18.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:09:18.078 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:09:38.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:09:40.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:10:19.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:10:19.018 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:10:35.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:10:35.060 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:11:38.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:11:50.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:12:34.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:12:58.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:12:58.022 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:13:00.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:13:33.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:13:39.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:14:29.017 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:14:30.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:15:08.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:15:08.044 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:15:42.046 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:15:45.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:16:57.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:17:17.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:17:38.021 582-753/? I/chatty: uid=1000(system) Binder_4 expire 3 lines
10-05 07:17:57.190 582-1587/? I/chatty: uid=1000(system) Binder_D expire 2 lines
10-05 07:19:11.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:19:13.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:20:21.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:20:26.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:21:31.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:21:38.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:22:03.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:22:14.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:23:23.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:23:23.082 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:24:23.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:24:24.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:25:39.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:25:45.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:26:01.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:26:02.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:26:55.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:27:07.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:27:56.026 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:27:56.050 582-628/? I/chatty: uid=1000(system) AlarmManager expire 1 line
10-05 07:27:56.610 582-582/? I/chatty: uid=1000 system_server expire 1 line
10-05 07:27:56.626 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:27:57.390 24817-24986/? E/ActivityThread: Failed to find provider info for com.amazon.dcp.settings
10-05 07:27:57.396 582-595/? I/chatty: uid=1000(system) ActivityManager expire 4 lines
10-05 07:27:57.856 24989-24989/? D/ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
10-05 07:27:59.988 582-1576/? I/chatty: uid=1000(system) Binder_A expire 1 line
10-05 07:28:02.182 582-595/? I/chatty: uid=1000(system) ActivityManager expire 1 line
10-05 07:28:02.278 582-739/? I/chatty: uid=1000(system) Binder_3 expire 1 line
10-05 07:28:02.469 582-595/? I/chatty: uid=1000(system) ActivityManager expire 1 line
10-05 07:28:02.476 582-1571/? I/chatty: uid=1000(system) Binder_7 expire 1 line
10-05 07:28:02.634 582-595/? I/chatty: uid=1000(system) ActivityManager expire 1 line
10-05 07:28:02.645 582-3972/? I/chatty: uid=1000(system) Binder_F expire 1 line
10-05 07:28:03.464 582-593/? I/chatty: uid=1000(system) Binder_2 expire 2 lines
10-05 07:28:04.537 582-595/? I/chatty: uid=1000(system) ActivityManager expire 1 line
10-05 07:28:04.548 582-1576/? I/chatty: uid=1000(system) Binder_A expire 1 line
10-05 07:28:05.813 582-592/? I/chatty: uid=1000(system) Binder_1 expire 1 line
10-05 07:28:06.622 582-3973/? I/chatty: uid=1000(system) Binder_10 expire 1 line
10-05 07:28:06.836 582-2277/? I/ActivityManager: Start proc 25400:com.android.providers.calendar/u0a7 for content provider com.android.providers.calendar/.CalendarProvider2
10-05 07:28:07.331 582-1571/? I/ActivityManager: Killing 20127:com.android.chrome/u0a9 (adj 15): empty #17
10-05 07:28:07.460 582-1576/? W/ActivityManager: Scheduling restart of crashed service com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabsConnectionService in 1000ms
10-05 07:28:07.733 582-3973/? I/ActivityManager: Start proc 25456:com.google.android.gms.unstable/u0a21 for service com.google.android.gms/.droidguard.DroidGuardService
10-05 07:28:08.496 582-595/? I/ActivityManager: Start proc 25479:com.android.chrome/u0a9 for service com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabsConnectionService
10-05 07:28:08.648 582-2277/? I/ActivityManager: Killing 20006:com.linkedin.android/u0a82 (adj 15): empty #17
10-05 07:28:08.701 582-1577/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=227, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@ad20fa2)
10-05 07:28:08.701 582-593/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=226, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@5803433)
10-05 07:28:08.701 582-1571/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=228, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@9eff3f0)
10-05 07:28:08.702 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=226, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 07:28:08.703 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=226, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 07:28:08.703 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=228, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 07:28:08.704 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=228, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 07:28:08.704 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=227, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 07:28:08.705 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=227, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 07:28:09.204 582-3973/? I/ActivityManager: Killing 13004:com.google.android.apps.gcs/u0a102 (adj 15): empty #17
10-05 07:28:09.359 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:28:09.359 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:28:10.094 582-1586/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:28:10.104 582-2277/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:28:12.042 582-2277/? I/ActivityManager: Start proc 25550:com.google.android.gms.ui/u0a21 for service com.google.android.gms/.chimera.UiIntentOperationService
10-05 07:28:15.639 582-739/? I/ActivityManager: Killing 3500:android.process.media/u0a15 (adj 15): empty #17
10-05 07:28:16.879 582-1161/? I/ActivityManager: Killing 24610:com.google.android.apps.plus/u0a50 (adj 15): empty #17
10-05 07:28:17.249 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:28:17.258 582-1572/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:28:19.112 582-1576/? I/ActivityManager: Killing 27513:com.mint/u0a121 (adj 15): empty #17
10-05 07:28:19.151 582-2277/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=219, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@21d562b)
10-05 07:28:19.151 582-3973/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=220, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@700fa88)
10-05 07:28:19.151 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=220, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 07:28:19.153 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=220, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 07:28:19.153 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=219, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 07:28:19.153 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=219, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 07:28:19.251 582-1577/? I/ActivityManager: Killing 27407:com.ants360.yicamera.international/u0a54 (adj 15): empty #17
10-05 07:28:19.272 582-654/? D/WifiService: Client connection lost with reason: 4
10-05 07:28:19.530 582-1586/? I/ActivityManager: Killing 13067:com.alexvas.dvr.pro/u0a132 (adj 15): empty #17
10-05 07:28:20.150 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:28:20.162 582-2277/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:28:29.979 582-1163/? I/ActivityManager: Killing 23749:com.google.android.apps.magazines/u0a38 (adj 15): empty #17
10-05 07:28:34.864 582-593/? I/ActivityManager: Killing 24273:com.google.android.music:main/u0a41 (adj 15): empty #17
10-05 07:28:56.305 582-3972/? I/ActivityManager: Start proc 25772:com.showtime.showtimeanytime:vservicec/u0a100 for content provider com.showtime.showtimeanytime/.download.ShowtimeVirtuosoContentProvider
10-05 07:28:56.553 582-1586/? I/ActivityManager: Killing 27614:com.microsoft.skydrive/u0a144 (adj 15): empty #17
10-05 07:29:00.253 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:29:00.268 582-1587/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:29:34.754 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:29:34.767 582-1573/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:30:07.667 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:30:07.679 582-1576/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:32:57.298 582-1577/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2c7c054}
10-05 07:32:58.058 582-1163/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2c7c054}
10-05 07:36:30.643 582-594/? I/UsageStatsService: User[0] Flushing usage stats to disk
10-05 07:37:57.331 582-1586/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@5d2a408}
10-05 07:37:57.554 582-582/? D/JobSchedulerService: Receieved: android.os.action.DEVICE_IDLE_MODE_CHANGED
10-05 07:37:57.557 582-1163/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@5d2a408}
10-05 07:37:57.560 582-1571/? I/ActivityManager: Killing 13850:com.facebook.katana/u0a113 (adj 15): empty #17
10-05 07:37:57.585 582-654/? D/WifiService: Client connection lost with reason: 4
10-05 07:37:57.732 582-595/? W/BroadcastQueue: Failure sending broadcast Intent { act=android.intent.action.BATTERY_CHANGED flg=0x60000010 (has extras) }
android.os.DeadObjectException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:503)
at android.app.ApplicationThreadProxy.scheduleRegisteredReceiver(ApplicationThreadNative.java:1128)
at com.android.server.am.BroadcastQueue.performReceiveLocked(BroadcastQueue.java:453)
at com.android.server.am.BroadcastQueue.deliverToRegisteredReceiverLocked(BroadcastQueue.java:594)
at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java:667)
at com.android.server.am.BroadcastQueue$BroadcastHandler.handleMessage(BroadcastQueue.java:168)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.os.HandlerThread.run(HandlerThread.java:61)
at com.android.server.ServiceThread.run(ServiceThread.java:46)
10-05 07:39:43.032 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:39:43.051 582-1573/? D/ConnectivityService: reportNetworkConnectivity(232, false) by 10021
10-05 07:39:43.062 582-655/? D/ConnectivityService: NetworkAgentInfo [WIFI () - 232] validation failed
10-05 07:39:43.062 582-655/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 232]
10-05 07:39:43.084 582-655/? D/ConnectivityService: sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION
10-05 07:39:51.010 582-653/? E/NetdConnector: NDC Command {4355 interface ipv6 wlan0 disable} took too long (7988ms)
10-05 07:39:51.017 582-655/? D/ConnectivityService: NetworkAgentInfo [WIFI () - 232] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED
10-05 07:39:51.018 582-655/? D/ConnectivityService: NetworkAgentInfo [WIFI () - 232] got DISCONNECTED, was satisfying 15
10-05 07:39:51.221 582-655/? D/ConnectivityService: notifyType LOST for NetworkAgentInfo [WIFI () - 232]
10-05 07:39:51.236 582-1573/? I/ActivityManager: Start proc 26571:com.google.android.apps.gcs/u0a102 for service com.google.android.apps.gcs/.service.GcsNetworkStatusReceiverService
10-05 07:40:02.006 582-655/? E/NetdConnector: NDC Command {4357 idletimer remove wlan0 15 1} took too long (10778ms)
10-05 07:40:02.007 582-655/? D/CSLegacyTypeTracker: Sending DISCONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 232] isDefaultNetwork=true
10-05 07:40:02.007 582-655/? D/ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
10-05 07:40:02.041 582-1571/? I/ActivityManager: Start proc 26631:com.google.android.music:main/u0a41 for broadcast com.google.android.music/.autocache.AutoCacheSchedulingService$ActionReceiver
10-05 07:40:02.048 582-596/? E/NetdConnector: NDC Command {4358 firewall set_uid_rule dozable 10102 allow} took too long (10811ms)
10-05 07:40:02.140 582-653/? D/ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTING/CONNECTING, reason: (unspecified), extra: "371", roaming: false, failover: false, isAvailable: true]} network{233} lp{{LinkAddresses: [] Routes: [] DnsAddresses: [] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{20} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} }
10-05 07:40:02.186 582-655/? D/ConnectivityService: setProvNotificationVisibleIntent null visible=false networkType=MOBILE extraInfo=null highPriority=false
10-05 07:40:02.186 582-655/? D/ConnectivityService: NetworkAgentInfo [WIFI () - 233] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING
10-05 07:40:03.289 582-1573/? I/ActivityManager: Start proc 26689:com.ants360.yicamera.international/u0a54 for broadcast com.ants360.yicamera.international/com.xiaomi.push.service.receivers.NetworkStatusReceiver
10-05 07:40:03.414 582-593/? I/ActivityManager: Killing 20064:com.google.android.webview:webview_service/u0a150 (adj 15): empty #17
10-05 07:40:03.773 582-655/? D/ConnectivityService: NetworkAgentInfo [WIFI () - 233] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
10-05 07:40:03.774 582-655/? D/ConnectivityService: Adding iface wlan0 to network 233
10-05 07:40:03.815 582-655/? E/ConnectivityService: Unexpected mtu value: 0, wlan0
10-05 07:40:03.815 582-655/? D/ConnectivityService: Adding Route [fe80::/64 -> :: wlan0] to network 233
10-05 07:40:03.817 582-655/? D/ConnectivityService: Adding Route [192.168.1.0/24 -> 0.0.0.0 wlan0] to network 233
10-05 07:40:03.818 582-655/? D/ConnectivityService: Adding Route [0.0.0.0/0 -> 192.168.1.1 wlan0] to network 233
10-05 07:40:03.820 582-655/? D/ConnectivityService: Setting Dns servers for network 233 to [/192.168.1.1]
10-05 07:40:03.839 582-655/? D/ConnectivityService: notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 233]
10-05 07:40:03.854 582-655/? D/ConnectivityService: scheduleUnvalidatedPrompt 233
10-05 07:40:03.855 582-655/? D/ConnectivityService: updateSignalStrengthThresholds: CONNECT, sending [] to NetworkAgentInfo [WIFI () - 233]
10-05 07:40:03.855 582-655/? D/ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 233]
10-05 07:40:03.855 582-655/? D/ConnectivityService: accepting network in place of null
10-05 07:40:03.856 582-655/? D/ConnectivityService: Switching to new default network: NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "371", roaming: false, failover: false, isAvailable: true]} network{233} lp{{InterfaceName: wlan0 LinkAddresses: [fe80::ae22:bff:fe9b:b6d5/64,192.168.1.36/24,] Routes: [fe80::/64 -> :: wlan0,192.168.1.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 192.168.1.1 wlan0,] DnsAddresses: [192.168.1.1,] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{20} everValidated{false} lastValidated{false} created{true} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} }
10-05 07:40:03.921 582-655/? D/CSLegacyTypeTracker: Sending CONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 233] isDefaultNetwork=true
10-05 07:40:03.921 582-655/? D/ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
10-05 07:40:03.926 582-655/? D/ConnectivityService: notifyType PRECHECK for NetworkAgentInfo [WIFI () - 233]
10-05 07:40:03.969 582-655/? D/ConnectivityService: setProvNotificationVisibleIntent null visible=false networkType=MOBILE extraInfo=null highPriority=false
10-05 07:40:03.969 582-655/? D/ConnectivityService: NetworkAgentInfo [WIFI () - 233] validation passed
10-05 07:40:03.969 582-655/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 233]
10-05 07:40:03.976 582-655/? D/ConnectivityService: sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION
10-05 07:40:04.264 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:40:04.396 582-654/? D/WifiService: New client listening to asynchronous messages
10-05 07:40:04.576 582-1586/? I/ActivityManager: Start proc 26781:android.process.media/u0a15 for broadcast com.android.providers.downloads/.DownloadReceiver
10-05 07:40:04.659 582-1163/? I/ActivityManager: Killing 25350:com.google.android.gms:snet/u0a21 (adj 15): empty #17
10-05 07:40:04.864 582-1163/? E/libprocessgroup: failed to kill 1 processes for processgroup 25350
10-05 07:40:04.918 582-655/? D/ConnectivityService: NetTransition Wakelock (NetworkAgentInfo [WIFI () - 232] cleared because we found a replacement network
10-05 07:40:25.033 582-1576/? I/ActivityManager: Start proc 26975:com.google.android.apps.plus/u0a50 for broadcast com.google.android.apps.plus/com.google.android.libraries.social.autobackup.AutoBackupEnvironment$ConnectivityReceiver
10-05 07:40:42.046 582-1577/? I/ActivityManager: Killing 25479:com.android.chrome/u0a9 (adj 15): empty #17
10-05 07:41:19.004 582-655/? D/ConnectivityService: handlePromptUnvalidated 233
10-05 07:42:35.070 582-655/? D/ConnectivityService: NetworkAgentInfo [WIFI () - 233] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to DISCONNECTED
10-05 07:42:35.070 582-655/? D/ConnectivityService: NetworkAgentInfo [WIFI () - 233] got DISCONNECTED, was satisfying 15
10-05 07:42:35.121 582-655/? D/ConnectivityService: notifyType LOST for NetworkAgentInfo [WIFI () - 233]
10-05 07:42:35.188 582-655/? D/CSLegacyTypeTracker: Sending DISCONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 233] isDefaultNetwork=true
10-05 07:42:35.189 582-655/? D/ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
10-05 07:42:35.271 582-655/? E/ConnectivityService: EVENT_NETWORK_INFO_CHANGED from unknown NetworkAgent
10-05 07:42:35.650 582-2277/? I/ActivityManager: Start proc 27514:com.mint/u0a121 for broadcast com.mint/com.launchdarkly.android.ConnectivityReceiver
10-05 07:42:35.654 582-2277/? I/ActivityManager: Killing 25550:com.google.android.gms.ui/u0a21 (adj 15): empty #17
10-05 07:42:35.861 582-2277/? E/libprocessgroup: failed to kill 1 processes for processgroup 25550
10-05 07:42:36.095 582-653/? D/ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTING/CONNECTING, reason: (unspecified), extra: "371", roaming: false, failover: false, isAvailable: true]} network{234} lp{{InterfaceName: wlan0 LinkAddresses: [] Routes: [] DnsAddresses: [] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{20} everValidated{false} lastValidated{false} created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} }
10-05 07:42:36.095 582-655/? D/ConnectivityService: NetworkAgentInfo [WIFI () - 234] EVENT_NETWORK_INFO_CHANGED, going from null to CONNECTING
10-05 07:42:37.245 582-739/? I/ActivityManager: Killing 25456:com.google.android.gms.unstable/u0a21 (adj 15): empty #17
10-05 07:42:37.451 582-739/? E/libprocessgroup: failed to kill 1 processes for processgroup 25456
10-05 07:42:37.469 582-1573/? I/ActivityManager: Start proc 27595:com.microsoft.skydrive/u0a144 for broadcast com.microsoft.skydrive/.receiver.BatteryConnectivityPowerReceiver
10-05 07:42:37.636 582-2277/? I/ActivityManager: Start proc 27612:com.google.android.webview:webview_service/u0a150 for service com.google.android.webview/org.chromium.android_webview.services.VariationsSeedServer
10-05 07:42:37.740 582-1587/? I/ActivityManager: Killing 25018:com.google.process.gapps/u0a125 (adj 15): empty #17
10-05 07:42:37.915 582-753/? D/ConnectivityService: listenForNetwork for Listen from uid/pid:10121/27514 for NetworkRequest [ id=233, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 07:42:38.126 582-1161/? D/ConnectivityService: listenForNetwork for Listen from uid/pid:10121/27514 for NetworkRequest [ id=234, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 07:42:38.764 582-655/? D/ConnectivityService: NetworkAgentInfo [WIFI () - 234] EVENT_NETWORK_INFO_CHANGED, going from CONNECTING to CONNECTED
10-05 07:42:38.770 582-655/? D/ConnectivityService: Adding iface wlan0 to network 234
10-05 07:42:38.825 582-655/? E/ConnectivityService: Unexpected mtu value: 0, wlan0
10-05 07:42:38.825 582-655/? D/ConnectivityService: Adding Route [fe80::/64 -> :: wlan0] to network 234
10-05 07:42:38.827 582-655/? D/ConnectivityService: Adding Route [192.168.1.0/24 -> 0.0.0.0 wlan0] to network 234
10-05 07:42:38.828 582-655/? D/ConnectivityService: Adding Route [0.0.0.0/0 -> 192.168.1.1 wlan0] to network 234
10-05 07:42:38.829 582-655/? D/ConnectivityService: Setting Dns servers for network 234 to [/192.168.1.1]
10-05 07:42:38.849 582-655/? D/ConnectivityService: notifyType IP_CHANGED for NetworkAgentInfo [WIFI () - 234]
10-05 07:42:38.868 582-655/? D/ConnectivityService: scheduleUnvalidatedPrompt 234
10-05 07:42:38.869 582-655/? D/ConnectivityService: updateSignalStrengthThresholds: CONNECT, sending [] to NetworkAgentInfo [WIFI () - 234]
10-05 07:42:38.869 582-655/? D/ConnectivityService: rematch for NetworkAgentInfo [WIFI () - 234]
10-05 07:42:38.869 582-655/? D/ConnectivityService: accepting network in place of null
10-05 07:42:38.870 582-655/? D/ConnectivityService: Switching to new default network: NetworkAgentInfo{ ni{[type: WIFI[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: "371", roaming: false, failover: false, isAvailable: true]} network{234} lp{{InterfaceName: wlan0 LinkAddresses: [fe80::ae22:bff:fe9b:b6d5/64,192.168.1.36/24,] Routes: [fe80::/64 -> :: wlan0,192.168.1.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 192.168.1.1 wlan0,] DnsAddresses: [192.168.1.1,] Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576}} nc{[ Transports: WIFI Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN LinkUpBandwidth>=1048576Kbps LinkDnBandwidth>=1048576Kbps]} Score{20} everValidated{false} lastValidated{false} created{true} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} }
10-05 07:42:38.934 582-655/? D/CSLegacyTypeTracker: Sending CONNECTED broadcast for type 1 NetworkAgentInfo [WIFI () - 234] isDefaultNetwork=true
10-05 07:42:38.934 582-655/? D/ConnectivityService: sendStickyBroadcast: action=android.net.conn.CONNECTIVITY_CHANGE
10-05 07:42:38.938 582-655/? D/ConnectivityService: notifyType PRECHECK for NetworkAgentInfo [WIFI () - 234]
10-05 07:42:38.957 582-655/? D/ConnectivityService: setProvNotificationVisibleIntent null visible=false networkType=MOBILE extraInfo=null highPriority=false
10-05 07:42:38.957 582-655/? D/ConnectivityService: NetworkAgentInfo [WIFI () - 234] validation passed
10-05 07:42:38.957 582-655/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 234]
10-05 07:42:38.966 582-655/? D/ConnectivityService: sendStickyBroadcast: action=android.net.conn.INET_CONDITION_ACTION
10-05 07:42:39.777 582-1571/? I/ActivityManager: Start proc 27739:com.alexvas.dvr.pro/u0a132 for broadcast com.alexvas.dvr.pro/com.alexvas.dvr.widget.WidgetTogglesProvider
10-05 07:42:39.820 582-3972/? W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=27595, uid=10144 that is not exported from uid 10041
10-05 07:42:39.834 582-2277/? I/ActivityManager: Start proc 27751:com.facebook.katana/u0a113 for content provider com.facebook.katana/.provider.AttributionIdProvider
10-05 07:42:39.923 582-655/? D/ConnectivityService: NetTransition Wakelock (NetworkAgentInfo [WIFI () - 233] cleared because we found a replacement network
10-05 07:42:39.982 582-753/? I/ActivityManager: Killing 25372:com.google.android.calendar/u0a6 (adj 15): empty #17
10-05 07:42:40.197 582-1587/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:43:02.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:43:02.060 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:43:19.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:43:19.069 582-1573/? I/ActivityManager: Killing 25400:com.android.providers.calendar/u0a7 (adj 15): empty #17
10-05 07:43:23.004 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:43:28.039 582-592/? I/ActivityManager: Killing 25058:android.process.acore/u0a0 (adj 15): empty #17
10-05 07:44:00.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:44:00.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:44:05.009 582-595/? E/KernelUidCpuTimeReader: Malformed cpu data for UID=10006!
Time between reads: +1m25s1ms
Previous times: u=+11s100ms s=+4s170ms p=0mAms
Current times: u=+10s810ms s=+4s100ms p=0mAms
Delta: u=-290ms s=-70ms p=0mAms
10-05 07:44:05.122 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:44:06.014 582-1161/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:44:18.082 582-655/? D/ConnectivityService: handlePromptUnvalidated 234
10-05 07:45:01.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:45:01.071 582-1576/? I/ActivityManager: Killing 25772:com.showtime.showtimeanytime:vservicec/u0a100 (adj 15): empty #17
10-05 07:45:19.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:45:19.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:45:19.031 582-654/? D/WifiService: New client listening to asynchronous messages
10-05 07:45:20.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:45:37.019 582-595/? W/ProcessCpuTracker: Skipping unknown process pid 28401
10-05 07:45:37.019 582-595/? W/ProcessCpuTracker: Skipping unknown process pid 28402
10-05 07:45:37.020 582-595/? W/ProcessCpuTracker: Skipping unknown process pid 28403
10-05 07:45:37.020 582-595/? W/ProcessCpuTracker: Skipping unknown process pid 28404
10-05 07:45:41.661 582-595/? W/BroadcastQueue: Permission Denial: broadcasting Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) } from null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION due to registered receiver BroadcastFilter{8e4c741 u0 ReceiverList{d9bee28 27751 com.facebook.katana/10113/u0 remote:983544b}}
10-05 07:45:41.661 582-595/? W/BroadcastQueue: Permission Denial: broadcasting Intent { act=android.net.conn.INET_CONDITION_ACTION flg=0x4000010 (has extras) } from null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION due to registered receiver BroadcastFilter{8e4c741 u0 ReceiverList{d9bee28 27751 com.facebook.katana/10113/u0 remote:983544b}}
10-05 07:45:41.813 582-595/? W/BroadcastQueue: Permission Denial: broadcasting Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) } from null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION due to registered receiver BroadcastFilter{f1f9abe u0 ReceiverList{e4a1d79 27751 com.facebook.katana/10113/u0 remote:3345a40}}
10-05 07:45:43.081 582-595/? E/NetdConnector: NDC Command {4401 firewall set_uid_rule standby 10054 allow} took too long (649ms)
10-05 07:46:39.013 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:46:39.053 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:46:53.191 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:46:53.227 582-1586/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 07:47:17.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:47:17.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:47:32.129 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:47:34.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:47:46.035 582-594/? E/NetdConnector: NDC Command {4404 firewall set_uid_rule dozable 10054 deny} took too long (965ms)
10-05 07:48:31.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:48:31.167 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:48:51.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:48:51.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:49:11.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:49:15.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:49:30.120 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:49:31.488 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:50:15.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:50:35.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:50:35.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:50:44.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:51:44.049 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:51:55.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:53:35.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:53:37.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:53:42.340 582-1573/? W/ActivityManager: Unable to start service Intent { act=com.google.firebase.MESSAGING_EVENT pkg=com.google.android.googlequicksearchbox (has extras) } U=0: not found
10-05 07:53:43.008 582-753/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2cd357e}
10-05 07:53:43.020 582-592/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2cd357e}
10-05 07:54:15.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:54:15.185 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:55:43.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:55:45.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:55:45.017 582-595/? E/NetdConnector: NDC Command {4406 firewall set_uid_rule dozable 10054 allow} took too long (1960ms)
10-05 07:56:55.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:57:00.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:57:15.125 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:57:20.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:58:10.100 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:58:12.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:58:35.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:58:36.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:59:10.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 07:59:12.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:00:15.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:00:35.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:00:35.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:00:38.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:01:32.014 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:01:32.047 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:02:28.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:02:37.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:03:53.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:03:53.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:04:36.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:04:41.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:05:31.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:05:33.007 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:06:02.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:06:02.040 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:07:14.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:07:16.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:08:41.010 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:08:51.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:08:58.038 582-594/? E/NetdConnector: NDC Command {4414 firewall set_uid_rule dozable 10054 deny} took too long (1953ms)
10-05 08:09:54.011 582-1576/? D/ConnectivityService: reportNetworkConnectivity(234, false) by 10021
10-05 08:10:31.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:10:31.099 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:10:31.202 582-655/? D/ConnectivityService: setProvNotificationVisibleIntent null visible=false networkType=MOBILE extraInfo=null highPriority=false
10-05 08:10:31.202 582-655/? D/ConnectivityService: NetworkAgentInfo [WIFI () - 234] validation passed
10-05 08:12:26.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:12:31.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:13:46.012 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:13:47.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:14:04.151 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:14:08.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:14:51.036 582-595/? I/ActivityManager: Start proc 30573:com.google.android.apps.magazines/u0a38 for broadcast com.google.android.apps.magazines/com.google.android.gms.gcm.GcmReceiver
10-05 08:14:51.636 582-1587/? W/ActivityManager: Unable to start service Intent { act=com.google.firebase.MESSAGING_EVENT pkg=com.google.android.apps.magazines (has extras) } U=0: not found
10-05 08:14:57.190 582-595/? I/ActivityManager: Start proc 30686:com.linkedin.android/u0a82 for broadcast com.linkedin.android/com.google.firebase.iid.FirebaseInstanceIdReceiver
10-05 08:14:57.244 582-753/? I/ActivityManager: Killing 24817:com.amazon.mShop.android/u0a4 (adj 15): empty #17
10-05 08:14:57.268 582-1571/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=231, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@c68c690)
10-05 08:14:57.269 582-654/? D/WifiService: Client connection lost with reason: 4
10-05 08:14:57.269 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=231, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:14:57.270 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=231, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:14:57.270 582-1573/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=229, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@87c9b89)
10-05 08:14:57.270 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=229, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:14:57.271 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=229, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:14:59.076 582-2277/? D/ConnectivityService: listenForNetwork for Listen from uid/pid:10082/30686 for NetworkRequest [ id=235, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:14:59.441 582-1573/? I/ActivityManager: Start proc 30770:com.android.chrome/u0a9 for service com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabsConnectionService
10-05 08:14:59.557 582-1577/? D/ConnectivityService: listenForNetwork for Listen from uid/pid:10082/30686 for NetworkRequest [ id=236, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:14:59.590 582-1572/? D/ConnectivityService: listenForNetwork for Listen from uid/pid:10082/30686 for NetworkRequest [ id=237, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:15:28.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:15:28.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:15:28.026 582-1577/? I/ActivityManager: Killing 24989:com.google.android.gm/u0a20 (adj 15): empty #17
10-05 08:15:43.015 582-1571/? I/ActivityManager: Killing 24853:com.accuweather.android/u0a152 (adj 15): empty #17
10-05 08:15:43.050 582-1163/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=232, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@7f60881)
10-05 08:15:43.050 582-654/? D/WifiService: Client connection lost with reason: 4
10-05 08:15:43.052 582-1577/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=230, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@f1f1d26)
10-05 08:15:43.053 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=232, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:15:43.054 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=232, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:15:43.054 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=230, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:15:43.055 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=230, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:15:44.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:15:44.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:16:03.008 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:16:03.024 582-1571/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:16:52.110 582-1573/? W/ActivityManager: Unable to start service Intent { act=com.google.firebase.MESSAGING_EVENT pkg=com.google.android.apps.magazines (has extras) } U=0: not found
10-05 08:17:23.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:17:23.015 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:18:29.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:18:29.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:19:09.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:19:11.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:19:32.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:19:40.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:21:52.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:21:54.005 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:22:29.008 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:22:29.029 582-753/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:23:18.023 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:23:30.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:24:03.034 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:24:03.085 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:25:40.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:25:42.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:25:44.070 582-595/? E/NetdConnector: NDC Command {4428 firewall set_uid_rule dozable 10054 allow} took too long (1515ms)
10-05 08:26:02.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:26:02.182 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:27:20.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:27:47.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:28:25.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:28:25.016 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:28:56.011 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:28:57.008 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:29:42.340 582-753/? W/ActivityManager: Unable to start service Intent { act=com.google.firebase.MESSAGING_EVENT pkg=com.google.android.googlequicksearchbox (has extras) } U=0: not found
10-05 08:30:01.009 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:30:01.163 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:30:19.006 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:30:25.254 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:30:25.753 582-602/? I/PowerManagerService: Waking up from sleep (uid 1000)...
10-05 08:30:25.809 582-602/? I/DisplayPowerController: Blocking screen on until initial contents have been drawn.
10-05 08:30:25.866 582-600/? I/DisplayManagerService: Display device changed state: "Built-in Screen", ON
10-05 08:30:25.876 582-753/? I/ActivityManager: Start proc 32173:com.showtime.showtimeanytime:vservicec/u0a100 for content provider com.showtime.showtimeanytime/.download.ShowtimeVirtuosoContentProvider
10-05 08:30:25.898 582-582/? I/EntropyMixer: Writing entropy...
10-05 08:30:26.194 582-753/? I/ActivityManager: Start proc 32212:com.amazon.mShop.android/u0a4 for broadcast com.amazon.mShop.android/com.amazon.clouddrive.library.device.receivers.AutoUploadReceiverProxy
10-05 08:30:26.216 1303-1416/? E/ActivityThread: Failed to find provider info for com.dianxinos.dxbs.DuCandyCooProvider
10-05 08:30:26.220 582-655/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 234]
10-05 08:30:26.254 582-582/? D/JobSchedulerService: Receieved: android.os.action.DEVICE_IDLE_MODE_CHANGED
10-05 08:30:26.270 582-582/? I/ActivityManager: Start proc 32225:com.accuweather.android/u0a152 for service com.accuweather.android/com.accuweather.widgets.WidgetDailyLightService
10-05 08:30:26.299 1303-1416/? E/ActivityThread: Failed to find provider info for com.dianxinos.optimizer.duplay.DuCandyCooProvider
10-05 08:30:26.305 582-602/? I/DisplayPowerController: Unblocked screen on after 496 ms
10-05 08:30:26.370 1303-1416/? E/ActivityThread: Failed to find provider info for com.estrongs.android.pop.DuCandyCooProvider
10-05 08:30:26.914 582-3973/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f3df71}
10-05 08:30:26.998 582-739/? W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=13279, uid=10021 that is not exported from uid 10041
10-05 08:30:27.132 582-594/? I/ActivityManager: Start proc 32278:com.google.android.gm/u0a20 for service com.google.android.gm/.provider.MailSyncAdapterService
10-05 08:30:27.796 582-582/? V/BackupManagerService: Scheduling immediate backup pass
10-05 08:30:27.802 582-582/? V/BackupManagerService: Running a backup pass
10-05 08:30:27.803 582-684/? V/BackupManagerService: clearing pending backups
10-05 08:30:27.804 582-684/? V/PerformBackupTask: Beginning backup of 6 targets
10-05 08:30:27.806 582-1576/? D/ConnectivityService: listenForNetwork for Listen from uid/pid:10152/32225 for NetworkRequest [ id=238, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:27.877 582-684/? D/PerformBackupTask: invokeAgentForBackup on @pm@
10-05 08:30:27.880 32278-32278/? D/ActivityThread: Loading provider com.google.android.gm.sapi: com.google.android.gm.sapi.SapiUiProvider
10-05 08:30:27.934 582-753/? I/ActivityManager: Start proc 32377:com.google.android.talk/u0a30 for service com.google.android.talk/com.google.android.apps.hangouts.concurrent.impl.GcmTriggeredNotifier
10-05 08:30:28.376 582-684/? I/BackupRestoreController: Getting widget state for user: 0
10-05 08:30:28.401 582-684/? D/PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.android.providers.settings}
10-05 08:30:28.406 582-684/? D/BackupManagerService: awaiting agent for ApplicationInfo{c919137 com.android.providers.settings}
10-05 08:30:28.423 582-582/? D/BackupManagerService: agentConnected pkg=com.android.providers.settings agent=android.app.backup.BackupAgent$BackupServiceBinder@8be0e6f
10-05 08:30:28.423 582-684/? I/BackupManagerService: got agent android.app.backup.BackupAgent$BackupServiceBinder@8be0e6f
10-05 08:30:28.423 582-684/? D/PerformBackupTask: invokeAgentForBackup on com.android.providers.settings
10-05 08:30:28.600 582-1573/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@6f3df71}
10-05 08:30:28.680 582-593/? I/ActivityManager: Start proc 32435:com.google.android.instantapps.supervisor/u0a45 for service com.google.android.instantapps.supervisor/.logging.LogFlushTaskService
10-05 08:30:28.802 582-1576/? D/ConnectivityService: listenForNetwork for Listen from uid/pid:10004/32212 for NetworkRequest [ id=239, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:29.204 32212-32463/? E/ActivityThread: Failed to find provider info for com.amazon.dcp.settings
10-05 08:30:29.383 582-654/? D/WifiService: New client listening to asynchronous messages
10-05 08:30:29.434 582-684/? I/BackupRestoreController: Getting widget state for user: 0
10-05 08:30:29.448 582-684/? D/PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.music}
10-05 08:30:29.471 582-684/? D/BackupManagerService: awaiting agent for ApplicationInfo{4ed39b4 com.google.android.music}
10-05 08:30:29.481 582-655/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 234]
10-05 08:30:29.495 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:30:29.831 582-2277/? D/BackupManagerService: agentConnected pkg=com.google.android.music agent=android.os.BinderProxy@ae72c0c
10-05 08:30:29.841 582-684/? I/BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@1219955
10-05 08:30:29.841 582-684/? D/PerformBackupTask: invokeAgentForBackup on com.google.android.music
10-05 08:30:30.276 582-1576/? D/ConnectivityService: listenForNetwork for Listen from uid/pid:10152/32225 for NetworkRequest [ id=240, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:30.810 582-684/? I/BackupRestoreController: Getting widget state for user: 0
10-05 08:30:31.056 582-1577/? D/ConnectivityService: listenForNetwork for Listen from uid/pid:10004/32212 for NetworkRequest [ id=241, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:31.132 582-654/? D/WifiService: New client listening to asynchronous messages
10-05 08:30:31.451 582-1161/? I/ActivityManager: Killing 26571:com.google.android.apps.gcs/u0a102 (adj 15): empty #17
10-05 08:30:31.604 582-1576/? I/ActivityManager: Start proc 32661:com.google.android.apps.walletnfcrel/u0a77 for service com.google.android.apps.walletnfcrel/com.google.commerce.tapandpay.android.feed.data.UpdateTriggersTaskService
10-05 08:30:31.741 582-592/? I/ActivityManager: Start proc 32692:com.google.android.apps.maps/u0a39 for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.directions.commute.setup.service.CommuteSetupBroadcastReceiver
10-05 08:30:32.183 582-684/? D/PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.apps.gcs}
10-05 08:30:32.194 582-684/? I/ActivityManager: Start proc 32725:com.google.android.apps.gcs/u0a102 for backup com.google.android.apps.gcs/.storage.GcsBackupAgent
10-05 08:30:32.194 582-684/? D/BackupManagerService: awaiting agent for ApplicationInfo{6527c80 com.google.android.apps.gcs}
10-05 08:30:32.210 582-593/? I/ActivityManager: Killing 13040:com.google.android.setupwizard/u0a51 (adj 15): empty #17
10-05 08:30:32.485 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:30:32.570 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:32.972 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:33.170 582-1587/? D/BackupManagerService: agentConnected pkg=com.google.android.apps.gcs agent=android.os.BinderProxy@fd96db6
10-05 08:30:33.171 582-684/? I/BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@fc55ab7
10-05 08:30:33.171 582-684/? D/PerformBackupTask: invokeAgentForBackup on com.google.android.apps.gcs
10-05 08:30:34.130 582-684/? V/KeyValueBackupJob: Scheduling k/v pass in 242 minutes
10-05 08:30:34.177 582-593/? I/ActivityManager: Killing 27514:com.mint/u0a121 (adj 15): empty #17
10-05 08:30:34.241 582-1573/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=233, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@b968097)
10-05 08:30:34.241 582-3972/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=234, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@60cf284)
10-05 08:30:34.241 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=233, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:34.242 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=233, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:34.242 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=234, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:34.243 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=234, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:34.303 582-684/? I/BackupRestoreController: Getting widget state for user: 0
10-05 08:30:34.396 582-595/? I/ActivityManager: Killing 26689:com.ants360.yicamera.international/u0a54 (adj 15): empty #17
10-05 08:30:34.417 582-654/? D/WifiService: Client connection lost with reason: 4
10-05 08:30:34.670 582-753/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:34.736 582-739/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:35.027 582-2277/? I/ActivityManager: Killing 27739:com.alexvas.dvr.pro/u0a132 (adj 15): empty #17
10-05 08:30:35.204 582-684/? D/PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.googlequicksearchbox}
10-05 08:30:35.230 582-684/? I/ActivityManager: Start proc 397:com.google.android.googlequicksearchbox/u0a57 for backup com.google.android.googlequicksearchbox/com.google.android.apps.gsa.staticplugins.backup.AgsaBackupAgentHelper
10-05 08:30:35.230 582-684/? D/BackupManagerService: awaiting agent for ApplicationInfo{19db016 com.google.android.googlequicksearchbox}
10-05 08:30:35.477 582-593/? D/ConnectivityService: listenForNetwork for Listen from uid/pid:10039/32692 for NetworkRequest [ id=242, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:35.492 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:30:35.528 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:35.554 582-3972/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:35.743 582-1573/? I/ActivityManager: Start proc 444:com.google.android.videos/u0a58 for service com.google.android.videos/com.google.android.apps.play.movies.common.service.drm.RefreshLicenseTaskService
10-05 08:30:35.754 582-602/? I/PowerManagerService: Nap time (uid 1000)...
10-05 08:30:35.847 582-602/? I/DreamManagerService: Entering dreamland.
10-05 08:30:35.847 582-602/? I/PowerManagerService: Dreaming...
10-05 08:30:35.847 582-597/? I/DreamController: Starting dream: name=ComponentInfo{com.google.android.deskclock/com.android.deskclock.Screensaver}, isTest=false, canDoze=false, userId=0
10-05 08:30:35.864 582-597/? I/ActivityManager: Start proc 457:com.google.android.deskclock/u0a14 for service com.google.android.deskclock/com.android.deskclock.Screensaver
10-05 08:30:36.035 582-2277/? I/ActivityManager: Killing 30770:com.android.chrome/u0a9 (adj 15): empty #17
10-05 08:30:36.173 582-593/? W/ActivityManager: Scheduling restart of crashed service com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabsConnectionService in 1000ms
10-05 08:30:37.184 582-595/? I/ActivityManager: Start proc 512:com.android.chrome/u0a9 for service com.android.chrome/org.chromium.chrome.browser.customtabs.CustomTabsConnectionService
10-05 08:30:37.989 582-595/? I/ActivityManager: Start proc 559:com.facebook.katana:browser/u0a113 for broadcast com.facebook.katana/com.facebook.ioprefetch.IOPrefetchReceiver
10-05 08:30:38.420 582-753/? D/BackupManagerService: agentConnected pkg=com.google.android.googlequicksearchbox agent=android.os.BinderProxy@9a09988
10-05 08:30:38.420 582-684/? I/BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@f58ff21
10-05 08:30:38.420 582-684/? D/PerformBackupTask: invokeAgentForBackup on com.google.android.googlequicksearchbox
10-05 08:30:38.770 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:39.176 582-753/? I/ActivityManager: Killing 30686:com.linkedin.android/u0a82 (adj 15): empty #17
10-05 08:30:39.211 582-1573/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=236, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@1dc0fad)
10-05 08:30:39.211 582-1161/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=235, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@44792e2)
10-05 08:30:39.211 582-593/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=237, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@e069673)
10-05 08:30:39.212 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=236, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:39.213 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=236, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:39.213 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=237, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:39.214 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=237, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:39.214 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=235, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:39.215 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=235, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:39.404 582-753/? D/WifiService: acquireWifiLockLocked: WifiLock{com.google.android.apps.play.movies.common.service.drm.LicenseRefresherImpl_tasks type=3 binder=android.os.BinderProxy@43c87ea}
10-05 08:30:39.428 582-753/? D/WifiService: releaseWifiLockLocked: WifiLock{com.google.android.apps.play.movies.common.service.drm.LicenseRefresherImpl_tasks type=3 binder=android.os.BinderProxy@43c87ea}
10-05 08:30:39.765 582-684/? I/BackupRestoreController: Getting widget state for user: 0
10-05 08:30:39.850 582-1571/? I/ActivityManager: Killing 32173:com.showtime.showtimeanytime:vservicec/u0a100 (adj 15): empty #17
10-05 08:30:40.060 582-1571/? E/libprocessgroup: failed to kill 1 processes for processgroup 32173
10-05 08:30:40.193 582-2277/? I/ActivityManager: Killing 31272:com.google.android.apps.photos/u0a148 (adj 15): empty #17
10-05 08:30:40.216 582-1572/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=197, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@2c3194c)
10-05 08:30:40.217 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=197, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:40.218 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=197, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:40.318 582-2277/? I/ActivityManager: Killing 26975:com.google.android.apps.plus/u0a50 (adj 15): empty #17
10-05 08:30:40.548 582-1576/? W/BroadcastQueue: Permission Denial: broadcasting Intent { act=android.intent.action.USER_PRESENT flg=0x24000010 } from com.android.systemui (pid=722, uid=10133) is not exported from uid 10152 due to receiver com.accuweather.android/com.accuweather.notifications.AccuNotificationBroadcastReceiver
10-05 08:30:40.560 582-684/? D/PerformBackupTask: starting key/value backup of BackupRequest{pkg=com.google.android.inputmethod.latin}
10-05 08:30:40.565 582-684/? D/BackupManagerService: awaiting agent for ApplicationInfo{88432f3 com.google.android.inputmethod.latin}
10-05 08:30:40.585 582-593/? I/ActivityManager: Killing 27612:com.google.android.webview:webview_service/u0a150 (adj 15): empty #17
10-05 08:30:40.725 582-593/? I/ActivityManager: Killing 27595:com.microsoft.skydrive/u0a144 (adj 15): empty #17
10-05 08:30:40.839 582-1571/? D/BackupManagerService: agentConnected pkg=com.google.android.inputmethod.latin agent=android.os.BinderProxy@d5f0a75
10-05 08:30:40.839 582-684/? I/BackupManagerService: got agent android.app.IBackupAgent$Stub$Proxy@2254a0a
10-05 08:30:40.839 582-684/? D/PerformBackupTask: invokeAgentForBackup on com.google.android.inputmethod.latin
10-05 08:30:40.859 582-684/? I/BackupRestoreController: Getting widget state for user: 0
10-05 08:30:40.880 582-753/? W/BroadcastQueue: Permission Denial: broadcasting Intent { act=android.intent.action.USER_PRESENT flg=0x24000010 } from com.android.systemui (pid=722, uid=10133) is not exported from uid 10152 due to receiver com.accuweather.android/com.accuweather.notifications.AccuNotificationBroadcastReceiver
10-05 08:30:40.923 582-1586/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:41.004 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:41.058 582-3972/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:41.452 582-684/? D/PerformBackupTask: starting key/value backup of BackupRequest{pkg=android}
10-05 08:30:41.453 582-684/? D/BackupManagerService: awaiting agent for ApplicationInfo{efaca94 android}
10-05 08:30:41.467 582-582/? D/BackupManagerService: agentConnected pkg=android agent=android.app.backup.BackupAgent$BackupServiceBinder@9795910
10-05 08:30:41.467 582-684/? I/BackupManagerService: got agent android.app.backup.BackupAgent$BackupServiceBinder@9795910
10-05 08:30:41.467 582-684/? D/PerformBackupTask: invokeAgentForBackup on android
10-05 08:30:41.505 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:30:41.525 582-739/? I/ActivityManager: Start proc 827:com.google.android.youtube/u0a63 for service com.google.android.youtube/com.google.android.libraries.youtube.common.gcore.gcoreclient.gcm.impl.GcmTaskServiceDelegator
10-05 08:30:41.528 582-684/? I/BackupRestoreController: Getting widget state for user: 0
10-05 08:30:41.878 582-684/? I/BackupManagerService: Backup pass finished.
10-05 08:30:43.024 582-1576/? D/ConnectivityService: listenForNetwork for Listen from uid/pid:10063/827 for NetworkRequest [ id=243, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 08:30:43.780 582-1586/? I/ActivityManager: Start proc 930:com.google.android.gms.unstable/u0a21 for service com.google.android.gms/.droidguard.DroidGuardService
10-05 08:30:43.837 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:43.846 582-593/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:44.678 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:44.903 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:45.090 582-1576/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:45.103 582-1576/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:45.905 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:45.918 582-3972/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:45.984 582-739/? D/WifiService: acquireWifiLockLocked: WifiLock{ServiceConfigService type=1 binder=android.os.BinderProxy@d87c666}
10-05 08:30:46.007 582-592/? D/WifiService: acquireWifiLockLocked: WifiLock{FeatureConfigRefreshService type=1 binder=android.os.BinderProxy@671d254}
10-05 08:30:46.072 582-3972/? D/WifiService: acquireWifiLockLocked: WifiLock{TokenRefreshService type=1 binder=android.os.BinderProxy@239e2f2}
10-05 08:30:46.088 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:46.105 582-1586/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:46.200 582-753/? D/WifiService: releaseWifiLockLocked: WifiLock{TokenRefreshService type=1 binder=android.os.BinderProxy@239e2f2}
10-05 08:30:46.323 582-2277/? D/WifiService: releaseWifiLockLocked: WifiLock{ServiceConfigService type=1 binder=android.os.BinderProxy@d87c666}
10-05 08:30:46.447 582-1163/? D/WifiService: releaseWifiLockLocked: WifiLock{FeatureConfigRefreshService type=1 binder=android.os.BinderProxy@671d254}
10-05 08:30:49.413 582-3972/? I/ActivityManager: Killing 30573:com.google.android.apps.magazines/u0a38 (adj 15): empty #17
10-05 08:30:51.281 582-1163/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e6a56fe}
10-05 08:30:53.389 582-1586/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e6a56fe}
10-05 08:30:53.459 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:53.476 582-1572/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:30:53.526 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:31:00.503 582-1161/? I/Telecom: PhoneAccountRegistrar: SimCallManager queried, returning: null
10-05 08:31:00.570 582-2277/? I/Telecom: PhoneAccountRegistrar: SimCallManager queried, returning: null
10-05 08:31:05.568 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:31:08.583 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:31:20.659 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:31:28.479 582-1573/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e6a56fe}
10-05 08:31:28.553 582-592/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@e6a56fe}
10-05 08:31:29.702 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:31:32.923 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:31:32.936 582-1587/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:31:41.757 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:31:47.788 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:31:59.893 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:32:08.944 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:32:21.008 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:32:30.901 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:32:42.965 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:32:48.998 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:33:01.054 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:33:07.089 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:33:19.168 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:33:28.217 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:33:40.289 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:33:49.333 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:34:01.409 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:34:10.451 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:34:19.515 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:34:23.327 582-595/? I/ProcessStatsService: Prepared write state in 12ms
10-05 08:34:28.566 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:34:40.619 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:34:49.663 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:35:01.715 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:35:07.746 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:35:18.383 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:35:18.694 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:35:19.813 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:35:28.849 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:35:39.015 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:35:39.034 582-1161/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:35:40.903 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:35:49.983 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:35:59.027 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:36:11.266 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:36:20.316 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:36:29.348 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:36:32.360 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:36:35.377 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:36:41.417 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:36:47.448 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:36:59.501 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:37:08.554 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:37:19.224 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:37:19.305 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:37:20.619 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:37:28.502 582-2277/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7397ec7}
10-05 08:37:30.188 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:37:30.568 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:37:30.586 582-1587/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:37:30.760 582-3972/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@7397ec7}
10-05 08:38:01.187 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:38:07.241 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:38:19.296 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:38:28.346 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:38:30.024 582-1573/? I/ActivityManager: Start proc 2399:com.showtime.showtimeanytime:vservicec/u0a100 for content provider com.showtime.showtimeanytime/.download.ShowtimeVirtuosoContentProvider
10-05 08:38:30.262 582-1163/? I/ActivityManager: Killing 32377:com.google.android.talk/u0a30 (adj 15): empty #17
10-05 08:38:40.416 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:38:49.479 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:39:01.581 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:39:07.607 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:39:19.676 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
--------- beginning of main
10-05 08:39:20.274 2472-2478/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:39:23.223 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 10 lines
10-05 08:39:28.715 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:39:32.743 2521-2521/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 08:39:34.938 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 08:39:34.938 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 08:39:34.939 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 08:39:40.786 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:39:42.943 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 17 lines
10-05 08:39:50.010 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:39:56.044 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:39:57.014 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:40:04.361 13267-13706/? I/chatty: uid=10021(com.google.android.gms) Thread-862 expire 6 lines
10-05 08:40:04.442 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:40:04.461 582-1572/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:40:06.657 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 08:40:06.799 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 10 lines
10-05 08:40:08.047 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 16 lines
10-05 08:40:08.138 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:40:20.206 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:40:29.258 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:40:41.318 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:40:42.105 582-582/? I/JobServiceContext: Client timed out while executing (no jobFinished received). sending onStop. com.accuweather.android/com.accuweather.widgets.WidgetDailyLightService jId=1733, u0
10-05 08:40:47.358 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:40:52.712 2667-2667/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:40:52.713 2667-2667/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:40:52.713 2667-2667/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:40:52.751 2667-2669/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fc7a04
10-05 08:40:52.838 2667-2671/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:40:52.854 2667-2673/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:40:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:40:59.405 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:41:08.474 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:41:12.950 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 11 lines
10-05 08:41:20.534 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:41:28.043 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 16 lines
10-05 08:41:29.578 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:41:33.690 13279-25596/? I/chatty: uid=10021(com.google.android.gms) lowpool[81] expire 10 lines
10-05 08:41:41.636 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:41:46.816 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 15 lines
10-05 08:41:53.692 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:41:56.709 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:41:57.054 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:42:02.987 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 13 lines
10-05 08:42:07.731 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 08:42:07.771 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 08:42:11.813 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:42:14.829 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:42:17.847 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:42:20.866 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:42:25.332 2753-2753/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:42:25.332 2753-2753/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:42:25.332 2753-2753/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:42:25.367 2753-2755/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f8ea04
10-05 08:42:25.437 2753-2759/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:42:25.459 2753-2761/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:42:30.031 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:42:32.789 2816-2816/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 08:42:33.041 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:42:34.971 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 08:42:34.973 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 08:42:34.974 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 08:42:36.050 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:42:39.069 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:42:42.082 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:42:42.110 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:42:42.177 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:42:48.074 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 14 lines
10-05 08:42:48.651 582-3973/? I/chatty: uid=1000(system) Binder_10 expire 2 lines
10-05 08:42:51.554 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:42:52.263 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 10 lines
10-05 08:42:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:43:00.584 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:43:05.603 1362-1400/? I/chatty: uid=10049(com.android.vending) Monitor Thread expire 10 lines
10-05 08:43:07.316 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 08:43:09.640 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:43:12.948 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 16 lines
10-05 08:43:15.299 13279-25596/? I/chatty: uid=10021(com.google.android.gms) lowpool[81] expire 12 lines
10-05 08:43:21.700 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:43:27.729 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:43:28.522 582-592/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e23b81}
10-05 08:43:30.136 582-3972/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@2e23b81}
10-05 08:43:42.812 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:43:48.849 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:43:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:43:57.864 2938-2938/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:43:57.865 2938-2938/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:43:57.865 2938-2938/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:43:57.895 2938-2940/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f7ca04
10-05 08:43:57.981 2938-2942/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:43:58.000 2938-2944/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:43:58.077 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 12 lines
10-05 08:44:00.916 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:44:07.132 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 11 lines
10-05 08:44:10.079 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:44:19.119 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:44:28.169 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:44:32.947 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 18 lines
10-05 08:44:40.237 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:44:44.318 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 20 lines
10-05 08:44:49.278 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:44:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:44:58.084 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 14 lines
10-05 08:45:01.334 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:45:07.375 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:45:19.450 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:45:28.484 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:45:28.696 13279-3022/? I/chatty: uid=10021(com.google.android.gms) expire 1 line
10-05 08:45:28.738 1087-3026/? I/BgTaskExecutorImpl: Starting PERIODIC background task LOG_APPLICATIONS_TO_CLEARCUT_AFTER_HASH_CHECK.
10-05 08:45:28.745 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 08:45:30.536 3057-3057/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:45:30.536 3057-3057/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:45:30.537 3057-3057/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:45:30.564 3057-3059/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fbda04
10-05 08:45:30.577 3057-3061/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:45:30.581 3057-3063/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:45:32.835 3077-3077/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 08:45:35.026 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 08:45:35.028 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 08:45:35.030 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 08:45:40.551 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:45:42.541 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 15 lines
10-05 08:45:49.594 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:45:57.022 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:46:01.417 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 10 lines
10-05 08:46:01.674 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:46:02.980 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 20 lines
10-05 08:46:05.297 582-594/? I/UsageStatsService: User[0] Flushing usage stats to disk
10-05 08:46:05.609 1362-1400/? I/chatty: uid=10049(com.android.vending) Monitor Thread expire 10 lines
10-05 08:46:06.861 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 10 lines
10-05 08:46:07.718 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:46:07.985 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 08:46:08.076 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 16 lines
10-05 08:46:08.667 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 23 lines
10-05 08:46:19.779 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:46:28.824 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:46:33.697 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 17 lines
10-05 08:46:40.895 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:46:50.094 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:46:57.009 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:46:59.141 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:47:03.182 582-624/? I/chatty: uid=1000 system_server expire 7 lines
10-05 08:47:03.201 3202-3202/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:47:03.201 3202-3202/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:47:03.202 3202-3202/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:47:03.234 3202-3204/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f74a04
10-05 08:47:03.317 3202-3206/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:47:03.337 3202-3210/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:47:07.718 32212-32362/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_ANONYMOUS queue batches sent: 0
10-05 08:47:07.728 32212-32363/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_NON_ANONYMOUS queue batches sent: 0
10-05 08:47:07.738 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 08:47:07.809 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 08:47:08.177 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:47:20.247 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:47:28.076 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 14 lines
10-05 08:47:32.318 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:47:33.143 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 11 lines
10-05 08:47:40.554 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 10 lines
10-05 08:47:42.974 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 12 lines
10-05 08:47:45.001 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 11 lines
10-05 08:47:57.002 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:47:59.497 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:48:08.560 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:48:09.200 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 16 lines
10-05 08:48:20.627 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:48:29.673 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:48:30.347 2399-2399/? D/com.penthera.virtuososdk.database.impl.VSdkDb: Database closed
10-05 08:48:32.960 3339-3339/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 08:48:35.130 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 08:48:35.130 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 08:48:35.131 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 08:48:35.847 3366-3366/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:48:35.847 3366-3366/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:48:35.847 3366-3366/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:48:35.875 3366-3370/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f7ca04
10-05 08:48:35.888 3366-3372/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:48:35.898 3366-3374/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:48:38.074 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 08:48:41.736 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:48:42.949 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 11 lines
10-05 08:48:51.360 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:48:57.039 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:49:00.400 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:49:04.774 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 15 lines
10-05 08:49:05.217 1823-3279/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 2 lines
10-05 08:49:06.565 1362-1400/? I/chatty: uid=10049(com.android.vending) Monitor Thread expire 10 lines
10-05 08:49:08.776 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 08:49:09.439 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:49:13.371 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 10 lines
10-05 08:49:21.506 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:49:26.895 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 13 lines
10-05 08:49:27.540 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:49:28.045 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 14 lines
10-05 08:49:28.603 582-1586/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f37d1d1}
10-05 08:49:28.606 2120-2131/? D/BtGatt.GattService: registerClient() - UUID=f0c79fef-c179-477a-9e38-9deb91facd9d
10-05 08:49:28.607 2120-2147/? D/BtGatt.GattService: onClientRegistered() - UUID=f0c79fef-c179-477a-9e38-9deb91facd9d, clientIf=6
10-05 08:49:28.607 13267-13744/? I/chatty: uid=10021(com.google.android.gms) Binder_6 expire 2 lines
10-05 08:49:28.608 2120-2321/? D/BtGatt.GattService: start scan with filters
10-05 08:49:28.610 2120-2150/? D/BtGatt.ScanManager: handling starting scan
10-05 08:49:28.612 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=2
10-05 08:49:28.612 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=0
10-05 08:49:28.612 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
10-05 08:49:28.614 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 08:49:28.622 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:49:28.647 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:49:28.669 3226-3475/? W/CachingDsxDataFetcher: Posting WeatherDataError: WeatherDataError: SavedLocation{legacyPresentationName='North Andover, MA (01845)', nickname='North Andover, MA (01845)', keyTypeCountry='01845:4:US', displayName='', calculatedDisplayName='NORTH ANDOVER', secondaryName=''}: wasStaleDataPosted: true fromManualRefresh: true errorMessage: com.weather.dal2.weatherconnections.WeatherDataException: com.weather.dal2.exceptions.DalException: Network not available
10-05 08:49:30.269 13267-2565/? I/chatty: uid=10021 com.google.android.gms.persistent expire 2 lines
10-05 08:49:30.463 582-1161/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f37d1d1}
10-05 08:49:30.654 2120-2269/? D/BtGatt.GattService: stopScan() - queue size =2
10-05 08:49:30.655 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=1
10-05 08:49:30.655 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=0 mLastConfiguredScanSetting=2
10-05 08:49:30.656 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 800
10-05 08:49:30.656 2120-2132/? D/BtGatt.GattService: unregisterClient() - clientIf=6
10-05 08:49:30.656 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 08:49:30.660 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:49:30.687 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:49:30.702 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:49:30.718 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:49:32.949 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 08:49:42.610 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:49:48.642 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:49:53.521 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 10 lines
10-05 08:49:57.009 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:50:00.719 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:50:08.343 3540-3540/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:50:08.344 3540-3540/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:50:08.344 3540-3540/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:50:08.375 3540-3542/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f76a04
10-05 08:50:08.451 3540-3544/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:50:08.482 3540-3546/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:50:09.762 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:50:21.818 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:50:22.945 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 11 lines
10-05 08:50:27.839 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:50:38.078 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 11 lines
10-05 08:50:39.036 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 15 lines
10-05 08:50:39.904 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:50:42.401 582-582/? I/JobServiceContext: Client timed out while executing (no jobFinished received). sending onStop. com.accuweather.android/com.accuweather.widgets.WidgetDailyLightService jId=1733, u0
10-05 08:50:42.425 582-1163/? I/ActivityManager: Killing 27751:com.facebook.katana/u0a113 (adj 15): empty #17
10-05 08:50:42.473 582-654/? D/WifiService: Client connection lost with reason: 4
10-05 08:50:48.947 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:50:57.005 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:51:01.012 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:51:10.097 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:51:16.293 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 10 lines
10-05 08:51:19.150 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:51:22.949 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 16 lines
10-05 08:51:26.914 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 10 lines
10-05 08:51:28.046 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 15 lines
10-05 08:51:28.197 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:51:33.056 3624-3624/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 08:51:35.243 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 08:51:35.250 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 08:51:35.251 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 08:51:38.166 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 19 lines
10-05 08:51:40.246 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:51:40.582 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:51:40.831 3661-3661/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:51:40.831 3661-3661/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:51:40.831 3661-3661/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:51:40.855 3661-3663/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f5ba04
10-05 08:51:40.867 3661-3665/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:51:40.871 3661-3667/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:51:44.807 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:51:49.293 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:51:57.023 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:51:59.706 1823-3577/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 2 lines
10-05 08:52:01.363 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:52:07.392 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:52:07.772 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 08:52:07.844 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 08:52:08.881 13279-3708/? I/chatty: uid=10021(com.google.android.gms) expire 1 line
10-05 08:52:08.982 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:52:09.010 582-2277/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 08:52:09.528 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 08:52:19.455 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:52:28.507 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:52:40.589 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:52:42.945 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 08:52:48.041 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 18 lines
10-05 08:52:49.632 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:52:52.093 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 13 lines
10-05 08:52:57.021 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:53:01.701 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:53:05.620 1362-1400/? I/chatty: uid=10049(com.android.vending) Monitor Thread expire 10 lines
10-05 08:53:06.928 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 10 lines
10-05 08:53:07.731 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:53:13.201 3766-3766/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:53:13.201 3766-3766/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:53:13.202 3766-3766/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:53:13.234 3766-3768/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fafa04
10-05 08:53:13.314 3766-3770/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:53:13.334 3766-3774/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:53:19.803 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:53:24.983 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 12 lines
10-05 08:53:25.730 3783-3783/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10065 <<<<<<
10-05 08:53:25.749 3783-3783/? D/AndroidRuntime: CheckJNI is OFF
10-05 08:53:25.844 3783-3783/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
10-05 08:53:25.942 3783-3783/? I/Radio-JNI: register_android_hardware_Radio DONE
10-05 08:53:25.981 3783-3783/? D/AndroidRuntime: Calling main entry com.android.commands.am.Am
10-05 08:53:25.995 3783-3783/? D/AndroidRuntime: Shutting down VM
10-05 08:53:28.847 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:53:32.955 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 14 lines
10-05 08:53:40.304 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:53:40.911 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:53:44.927 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:53:49.961 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:53:57.054 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:54:02.016 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:54:04.255 1823-3735/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 2 lines
10-05 08:54:08.049 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:54:18.045 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 18 lines
10-05 08:54:20.112 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:54:20.744 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:54:21.995 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:54:29.161 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:54:33.182 3883-3883/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 08:54:35.411 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 08:54:35.411 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 08:54:35.412 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 08:54:41.209 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:54:42.948 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 15 lines
10-05 08:54:45.815 3924-3924/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:54:45.815 3924-3924/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:54:45.816 3924-3924/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:54:45.847 3924-3928/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6ff6a04
10-05 08:54:45.865 3924-3930/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:54:45.878 3924-3932/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:54:48.549 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 10 lines
10-05 08:54:48.578 582-1577/? I/chatty: uid=1000(system) Binder_B expire 1 line
10-05 08:54:51.105 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:54:54.119 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:54:57.045 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:55:00.155 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:55:03.169 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:55:07.108 582-591/? I/chatty: uid=1000(system) HeapTaskDaemon expire 1 line
10-05 08:55:09.199 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:55:10.413 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 08:55:20.224 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:55:20.364 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:55:21.272 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:55:27.297 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:55:28.693 13267-13267/? I/chatty: uid=10021 com.google.android.gms.persistent expire 11 lines
10-05 08:55:28.733 582-1577/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ee02aa0}
10-05 08:55:28.740 2120-2269/? D/BtGatt.GattService: registerClient() - UUID=8b4a992a-c030-46e1-8109-a4c9bb9d089a
10-05 08:55:28.741 2120-2147/? D/BtGatt.GattService: onClientRegistered() - UUID=8b4a992a-c030-46e1-8109-a4c9bb9d089a, clientIf=6
10-05 08:55:28.741 13267-13787/? I/chatty: uid=10021(com.google.android.gms) Binder_9 expire 1 line
10-05 08:55:28.741 2120-2132/? D/BtGatt.GattService: start scan with filters
10-05 08:55:28.744 2120-2150/? D/BtGatt.ScanManager: handling starting scan
10-05 08:55:28.745 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=2
10-05 08:55:28.745 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=0
10-05 08:55:28.745 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
10-05 08:55:28.747 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 08:55:28.757 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:55:28.771 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:55:30.462 582-593/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ee02aa0}
10-05 08:55:30.742 2120-2321/? D/BtGatt.GattService: stopScan() - queue size =2
10-05 08:55:30.742 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=1
10-05 08:55:30.743 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=0 mLastConfiguredScanSetting=2
10-05 08:55:30.743 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 800
10-05 08:55:30.743 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 08:55:30.746 2120-9406/? D/BtGatt.GattService: unregisterClient() - clientIf=6
10-05 08:55:30.760 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:55:30.778 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:55:30.795 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:55:36.406 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:55:39.420 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:55:42.434 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:55:42.530 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 14 lines
10-05 08:55:48.040 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 24 lines
10-05 08:55:48.460 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:55:52.951 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 08:55:54.500 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:55:57.009 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:55:57.515 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:56:00.556 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:56:01.658 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 10 lines
10-05 08:56:05.628 1362-1400/? I/chatty: uid=10049(com.android.vending) Monitor Thread expire 10 lines
10-05 08:56:12.604 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:56:18.343 4079-4079/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:56:18.344 4079-4079/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:56:18.344 4079-4079/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:56:18.376 4079-4081/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fa4a04
10-05 08:56:18.393 4079-4083/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:56:18.403 4079-4085/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:56:19.643 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 1 line
10-05 08:56:21.657 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:56:26.981 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 2 lines
10-05 08:56:27.688 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:56:33.765 13279-25596/? I/chatty: uid=10021(com.google.android.gms) lowpool[81] expire 14 lines
10-05 08:56:36.303 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 1 line
10-05 08:56:39.757 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:56:40.423 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:56:42.948 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 08:56:45.252 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 08:56:46.983 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 2 lines
10-05 08:56:50.293 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 08:56:51.820 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:56:56.526 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 15 lines
10-05 08:56:57.039 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:57:00.892 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:57:06.986 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 3 lines
10-05 08:57:07.731 32212-32362/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_ANONYMOUS queue batches sent: 0
10-05 08:57:07.733 32212-32363/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_NON_ANONYMOUS queue batches sent: 0
10-05 08:57:07.781 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 08:57:07.883 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 08:57:32.944 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 11 lines
10-05 08:57:33.267 4176-4176/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 08:57:33.672 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 08:57:34.335 4180-4180/? I/chatty: uid=10054(com.ants360.yicamera.international) expire 7 lines
10-05 08:57:35.249 1823-1861/? I/chatty: uid=10054(com.ants360.yicamera.international) Thread-2906 expire 7 lines
10-05 08:57:35.460 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 08:57:35.470 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 08:57:35.471 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 08:57:36.557 1823-4077/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 2 lines
10-05 08:57:38.195 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 08:57:38.206 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 08:57:38.206 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 08:57:38.208 1303-1983/? W/System.err: android.content.pm.PackageManager$NameNotFoundException
10-05 08:57:38.209 1303-3154/? W/System.err: android.content.pm.PackageManager$NameNotFoundException
10-05 08:57:38.289 1303-3154/? W/System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:137)
10-05 08:57:38.289 1303-3154/? W/System.err: at com.estrongs.android.pop.app.d.q.c(LoggerLandingSceneManager.java:153)
10-05 08:57:38.289 1303-3154/? W/System.err: at com.estrongs.android.pop.app.d.q.a(LoggerLandingSceneManager.java:66)
10-05 08:57:38.290 1303-3154/? W/System.err: at com.estrongs.android.pop.app.scene.e.h$1.a(SceneWhenNewFile.java:77)
10-05 08:57:38.290 1303-3154/? W/System.err: at com.estrongs.android.scanner.c.j$a$1.run(NotifyHandler.java:75)
10-05 08:57:38.290 1303-3154/? W/System.err: at com.estrongs.android.util.n$a.run(ESThreadPoolImpl.java:95)
10-05 08:57:38.290 1303-3154/? W/System.err: at java.lang.Thread.run(Thread.java:818)
10-05 08:57:38.330 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 08:57:38.332 1303-1983/? W/System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:137)
10-05 08:57:38.332 1303-1983/? W/System.err: at com.estrongs.android.pop.app.d.q.c(LoggerLandingSceneManager.java:153)
10-05 08:57:38.332 1303-1983/? W/System.err: at com.estrongs.android.pop.app.d.q.a(LoggerLandingSceneManager.java:66)
10-05 08:57:38.332 1303-1983/? W/System.err: at com.estrongs.android.pop.app.scene.e.h$1.a(SceneWhenNewFile.java:77)
10-05 08:57:38.332 1303-1983/? W/System.err: at com.estrongs.android.scanner.c.j$a$1.run(NotifyHandler.java:68)
10-05 08:57:38.332 1303-1983/? W/System.err: at com.estrongs.android.util.n$a.run(ESThreadPoolImpl.java:95)
10-05 08:57:38.332 1303-1983/? W/System.err: at java.lang.Thread.run(Thread.java:818)
10-05 08:57:38.339 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 08:57:40.747 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 08:57:40.837 582-1163/? I/chatty: uid=1000(system) Binder_6 expire 1 line
10-05 08:57:42.164 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:57:42.188 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:57:42.220 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:57:42.233 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 08:57:43.763 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:57:46.992 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 1 line
10-05 08:57:48.044 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 18 lines
10-05 08:57:50.833 582-624/? I/chatty: uid=1000 system_server expire 1 line
10-05 08:57:50.899 4229-4229/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:57:50.899 4229-4229/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:57:50.899 4229-4229/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:57:50.924 4229-4231/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f56a04
10-05 08:57:51.003 4229-4233/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:57:51.016 4229-4235/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:57:57.009 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:58:01.846 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 08:58:06.996 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 1 line
10-05 08:58:07.882 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:58:10.575 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 08:58:11.265 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 08:58:15.683 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 08:58:22.961 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 08:58:25.968 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:58:26.997 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 2 lines
10-05 08:58:32.949 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 08:58:43.020 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 08:58:47.211 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 08:58:48.143 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 08:58:50.225 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:58:57.009 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:59:02.302 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 08:59:05.321 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:59:06.584 1362-1400/? I/chatty: uid=10049(com.android.vending) Monitor Thread expire 11 lines
10-05 08:59:07.006 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 1 line
10-05 08:59:15.200 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 08:59:18.039 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 08:59:18.713 13267-30570/? I/chatty: uid=10021(com.google.android.gms) GCMWriter expire 11 lines
10-05 08:59:20.373 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 1 line
10-05 08:59:22.971 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 12 lines
10-05 08:59:23.462 582-624/? I/chatty: uid=1000 system_server expire 1 line
10-05 08:59:23.541 4337-4337/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 08:59:23.542 4337-4337/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:59:23.543 4337-4337/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 08:59:23.575 4337-4341/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fa3a04
10-05 08:59:23.582 4337-4343/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 08:59:23.586 4337-4345/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 08:59:26.422 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 08:59:26.603 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 1 line
10-05 08:59:27.009 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 2 lines
10-05 08:59:29.438 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 08:59:47.680 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 08:59:52.803 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 08:59:56.604 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 08:59:57.008 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 08:59:59.623 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:00:05.793 1362-1375/? I/chatty: uid=10049(com.android.vending) HeapTaskDaemon expire 1 line
10-05 09:00:05.820 13279-25596/? I/chatty: uid=10021(com.google.android.gms) lowpool[81] expire 10 lines
10-05 09:00:07.017 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 1 line
10-05 09:00:08.048 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:00:08.333 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 3 lines
10-05 09:00:11.378 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 16 lines
10-05 09:00:11.689 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:00:14.704 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:00:20.158 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:00:22.943 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 09:00:27.019 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 1 line
10-05 09:00:29.076 13279-13279/? I/chatty: uid=10021(com.google.android.gms) expire 9 lines
10-05 09:00:35.813 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:00:36.296 4435-4435/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:00:37.543 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 1 line
10-05 09:00:38.470 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:00:38.471 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:00:38.471 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:00:38.823 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:00:38.879 582-1586/? I/ActivityManager: Killing 512:com.android.chrome/u0a9 (adj 15): empty for 1801s
10-05 09:00:38.962 582-1586/? I/ActivityManager: Killing 397:com.google.android.googlequicksearchbox/u0a57 (adj 15): empty for 1803s
10-05 09:00:48.605 582-1161/? I/chatty: uid=1000(system) Binder_5 expire 1 line
10-05 09:00:48.615 582-1576/? I/ActivityManager: Killing 930:com.google.android.gms.unstable/u0a21 (adj 15): empty for 1804s
10-05 09:00:48.682 582-1576/? I/ActivityManager: Killing 827:com.google.android.youtube/u0a63 (adj 15): empty for 1807s
10-05 09:00:48.710 582-592/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=243, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@df3bffb)
10-05 09:00:48.711 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=243, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 09:00:48.712 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=243, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 09:00:48.762 582-1576/? I/ActivityManager: Killing 559:com.facebook.katana:browser/u0a113 (adj 15): empty for 1808s
10-05 09:00:48.814 582-1576/? I/ActivityManager: Killing 444:com.google.android.videos/u0a58 (adj 15): empty for 1809s
10-05 09:00:48.892 582-1576/? I/ActivityManager: Killing 32692:com.google.android.apps.maps/u0a39 (adj 15): empty for 1809s
10-05 09:00:48.971 582-1586/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=242, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@c696818)
10-05 09:00:48.972 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=242, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 09:00:48.973 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=242, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 09:00:52.563 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 09:00:54.514 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:00:56.022 582-624/? I/chatty: uid=1000 system_server expire 1 line
10-05 09:00:56.055 4463-4463/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:00:56.055 4463-4463/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:00:56.056 4463-4463/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:00:56.086 4463-4465/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fb5a04
10-05 09:00:56.102 4463-4467/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:00:56.109 4463-4469/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:00:57.019 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:00:57.551 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:00:57.692 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 09:00:58.099 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 18 lines
10-05 09:01:07.025 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 2 lines
10-05 09:01:11.981 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 09:01:12.637 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:01:12.981 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 16 lines
10-05 09:01:15.656 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:01:18.672 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:01:21.684 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:01:22.824 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 09:01:25.159 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:01:28.751 582-595/? I/ActivityManager: Start proc 4514:com.google.android.apps.photos/u0a148 for broadcast com.google.android.apps.photos/.scheduler.AlarmReceiver
10-05 09:01:28.989 4514-4523/? W/art: Suspending all threads took: 9.338ms
10-05 09:01:29.530 582-593/? I/ActivityManager: Killing 32435:com.google.android.instantapps.supervisor/u0a45 (adj 15): empty for 1842s
10-05 09:01:29.531 582-1161/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ee02aa0}
10-05 09:01:29.781 582-591/? I/chatty: uid=1000(system) HeapTaskDaemon expire 1 line
10-05 09:01:31.249 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:01:31.383 582-1587/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ee02aa0}
10-05 09:01:33.767 13279-25596/? I/chatty: uid=10021(com.google.android.gms) lowpool[81] expire 10 lines
10-05 09:01:34.267 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:01:37.285 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:01:40.302 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:01:47.033 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 1 line
10-05 09:01:54.923 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 4 lines
10-05 09:01:57.034 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:01:57.612 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:01:57.976 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 16 lines
10-05 09:02:04.437 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 09:02:07.038 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 2 lines
10-05 09:02:07.451 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:02:07.786 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 09:02:07.923 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 09:02:10.472 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:02:13.490 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:02:28.067 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 12 lines
10-05 09:02:28.562 582-624/? I/chatty: uid=1000 system_server expire 1 line
10-05 09:02:28.637 4648-4648/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:02:28.638 4648-4648/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:02:28.639 4648-4648/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:02:28.664 4648-4650/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fd7a04
10-05 09:02:28.676 4648-4652/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:02:28.681 4648-4654/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:02:30.131 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:02:31.587 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:02:32.976 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 09:02:34.596 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:02:35.243 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 09:02:37.976 1823-4499/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 2 lines
10-05 09:02:40.628 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 09:02:46.666 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:02:47.043 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 2 lines
10-05 09:02:57.019 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:03:02.620 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:03:05.641 1362-1400/? I/chatty: uid=10049(com.android.vending) Monitor Thread expire 10 lines
10-05 09:03:07.823 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 09:03:19.859 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 09:03:22.874 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:03:22.945 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 09:03:25.891 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 09:03:27.049 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 3 lines
10-05 09:03:28.072 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:03:28.907 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:03:34.880 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:03:36.452 4714-4714/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:03:38.605 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:03:38.614 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 09:03:38.614 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 09:03:57.011 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:04:01.412 582-624/? I/chatty: uid=1000 system_server expire 1 line
10-05 09:04:01.461 4740-4740/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:04:01.464 4740-4740/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:04:01.465 4740-4740/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:04:01.499 4740-4742/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b7000a04
10-05 09:04:01.518 4740-4744/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:04:01.540 4740-4746/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:04:07.421 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:04:12.333 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 1 line
10-05 09:04:12.796 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:04:12.947 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 09:04:15.378 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 14 lines
10-05 09:04:18.039 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:04:27.057 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 1 line
10-05 09:04:29.221 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:04:29.463 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 3 lines
10-05 09:04:39.854 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:04:41.292 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:04:47.061 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 3 lines
10-05 09:04:47.326 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:04:57.005 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:04:59.400 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:05:00.075 582-595/? I/ProcessStatsService: Prepared write state in 50ms
10-05 09:05:00.081 582-595/? I/ProcessStatsService: Prepared write state in 0ms
10-05 09:05:00.208 582-594/? I/ProcessStatsService: Pruning old procstats: /data/system/procstats/state-2018-10-03-10-25-51.bin
10-05 09:05:02.437 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 09:05:02.982 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 15 lines
10-05 09:05:08.045 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 12 lines
10-05 09:05:08.472 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:05:12.326 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:05:14.506 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:05:17.443 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 09:05:20.531 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:05:29.569 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:05:32.579 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:05:33.956 582-624/? I/chatty: uid=1000 system_server expire 1 line
10-05 09:05:34.019 4801-4801/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:05:34.019 4801-4801/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:05:34.020 4801-4801/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:05:34.045 4801-4803/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f18a04
10-05 09:05:34.058 4801-4805/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:05:34.062 4801-4807/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:05:35.596 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:05:41.631 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:05:43.147 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 09:05:43.179 1823-4849/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 1 line
10-05 09:05:43.180 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 13 lines
10-05 09:05:44.488 13267-14601/? I/chatty: uid=10021(com.google.android.gms) Binder_D expire 1 line
10-05 09:05:44.491 1087-4864/? E/GeofenceHelper: Failed: remove geofences by PendingIntent
10-05 09:05:44.497 1087-1087/? E/FirebaseInstanceId: Failed to resolve target intent service, skipping classname enforcement
10-05 09:05:44.498 582-2277/? W/ActivityManager: Unable to start service Intent { act=com.google.firebase.MESSAGING_EVENT pkg=com.google.android.googlequicksearchbox (has extras) } U=0: not found
10-05 09:05:44.498 1087-1087/? E/FirebaseInstanceId: Error while delivering the message: ServiceIntent not found.
10-05 09:05:44.558 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:05:44.636 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 09:05:47.074 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 1 line
10-05 09:05:47.336 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:05:47.336 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 09:05:47.563 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 09:05:47.651 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:05:56.700 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:05:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:05:59.737 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:06:01.997 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 10 lines
10-05 09:06:06.595 1362-1400/? I/chatty: uid=10049(com.android.vending) Monitor Thread expire 10 lines
10-05 09:06:07.077 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 2 lines
10-05 09:06:08.046 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 12 lines
10-05 09:06:11.804 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:06:12.944 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 11 lines
10-05 09:06:20.853 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:06:23.448 13267-32194/? I/chatty: uid=10021 com.google.android.gms.persistent expire 3 lines
10-05 09:06:28.502 1087-4911/? I/BgTaskExecutorImpl: Starting EXCLUSIVE background task REQUEST_SCHEDULE_CONTEXT_FENCE_TRANSITION.
10-05 09:06:28.511 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 09:06:28.693 1087-4916/? I/BgTaskExecutorImpl: Starting EXCLUSIVE background task PROACTIVE_RUN_REQUEST_MANAGER.
10-05 09:06:28.699 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 09:06:28.828 1087-4864/? W/RequestManagerImpl: graph.recentDetectedActivityOptional() should be cached
10-05 09:06:28.865 1087-4917/? W/OptInChecker: Missing cached UDC setting for NOW_CARDS
10-05 09:06:28.865 1087-4917/? W/OptInChecker: Missing cached UDC setting for NOW_NOTIFICATIONS
10-05 09:06:28.865 1087-4917/? W/OptInChecker: Missing cached UDC setting for CHROME_HISTORY_SYNC
10-05 09:06:28.975 1087-1087/? W/SearchServiceClient: Starting with NO_SESSION handoverId is deprecated. Just don't. You will break.
10-05 09:06:29.032 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:06:29.044 582-739/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:06:29.894 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:06:31.197 1087-4864/? E/GeofenceHelper: Failed: remove geofences by PendingIntent
10-05 09:06:31.551 1087-4864/? I/TrainingQuestionManager: updateFromServerResponse: no new training mode data and no pending answered questions to clear
10-05 09:06:33.803 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 14 lines
10-05 09:06:34.013 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 09:06:36.517 4957-4957/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:06:38.661 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 09:06:38.668 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:06:38.668 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:06:41.950 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:06:48.703 582-753/? I/chatty: uid=1000(system) Binder_4 expire 1 line
10-05 09:06:51.580 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:06:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:07:00.603 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:07:06.522 582-624/? I/chatty: uid=1000 system_server expire 1 line
10-05 09:07:06.545 4992-4992/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:07:06.547 4992-4992/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:07:06.548 4992-4992/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:07:06.578 4992-4994/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fbea04
10-05 09:07:06.601 4992-4996/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:07:06.638 4992-4998/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:07:07.086 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 2 lines
10-05 09:07:07.741 32212-32362/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_ANONYMOUS queue batches sent: 0
10-05 09:07:07.744 32212-32363/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_NON_ANONYMOUS queue batches sent: 0
10-05 09:07:07.823 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 09:07:07.953 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 09:07:08.043 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:07:09.651 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:07:12.951 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 09:07:13.646 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:07:21.699 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:07:27.728 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:07:29.622 13267-4935/? I/chatty: uid=10021 com.google.android.gms.persistent expire 6 lines
10-05 09:07:29.626 582-593/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ee02aa0}
10-05 09:07:29.648 13267-13267/? I/chatty: uid=10021 com.google.android.gms.persistent expire 10 lines
10-05 09:07:29.655 1087-5010/? I/BgTaskExecutorImpl: Starting EXCLUSIVE background task REQUEST_SCHEDULE_RESET_WITHOUT_RESTART.
10-05 09:07:29.662 2120-2132/? D/BtGatt.GattService: registerClient() - UUID=9bbd1ccf-7745-498a-b642-bd62b7d1dc5c
10-05 09:07:29.662 2120-2147/? D/BtGatt.GattService: onClientRegistered() - UUID=9bbd1ccf-7745-498a-b642-bd62b7d1dc5c, clientIf=6
10-05 09:07:29.662 13267-13745/? I/chatty: uid=10021(com.google.android.gms) Binder_7 expire 1 line
10-05 09:07:29.663 3226-5011/? W/CachingDsxDataFetcher: Posting WeatherDataError: WeatherDataError: SavedLocation{legacyPresentationName='North Andover, MA (01845)', nickname='North Andover, MA (01845)', keyTypeCountry='01845:4:US', displayName='', calculatedDisplayName='NORTH ANDOVER', secondaryName=''}: wasStaleDataPosted: true fromManualRefresh: true errorMessage: com.weather.dal2.weatherconnections.WeatherDataException: com.weather.dal2.exceptions.DalException: Network not available
10-05 09:07:29.663 2120-2321/? D/BtGatt.GattService: start scan with filters
10-05 09:07:29.665 2120-2150/? D/BtGatt.ScanManager: handling starting scan
10-05 09:07:29.670 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=2
10-05 09:07:29.670 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=0
10-05 09:07:29.670 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
10-05 09:07:29.672 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 09:07:29.871 13267-13368/? I/chatty: uid=10021(com.google.android.gms) GoogleApiHandle expire 2 lines
10-05 09:07:29.970 13267-13388/? I/chatty: uid=10021(com.google.android.gms) GeofencerStateM expire 1 line
10-05 09:07:31.354 582-1572/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ee02aa0}
10-05 09:07:31.490 582-591/? I/chatty: uid=1000(system) HeapTaskDaemon expire 1 line
10-05 09:07:31.711 2120-9406/? D/BtGatt.GattService: stopScan() - queue size =2
10-05 09:07:31.712 2120-2131/? D/BtGatt.GattService: unregisterClient() - clientIf=6
10-05 09:07:31.712 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=1
10-05 09:07:31.713 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=0 mLastConfiguredScanSetting=2
10-05 09:07:31.713 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 800
10-05 09:07:31.714 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 09:07:31.721 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:07:31.758 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:07:31.769 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:07:40.502 13279-25596/? I/chatty: uid=10021(com.google.android.gms) lowpool[81] expire 11 lines
10-05 09:07:47.095 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 3 lines
10-05 09:07:52.434 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:07:55.454 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:07:57.006 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:07:58.076 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:07:58.474 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:08:02.972 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 09:08:07.511 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:08:13.548 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:08:16.562 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:08:19.578 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:08:28.628 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:08:34.656 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:08:39.163 582-624/? I/chatty: uid=1000 system_server expire 1 line
10-05 09:08:39.235 5118-5118/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:08:39.236 5118-5118/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:08:39.237 5118-5118/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:08:39.266 5118-5120/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f9da04
10-05 09:08:39.280 5118-5122/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:08:39.300 5118-5124/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:08:42.504 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:08:46.787 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:08:47.105 582-653/? I/chatty: uid=1000(system) WifiStateMachin expire 3 lines
10-05 09:08:48.040 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:08:52.951 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 11 lines
10-05 09:08:57.010 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:09:02.404 13279-25596/? I/chatty: uid=10021(com.google.android.gms) lowpool[81] expire 15 lines
10-05 09:09:07.866 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:09:13.907 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:09:16.926 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:09:19.943 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:09:28.223 582-27543/? I/chatty: uid=1000(system) Thread-938 expire 2 lines
10-05 09:09:28.994 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:09:36.583 5195-5195/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:09:38.072 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:09:38.764 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:09:38.767 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:09:38.768 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:09:41.054 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:09:42.945 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 14 lines
10-05 09:09:47.114 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:09:57.001 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:09:59.163 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:10:02.216 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:10:05.652 1362-1400/? I/chatty: uid=10049(com.android.vending) Monitor Thread expire 10 lines
10-05 09:10:07.117 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:10:08.263 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:10:11.712 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:10:11.747 5263-5263/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:10:11.748 5263-5263/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:10:11.749 5263-5263/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:10:11.777 5263-5268/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f4ea04
10-05 09:10:11.786 582-601/? W/ProcessCpuTracker: Skipping unknown process pid 5258
10-05 09:10:11.787 582-601/? W/ProcessCpuTracker: Skipping unknown process pid 5260
10-05 09:10:11.787 582-601/? W/ProcessCpuTracker: Skipping unknown process pid 5261
10-05 09:10:11.861 5263-5271/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:10:11.881 5263-5273/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:10:14.467 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 09:10:20.321 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:10:27.121 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:10:28.040 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 12 lines
10-05 09:10:29.358 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:10:41.429 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:10:42.144 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:10:43.241 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:10:47.125 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:10:47.458 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:10:48.263 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168305833, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:10:52.952 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 13 lines
10-05 09:10:57.054 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:10:59.511 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:11:00.582 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168318153, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:11:06.073 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168323644, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:11:07.128 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:11:07.373 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 23 lines
10-05 09:11:08.563 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:11:20.613 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:11:25.843 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168343413, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:11:27.131 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:11:28.075 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 12 lines
10-05 09:11:29.653 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:11:32.653 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168350223, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:11:32.915 13279-25596/? I/chatty: uid=10021(com.google.android.gms) lowpool[81] expire 12 lines
10-05 09:11:35.686 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:11:38.703 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:11:41.203 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168358773, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:11:41.725 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:11:44.294 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:11:44.351 5400-5400/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:11:44.352 5400-5400/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:11:44.352 5400-5400/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:11:44.385 5400-5402/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fc4a04
10-05 09:11:44.397 5400-5404/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:11:44.401 5400-5406/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:11:47.135 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:11:47.757 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:11:50.774 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:11:53.273 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168370844, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:11:53.790 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:11:57.011 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:11:59.835 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:12:02.978 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 11 lines
10-05 09:12:03.566 1823-5295/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 2 lines
10-05 09:12:05.823 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168383393, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:12:07.138 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:12:07.863 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 09:12:07.958 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 09:12:08.891 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:12:20.950 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:12:27.140 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:12:28.041 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:12:30.003 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:12:33.012 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:12:36.025 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:12:36.639 5443-5443/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:12:38.814 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 09:12:38.815 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:12:38.816 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:12:42.066 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:12:42.246 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:12:42.279 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:12:42.293 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:12:42.311 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:12:48.824 582-1587/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 09:12:51.725 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:12:52.950 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 12 lines
10-05 09:12:57.029 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:13:00.782 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:13:05.660 1362-1400/? I/chatty: uid=10049(com.android.vending) Monitor Thread expire 6 lines
10-05 09:13:07.146 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:13:09.831 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:13:15.331 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:13:16.862 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:13:16.892 5530-5530/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:13:16.893 5530-5530/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:13:16.893 5530-5530/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:13:16.925 5530-5532/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f62a04
10-05 09:13:16.939 5530-5534/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:13:16.945 5530-5536/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:13:18.046 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:13:21.886 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:13:22.693 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168460263, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:13:27.150 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:13:27.568 13279-25596/? I/chatty: uid=10021(com.google.android.gms) lowpool[81] expire 18 lines
10-05 09:13:27.722 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168465293, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:13:27.910 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:13:29.643 582-753/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ee02aa0}
10-05 09:13:31.436 582-1573/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ee02aa0}
10-05 09:13:43.183 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:13:43.318 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:13:47.153 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:13:47.466 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:13:49.351 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:13:52.945 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 15 lines
10-05 09:13:57.005 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:14:01.436 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:14:07.157 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:14:07.468 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:14:08.078 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:14:19.536 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:14:27.163 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:14:28.584 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:14:40.651 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:14:47.163 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:14:49.302 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:14:49.321 5585-5585/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:14:49.321 5585-5585/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:14:49.322 5585-5585/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:14:49.345 5585-5587/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f4ea04
10-05 09:14:49.431 5585-5589/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:14:49.445 5585-5591/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:14:49.701 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:14:53.123 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168550693, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:14:57.019 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:14:58.080 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:14:58.143 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168555714, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:15:01.776 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:15:05.663 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:15:06.610 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:15:07.167 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:15:07.802 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:15:12.783 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168570353, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:15:12.952 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 12 lines
10-05 09:15:17.803 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168575373, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:15:19.871 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:15:27.170 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:15:28.917 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:15:30.780 582-594/? I/UsageStatsService: User[0] Flushing usage stats to disk
10-05 09:15:36.694 5603-5603/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:15:38.867 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:15:38.868 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:15:38.868 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:15:40.993 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:15:43.210 1823-5616/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 1 line
10-05 09:15:47.173 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:15:47.563 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168605133, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:15:48.076 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:15:50.045 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:15:53.203 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168610773, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:15:57.002 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:16:02.111 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:16:02.257 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 12 lines
10-05 09:16:05.664 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:16:05.665 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:16:06.612 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:16:07.174 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:16:08.141 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:16:12.948 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 11 lines
10-05 09:16:16.189 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 09:16:20.191 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:16:21.872 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:16:21.927 5635-5635/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:16:21.928 5635-5635/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:16:21.929 5635-5635/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:16:21.959 5635-5639/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f28a04
10-05 09:16:21.986 5635-5641/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:16:21.999 5635-5643/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:16:23.342 582-591/? I/art: Background sticky concurrent mark sweep GC freed 229585(13MB) AllocSpace objects, 64(1232KB) LOS objects, 32% free, 31MB/45MB, paused 1.708ms total 131.408ms
10-05 09:16:27.177 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:16:29.243 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:16:32.257 582-655/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 234]
10-05 09:16:35.292 582-655/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 234]
10-05 09:16:38.045 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 11 lines
10-05 09:16:41.335 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:16:47.183 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:16:50.406 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:16:57.006 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:16:59.460 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:17:02.864 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168680434, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:17:02.982 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 13 lines
10-05 09:17:05.666 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:17:05.667 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:17:06.614 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:17:07.186 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:17:07.779 32212-32362/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_ANONYMOUS queue batches sent: 0
10-05 09:17:07.779 32212-32363/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_NON_ANONYMOUS queue batches sent: 0
10-05 09:17:07.883 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168685453, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:17:07.903 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 09:17:07.961 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 09:17:08.516 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:17:20.582 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:17:27.189 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:17:28.043 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 13 lines
10-05 09:17:29.626 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:17:40.755 582-593/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 09:17:43.624 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:17:45.065 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:17:47.191 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:17:48.032 32278-32278/? W/tnc: Already started: tnc@b89639c
10-05 09:17:51.913 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168729483, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:17:54.472 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:17:54.540 5813-5813/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:17:54.541 5813-5813/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:17:54.543 5813-5813/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:17:54.575 5813-5815/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fada04
10-05 09:17:54.589 5813-5817/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:17:54.599 5813-5819/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:17:57.045 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:17:57.562 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168735133, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:17:59.772 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:18:05.668 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:18:05.669 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:18:06.616 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:18:07.195 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:18:08.823 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:18:11.838 582-655/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 234]
10-05 09:18:12.948 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 13 lines
10-05 09:18:14.857 582-655/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 234]
10-05 09:18:20.901 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:18:23.465 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:18:27.197 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:18:29.947 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:18:35.141 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 10 lines
10-05 09:18:36.750 5863-5863/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:18:38.041 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:18:38.931 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:18:38.936 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 09:18:38.937 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:18:42.008 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:18:51.749 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:18:57.028 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:19:00.835 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:19:05.670 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:19:05.671 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:19:06.618 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:19:07.203 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:19:09.896 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:19:12.951 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 13 lines
10-05 09:19:17.119 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:19:21.966 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:19:26.972 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:19:27.000 5906-5906/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:19:27.001 5906-5906/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:19:27.001 5906-5906/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:19:27.025 5906-5908/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f54a04
10-05 09:19:27.037 5906-5910/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:19:27.047 5906-5912/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:19:27.207 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:19:27.991 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:19:28.077 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 14 lines
10-05 09:19:28.336 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 12 lines
10-05 09:19:29.680 13267-13267/? I/chatty: uid=10021 com.google.android.gms.persistent expire 10 lines
10-05 09:19:29.713 582-1587/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ee02aa0}
10-05 09:19:29.720 2120-9406/? D/BtGatt.GattService: registerClient() - UUID=8697d39c-38b6-4c6c-8b75-4b92b6c3b581
10-05 09:19:29.720 2120-2147/? D/BtGatt.GattService: onClientRegistered() - UUID=8697d39c-38b6-4c6c-8b75-4b92b6c3b581, clientIf=6
10-05 09:19:29.720 13267-13278/? I/chatty: uid=10021(com.google.android.gms) Binder_2 expire 1 line
10-05 09:19:29.721 2120-2131/? D/BtGatt.GattService: start scan with filters
10-05 09:19:29.723 2120-2150/? D/BtGatt.ScanManager: handling starting scan
10-05 09:19:29.724 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=2
10-05 09:19:29.724 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=0
10-05 09:19:29.724 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
10-05 09:19:29.727 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 09:19:29.735 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:19:29.749 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:19:31.385 582-753/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ee02aa0}
10-05 09:19:31.417 13267-5715/? I/chatty: uid=10021 com.google.android.gms.persistent expire 1 line
10-05 09:19:31.843 2120-2321/? D/BtGatt.GattService: stopScan() - queue size =2
10-05 09:19:31.845 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=1
10-05 09:19:31.845 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=0 mLastConfiguredScanSetting=2
10-05 09:19:31.845 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 800
10-05 09:19:31.850 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 09:19:31.854 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:19:31.883 2120-9406/? D/BtGatt.GattService: unregisterClient() - clientIf=6
10-05 09:19:31.901 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:19:31.914 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:19:31.927 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:19:42.083 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168839653, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:19:43.286 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:19:46.513 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168844083, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:19:47.210 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:19:49.320 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:19:57.005 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:20:01.397 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:20:05.671 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:20:05.673 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:20:06.619 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:20:07.214 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:20:10.457 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:20:19.498 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:20:22.950 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 09:20:27.217 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:20:28.539 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:20:38.045 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 13 lines
10-05 09:20:40.605 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:20:43.238 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 16 lines
10-05 09:20:47.219 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:20:48.283 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168905854, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:20:49.656 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:20:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:20:57.702 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168915273, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:20:59.602 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:20:59.624 5990-5990/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:20:59.624 5990-5990/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:20:59.624 5990-5990/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:20:59.654 5990-5992/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fa1a04
10-05 09:20:59.737 5990-5994/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:20:59.758 5990-5997/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:21:01.722 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:21:05.673 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:21:05.674 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:21:06.621 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:21:07.224 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:21:07.750 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:21:12.976 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 11 lines
10-05 09:21:19.817 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:21:20.413 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168937984, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:21:27.226 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:21:27.299 13279-6009/? I/chatty: uid=10021(com.google.android.gms) expire 1 line
10-05 09:21:27.366 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:21:27.418 582-1576/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:21:28.855 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:21:36.603 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168954173, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:21:36.816 6025-6025/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:21:38.043 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 13 lines
10-05 09:21:38.990 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:21:38.991 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:21:38.991 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:21:40.924 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:21:44.024 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:21:47.228 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:21:47.446 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:21:49.984 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:21:53.063 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168970634, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:21:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:22:02.065 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:22:02.483 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=168980053, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:22:02.978 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 17 lines
10-05 09:22:03.481 1823-5984/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 2 lines
10-05 09:22:05.675 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:22:05.676 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:22:06.623 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:22:07.232 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:22:07.943 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 09:22:07.965 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 09:22:08.102 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:22:17.804 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 09:22:20.159 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:22:27.236 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:22:29.214 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:22:32.162 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:22:32.193 6075-6075/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:22:32.193 6075-6075/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:22:32.194 6075-6075/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:22:32.227 6075-6077/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f56a04
10-05 09:22:32.305 6075-6079/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:22:32.316 6075-6081/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:22:41.282 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:22:47.241 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:22:48.041 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 12 lines
10-05 09:22:48.543 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 17 lines
10-05 09:22:50.467 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:22:57.008 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:22:59.507 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:23:05.677 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:23:05.678 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:23:06.625 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:23:07.244 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:23:08.576 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:23:17.240 13267-30570/? I/chatty: uid=10021(com.google.android.gms) GCMWriter expire 3 lines
10-05 09:23:20.621 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:23:22.243 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169059813, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:23:27.152 6115-6115/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10065 <<<<<<
10-05 09:23:27.159 6115-6115/? D/AndroidRuntime: CheckJNI is OFF
10-05 09:23:27.218 6115-6115/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
10-05 09:23:27.244 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:23:27.287 6115-6115/? I/Radio-JNI: register_android_hardware_Radio DONE
10-05 09:23:27.319 6115-6115/? D/AndroidRuntime: Calling main entry com.android.commands.am.Am
10-05 09:23:27.327 6115-6115/? D/AndroidRuntime: Shutting down VM
10-05 09:23:29.658 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:23:30.063 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169067634, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:23:32.971 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 12 lines
10-05 09:23:41.733 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:23:47.249 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:23:47.767 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:23:48.044 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 10 lines
10-05 09:23:48.544 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:23:48.596 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:23:56.983 582-591/? I/art: Background sticky concurrent mark sweep GC freed 225568(12MB) AllocSpace objects, 65(1248KB) LOS objects, 31% free, 31MB/45MB, paused 1.647ms total 156.372ms
10-05 09:23:57.034 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:23:59.840 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:24:04.712 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:24:04.731 6144-6144/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:24:04.732 6144-6144/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:24:04.732 6144-6144/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:24:04.766 6144-6146/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6faea04
10-05 09:24:04.851 6144-6150/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:24:04.875 6144-6152/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:24:05.679 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:24:05.680 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:24:06.627 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:24:07.253 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:24:08.876 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:24:20.948 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:24:27.254 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:24:30.009 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:24:32.979 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 12 lines
10-05 09:24:36.892 6164-6164/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:24:38.039 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 12 lines
10-05 09:24:39.064 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:24:39.066 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:24:39.069 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 09:24:42.066 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:24:48.912 582-1586/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 09:24:51.795 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:24:57.008 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:25:00.870 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:25:05.680 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:25:05.682 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:25:06.628 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:25:07.263 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:25:07.391 1087-6204/? I/BgTaskExecutorImpl: Starting PERIODIC background task LOG_ATTEMPTED_SEARCHES_TO_KANSAS.
10-05 09:25:07.411 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 09:25:09.945 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:25:12.323 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169169893, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:25:18.697 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:25:20.283 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169177853, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:25:22.003 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:25:27.265 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:25:28.026 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:25:28.840 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 15 lines
10-05 09:25:29.763 582-595/? I/ActivityManager: Start proc 6226:com.google.android.apps.maps/u0a39 for broadcast com.google.android.apps.maps/com.google.android.apps.gmm.ugc.ataplace.AtAPlaceService
10-05 09:25:29.851 3226-6248/? W/CachingDsxDataFetcher: Posting WeatherDataError: WeatherDataError: SavedLocation{legacyPresentationName='North Andover, MA (01845)', nickname='North Andover, MA (01845)', keyTypeCountry='01845:4:US', displayName='', calculatedDisplayName='NORTH ANDOVER', secondaryName=''}: wasStaleDataPosted: true fromManualRefresh: true errorMessage: com.weather.dal2.weatherconnections.WeatherDataException: com.weather.dal2.exceptions.DalException: Network not available
10-05 09:25:29.871 6226-6226/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 17, previously 25
10-05 09:25:30.823 6226-6262/? W/System: ClassLoader referenced unknown path: /data/data/com.google.android.gms/app_chimera/m/00000065/n/armeabi
10-05 09:25:30.891 582-593/? D/ConnectivityService: listenForNetwork for Listen from uid/pid:10039/6226 for NetworkRequest [ id=244, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 09:25:30.891 6226-6262/? I/cr_CronetLibraryLoader: Cronet version: 68.0.3440.70, arch: armv7l
10-05 09:25:31.151 13267-13378/? I/chatty: uid=10021(com.google.android.gms) Binder_4 expire 2 lines
10-05 09:25:31.172 6226-6236/? W/art: Suspending all threads took: 8.087ms
10-05 09:25:31.505 13267-13704/? I/chatty: uid=10021(com.google.android.gms) Thread-861 expire 6 lines
10-05 09:25:31.508 13267-13702/? I/chatty: uid=10021(com.google.android.gms) Thread-859 expire 6 lines
10-05 09:25:31.558 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:25:31.641 582-1586/? I/ActivityManager: Killing 32725:com.google.android.apps.gcs/u0a102 (adj 15): empty for 3284s
10-05 09:25:31.643 13267-6017/? I/chatty: uid=10021 com.google.android.gms.persistent expire 3 lines
10-05 09:25:31.644 13267-13267/? I/chatty: uid=10021 com.google.android.gms.persistent expire 10 lines
10-05 09:25:31.658 2120-2132/? D/BtGatt.GattService: registerClient() - UUID=451845ad-3ea0-43a5-b97a-a4241fca4e49
10-05 09:25:31.658 2120-2147/? D/BtGatt.GattService: onClientRegistered() - UUID=451845ad-3ea0-43a5-b97a-a4241fca4e49, clientIf=6
10-05 09:25:31.659 2120-2269/? D/BtGatt.GattService: start scan with filters
10-05 09:25:31.663 2120-2150/? D/BtGatt.ScanManager: handling starting scan
10-05 09:25:31.667 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=2
10-05 09:25:31.667 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=0
10-05 09:25:31.667 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
10-05 09:25:31.668 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 09:25:31.780 582-1586/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ee02aa0}
10-05 09:25:31.843 582-1586/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:25:31.888 13267-6323/? I/chatty: uid=10021 com.google.android.gms.persistent expire 1 line
10-05 09:25:32.974 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 15 lines
10-05 09:25:33.235 582-3973/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@ee02aa0}
10-05 09:25:33.721 2120-9406/? D/BtGatt.GattService: stopScan() - queue size =2
10-05 09:25:33.723 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=1
10-05 09:25:33.723 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=0 mLastConfiguredScanSetting=2
10-05 09:25:33.723 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 800
10-05 09:25:33.728 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 09:25:33.732 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:25:33.759 2120-2131/? D/BtGatt.GattService: unregisterClient() - clientIf=6
10-05 09:25:33.764 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:25:33.777 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:25:33.790 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:25:35.093 582-595/? I/ActivityManager: Start proc 6383:com.google.android.apps.magazines/u0a38 for broadcast com.google.android.apps.magazines/com.google.android.gms.gcm.GcmReceiver
10-05 09:25:35.176 6383-6383/? W/System: ClassLoader referenced unknown path: /data/app/com.google.android.apps.magazines-1/lib/arm
10-05 09:25:35.490 6383-6383/? I/NSApplication: Starting up...
10-05 09:25:35.544 6383-6383/? E/FirebaseInstanceId: Failed to resolve target intent service, skipping classname enforcement
10-05 09:25:35.545 582-3973/? W/ActivityManager: Unable to start service Intent { act=com.google.firebase.MESSAGING_EVENT pkg=com.google.android.apps.magazines (has extras) } U=0: not found
10-05 09:25:35.545 6383-6383/? E/FirebaseInstanceId: Error while delivering the message: ServiceIntent not found.
10-05 09:25:35.560 6383-6409/? I/PrimesTesting: GserviceFlagsSupplier.get()
10-05 09:25:35.599 6383-6410/? W/ComponentDiscovery: Application info not found.
10-05 09:25:35.600 6383-6410/? W/ComponentDiscovery: Could not retrieve metadata, returning empty list of registrars.
10-05 09:25:35.636 6383-6419/? I/GAv4: Google Analytics 12.5.25 is starting up. To enable debug logging on a device run:
adb shell setprop log.tag.GAv4 DEBUG
adb logcat -s GAv4
10-05 09:25:35.644 6383-6416/? I/art: Rejecting re-init on previously-failed class java.lang.Class<android.support.v4.app.JobIntentService$JobServiceEngineImpl>
10-05 09:25:35.644 6383-6416/? I/art: Rejecting re-init on previously-failed class java.lang.Class<android.support.v4.app.JobIntentService$JobServiceEngineImpl>
10-05 09:25:35.710 6383-6427/? W/GAv4: CampaignTrackingReceiver is not registered, not exported or is disabled. Installation campaign tracking is not possible. See http://goo.gl/8Rd3yj for instructions.
10-05 09:25:35.758 6383-6426/? I/FA: App measurement is starting up, version: 12525
10-05 09:25:35.758 6383-6426/? I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
10-05 09:25:35.758 6383-6426/? I/FA: To enable faster debug mode event logging run:
adb shell setprop debug.firebase.analytics.app com.google.android.apps.magazines
10-05 09:25:35.773 582-1587/? I/ActivityManager: Killing 32661:com.google.android.apps.walletnfcrel/u0a77 (adj 15): empty for 3287s
10-05 09:25:35.813 6383-6400/? V/NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 287 native methods...
10-05 09:25:35.849 582-591/? I/art: Background partial concurrent mark sweep GC freed 81038(4MB) AllocSpace objects, 16(304KB) LOS objects, 33% free, 30MB/46MB, paused 2.807ms total 156.127ms
10-05 09:25:35.857 6383-6400/? I/art: Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.org.conscrypt.Java7ExtendedSSLSession>
10-05 09:25:35.858 6383-6400/? I/art: Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.org.conscrypt.Java7ExtendedSSLSession>
10-05 09:25:35.860 6383-6400/? I/art: Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.org.conscrypt.Java8ExtendedSSLSession>
10-05 09:25:35.861 6383-6400/? I/art: Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.org.conscrypt.Java8ExtendedSSLSession>
10-05 09:25:35.884 6383-6400/? I/ProviderInstaller: Installed default security provider GmsCore_OpenSSL
10-05 09:25:36.218 6383-6436/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 09:25:36.221 6383-6436/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 09:25:36.222 6383-6436/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 09:25:36.385 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:25:36.398 582-1573/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:25:36.452 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169194023, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:25:36.484 6383-6436/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 09:25:36.484 6383-6436/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 09:25:36.484 6383-6436/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 09:25:37.262 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:25:37.281 6471-6471/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:25:37.282 6471-6471/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:25:37.284 6471-6471/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:25:37.316 6471-6477/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fd8a04
10-05 09:25:37.323 6471-6479/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:25:37.326 6471-6481/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:25:38.042 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 13 lines
10-05 09:25:42.377 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:25:42.475 582-1161/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:25:42.510 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 11 lines
10-05 09:25:46.115 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:25:47.267 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:25:49.123 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:25:57.004 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:26:01.176 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:26:05.681 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:26:05.682 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:26:06.630 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:26:07.270 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:26:13.230 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:26:16.250 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:26:19.270 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:26:19.408 192-575/? D/MDnsDS: MDnsSdListener::Monitor poll timed out
10-05 09:26:19.408 192-575/? D/MDnsDS: Going to poll with pollCount 1
10-05 09:26:22.293 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:26:27.274 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:26:28.325 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:26:28.463 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169246033, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:26:38.072 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169255643, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:26:38.073 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 14 lines
10-05 09:26:40.387 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:26:41.619 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 10 lines
10-05 09:26:42.981 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 11 lines
10-05 09:26:47.277 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:26:49.434 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:26:50.863 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169268433, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:26:55.606 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 7 lines
10-05 09:26:56.033 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169273604, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:26:57.020 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:27:01.495 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:27:05.683 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:27:05.684 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:27:06.632 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:27:07.279 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:27:07.522 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:27:07.812 32212-32362/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_ANONYMOUS queue batches sent: 0
10-05 09:27:07.813 32212-32363/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_NON_ANONYMOUS queue batches sent: 0
10-05 09:27:07.982 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 09:27:08.002 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 09:27:08.822 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169286393, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:27:09.795 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:27:09.852 6680-6680/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:27:09.852 6680-6680/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:27:09.853 6680-6680/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:27:09.885 6680-6682/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f52a04
10-05 09:27:09.898 6680-6684/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:27:09.918 6680-6686/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:27:19.596 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:27:27.285 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:27:31.993 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169309563, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:27:37.017 6695-6695/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:27:39.191 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:27:39.191 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:27:39.195 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:27:41.022 582-3972/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 09:27:42.303 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:27:42.327 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:27:42.359 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:27:42.372 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:27:42.975 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 14 lines
10-05 09:27:44.783 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169322353, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:27:47.287 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:27:48.041 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 13 lines
10-05 09:27:54.883 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169332453, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:27:57.025 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:27:59.824 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169337394, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:28:02.539 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 3 lines
10-05 09:28:05.685 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:28:05.686 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:28:06.634 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:28:07.290 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:28:09.183 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 16 lines
10-05 09:28:14.114 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:28:19.498 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 09:28:20.139 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:28:24.344 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:28:27.294 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:28:29.129 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:28:29.180 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:28:35.214 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:28:42.332 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:28:42.381 6767-6767/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:28:42.381 6767-6767/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:28:42.383 6767-6767/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:28:42.420 6767-6769/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f1da04
10-05 09:28:42.439 6767-6771/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:28:42.449 6767-6773/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:28:47.296 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:28:52.950 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 16 lines
10-05 09:28:57.021 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:28:58.076 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 15 lines
10-05 09:29:05.687 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:29:05.688 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:29:06.635 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:29:07.299 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:29:27.301 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:29:29.521 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 4 lines
10-05 09:29:29.824 13267-13276/? I/chatty: uid=10021(com.google.android.gms) HeapTaskDaemon expire 1 line
10-05 09:29:47.306 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:29:47.722 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169445293, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:29:57.051 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:29:57.622 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169455193, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:30:04.984 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:30:05.689 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:30:05.691 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:30:06.125 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:30:06.637 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:30:07.309 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:30:08.052 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 1 line
10-05 09:30:11.173 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169468744, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:30:11.770 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:30:12.972 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 2 lines
10-05 09:30:14.780 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:30:14.782 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:30:14.811 6880-6880/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:30:14.812 6880-6880/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:30:14.812 6880-6880/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:30:14.848 6880-6882/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f4ca04
10-05 09:30:14.859 6880-6884/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:30:14.866 6880-6886/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:30:18.050 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 2 lines
10-05 09:30:21.083 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169478653, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:30:22.956 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 2 lines
10-05 09:30:23.833 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 09:30:26.852 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:30:27.313 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:30:28.049 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 2 lines
10-05 09:30:28.627 13267-30570/? I/chatty: uid=10021(com.google.android.gms) GCMWriter expire 1 line
10-05 09:30:28.823 13267-6324/? I/chatty: uid=10021 com.google.android.gms.persistent expire 1 line
10-05 09:30:28.919 13267-13267/? I/chatty: uid=10021 com.google.android.gms.persistent expire 1 line
10-05 09:30:29.009 13267-6901/? I/chatty: uid=10021 com.google.android.gms.persistent expire 12 lines
10-05 09:30:29.079 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:30:29.124 582-592/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:30:32.945 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 14 lines
10-05 09:30:33.633 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169491203, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:30:37.113 6923-6923/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:30:38.047 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 11 lines
10-05 09:30:39.286 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:30:39.289 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:30:39.293 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 09:30:39.963 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169497533, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:30:46.153 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169503724, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:30:48.883 582-1161/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 09:30:56.063 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169513633, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:30:57.016 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:31:02.622 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 2 lines
10-05 09:31:03.870 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 09:31:05.691 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:31:05.693 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:31:06.638 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:31:06.888 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:31:07.318 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:31:09.902 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:31:11.143 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169528714, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:31:12.924 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:31:15.938 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:31:20.368 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:31:21.063 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169538633, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:31:21.974 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:31:27.323 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:31:28.011 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:31:28.051 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 4 lines
10-05 09:31:29.596 13279-25596/? I/chatty: uid=10021(com.google.android.gms) lowpool[81] expire 8 lines
10-05 09:31:33.243 13267-14541/? I/chatty: uid=10021(com.google.android.gms) Places expire 1 line
10-05 09:31:33.408 13267-6316/? I/chatty: uid=10021 com.google.android.gms.persistent expire 1 line
10-05 09:31:33.499 582-591/? I/art: Background partial concurrent mark sweep GC freed 199259(11MB) AllocSpace objects, 53(1140KB) LOS objects, 33% free, 30MB/46MB, paused 2.410ms total 188.323ms
10-05 09:31:34.004 13279-25596/? I/chatty: uid=10021(com.google.android.gms) lowpool[81] expire 2 lines
10-05 09:31:34.139 32278-6978/? E/lui: Interative Ads jobs: did not expect this future to ever resolve
10-05 09:31:34.140 32278-6978/? E/lui: All Ads jobs: did not expect this future to ever resolve
10-05 09:31:39.173 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169556743, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:31:40.085 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:31:42.975 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 6 lines
10-05 09:31:45.162 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169562733, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:31:47.282 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:31:47.301 7035-7035/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:31:47.302 7035-7035/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:31:47.302 7035-7035/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:31:47.323 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:31:47.334 7035-7037/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f79a04
10-05 09:31:47.353 7035-7039/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:31:47.379 7035-7041/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:31:48.058 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 7 lines
10-05 09:31:49.137 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:31:52.295 13279-13279/? I/chatty: uid=10021(com.google.android.gms) expire 1 line
10-05 09:31:52.677 13279-7058/? I/chatty: uid=10021(com.google.android.gms) expire 1 line
10-05 09:31:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:31:57.213 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169574784, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:32:01.213 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:32:02.253 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169579824, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:32:03.712 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 11 lines
10-05 09:32:05.694 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:32:05.695 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:32:06.639 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:32:07.325 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:32:08.004 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 09:32:08.043 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 09:32:08.763 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169586334, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:32:10.264 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:32:10.543 582-1587/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f782d93}
10-05 09:32:10.620 13267-6017/? I/chatty: uid=10021 com.google.android.gms.persistent expire 2 lines
10-05 09:32:10.670 32212-7091/? I/MShopAppstore.SchedulePeriodicWork: com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportService-com.amazon.mcc.crashreporter.android.periodicSendReports - next work will occur at Fri Oct 05 10:30:12 EDT 2018 (SCHEDULER)
10-05 09:32:12.244 582-753/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@f782d93}
10-05 09:32:12.273 13267-6316/? I/chatty: uid=10021 com.google.android.gms.persistent expire 1 line
10-05 09:32:12.951 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 10 lines
10-05 09:32:16.294 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:32:18.683 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169596254, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:32:27.329 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:32:28.068 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 6 lines
10-05 09:32:28.357 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:32:34.397 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:32:37.414 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:32:37.901 13279-13279/? I/chatty: uid=10021(com.google.android.gms) expire 1 line
10-05 09:32:40.434 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:32:40.863 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169618433, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:32:43.915 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 5 lines
10-05 09:32:46.154 13279-25596/? I/chatty: uid=10021(com.google.android.gms) lowpool[81] expire 4 lines
10-05 09:32:46.202 32278-32288/? W/art: Suspending all threads took: 8.422ms
10-05 09:32:47.331 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:32:49.103 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169626674, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:32:49.475 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:32:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:32:58.075 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 11 lines
10-05 09:33:01.528 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:33:02.698 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 1 line
10-05 09:33:02.978 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 11 lines
10-05 09:33:05.696 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:33:05.697 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:33:06.641 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:33:07.336 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:33:07.605 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:33:19.669 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:33:19.742 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:33:19.771 7212-7212/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:33:19.772 7212-7212/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:33:19.772 7212-7212/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:33:19.805 7212-7214/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f54a04
10-05 09:33:19.896 7212-7218/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:33:19.919 7212-7220/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:33:23.974 1823-7086/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 2 lines
10-05 09:33:27.340 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:33:28.716 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:33:37.199 7223-7223/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:33:39.368 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:33:39.372 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:33:39.374 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:33:40.787 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:33:44.905 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:33:47.342 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:33:47.926 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:33:47.976 13279-13279/? I/chatty: uid=10021(com.google.android.gms) expire 1 line
10-05 09:33:48.072 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 3 lines
10-05 09:33:49.830 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:33:49.843 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 10 lines
10-05 09:33:52.923 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169690493, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:33:52.960 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 13 lines
10-05 09:33:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:34:01.905 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:34:02.734 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 2 lines
10-05 09:34:04.863 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169702433, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:34:05.698 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:34:05.699 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:34:06.643 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:34:07.344 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:34:08.072 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 14 lines
10-05 09:34:19.996 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 55
10-05 09:34:21.299 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 09:34:23.017 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:34:27.348 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:34:29.046 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:34:41.109 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:34:47.350 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:34:49.078 13279-13279/? I/chatty: uid=10021(com.google.android.gms) expire 1 line
10-05 09:34:49.646 32278-32278/? W/tnc: Already started: tnc@b89639c
10-05 09:34:50.059 13279-32331/? I/chatty: uid=10021(com.google.android.gms) expire 2 lines
10-05 09:34:50.153 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:34:52.344 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:34:52.402 7362-7362/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:34:52.402 7362-7362/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:34:52.402 7362-7362/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:34:52.435 7362-7364/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b7002a04
10-05 09:34:52.447 7362-7366/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:34:52.454 7362-7368/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:34:54.063 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169751633, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:34:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:34:59.252 13267-6017/? I/chatty: uid=10021 com.google.android.gms.persistent expire 1 line
10-05 09:34:59.265 13267-13267/? I/chatty: uid=10021 com.google.android.gms.persistent expire 4 lines
10-05 09:34:59.285 2120-2131/? D/BtGatt.GattService: registerClient() - UUID=1a4300ec-83c3-4cc5-a8af-4bd54a977954
10-05 09:34:59.285 2120-2147/? D/BtGatt.GattService: onClientRegistered() - UUID=1a4300ec-83c3-4cc5-a8af-4bd54a977954, clientIf=6
10-05 09:34:59.285 13267-13379/? I/chatty: uid=10021(com.google.android.gms) Binder_5 expire 1 line
10-05 09:34:59.286 2120-2132/? D/BtGatt.GattService: start scan with filters
10-05 09:34:59.289 2120-2150/? D/BtGatt.ScanManager: handling starting scan
10-05 09:34:59.291 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=2
10-05 09:34:59.291 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=0
10-05 09:34:59.291 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
10-05 09:34:59.292 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 09:34:59.293 13267-13267/? I/chatty: uid=10021 com.google.android.gms.persistent expire 1 line
10-05 09:34:59.314 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:34:59.331 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:34:59.406 13279-13890/? I/chatty: uid=10021(com.google.android.gms) Thread-867 expire 6 lines
10-05 09:34:59.530 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:34:59.545 582-1573/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:35:00.094 582-595/? I/ProcessStatsService: Prepared write state in 8ms
10-05 09:35:01.310 13267-6017/? I/chatty: uid=10021 com.google.android.gms.persistent expire 1 line
10-05 09:35:01.310 13267-13267/? I/chatty: uid=10021 com.google.android.gms.persistent expire 6 lines
10-05 09:35:01.319 2120-2321/? D/BtGatt.GattService: stopScan() - queue size =2
10-05 09:35:01.320 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=1
10-05 09:35:01.320 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=0 mLastConfiguredScanSetting=2
10-05 09:35:01.320 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 800
10-05 09:35:01.324 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 09:35:01.336 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:35:01.354 2120-9406/? D/BtGatt.GattService: unregisterClient() - clientIf=6
10-05 09:35:01.385 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:35:01.419 13267-6017/? I/chatty: uid=10021 com.google.android.gms.persistent expire 1 line
10-05 09:35:02.214 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:35:02.984 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 5 lines
10-05 09:35:03.774 13279-7370/? I/Auth.Api.Credentials: [v1.CredentialStore] Bulk save with account <ELLIDED:-661183817>.
10-05 09:35:05.091 13267-13267/? W/ChimeraUtils: Non Chimera context
10-05 09:35:05.267 582-591/? I/art: Background partial concurrent mark sweep GC freed 167386(8MB) AllocSpace objects, 46(880KB) LOS objects, 33% free, 30MB/46MB, paused 2.624ms total 147.918ms
10-05 09:35:05.700 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:35:05.701 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:35:06.645 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:35:11.966 13279-32331/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 09:35:11.997 13279-32331/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 09:35:18.074 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 3 lines
10-05 09:35:21.223 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169778793, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:35:22.956 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 2 lines
10-05 09:35:27.358 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:35:28.072 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 2 lines
10-05 09:35:29.341 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:35:32.955 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 2 lines
10-05 09:35:34.893 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169792463, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:35:38.072 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 3 lines
10-05 09:35:41.405 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:35:42.557 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 15 lines
10-05 09:35:42.971 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 3 lines
10-05 09:35:43.224 1823-7458/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 1 line
10-05 09:35:47.363 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:35:50.595 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:35:57.008 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:35:58.085 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 2 lines
10-05 09:35:58.965 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169816535, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:35:59.667 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:36:02.814 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 1 line
10-05 09:36:02.981 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 4 lines
10-05 09:36:05.701 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:36:05.703 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:36:06.646 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:36:07.368 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:36:08.074 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 4 lines
10-05 09:36:08.716 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:36:20.777 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:36:22.972 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 3 lines
10-05 09:36:24.772 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:36:24.791 7496-7496/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:36:24.791 7496-7496/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:36:24.791 7496-7496/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:36:24.815 7496-7498/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f7fa04
10-05 09:36:24.828 7496-7500/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:36:24.847 7496-7502/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:36:27.368 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:36:28.042 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 4 lines
10-05 09:36:29.821 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:36:30.184 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:36:30.185 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:36:30.696 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:36:30.701 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:36:30.705 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:36:30.755 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:36:30.778 13279-32331/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:36:30.812 13279-32331/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:36:32.952 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 4 lines
10-05 09:36:34.007 13279-32331/? I/CastDatabase: Saving the database
10-05 09:36:34.044 13279-32331/? I/SQLiteCastStore: [CastNetworkInfo] saved: 3, skipped: 0, [CastDeviceInfo]: saved 3, skipped 0, Paired Guest Mode DeviceInfo] saved: 0, skipped: 0. [ProbedNetworks]: saved 3, skipped: 0, [ProbedSocketAddress]: saved 0, skipped: 0
10-05 09:36:35.858 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:36:37.244 7511-7511/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:36:38.879 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:36:39.096 13267-30570/? E/WakeLock: GCM_HB_ALARM release without a matched acquire!
10-05 09:36:39.423 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 09:36:39.423 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:36:39.423 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:36:41.897 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:36:44.103 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169861673, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:36:48.078 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 3 lines
10-05 09:36:49.180 582-1573/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 09:36:51.802 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:36:52.974 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 2 lines
10-05 09:36:54.819 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:36:55.223 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169872793, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:36:57.021 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:36:58.075 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 3 lines
10-05 09:37:02.836 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 3 lines
10-05 09:37:02.980 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 4 lines
10-05 09:37:05.703 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:37:05.704 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:37:06.647 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:37:07.375 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:37:07.814 32212-32362/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_ANONYMOUS queue batches sent: 0
10-05 09:37:07.815 32212-32363/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_NON_ANONYMOUS queue batches sent: 0
10-05 09:37:08.007 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 09:37:08.084 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 09:37:09.920 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:37:18.072 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 4 lines
10-05 09:37:21.986 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:37:22.162 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:37:22.952 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 3 lines
10-05 09:37:27.380 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:37:28.010 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:37:38.039 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 2 lines
10-05 09:37:40.916 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:37:41.037 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:37:41.037 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:37:41.493 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:37:41.500 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:37:41.504 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:37:41.556 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:37:41.575 13279-32331/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:37:41.594 13279-32331/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:37:42.950 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 2 lines
10-05 09:37:46.944 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:37:47.382 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:37:48.043 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 2 lines
10-05 09:37:52.981 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 4 lines
10-05 09:37:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:37:57.152 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:37:57.171 7583-7583/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:37:57.171 7583-7583/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:37:57.172 7583-7583/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:37:57.194 7583-7585/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f64a04
10-05 09:37:57.275 7583-7587/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:37:57.295 7583-7589/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:37:58.075 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 6 lines
10-05 09:38:02.010 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:38:05.705 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:38:05.706 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:38:06.649 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:38:07.384 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:38:08.043 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:38:10.601 582-753/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bd01a97}
10-05 09:38:12.238 13267-14541/? I/Places: Converted 10 out of 11 WiFi scans
10-05 09:38:12.282 582-1587/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bd01a97}
10-05 09:38:12.316 13267-6316/? I/GCoreUlr: Successfully inserted 1 locations
10-05 09:38:12.366 13267-13276/? I/art: Background partial concurrent mark sweep GC freed 155160(7MB) AllocSpace objects, 8(188KB) LOS objects, 40% free, 21MB/35MB, paused 1.495ms total 121.582ms
10-05 09:38:12.947 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 4 lines
10-05 09:38:26.980 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:38:27.386 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:38:28.058 32225-32404/? I/chatty: uid=10152(com.accuweather.android) pool-12-thread- expire 2 lines
10-05 09:38:29.205 13267-30570/? E/WakeLock: GCM_HB_ALARM release without a matched acquire!
10-05 09:38:30.001 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:38:32.948 32517-32611/? I/chatty: uid=10152(com.accuweather.android) pool-8-thread-1 expire 2 lines
10-05 09:38:34.213 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169971783, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:38:38.052 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:38:38.053 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:38:42.060 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:38:42.952 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:38:42.952 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:38:45.545 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:38:47.303 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169984874, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:38:47.391 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:38:48.083 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:38:48.084 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:38:48.092 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:38:49.489 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:38:50.660 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:38:50.661 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:38:50.751 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:38:50.753 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:38:50.754 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:38:50.809 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:38:50.814 13279-32331/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:38:50.822 13279-32331/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:38:52.948 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:38:52.948 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:38:54.493 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=169992064, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:38:57.005 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:38:58.088 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:38:58.088 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:39:00.153 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:39:02.976 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:39:02.976 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:39:05.707 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:39:05.708 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:39:06.651 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:39:07.394 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:39:08.078 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:39:08.078 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:39:09.205 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:39:12.583 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170010153, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:39:12.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:39:12.949 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:39:18.062 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:39:18.063 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:39:21.275 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:39:22.976 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:39:22.976 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:39:27.394 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:39:28.076 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:39:28.076 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:39:29.612 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:39:29.631 7686-7686/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:39:29.631 7686-7686/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:39:29.631 7686-7686/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:39:29.654 7686-7688/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f96a04
10-05 09:39:29.734 7686-7690/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:39:29.738 7686-7692/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:39:30.320 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:39:32.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:39:32.949 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:39:37.280 7697-7697/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:39:38.080 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:39:38.080 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:39:39.454 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:39:39.454 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:39:39.455 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:39:42.384 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:39:42.947 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:39:42.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:39:47.398 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:39:48.039 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:39:48.040 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:39:48.420 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:39:52.945 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:39:52.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:39:57.005 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:39:58.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:39:58.075 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:40:00.480 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:40:02.920 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 2 lines
10-05 09:40:02.987 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:40:02.987 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:40:03.928 13267-6017/? I/GCoreUlr: Starting scheduled upload task
10-05 09:40:03.944 13267-6017/? I/GCoreUlr: Starting service, intent=Intent { act=com.google.android.location.reporting.UPLOAD cmp=com.google.android.gms/com.google.android.location.reporting.service.DispatchingService }, extras=null
10-05 09:40:04.132 13267-6017/? I/GCoreUlr: LocationReporter sending 11 locations, 0 activities, and 32 metadata for account account#3# request #0; requests: []
10-05 09:40:04.156 13267-13267/? W/ChimeraUtils: Non Chimera context
10-05 09:40:04.316 13267-6017/? I/Auth: [ReflectiveChannelBinder] Successfully bound channel!
10-05 09:40:04.386 13267-6017/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 09:40:04.391 13267-6017/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 09:40:04.391 13267-6017/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 09:40:04.474 13267-6017/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 09:40:04.475 13267-6017/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 09:40:04.475 13267-6017/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 09:40:04.734 13267-13702/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 09:40:04.734 13267-13702/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 09:40:04.734 13267-13702/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 09:40:04.805 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:40:04.833 582-1163/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:40:04.892 13267-13702/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 09:40:04.895 13267-13702/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 09:40:04.895 13267-13702/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 09:40:05.104 13267-6017/? I/GCoreUlr: Batch Location Update succeeded for account account#3#
10-05 09:40:05.709 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:40:05.713 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:40:06.653 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:40:07.403 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:40:08.048 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:40:08.048 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:40:09.334 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170066905, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:40:09.526 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:40:12.948 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:40:12.949 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:40:18.041 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:40:18.041 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:40:19.281 13267-30570/? E/WakeLock: GCM_HB_ALARM release without a matched acquire!
10-05 09:40:21.592 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:40:22.948 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:40:22.948 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:40:23.046 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 09:40:27.404 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:40:28.045 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:40:28.045 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:40:30.634 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:40:30.687 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:40:30.688 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:40:31.039 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:40:31.045 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:40:31.048 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:40:31.100 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:40:31.120 13279-32331/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:40:31.147 13279-32331/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:40:32.952 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:40:32.952 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:40:37.383 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170094953, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:40:38.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:40:38.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:40:39.667 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:40:42.952 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:40:42.952 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:40:43.245 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 11 lines
10-05 09:40:47.406 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:40:48.057 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:40:48.058 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:40:48.283 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170105854, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:40:48.722 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:40:52.944 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:40:52.944 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:40:54.757 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:40:57.010 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:40:57.790 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:40:58.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:40:58.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:41:00.830 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:41:02.292 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:41:02.316 7785-7785/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:41:02.316 7785-7785/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:41:02.317 7785-7785/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:41:02.347 7785-7787/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6ff0a04
10-05 09:41:02.439 7785-7789/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:41:02.469 7785-7791/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:41:02.972 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:41:02.972 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:41:05.711 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:41:05.714 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:41:06.383 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170123953, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:41:06.654 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:41:07.409 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:41:08.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:41:08.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:41:12.886 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:41:12.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:41:12.949 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:41:18.043 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:41:18.043 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:41:18.921 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:41:20.383 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170137954, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:41:22.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:41:22.950 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:41:23.425 1823-1887/? I/chatty: uid=10054(com.ants360.yicamera.international) Connection Cont expire 5 lines
10-05 09:41:27.414 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:41:28.061 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:41:28.061 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:41:30.980 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:41:32.951 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:41:32.951 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:41:34.003 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:41:34.035 13279-32331/? I/CastDatabase: Saving the database
10-05 09:41:34.072 13279-32331/? I/SQLiteCastStore: [CastNetworkInfo] saved: 3, skipped: 0, [CastDeviceInfo]: saved 3, skipped 0, Paired Guest Mode DeviceInfo] saved: 0, skipped: 0. [ProbedNetworks]: saved 3, skipped: 0, [ProbedSocketAddress]: saved 0, skipped: 0
10-05 09:41:38.048 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:41:38.048 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:41:38.503 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170156073, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:41:42.951 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 09:41:42.976 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:41:42.976 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:41:43.989 13267-14601/? I/GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.googlequicksearchbox], packageName=null]
10-05 09:41:43.991 1087-7827/? E/GeofenceHelper: Failed: remove geofences by PendingIntent
10-05 09:41:44.004 1087-1087/? E/FirebaseInstanceId: Failed to resolve target intent service, skipping classname enforcement
10-05 09:41:44.005 582-1587/? W/ActivityManager: Unable to start service Intent { act=com.google.firebase.MESSAGING_EVENT pkg=com.google.android.googlequicksearchbox (has extras) } U=0: not found
10-05 09:41:44.005 1087-1087/? E/FirebaseInstanceId: Error while delivering the message: ServiceIntent not found.
10-05 09:41:47.418 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:41:47.863 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170165434, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:41:48.039 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:41:48.040 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:41:50.828 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:41:50.829 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:41:51.314 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:41:51.321 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:41:51.325 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:41:51.377 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:41:51.396 13279-32331/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:41:51.416 13279-32331/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:41:52.991 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:41:52.992 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:41:57.041 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:41:58.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:41:58.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:02.106 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170179677, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:42:02.975 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 1 line
10-05 09:42:02.992 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:42:02.992 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:03.435 1823-7767/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 2 lines
10-05 09:42:05.713 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:42:05.716 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:42:06.423 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:42:06.655 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:42:07.420 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:42:08.044 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 09:42:08.078 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:42:08.079 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:08.123 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 09:42:10.085 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:42:11.868 582-582/? I/JobServiceContext: Client timed out while executing (no jobFinished received). sending onStop. com.accuweather.android/com.accuweather.widgets.WidgetDailyLightService jId=1733, u0
10-05 09:42:12.947 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:42:12.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:14.267 13279-13279/? I/GCM: Message from 745476177629
10-05 09:42:18.043 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:42:18.043 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:19.183 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170196753, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:42:22.944 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:42:22.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:27.424 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:42:28.047 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:42:28.047 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:32.972 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:42:32.972 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:33.742 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170211313, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:42:35.162 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:42:35.235 7914-7914/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:42:35.236 7914-7914/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:42:35.236 7914-7914/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:42:35.265 7914-7916/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6ff3a04
10-05 09:42:35.278 7914-7918/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:42:35.282 7914-7920/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:42:37.346 7923-7923/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 20 lines
10-05 09:42:38.047 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:42:38.048 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:39.530 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 09:42:39.531 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:42:39.531 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:42:42.379 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:42:42.425 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:42:42.438 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:42:42.452 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:42:42.958 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:42:42.958 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:48.077 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:42:48.077 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:49.214 582-2277/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 09:42:49.358 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:42:51.807 13279-32331/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 09:42:51.905 13279-32331/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 09:42:52.962 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:42:52.962 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:57.012 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:42:58.080 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:42:58.080 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:42:58.421 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:43:02.981 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:43:02.981 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:43:03.016 1823-1876/? I/chatty: uid=10054 com.ants360.yicamera.international:pushservice expire 3 lines
10-05 09:43:04.924 13279-13279/? I/GCM: Message from 745476177629
10-05 09:43:05.714 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:43:05.716 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:43:06.657 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:43:07.430 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:43:08.048 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:43:08.048 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:43:08.949 13279-13279/? I/GCM: Message from 745476177629
10-05 09:43:10.558 13279-13279/? I/GCM: Message from 745476177629
10-05 09:43:10.695 582-591/? I/art: Background sticky concurrent mark sweep GC freed 233210(13MB) AllocSpace objects, 61(1164KB) LOS objects, 31% free, 31MB/46MB, paused 9.246ms total 113.433ms
10-05 09:43:12.948 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:43:12.948 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:43:15.503 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170253073, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:43:18.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:43:18.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:43:18.390 13279-13279/? I/GCM: Message from 745476177629
10-05 09:43:20.771 13279-13279/? I/GCM: Message from 745476177629
10-05 09:43:22.947 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:43:22.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:43:24.085 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:43:27.433 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:43:28.047 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:43:28.047 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:43:29.604 13279-13279/? I/GCM: Message from 745476177629
10-05 09:43:31.772 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:43:32.952 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:43:32.953 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:43:34.786 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:43:38.040 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:43:38.040 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:43:42.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:43:42.949 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:43:46.224 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:43:47.435 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:43:48.043 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:43:48.043 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:43:50.028 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:43:51.070 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:43:51.070 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:43:51.356 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:43:51.358 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:43:51.359 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:43:51.483 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:43:51.502 13279-25596/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:43:51.527 13279-25596/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:43:52.343 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170289913, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:43:52.944 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:43:52.944 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:43:53.156 13279-25596/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 09:43:53.188 13279-25596/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 09:43:57.037 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:43:58.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:43:58.073 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:44:02.981 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:44:02.981 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:44:05.715 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:44:05.717 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:44:06.658 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:44:07.438 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:44:07.744 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:44:07.801 8143-8143/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:44:07.802 8143-8143/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:44:07.802 8143-8143/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:44:07.836 8143-8145/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6ffea04
10-05 09:44:07.916 8143-8147/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:44:07.935 8143-8149/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:44:08.041 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:44:08.041 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:44:10.665 582-753/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@790150e}
10-05 09:44:10.675 582-582/? I/ActivityManager: Idle maintenance over +5h38m1s315ms low RAM for 0
10-05 09:44:10.682 582-632/? I/MountService: Running fstrim idle maintenance
10-05 09:44:10.682 582-632/? D/VoldConnector: SND -> {22 fstrim dotrim}
10-05 09:44:10.693 582-633/? D/VoldConnector: RCV <- {200 22 Command succeeded}
10-05 09:44:10.693 582-632/? I/MountServiceIdler: Got mount service completion callback
10-05 09:44:10.696 175-8152/? D/vold: Starting trim of /cache
10-05 09:44:10.737 3226-8162/? W/CachingDsxDataFetcher: Posting WeatherDataError: WeatherDataError: SavedLocation{legacyPresentationName='North Andover, MA (01845)', nickname='North Andover, MA (01845)', keyTypeCountry='01845:4:US', displayName='', calculatedDisplayName='NORTH ANDOVER', secondaryName=''}: wasStaleDataPosted: true fromManualRefresh: true errorMessage: com.weather.dal2.weatherconnections.WeatherDataException: com.weather.dal2.exceptions.DalException: Network not available
10-05 09:44:10.815 175-8152/? I/vold: Trimmed 116744192 bytes on /cache in 115ms
10-05 09:44:10.815 175-8152/? D/vold: Starting trim of /data
10-05 09:44:10.815 582-633/? D/VoldConnector: RCV <- {662 /cache 116744192 115570069}
10-05 09:44:10.831 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:44:10.848 582-1571/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:44:11.823 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:44:12.246 13267-14541/? I/Places: Converted 10 out of 11 WiFi scans
10-05 09:44:12.305 13267-6316/? I/GCoreUlr: Successfully inserted 1 locations
10-05 09:44:12.349 582-739/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@790150e}
10-05 09:44:12.972 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:44:12.972 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:44:18.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:44:18.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:44:22.228 8152-8152/? W/vold: type=1400 audit(0.0:701157): avc: denied { read } for name="/" dev="mmcblk0p4" ino=2 scontext=u:r:vold:s0 tcontext=u:object_r:persist_file:s0 tclass=dir permissive=0
10-05 09:44:22.234 175-8152/? I/vold: Trimmed 2468995072 bytes on /data in 11418ms
10-05 09:44:22.234 175-8152/? D/vold: Starting trim of /persist
10-05 09:44:22.234 582-633/? D/VoldConnector: RCV <- {662 /data 2468995072 11418518066}
10-05 09:44:22.234 175-8152/? W/vold: Failed to open /persist: Permission denied
10-05 09:44:22.240 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:44:22.260 582-739/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:44:22.953 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:44:22.953 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:44:26.893 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:44:27.441 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:44:28.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:44:28.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:44:29.907 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:44:32.943 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:44:32.944 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:44:38.048 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:44:38.048 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:44:41.976 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:44:42.961 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:44:42.961 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:44:47.444 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:44:48.004 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:44:48.039 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:44:48.040 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:44:52.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:44:52.949 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:44:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:44:58.082 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:44:58.082 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:45:00.073 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:45:02.988 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:45:02.988 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:45:05.716 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:45:05.718 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:45:06.660 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:45:07.447 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:45:08.045 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:45:08.045 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:45:09.140 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:45:09.543 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170367114, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:45:12.980 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:45:12.981 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:45:18.050 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:45:18.050 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:45:19.605 13267-30570/? E/WakeLock: GCM_HB_ALARM release without a matched acquire!
10-05 09:45:19.750 13267-30572/? W/GCM: Raising heartbeat interval to 230000, good=30 bad=1
10-05 09:45:21.206 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:45:22.941 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:45:22.941 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:45:27.450 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:45:28.076 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:45:28.076 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:45:28.698 13279-13279/? I/GCM: Message from 745476177629
10-05 09:45:30.263 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:45:32.952 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:45:32.952 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:45:37.381 8259-8259/? I/chatty: uid=10054(com.ants360.yicamera.international) top expire 30 lines
10-05 09:45:37.391 8259-8259/? W/top: type=1400 audit(0.0:701188): avc: denied { search } for name="18" dev="proc" ino=919925 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:45:37.391 8259-8259/? W/top: type=1400 audit(0.0:701189): avc: denied { search } for name="18" dev="proc" ino=919925 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:45:37.391 8259-8259/? W/top: type=1400 audit(0.0:701190): avc: denied { search } for name="18" dev="proc" ino=919925 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:45:37.391 8259-8259/? W/top: type=1400 audit(0.0:701191): avc: denied { search } for name="18" dev="proc" ino=919925 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:45:37.391 8259-8259/? W/top: type=1400 audit(0.0:701192): avc: denied { search } for name="18" dev="proc" ino=919925 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:45:37.391 8259-8259/? W/top: type=1400 audit(0.0:701193): avc: denied { search } for name="23" dev="proc" ino=919926 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:45:37.391 8259-8259/? W/top: type=1400 audit(0.0:701194): avc: denied { search } for name="23" dev="proc" ino=919926 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:45:37.391 8259-8259/? W/top: type=1400 audit(0.0:701195): avc: denied { search } for name="23" dev="proc" ino=919926 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:45:37.391 8259-8259/? W/top: type=1400 audit(0.0:701196): avc: denied { search } for name="23" dev="proc" ino=919926 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:45:38.080 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:45:38.080 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:45:39.558 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:45:39.558 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:45:39.558 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:45:40.292 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:45:40.311 8268-8268/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:45:40.311 8268-8268/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:45:40.311 8268-8268/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:45:40.334 8268-8270/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6ff7a04
10-05 09:45:40.349 8268-8272/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:45:40.356 8268-8274/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:45:42.326 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:45:42.537 1823-1887/? V/xiaomi: [Thread:2923] JOB: Handle intent action = com.xiaomi.push.timer
10-05 09:45:42.537 1823-1887/? V/xiaomi: [Thread:2923] Service called on timer
10-05 09:45:42.538 1823-1887/? V/xiaomi: [Thread:2923] JOB: do reconnect..
10-05 09:45:42.540 1823-1887/? V/xiaomi: [Thread:2923] update the connection status. disconnected -> connecting : ERROR_OK
10-05 09:45:42.544 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to 42.62.94.2:443
10-05 09:45:42.978 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:45:42.978 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:45:43.864 1823-1887/? V/xiaomi: [Thread:2923] tcp connected
10-05 09:45:43.869 1823-1887/? V/xiaomi: [Thread:2923] [slim] open conn: andver=23 sdk=36 hash=KBH04QUJJPtRClrD tz=-5:1 Model=Nexus 7 os=3036618
10-05 09:45:43.869 1823-1887/? V/xiaomi: [Thread:2923] connected to 42.62.94.2:443 in 1325
10-05 09:45:44.304 1823-8295/? V/xiaomi: [Thread:3124] [Slim] read Blob [] Err:recvfrom failed: ECONNRESET (Connection reset by peer)
10-05 09:45:44.307 1823-1887/? V/xiaomi: [Thread:2923] JOB: shutdown the connection. 9, java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)
10-05 09:45:44.307 1823-1887/? V/xiaomi: [Thread:2923] disconnect 237720737, 49301764
10-05 09:45:44.309 1823-1887/? V/xiaomi: java.lang.NullPointerException: Attempt to get length of null array
at com.xiaomi.push.service.ax.a(Unknown Source)
at com.xiaomi.push.service.ax.a(Unknown Source)
at com.xiaomi.push.service.ax.a(Unknown Source)
at com.xiaomi.slim.d.a(Unknown Source)
at com.xiaomi.slim.d.b(Unknown Source)
at com.xiaomi.slim.f.a(Unknown Source)
at com.xiaomi.smack.h.b(Unknown Source)
at com.xiaomi.push.service.XMPushService.a(Unknown Source)
at com.xiaomi.smack.j.a(Unknown Source)
at com.xiaomi.push.service.XMPushService$h.run(Unknown Source)
at com.xiaomi.push.service.l$c.run(Unknown Source)
10-05 09:45:44.309 1823-1887/? V/xiaomi: [Thread:2923] update the connection status. connecting -> disconnected : ERROR_READ_ERROR
10-05 09:45:44.321 1823-1887/? V/xiaomi: [Thread:2923] schedule reconnect in 300000ms
10-05 09:45:44.324 1823-1887/? V/xiaomi: [Thread:2923] JOB: notify job
10-05 09:45:47.452 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:45:48.045 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:45:48.045 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:45:48.358 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:45:52.945 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:45:52.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:45:54.528 13279-25596/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 09:45:54.830 13279-25596/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 09:45:55.856 13279-25596/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 09:45:55.868 13279-25596/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 09:45:57.018 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:45:58.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:45:58.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:46:00.424 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:46:02.981 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:46:02.981 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:46:03.105 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60031, nettype: -1
10-05 09:46:05.718 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:46:05.719 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:46:05.873 582-594/? I/UsageStatsService: User[0] Flushing usage stats to disk
10-05 09:46:06.623 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170424193, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:46:06.661 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:46:07.455 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:46:08.045 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:46:08.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:46:09.463 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:46:12.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:46:12.950 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:46:18.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:46:18.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:46:21.536 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:46:22.975 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:46:22.975 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:46:25.104 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 09:46:27.460 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:46:28.038 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:46:28.039 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:46:30.672 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:46:32.947 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:46:32.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:46:34.043 13279-32331/? I/CastDatabase: Saving the database
10-05 09:46:34.096 13279-32331/? I/SQLiteCastStore: [CastNetworkInfo] saved: 3, skipped: 0, [CastDeviceInfo]: saved 3, skipped 0, Paired Guest Mode DeviceInfo] saved: 0, skipped: 0. [ProbedNetworks]: saved 3, skipped: 0, [ProbedSocketAddress]: saved 0, skipped: 0
10-05 09:46:38.048 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:46:38.048 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:46:39.720 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:46:42.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:46:42.950 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:46:46.423 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:46:47.461 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:46:48.039 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:46:48.039 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:46:48.766 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:46:49.024 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:46:52.951 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:46:52.951 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:46:57.017 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:46:58.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:46:58.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:47:00.825 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:47:02.977 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:47:02.977 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:47:03.112 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60006, nettype: -1
10-05 09:47:05.720 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:47:05.721 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:47:05.983 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170483553, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:47:06.663 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:47:07.465 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:47:07.825 32212-32362/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_ANONYMOUS queue batches sent: 0
10-05 09:47:07.826 32212-32363/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_NON_ANONYMOUS queue batches sent: 0
10-05 09:47:08.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:47:08.047 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:47:08.048 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 09:47:08.165 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 09:47:09.876 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:47:12.692 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:47:12.711 8420-8420/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:47:12.712 8420-8420/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:47:12.712 8420-8420/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:47:12.748 8420-8422/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f41a04
10-05 09:47:12.764 8420-8424/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:47:12.776 8420-8426/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:47:12.980 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:47:12.981 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:47:18.047 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:47:18.047 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:47:21.937 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:47:22.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:47:22.950 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:47:24.663 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170502233, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:47:27.469 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:47:27.969 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:47:28.040 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:47:28.040 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:47:32.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:47:32.949 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:47:37.343 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170514914, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:47:38.078 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:47:38.079 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:47:40.699 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:47:40.786 582-1577/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 09:47:42.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:47:42.950 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:47:43.713 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:47:47.473 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:47:48.042 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:47:48.043 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:47:52.972 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:47:52.973 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:47:57.026 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:47:58.074 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:47:58.074 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:01.821 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:48:02.987 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:48:02.987 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:03.143 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60031, nettype: -1
10-05 09:48:05.722 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:48:05.723 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:48:06.665 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:48:07.477 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:48:07.846 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:48:08.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:48:08.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:11.503 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170549073, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:48:11.580 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:48:11.581 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:48:11.807 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:48:11.809 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:48:11.810 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:48:11.867 13279-32331/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:48:11.868 13279-32331/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:48:11.877 13279-32331/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:48:12.946 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:48:12.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:18.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:48:18.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:19.907 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:48:22.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:48:22.951 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:27.480 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:48:28.066 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:48:28.066 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:28.224 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:48:28.658 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:48:28.776 13279-13279/? I/GCM: Message from 745476177629
10-05 09:48:28.945 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:48:32.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:48:32.950 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702878): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702879): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702880): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702881): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702882): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702883): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702884): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702885): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702886): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702887): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702888): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702889): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702890): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702891): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702892): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702893): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702894): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702895): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.397 8494-8494/? W/top: type=1400 audit(0.0:702896): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:37.407 8494-8494/? W/top: type=1400 audit(0.0:702897): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:48:38.042 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:48:38.045 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:39.554 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 09:48:39.558 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:48:39.560 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:48:41.004 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:48:42.985 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:48:42.985 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:45.112 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:48:45.131 8509-8509/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:48:45.132 8509-8509/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:48:45.132 8509-8509/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:48:45.166 8509-8511/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f49a04
10-05 09:48:45.180 8509-8513/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:48:45.186 8509-8515/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:48:48.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:48:48.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:48.103 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:48:50.050 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:48:51.602 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:48:52.946 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:48:52.946 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:57.022 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:48:57.341 13279-32331/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 09:48:57.963 13279-32331/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 09:48:58.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:48:58.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:48:59.016 13279-32331/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 09:48:59.042 13279-32331/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 09:49:02.103 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:49:02.980 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:49:02.980 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:49:03.171 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60027, nettype: -1
10-05 09:49:05.724 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:49:05.725 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:49:06.667 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:49:07.484 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:49:08.048 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:49:08.048 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:49:08.138 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:49:12.947 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:49:12.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:49:18.045 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:49:18.045 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:49:20.203 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:49:22.945 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:49:22.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:49:26.043 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:49:27.488 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:49:28.056 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:49:28.056 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:49:29.256 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:49:32.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:49:32.950 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:49:38.048 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:49:38.048 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:49:41.320 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:49:42.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:49:42.949 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:49:47.489 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:49:48.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:49:48.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:49:50.371 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:49:52.948 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:49:52.948 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:49:57.005 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:49:58.089 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:49:58.089 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:02.485 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:50:02.977 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:50:02.977 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:03.202 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60030, nettype: -1
10-05 09:50:05.726 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:50:05.727 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:50:06.668 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:50:07.494 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:50:07.884 582-591/? I/art: Background sticky concurrent mark sweep GC freed 233647(12MB) AllocSpace objects, 75(1436KB) LOS objects, 30% free, 31MB/46MB, paused 2.136ms total 179.412ms
10-05 09:50:08.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:50:08.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:08.529 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:50:10.691 13267-6017/? I/GCoreUlr: Starting BLE scan: mode: 2
10-05 09:50:10.700 13267-13267/? I/BeaconBle: Client requested scan, settings=BleSettings [scanMode=LOW_LATENCY, callbackType=ALL_MATCHES, reportDelayMillis=0, 2 filters, 0 clients, callingClientName=ULR]
10-05 09:50:10.726 13267-13267/? I/BeaconBle: 'L' hardware scan: 6 filters, scanMode=2, reportdelay=0, callback type=1, #clients=2, workSource=WorkSource{}
10-05 09:50:10.728 13267-13267/? I/BeaconBle: Starting scan on OS scanner. BT state: 12
10-05 09:50:10.729 13267-13267/? D/BluetoothAdapter: STATE_ON
10-05 09:50:10.731 2120-2132/? D/BtGatt.GattService: registerClient() - UUID=3ff642dc-4a9a-48f3-bdd9-bcf8fc4411df
10-05 09:50:10.731 2120-2147/? D/BtGatt.GattService: onClientRegistered() - UUID=3ff642dc-4a9a-48f3-bdd9-bcf8fc4411df, clientIf=6
10-05 09:50:10.731 13267-32598/? D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=6
10-05 09:50:10.732 2120-9406/? D/BtGatt.GattService: start scan with filters
10-05 09:50:10.734 2120-2150/? D/BtGatt.ScanManager: handling starting scan
10-05 09:50:10.736 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=2
10-05 09:50:10.736 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=0
10-05 09:50:10.736 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
10-05 09:50:10.738 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 09:50:10.748 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:50:10.772 582-1571/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@93c8094}
10-05 09:50:10.775 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:50:12.367 13267-14541/? I/Places: Converted 10 out of 11 WiFi scans
10-05 09:50:12.538 582-739/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 09:50:12.566 13267-13276/? I/art: Background partial concurrent mark sweep GC freed 111107(6MB) AllocSpace objects, 15(356KB) LOS objects, 40% free, 21MB/35MB, paused 2.960ms total 187.072ms
10-05 09:50:12.577 582-592/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@93c8094}
10-05 09:50:12.595 13267-8192/? I/GCoreUlr: Successfully inserted 1 locations
10-05 09:50:12.755 13267-6017/? I/GCoreUlr: Starting BLE scan: mode: 3
10-05 09:50:12.756 13267-6017/? I/GCoreUlr: BLE: collected 0 results
10-05 09:50:12.756 13267-13267/? I/BeaconBle: Client requested scan, settings=BleSettings [scanMode=ZERO_POWER, callbackType=ALL_MATCHES, reportDelayMillis=0, 2 filters, 0 clients, callingClientName=ULR]
10-05 09:50:12.769 13267-13267/? I/BeaconBle: Stopping scan on delegate scanner. BT state: 12
10-05 09:50:12.770 13267-13267/? D/BluetoothAdapter: STATE_ON
10-05 09:50:12.770 2120-2131/? D/BtGatt.GattService: stopScan() - queue size =2
10-05 09:50:12.771 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=1
10-05 09:50:12.771 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=0 mLastConfiguredScanSetting=2
10-05 09:50:12.771 2120-2321/? D/BtGatt.GattService: unregisterClient() - clientIf=6
10-05 09:50:12.771 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 800
10-05 09:50:12.771 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 09:50:12.775 13267-13267/? I/BeaconBle: Resetting - new scanner available: true
10-05 09:50:12.775 13267-13267/? I/BeaconBle: ZERO_POWER is disabled.
10-05 09:50:12.776 13267-13267/? I/BeaconBle: 'L' hardware scan: scan stopped, no powered clients
10-05 09:50:12.788 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:50:12.804 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:50:12.819 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:50:12.972 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:50:12.972 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:17.652 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:50:17.690 8651-8651/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:50:17.690 8651-8651/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:50:17.691 8651-8651/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:50:17.714 8651-8653/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fd9a04
10-05 09:50:17.727 8651-8655/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:50:17.748 8651-8657/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:50:18.042 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:50:18.042 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:22.944 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:50:22.944 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:27.478 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:50:27.496 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:50:28.044 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:50:28.045 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:30.498 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:50:31.903 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:50:31.903 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:50:32.321 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:50:32.325 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:50:32.328 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:50:32.390 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:50:32.408 13279-25596/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:50:32.431 13279-25596/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:50:32.945 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:50:32.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:38.047 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:50:38.048 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:42.566 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:50:42.981 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:50:42.981 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:44.327 1823-1887/? V/xiaomi: [Thread:2923] JOB: do reconnect..
10-05 09:50:44.335 1823-1887/? V/xiaomi: [Thread:2923] update the connection status. disconnected -> connecting : ERROR_OK
10-05 09:50:44.345 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to 42.62.94.2:443
10-05 09:50:47.500 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:50:48.065 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:50:48.065 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:48.596 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:50:49.236 1087-8668/? I/BgTaskExecutorImpl: Starting PERIODIC background task RESTORE_SPEAKER_MODEL.
10-05 09:50:49.263 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 09:50:49.310 13279-8677/? I/EventLogChimeraService: Aggregate from 1538745687300 (log), 1538745687300 (data)
10-05 09:50:49.360 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:50:49.372 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170706943, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:50:49.382 582-1571/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 09:50:51.616 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:50:52.383 1823-1887/? V/xiaomi: SMACK: Could not connect to:42.62.94.2:443
10-05 09:50:52.386 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to 114.54.23.2
10-05 09:50:52.946 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:50:52.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:54.630 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:50:57.010 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:50:58.076 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:50:58.076 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:50:59.542 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170717113, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:51:00.422 1823-1887/? V/xiaomi: SMACK: Could not connect to:114.54.23.2
10-05 09:51:00.423 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to 111.13.142.2
10-05 09:51:00.650 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:51:02.986 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:51:02.987 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:51:03.206 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60003, nettype: -1
10-05 09:51:05.727 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:51:05.729 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:51:06.674 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:51:07.503 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:51:08.041 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:51:08.041 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:51:08.445 1823-1887/? V/xiaomi: SMACK: Could not connect to:111.13.142.2
10-05 09:51:08.449 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to 111.206.200.2
10-05 09:51:09.701 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:51:12.943 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:51:12.943 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:51:16.456 1823-1887/? V/xiaomi: SMACK: Could not connect to:111.206.200.2
10-05 09:51:16.460 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to app.chat.xiaomi.net
10-05 09:51:18.077 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:51:18.077 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:51:21.473 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170739044, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:51:21.768 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:51:22.948 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:51:22.949 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:51:24.537 1823-1887/? V/xiaomi: SMACK: Could not connect to:app.chat.xiaomi.net
10-05 09:51:24.551 1823-1887/? V/xiaomi: fail to create Slim connection
SMACK: Could not connect to 42.62.94.2:443 port:5222 failed to connect to /42.62.94.2 (port 443) after 8000ms
SMACK: Could not connect to 114.54.23.2 port:5222 failed to connect to /114.54.23.2 (port 5222) after 8000ms
SMACK: Could not connect to 111.13.142.2 port:5222 failed to connect to /111.13.142.2 (port 5222) after 8000ms
SMACK: Could not connect to 111.206.200.2 port:5222 failed to connect to /111.206.200.2 (port 5222) after 8000ms
SMACK: Could not connect to app.chat.xiaomi.net port:5222 failed to connect to app.chat.xiaomi.net/47.74.171.176 (port 5222) after 8000ms
:
at com.xiaomi.smack.h.a(Unknown Source)
at com.xiaomi.smack.h.a(Unknown Source)
at com.xiaomi.smack.h.t(Unknown Source)
at com.xiaomi.push.service.XMPushService.p(Unknown Source)
at com.xiaomi.push.service.XMPushService.o(Unknown Source)
at com.xiaomi.push.service.XMPushService.g(Unknown Source)
at com.xiaomi.push.service.XMPushService$d.a(Unknown Source)
at com.xiaomi.push.service.XMPushService$h.run(Unknown Source)
at com.xiaomi.push.service.l$c.run(Unknown Source)
10-05 09:51:24.554 1823-1887/? V/xiaomi: [Thread:2923] update the connection status. connecting -> disconnected : ERROR_NETWORK_FAILED
10-05 09:51:24.567 1823-1887/? V/xiaomi: [Thread:2923] schedule reconnect in 300000ms
10-05 09:51:24.569 1823-1887/? V/xiaomi: [Thread:2923] JOB: notify job
10-05 09:51:27.508 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:51:27.791 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:51:28.041 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:51:28.041 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:51:28.945 13279-13279/? I/GCM: Message from 745476177629
10-05 09:51:32.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:51:32.949 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:51:34.062 13279-25596/? I/CastDatabase: Saving the database
10-05 09:51:34.101 13279-25596/? I/SQLiteCastStore: [CastNetworkInfo] saved: 3, skipped: 0, [CastDeviceInfo]: saved 3, skipped 0, Paired Guest Mode DeviceInfo] saved: 0, skipped: 0. [ProbedNetworks]: saved 3, skipped: 0, [ProbedSocketAddress]: saved 0, skipped: 0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704608): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704609): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704610): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704611): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704612): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704613): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704614): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704615): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704616): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704617): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704618): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704619): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704620): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704621): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704622): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704623): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704624): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704625): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704626): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:37.503 8758-8758/? W/top: type=1400 audit(0.0:704627): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:51:38.040 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:51:38.040 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:51:39.685 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:51:39.685 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:51:39.686 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:51:39.870 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:51:40.423 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170757993, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:51:42.954 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:51:42.955 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:51:47.064 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:51:47.513 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:51:48.078 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:51:48.078 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:51:48.910 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:51:49.661 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:51:50.192 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:51:50.222 8778-8778/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:51:50.223 8778-8778/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:51:50.223 8778-8778/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:51:50.257 8778-8780/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fe7a04
10-05 09:51:50.274 8778-8782/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:51:50.287 8778-8784/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:51:52.018 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:51:52.018 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:51:52.172 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:51:52.174 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:51:52.175 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:51:52.230 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:51:52.241 13279-25596/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:51:52.255 13279-25596/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:51:52.944 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:51:52.944 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:51:57.002 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:51:58.079 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:51:58.080 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:52:00.540 13279-25596/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 09:52:00.971 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:52:01.699 13279-25596/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 09:52:02.807 13279-25596/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 09:52:02.810 13279-25596/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 09:52:02.975 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:52:02.975 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:52:03.247 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60040, nettype: -1
10-05 09:52:04.573 1823-8665/? V/xiaomi: [Thread:3125] network exception: failed to connect to resolver.msg.xiaomi.net/52.77.67.214 (port 80) after 10000ms
10-05 09:52:04.576 1823-8665/? V/xiaomi: [Thread:3125] failed to get bucket failed to connect to resolver.msg.xiaomi.net/52.77.67.214 (port 80) after 10000ms
10-05 09:52:05.729 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:52:05.730 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:52:06.675 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:52:07.393 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170784964, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:52:07.514 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:52:08.039 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:52:08.039 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:52:08.050 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 09:52:08.171 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 09:52:10.020 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:52:12.159 582-582/? I/JobServiceContext: Client timed out while executing (no jobFinished received). sending onStop. com.accuweather.android/com.accuweather.widgets.WidgetDailyLightService jId=1733, u0
10-05 09:52:12.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:52:12.950 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:52:17.743 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170795313, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:52:18.043 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:52:18.043 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:52:22.093 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:52:22.944 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:52:22.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:52:26.950 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 09:52:27.519 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:52:28.049 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:52:28.049 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:52:28.113 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:52:28.864 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:52:30.319 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:52:32.947 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:52:32.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:52:38.043 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:52:38.043 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:52:40.172 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:52:42.945 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:52:42.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:52:47.523 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:52:48.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:52:48.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:52:49.217 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:52:52.942 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:52:52.942 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:52:57.052 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:52:58.075 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:52:58.075 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:53:01.301 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:53:02.973 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:53:02.973 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:53:03.256 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60008, nettype: -1
10-05 09:53:05.730 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:53:05.731 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:53:06.677 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:53:07.524 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:53:08.047 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:53:08.047 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:53:12.217 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:53:12.218 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:53:12.466 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:53:12.471 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:53:12.475 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:53:12.530 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:53:12.548 13279-25596/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:53:12.565 13279-25596/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:53:12.951 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:53:12.952 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:53:13.357 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:53:16.373 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:53:18.077 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:53:18.078 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:53:19.393 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:53:22.403 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:53:22.772 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:53:22.800 8891-8891/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:53:22.800 8891-8891/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:53:22.801 8891-8891/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:53:22.826 8891-8893/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6ffda04
10-05 09:53:22.840 8891-8895/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:53:22.864 8891-8897/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:53:22.976 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:53:22.976 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:53:27.527 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:53:28.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:53:28.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:53:28.427 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:53:28.490 8902-8902/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10065 <<<<<<
10-05 09:53:28.496 8902-8902/? D/AndroidRuntime: CheckJNI is OFF
10-05 09:53:28.563 8902-8902/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
10-05 09:53:28.625 8902-8902/? I/Radio-JNI: register_android_hardware_Radio DONE
10-05 09:53:28.656 8902-8902/? D/AndroidRuntime: Calling main entry com.android.commands.am.Am
10-05 09:53:28.665 8902-8902/? D/AndroidRuntime: Shutting down VM
10-05 09:53:32.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:53:32.950 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:53:38.043 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:53:38.043 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:53:40.496 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:53:42.947 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:53:42.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:53:47.530 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:53:48.078 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:53:48.078 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:53:49.548 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:53:52.945 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:53:52.946 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:53:57.008 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:53:58.088 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:53:58.088 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:54:01.595 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:54:02.980 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:54:02.981 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:54:03.264 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60008, nettype: -1
10-05 09:54:05.732 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:54:05.733 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:54:06.679 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:54:07.535 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:54:08.044 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:54:08.044 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:54:10.760 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:54:12.979 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:54:12.980 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:54:13.776 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:54:16.798 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:54:18.039 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:54:18.039 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:54:19.813 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:54:22.944 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:54:22.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:54:27.538 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:54:28.049 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:54:28.050 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:54:28.862 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:54:32.366 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:54:32.366 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:54:32.784 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:54:32.789 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:54:32.794 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:54:32.840 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:54:32.844 13279-25596/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:54:32.852 13279-25596/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:54:32.948 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:54:32.948 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706318): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706319): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706320): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706321): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706322): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706323): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706324): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706325): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706326): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706327): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706328): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706329): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706330): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706331): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706332): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706333): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706334): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706335): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706336): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:37.628 8946-8946/? W/top: type=1400 audit(0.0:706337): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:54:38.074 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:54:38.075 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:54:39.795 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 09:54:39.796 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:54:39.796 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:54:40.916 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:54:42.945 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:54:42.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:54:48.074 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:54:48.075 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:54:49.256 582-3972/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 09:54:49.956 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:54:52.965 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:54:52.973 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:54:52.973 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:54:55.302 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:54:55.371 8963-8963/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:54:55.374 8963-8963/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:54:55.375 8963-8963/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:54:55.408 8963-8965/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b7008a04
10-05 09:54:55.428 8963-8967/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:54:55.453 8963-8969/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:54:55.984 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:54:57.007 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:54:58.075 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:54:58.075 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:02.030 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:55:02.988 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:55:02.988 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:03.270 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60005, nettype: -1
10-05 09:55:05.734 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:55:05.735 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:55:06.681 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:55:07.544 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:55:08.068 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:55:08.073 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:55:08.073 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:12.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:55:12.951 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:18.038 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:55:18.039 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:18.940 13267-30570/? E/WakeLock: GCM_HB_ALARM release without a matched acquire!
10-05 09:55:20.137 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:55:22.948 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:55:22.948 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:23.943 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170981513, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:55:27.547 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:55:27.867 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:55:28.039 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:55:28.039 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:29.183 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:55:32.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:55:32.949 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:33.983 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=170991553, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:55:38.048 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:55:38.048 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:41.251 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:55:42.539 1823-1887/? V/xiaomi: [Thread:2923] JOB: Handle intent action = com.xiaomi.push.timer
10-05 09:55:42.540 1823-1887/? V/xiaomi: [Thread:2923] Service called on timer
10-05 09:55:42.543 1823-1887/? V/xiaomi: [Thread:2923] JOB: do reconnect..
10-05 09:55:42.544 1823-1887/? V/xiaomi: [Thread:2923] update the connection status. disconnected -> connecting : ERROR_OK
10-05 09:55:42.547 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to 42.62.94.2:443
10-05 09:55:42.835 1823-1887/? V/xiaomi: [Thread:2923] tcp connected
10-05 09:55:42.864 1823-1887/? V/xiaomi: [Thread:2923] [slim] open conn: andver=23 sdk=36 hash=KBH04QUJJPtRClrD tz=-5:1 Model=Nexus 7 os=3036618
10-05 09:55:42.865 1823-1887/? V/xiaomi: [Thread:2923] connected to 42.62.94.2:443 in 319
10-05 09:55:42.973 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:55:42.973 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:44.022 1823-9027/? V/xiaomi: [Thread:3127] [Slim] read Blob [] Err:recvfrom failed: ECONNRESET (Connection reset by peer)
10-05 09:55:44.025 1823-1887/? V/xiaomi: [Thread:2923] JOB: shutdown the connection. 9, java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)
10-05 09:55:44.025 1823-1887/? V/xiaomi: [Thread:2923] disconnect 237720737, 49301764
10-05 09:55:44.027 1823-1887/? V/xiaomi: java.lang.NullPointerException: Attempt to get length of null array
at com.xiaomi.push.service.ax.a(Unknown Source)
at com.xiaomi.push.service.ax.a(Unknown Source)
at com.xiaomi.push.service.ax.a(Unknown Source)
at com.xiaomi.slim.d.a(Unknown Source)
at com.xiaomi.slim.d.b(Unknown Source)
at com.xiaomi.slim.f.a(Unknown Source)
at com.xiaomi.smack.h.b(Unknown Source)
at com.xiaomi.push.service.XMPushService.a(Unknown Source)
at com.xiaomi.smack.j.a(Unknown Source)
at com.xiaomi.push.service.XMPushService$h.run(Unknown Source)
at com.xiaomi.push.service.l$c.run(Unknown Source)
10-05 09:55:44.027 1823-1887/? V/xiaomi: [Thread:2923] update the connection status. connecting -> disconnected : ERROR_READ_ERROR
10-05 09:55:44.042 1823-1887/? V/xiaomi: [Thread:2923] schedule reconnect in 300000ms
10-05 09:55:44.044 1823-1887/? V/xiaomi: [Thread:2923] max short conn time reached, sink down current host:42.62.94.2:443
10-05 09:55:44.058 1823-1887/? V/xiaomi: [Thread:2923] JOB: notify job
10-05 09:55:47.549 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:55:47.554 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171005125, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:55:48.044 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:55:48.044 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:50.290 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:55:52.559 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:55:52.559 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:55:52.630 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:55:52.632 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:55:52.633 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:55:52.688 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:55:52.693 13279-25596/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:55:52.700 13279-25596/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:55:52.980 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:55:52.980 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:57.036 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:55:58.073 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:55:58.073 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:55:59.023 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171016593, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:56:02.377 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:56:02.985 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:56:02.985 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:56:03.287 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60017, nettype: -1
10-05 09:56:05.736 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:56:05.737 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:56:06.683 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:56:07.553 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:56:08.090 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:56:08.090 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:56:08.425 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:56:12.581 13267-14541/? I/Places: Converted 10 out of 11 WiFi scans
10-05 09:56:12.683 13267-8192/? I/GCoreUlr: Successfully inserted 1 locations
10-05 09:56:12.977 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:56:12.977 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:56:17.482 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:56:18.042 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:56:18.043 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:56:20.913 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171038483, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 09:56:22.836 13267-8192/? I/GCoreUlr: Starting BLE scan: mode: 2
10-05 09:56:22.848 13267-13267/? I/BeaconBle: Client requested scan, settings=BleSettings [scanMode=LOW_LATENCY, callbackType=ALL_MATCHES, reportDelayMillis=0, 2 filters, 0 clients, callingClientName=ULR]
10-05 09:56:22.870 582-1573/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@93c8094}
10-05 09:56:22.878 13267-13267/? I/BeaconBle: 'L' hardware scan: 6 filters, scanMode=2, reportdelay=0, callback type=1, #clients=2, workSource=WorkSource{}
10-05 09:56:22.881 13267-13267/? I/BeaconBle: Starting scan on OS scanner. BT state: 12
10-05 09:56:22.881 13267-13267/? D/BluetoothAdapter: STATE_ON
10-05 09:56:22.883 2120-2132/? D/BtGatt.GattService: registerClient() - UUID=2cedf62b-bcdf-4a8b-a88d-bf06c881d970
10-05 09:56:22.884 2120-2147/? D/BtGatt.GattService: onClientRegistered() - UUID=2cedf62b-bcdf-4a8b-a88d-bf06c881d970, clientIf=6
10-05 09:56:22.884 13267-13377/? D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=6
10-05 09:56:22.885 2120-2321/? D/BtGatt.GattService: start scan with filters
10-05 09:56:22.887 2120-2150/? D/BtGatt.ScanManager: handling starting scan
10-05 09:56:22.888 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=2
10-05 09:56:22.888 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=0
10-05 09:56:22.888 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
10-05 09:56:22.891 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 09:56:22.899 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:56:22.936 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:56:22.978 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:56:22.978 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:56:24.597 582-2277/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@93c8094}
10-05 09:56:24.908 13267-8192/? I/GCoreUlr: Starting BLE scan: mode: 3
10-05 09:56:24.908 13267-8192/? I/GCoreUlr: BLE: collected 0 results
10-05 09:56:24.908 13267-13267/? I/BeaconBle: Client requested scan, settings=BleSettings [scanMode=ZERO_POWER, callbackType=ALL_MATCHES, reportDelayMillis=0, 2 filters, 0 clients, callingClientName=ULR]
10-05 09:56:24.922 13267-13267/? I/BeaconBle: Stopping scan on delegate scanner. BT state: 12
10-05 09:56:24.922 13267-13267/? D/BluetoothAdapter: STATE_ON
10-05 09:56:24.927 2120-2269/? D/BtGatt.GattService: stopScan() - queue size =2
10-05 09:56:24.941 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=1
10-05 09:56:24.941 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=0 mLastConfiguredScanSetting=2
10-05 09:56:24.941 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 800
10-05 09:56:24.945 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 09:56:24.947 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:56:24.962 2120-2131/? D/BtGatt.GattService: unregisterClient() - clientIf=6
10-05 09:56:24.968 13267-13267/? I/BeaconBle: Resetting - new scanner available: true
10-05 09:56:24.968 13267-13267/? I/BeaconBle: ZERO_POWER is disabled.
10-05 09:56:24.968 13267-13267/? I/BeaconBle: 'L' hardware scan: scan stopped, no powered clients
10-05 09:56:24.980 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:56:25.005 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:56:25.017 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:56:27.376 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:56:27.554 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:56:27.852 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:56:27.871 9133-9133/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:56:27.871 9133-9133/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:56:27.872 9133-9133/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:56:27.904 9133-9135/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fdda04
10-05 09:56:27.925 9133-9139/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:56:27.933 9133-9141/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:56:28.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:56:28.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:56:31.343 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171048913, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:56:32.948 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:56:32.948 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:56:34.104 13279-25596/? I/CastDatabase: Saving the database
10-05 09:56:34.143 13279-25596/? I/SQLiteCastStore: [CastNetworkInfo] saved: 3, skipped: 0, [CastDeviceInfo]: saved 3, skipped 0, Paired Guest Mode DeviceInfo] saved: 0, skipped: 0. [ProbedNetworks]: saved 3, skipped: 0, [ProbedSocketAddress]: saved 0, skipped: 0
10-05 09:56:38.066 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:56:38.067 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:56:38.593 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171056164, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:56:42.455 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:56:42.945 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:56:42.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:56:47.558 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:56:48.059 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:56:48.060 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:56:48.491 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:56:52.945 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:56:52.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:56:53.623 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171071193, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:56:57.036 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:56:58.077 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:56:58.078 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:57:00.546 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:57:02.974 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:57:02.974 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:57:03.301 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60014, nettype: -1
10-05 09:57:05.738 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:57:05.739 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:57:06.684 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:57:07.562 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:57:07.850 32212-32362/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_ANONYMOUS queue batches sent: 0
10-05 09:57:07.850 32212-32363/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_NON_ANONYMOUS queue batches sent: 0
10-05 09:57:08.040 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:57:08.040 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:57:08.085 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 09:57:08.173 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 09:57:09.599 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:57:11.263 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:57:12.622 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 09:57:12.946 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:57:12.946 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:57:18.039 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:57:18.039 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:57:21.665 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:57:22.944 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:57:22.944 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:57:27.567 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:57:27.903 582-591/? I/art: Background sticky concurrent mark sweep GC freed 207161(12MB) AllocSpace objects, 63(1200KB) LOS objects, 29% free, 32MB/46MB, paused 1.770ms total 101.470ms
10-05 09:57:28.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:57:28.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:57:30.799 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:57:32.473 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171110044, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:57:32.725 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:57:32.725 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:57:32.978 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:57:32.978 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:57:32.998 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:57:33.001 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:57:33.003 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:57:33.065 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:57:33.083 13279-25596/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:57:33.105 13279-25596/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708058): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708059): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708060): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708061): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708062): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708063): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708064): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708065): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708066): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708067): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708068): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708069): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708070): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708071): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708072): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708073): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708074): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708075): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708076): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:37.714 9214-9214/? W/top: type=1400 audit(0.0:708077): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 09:57:38.073 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:57:38.074 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:57:38.781 9222-9222/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10054 <<<<<<
10-05 09:57:38.788 9222-9222/? D/AndroidRuntime: CheckJNI is OFF
10-05 09:57:38.845 9222-9222/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
10-05 09:57:38.910 9222-9222/? I/Radio-JNI: register_android_hardware_Radio DONE
10-05 09:57:38.959 9222-9222/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
10-05 09:57:39.031 9222-9222/? I/art: System.exit called, status: 0
10-05 09:57:39.031 9222-9222/? I/AndroidRuntime: VM exiting with result code 0.
10-05 09:57:39.268 1823-1861/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 38, previously 45
10-05 09:57:39.268 1823-1861/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 3681, previously 3683
10-05 09:57:39.269 1823-1861/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1217, previously 1508
10-05 09:57:39.269 1823-1861/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1708, previously 1715
10-05 09:57:39.269 1823-1861/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 175, previously 1365
10-05 09:57:39.408 1823-1861/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1734, previously 1739
10-05 09:57:39.409 1823-1861/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 806, previously 823
10-05 09:57:39.895 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:57:39.895 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:57:39.896 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:57:40.697 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:57:41.050 582-1571/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 09:57:41.752 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:57:41.757 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:57:41.757 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 09:57:41.916 1303-3155/? W/System.err: android.content.pm.PackageManager$NameNotFoundException
10-05 09:57:41.916 1303-3155/? W/System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:137)
10-05 09:57:41.916 1303-3155/? W/System.err: at com.estrongs.android.pop.app.d.q.c(LoggerLandingSceneManager.java:153)
10-05 09:57:41.916 1303-3155/? W/System.err: at com.estrongs.android.pop.app.d.q.a(LoggerLandingSceneManager.java:66)
10-05 09:57:41.916 1303-3155/? W/System.err: at com.estrongs.android.pop.app.scene.e.h$1.a(SceneWhenNewFile.java:77)
10-05 09:57:41.916 1303-3155/? W/System.err: at com.estrongs.android.scanner.c.j$a$1.run(NotifyHandler.java:68)
10-05 09:57:41.917 1303-3155/? W/System.err: at com.estrongs.android.util.n$a.run(ESThreadPoolImpl.java:95)
10-05 09:57:41.917 1303-3155/? W/System.err: at java.lang.Thread.run(Thread.java:818)
10-05 09:57:41.918 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 09:57:41.922 1303-1401/? W/System.err: android.content.pm.PackageManager$NameNotFoundException
10-05 09:57:41.922 1303-1401/? W/System.err: at android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java:137)
10-05 09:57:41.922 1303-1401/? W/System.err: at com.estrongs.android.pop.app.d.q.c(LoggerLandingSceneManager.java:153)
10-05 09:57:41.922 1303-1401/? W/System.err: at com.estrongs.android.pop.app.d.q.a(LoggerLandingSceneManager.java:66)
10-05 09:57:41.922 1303-1401/? W/System.err: at com.estrongs.android.pop.app.scene.e.h$1.a(SceneWhenNewFile.java:77)
10-05 09:57:41.922 1303-1401/? W/System.err: at com.estrongs.android.scanner.c.j$a$1.run(NotifyHandler.java:75)
10-05 09:57:41.922 1303-1401/? W/System.err: at com.estrongs.android.util.n$a.run(ESThreadPoolImpl.java:95)
10-05 09:57:41.922 1303-1401/? W/System.err: at java.lang.Thread.run(Thread.java:818)
10-05 09:57:41.924 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 09:57:42.450 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:57:42.463 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:57:42.477 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 09:57:42.972 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:57:42.972 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:57:43.711 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:57:47.569 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:57:48.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:57:48.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:57:52.947 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:57:52.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:57:57.006 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:57:57.142 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171134713, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:57:58.075 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:57:58.075 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:58:00.352 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:58:00.380 9315-9315/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:58:00.380 9315-9315/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:58:00.381 9315-9315/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:58:00.405 9315-9317/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f34a04
10-05 09:58:00.492 9315-9319/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:58:00.506 9315-9321/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:58:01.837 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:58:02.982 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:58:02.982 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:58:03.310 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60008, nettype: -1
10-05 09:58:05.740 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:58:05.741 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:58:06.686 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:58:07.575 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:58:07.861 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:58:08.048 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:58:08.048 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:58:12.975 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:58:12.975 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:58:13.975 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 09:58:17.333 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171154904, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:58:18.047 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:58:18.047 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:58:19.927 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:58:22.960 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:58:22.960 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:58:27.578 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:58:28.070 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:58:28.070 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:58:28.834 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 09:58:28.970 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:58:32.903 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171170473, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:58:32.941 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:58:32.941 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:58:38.077 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:58:38.077 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:58:41.041 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:58:42.956 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:58:42.956 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:58:47.581 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:58:48.047 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:58:48.048 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:58:50.091 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:58:51.159 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 09:58:52.887 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 09:58:52.887 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 09:58:52.972 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:58:52.972 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:58:53.251 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 09:58:53.255 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 09:58:53.257 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 09:58:53.320 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 09:58:53.339 13279-25596/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 09:58:53.358 13279-25596/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 09:58:56.283 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171193854, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 09:58:57.004 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:58:58.083 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:58:58.083 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:59:02.207 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:59:02.987 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:59:02.987 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:59:03.316 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60005, nettype: -1
10-05 09:59:05.741 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 09:59:05.743 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 09:59:06.687 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 09:59:07.585 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:59:08.045 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:59:08.045 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:59:08.238 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:59:09.102 13267-30570/? E/WakeLock: GCM_HB_ALARM release without a matched acquire!
10-05 09:59:12.944 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:59:12.944 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:59:18.042 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:59:18.043 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:59:20.318 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:59:22.946 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:59:22.946 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:59:23.376 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 09:59:24.703 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171222274, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 09:59:27.588 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:59:28.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:59:28.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:59:29.356 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:59:32.922 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 09:59:32.945 9418-9418/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 09:59:32.946 9418-9418/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:59:32.947 9418-9418/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 09:59:32.979 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:59:32.979 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:59:32.980 9418-9420/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f72a04
10-05 09:59:32.999 9418-9422/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 09:59:33.011 9418-9424/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 09:59:38.042 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:59:38.043 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:59:41.414 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 09:59:42.945 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:59:42.946 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:59:47.590 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 09:59:48.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:59:48.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:59:50.473 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 09:59:52.944 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:59:52.944 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 09:59:55.868 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 09:59:57.026 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 09:59:58.078 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 09:59:58.079 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:00:00.994 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171258563, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 10:00:02.545 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:00:02.976 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:00:02.976 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:00:03.317 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60000, nettype: -1
10-05 10:00:05.743 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 10:00:05.747 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 10:00:06.689 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 10:00:07.594 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:00:08.044 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:00:08.044 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:00:08.579 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:00:12.946 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:00:12.946 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:00:16.583 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171274153, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:00:18.067 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:00:18.068 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:00:20.649 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:00:22.386 6383-6383/? E/FirebaseInstanceId: Failed to resolve target intent service, skipping classname enforcement
10-05 10:00:22.387 582-593/? W/ActivityManager: Unable to start service Intent { act=com.google.firebase.MESSAGING_EVENT pkg=com.google.android.apps.magazines (has extras) } U=0: not found
10-05 10:00:22.387 6383-6383/? E/FirebaseInstanceId: Error while delivering the message: ServiceIntent not found.
10-05 10:00:22.666 13279-13279/? W/ChimeraUtils: Non Chimera context
10-05 10:00:22.698 13267-8191/? E/NetworkScheduler: Invalid component specified.
10-05 10:00:22.972 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:00:22.972 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:00:27.273 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171284843, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 10:00:27.596 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:00:28.059 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 10:00:28.076 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:00:28.076 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:00:28.204 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 10:00:28.222 582-593/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 10:00:29.693 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:00:32.973 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:00:32.974 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:00:38.058 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:00:38.058 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709803): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709804): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709805): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709806): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709807): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709808): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709809): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709810): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709811): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709812): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709813): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709814): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709815): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709816): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709817): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709818): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709819): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709820): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709821): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:39.872 9484-9484/? W/top: type=1400 audit(0.0:709822): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:00:41.749 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:00:42.048 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 10:00:42.053 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 10:00:42.054 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 10:00:42.975 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:00:42.975 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:00:43.863 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171301433, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:00:44.047 1823-1887/? V/xiaomi: [Thread:2923] JOB: do reconnect..
10-05 10:00:44.054 1823-1887/? V/xiaomi: [Thread:2923] update the connection status. disconnected -> connecting : ERROR_OK
10-05 10:00:44.064 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to 42.62.94.2:443
10-05 10:00:48.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:00:48.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:00:49.399 582-739/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 10:00:51.650 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:00:52.104 1823-1887/? V/xiaomi: SMACK: Could not connect to:42.62.94.2:443
10-05 10:00:52.108 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to 114.54.23.2
10-05 10:00:52.548 13267-13267/? W/ChimeraUtils: Non Chimera context
10-05 10:00:52.600 13267-13744/? I/Auth: [ReflectiveChannelBinder] Successfully bound channel!
10-05 10:00:52.645 13267-13744/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 10:00:52.648 13267-13744/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:00:52.648 13267-13744/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:00:52.730 13267-13744/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 10:00:52.731 13267-13744/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:00:52.731 13267-13744/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:00:52.857 13267-13744/? I/Auth: [BroadcastManager] Broadcasting account services changed.
10-05 10:00:52.890 13267-8191/? E/NetworkScheduler: Invalid component specified.
10-05 10:00:52.894 13279-9517/? I/Auth: [SupervisedAccountIntentOperation] onHandleIntent(): com.google.android.gms.auth.ACCOUNT_SERVICES_CHANGED
10-05 10:00:52.894 13279-9517/? I/Auth: [SupervisedAccountIntentOperation] This operation is disabled
10-05 10:00:52.939 6383-6403/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 10:00:52.939 6383-6403/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:00:52.939 6383-6403/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:00:52.972 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:00:52.972 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:00:53.004 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 10:00:53.019 582-1587/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 10:00:53.070 6383-6403/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 10:00:53.071 6383-6403/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:00:53.071 6383-6403/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:00:53.156 13267-13276/? I/art: Background partial concurrent mark sweep GC freed 118636(5MB) AllocSpace objects, 0(0B) LOS objects, 40% free, 21MB/35MB, paused 8.789ms total 97.290ms
10-05 10:00:57.053 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 10:00:57.612 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171315183, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 10:00:58.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:00:58.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:01:00.145 1823-1887/? V/xiaomi: SMACK: Could not connect to:114.54.23.2
10-05 10:01:00.146 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to 111.13.142.2
10-05 10:01:00.488 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 10:01:02.979 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:01:02.979 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:01:03.335 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60017, nettype: -1
10-05 10:01:03.702 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:01:05.492 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 10:01:05.531 9593-9593/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 10:01:05.532 9593-9593/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 10:01:05.533 9593-9593/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 10:01:05.565 9593-9595/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f6ca04
10-05 10:01:05.581 9593-9597/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 10:01:05.587 9593-9599/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 10:01:05.745 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 10:01:05.748 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 10:01:06.691 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 10:01:07.604 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:01:08.065 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:01:08.066 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:01:08.183 1823-1887/? V/xiaomi: SMACK: Could not connect to:111.13.142.2
10-05 10:01:08.188 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to 111.206.200.2
10-05 10:01:08.703 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171326273, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:01:09.727 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:01:12.972 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:01:12.972 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:01:16.197 1823-1887/? V/xiaomi: SMACK: Could not connect to:111.206.200.2
10-05 10:01:16.200 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to app.chat.xiaomi.net
10-05 10:01:18.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:01:18.073 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:01:21.213 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171338784, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 10:01:21.796 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:01:22.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:01:22.950 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:01:24.263 1823-1887/? V/xiaomi: SMACK: Could not connect to:app.chat.xiaomi.net
10-05 10:01:24.275 1823-1887/? V/xiaomi: fail to create Slim connection
SMACK: Could not connect to 42.62.94.2:443 port:5222 failed to connect to /42.62.94.2 (port 443) after 8000ms
SMACK: Could not connect to 114.54.23.2 port:5222 failed to connect to /114.54.23.2 (port 5222) after 8000ms
SMACK: Could not connect to 111.13.142.2 port:5222 failed to connect to /111.13.142.2 (port 5222) after 8000ms
SMACK: Could not connect to 111.206.200.2 port:5222 failed to connect to /111.206.200.2 (port 5222) after 8000ms
SMACK: Could not connect to app.chat.xiaomi.net port:5222 failed to connect to app.chat.xiaomi.net/47.74.193.5 (port 5222) after 8000ms
:
at com.xiaomi.smack.h.a(Unknown Source)
at com.xiaomi.smack.h.a(Unknown Source)
at com.xiaomi.smack.h.t(Unknown Source)
at com.xiaomi.push.service.XMPushService.p(Unknown Source)
at com.xiaomi.push.service.XMPushService.o(Unknown Source)
at com.xiaomi.push.service.XMPushService.g(Unknown Source)
at com.xiaomi.push.service.XMPushService$d.a(Unknown Source)
at com.xiaomi.push.service.XMPushService$h.run(Unknown Source)
at com.xiaomi.push.service.l$c.run(Unknown Source)
10-05 10:01:24.276 1823-1887/? V/xiaomi: [Thread:2923] update the connection status. connecting -> disconnected : ERROR_NETWORK_FAILED
10-05 10:01:24.291 1823-1887/? V/xiaomi: [Thread:2923] schedule reconnect in 300000ms
10-05 10:01:24.294 1823-1887/? V/xiaomi: [Thread:2923] JOB: notify job
10-05 10:01:27.606 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:01:27.824 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:01:27.857 13279-13279/? I/GCM: Message from 745476177629
10-05 10:01:28.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:01:28.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:01:29.904 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 10:01:30.125 13279-13279/? I/GCM: Message from 745476177629
10-05 10:01:32.738 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 10:01:32.979 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:01:32.979 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:01:33.841 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:01:34.144 13279-25596/? I/CastDatabase: Saving the database
10-05 10:01:34.182 13279-25596/? I/SQLiteCastStore: [CastNetworkInfo] saved: 3, skipped: 0, [CastDeviceInfo]: saved 3, skipped 0, Paired Guest Mode DeviceInfo] saved: 0, skipped: 0. [ProbedNetworks]: saved 3, skipped: 0, [ProbedSocketAddress]: saved 0, skipped: 0
10-05 10:01:36.858 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:01:38.040 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:01:38.040 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:01:39.877 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:01:42.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:01:42.951 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:01:46.103 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171363674, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:01:47.609 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:01:48.059 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:01:48.059 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:01:48.784 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 10:01:48.925 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:01:52.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:01:52.950 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:01:53.146 192-570/? E/NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found
10-05 10:01:57.010 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 10:01:58.084 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:01:58.085 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:02:01.024 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:02:02.974 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:02:02.974 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:02:03.372 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60036, nettype: -1
10-05 10:02:04.625 13279-25596/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 10:02:04.895 13279-25596/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 10:02:04.966 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 10:02:05.747 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 10:02:05.749 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 10:02:05.947 13279-25596/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 10:02:05.960 13279-25596/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 10:02:06.693 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 10:02:07.611 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:02:08.040 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:02:08.040 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:02:08.123 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 10:02:08.192 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 10:02:10.083 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171387654, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 10:02:10.087 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:02:12.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:02:12.951 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:02:13.267 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 10:02:13.267 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 10:02:13.549 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 10:02:13.565 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 10:02:13.566 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 10:02:13.626 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 10:02:13.631 13279-25596/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 10:02:13.640 13279-25596/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 10:02:18.041 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:02:18.041 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:02:22.151 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:02:22.969 582-1571/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bb4435e}
10-05 10:02:22.978 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:02:22.978 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:02:23.002 3226-9747/? W/CachingDsxDataFetcher: Posting WeatherDataError: WeatherDataError: SavedLocation{legacyPresentationName='North Andover, MA (01845)', nickname='North Andover, MA (01845)', keyTypeCountry='01845:4:US', displayName='', calculatedDisplayName='NORTH ANDOVER', secondaryName=''}: wasStaleDataPosted: true fromManualRefresh: true errorMessage: com.weather.dal2.weatherconnections.WeatherDataException: com.weather.dal2.exceptions.DalException: Network not available
10-05 10:02:24.549 13267-14541/? I/Places: Converted 10 out of 11 WiFi scans
10-05 10:02:24.583 582-739/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@bb4435e}
10-05 10:02:24.651 13267-9527/? I/GCoreUlr: Successfully inserted 1 locations
10-05 10:02:25.163 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:02:25.663 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171403234, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:02:27.158 13279-13279/? I/GCM: Message from 745476177629
10-05 10:02:27.397 582-591/? I/art: Background partial concurrent mark sweep GC freed 189573(10MB) AllocSpace objects, 58(1220KB) LOS objects, 33% free, 31MB/47MB, paused 3.234ms total 171.081ms
10-05 10:02:27.613 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:02:28.077 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:02:28.077 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:02:32.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:02:32.950 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:02:34.205 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:02:37.138 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 10:02:37.942 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 10:02:37.967 9824-9824/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 10:02:37.967 9824-9824/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 10:02:37.968 9824-9824/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 10:02:37.996 9824-9828/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f71a04
10-05 10:02:38.005 9824-9830/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 10:02:38.009 9824-9832/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 10:02:38.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:02:38.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:02:42.253 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171419824, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 10:02:42.946 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:02:42.946 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:02:47.617 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:02:48.043 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:02:48.043 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:02:49.290 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:02:52.946 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:02:52.946 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:02:57.011 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 10:02:57.862 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171435433, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:02:58.079 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:02:58.079 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:03:01.389 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:03:02.987 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:03:02.987 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:03:03.374 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60002, nettype: -1
10-05 10:03:05.749 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 10:03:05.750 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 10:03:06.695 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 10:03:07.078 13279-25596/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 10:03:07.144 13279-25596/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 10:03:07.619 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:03:08.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:03:08.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:03:09.309 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 10:03:10.431 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:03:12.948 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:03:12.948 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:03:13.444 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:03:14.453 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171452024, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 10:03:16.453 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:03:18.048 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:03:18.049 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:03:19.469 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:03:22.980 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:03:22.980 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:03:27.623 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:03:28.047 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:03:28.047 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:03:28.784 13279-13279/? I/GCM: Message from 745476177629
10-05 10:03:31.527 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:03:32.946 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:03:32.946 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:03:38.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:03:38.047 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:03:39.967 9904-9904/? W/top: type=1400 audit(0.0:711523): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:03:39.967 9904-9904/? W/top: type=1400 audit(0.0:711524): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:03:39.967 9904-9904/? W/top: type=1400 audit(0.0:711525): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:03:39.967 9904-9904/? W/top: type=1400 audit(0.0:711526): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:03:39.967 9904-9904/? W/top: type=1400 audit(0.0:711527): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:03:39.967 9904-9904/? W/top: type=1400 audit(0.0:711528): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.967 9904-9904/? W/top: type=1400 audit(0.0:711529): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.967 9904-9904/? W/top: type=1400 audit(0.0:711530): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.967 9904-9904/? W/top: type=1400 audit(0.0:711531): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.967 9904-9904/? W/top: type=1400 audit(0.0:711532): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.977 9904-9904/? W/top: type=1400 audit(0.0:711533): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.977 9904-9904/? W/top: type=1400 audit(0.0:711534): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.977 9904-9904/? W/top: type=1400 audit(0.0:711535): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.977 9904-9904/? W/top: type=1400 audit(0.0:711536): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.977 9904-9904/? W/top: type=1400 audit(0.0:711537): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.977 9904-9904/? W/top: type=1400 audit(0.0:711538): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.977 9904-9904/? W/top: type=1400 audit(0.0:711539): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.977 9904-9904/? W/top: type=1400 audit(0.0:711540): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.977 9904-9904/? W/top: type=1400 audit(0.0:711541): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:39.977 9904-9904/? W/top: type=1400 audit(0.0:711542): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:03:40.576 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:03:41.533 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 10:03:42.140 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 10:03:42.146 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 10:03:42.146 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 10:03:42.953 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:03:42.953 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:03:44.463 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171482033, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:03:47.626 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:03:48.076 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:03:48.077 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:03:51.921 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 10:03:51.929 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 10:03:52.299 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 10:03:52.303 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 10:03:52.306 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 10:03:52.366 13279-25596/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 10:03:52.386 13279-25596/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 10:03:52.404 13279-25596/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 10:03:52.948 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:03:52.948 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:03:57.005 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 10:03:58.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:03:58.073 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:04:02.981 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:04:02.981 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:04:03.412 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60037, nettype: -1
10-05 10:04:05.751 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 10:04:05.753 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 10:04:06.696 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 10:04:07.630 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:04:08.077 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:04:08.078 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:04:08.297 13279-25596/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 10:04:08.337 13279-25596/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 10:04:10.322 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 10:04:10.341 9961-9961/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 10:04:10.342 9961-9961/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 10:04:10.344 9961-9961/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 10:04:10.375 9961-9963/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b7003a04
10-05 10:04:10.390 9961-9965/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 10:04:10.397 9961-9967/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 10:04:10.856 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:04:12.945 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:04:12.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:04:13.776 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 10:04:18.045 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:04:18.045 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:04:18.943 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171516514, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 10:04:19.906 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:04:22.944 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:04:22.945 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:04:27.633 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:04:28.076 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:04:28.076 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:04:28.949 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:04:30.924 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 10:04:32.947 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:04:32.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:04:33.983 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171531553, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:04:38.047 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:04:38.047 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:04:41.007 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:04:42.949 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:04:42.949 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:04:46.033 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 10:04:47.636 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:04:48.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:04:48.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:04:51.154 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171548724, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 10:04:52.943 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:04:52.943 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:04:53.070 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:04:57.024 457-457/? I/AlarmClock: Periodic: Executing periodic callback for MINUTE because the period ended
10-05 10:04:58.081 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:04:58.081 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:00.097 582-595/? I/ProcessStatsService: Prepared write state in 2ms
10-05 10:05:02.125 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:05:02.980 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:05:02.980 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:03.420 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60007, nettype: -1
10-05 10:05:04.815 582-631/? I/InputReader: Reconfiguring input devices. changes=0x00000004
10-05 10:05:04.815 582-631/? I/InputReader: Device reconfigured: id=6, name='elan-touchscreen', size 1200x1920, orientation 0, mode 1, display id 0
10-05 10:05:04.816 582-596/? I/ActivityManager: Config changes=480 {1.0 310mcc?mnc en_US ldltr sw600dp w600dp h888dp 320dpi lrg port finger -keyb/v/h -nav/h s.11}
10-05 10:05:04.846 582-10038/? V/AudioService.RotationHelper: publishing device rotation =0 (x90deg)
10-05 10:05:04.847 195-10729/? D/audio_hw_primary: adev_set_parameters: enter: rotation=0
10-05 10:05:04.871 26631-26631/? D/MusicLifecycle: com.google.android.music.api.MusicPublicContentProvider generated event: initializing
10-05 10:05:05.066 26631-26631/? D/MusicLifecycle: com.google.android.music.store.MusicContentProvider generated event: initializing
10-05 10:05:05.100 1823-1823/? D/AntsLog: AntsApplication onConfigurationChanged
10-05 10:05:05.231 1587-1587/? W/Binder_D: type=1400 audit(0.0:713243): avc: denied { ioctl } for path="socket:[1160646]" dev="sockfs" ino=1160646 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:05.231 1587-1587/? W/Binder_D: type=1400 audit(0.0:713244): avc: denied { ioctl } for path="socket:[1160646]" dev="sockfs" ino=1160646 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:05.395 582-595/? W/ActivityManager: Activity pause timeout for ActivityRecord{ec2c80 u0 com.android.launcher/com.android.launcher2.Launcher t41}
10-05 10:05:05.395 582-595/? I/WindowManager: Screen frozen for +675ms due to AppWindowToken{7f56fe token=Token{51e22b9 ActivityRecord{ec2c80 u0 com.android.launcher/com.android.launcher2.Launcher t41}}}
10-05 10:05:05.461 582-592/? I/DreamManagerService: Leaving dreamland.
10-05 10:05:05.462 582-597/? I/DreamController: Stopping dream: name=ComponentInfo{com.google.android.deskclock/com.android.deskclock.Screensaver}, isTest=false, canDoze=false, userId=0
10-05 10:05:05.466 582-602/? I/PowerManagerService: Waking up from dream (uid 1000)...
10-05 10:05:05.660 582-739/? I/ActivityManager: Killing 26631:com.google.android.music:main/u0a41 (adj 15): empty for 5624s
10-05 10:05:05.752 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 10:05:05.754 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 10:05:05.819 722-722/? I/Choreographer: Skipped 37 frames! The application may be doing too much work on its main thread.
10-05 10:05:06.162 592-592/? W/Binder_1: type=1400 audit(0.0:713245): avc: denied { ioctl } for path="socket:[1160651]" dev="sockfs" ino=1160651 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:06.162 592-592/? W/Binder_1: type=1400 audit(0.0:713246): avc: denied { ioctl } for path="socket:[1160651]" dev="sockfs" ino=1160651 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:06.166 1545-1545/? I/Choreographer: Skipped 74 frames! The application may be doing too much work on its main thread.
10-05 10:05:06.222 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171563793, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:05:06.342 1577-1577/? W/Binder_B: type=1400 audit(0.0:713247): avc: denied { ioctl } for path="socket:[178016]" dev="sockfs" ino=178016 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:06.342 1577-1577/? W/Binder_B: type=1400 audit(0.0:713248): avc: denied { ioctl } for path="socket:[178016]" dev="sockfs" ino=178016 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:06.565 582-1573/? I/ActivityManager: Activity reported stop, but no longer stopping: ActivityRecord{ec2c80 u0 com.android.launcher/com.android.launcher2.Launcher t41}
10-05 10:05:06.614 1545-1545/? D/Launcher.Model: DbDebug Modify item (Play Music) in db, id: 4 (2, 0, 0, 0) --> (2, 0, 0, 0)
10-05 10:05:06.615 1545-1545/? D/Launcher.Model: DbDebug Modify item (Play Books) in db, id: 6 (2, 0, 1, 0) --> (2, 0, 1, 0)
10-05 10:05:06.615 1545-1545/? D/Launcher.Model: DbDebug Modify item (Play Movies & TV) in db, id: 8 (2, 0, 2, 0) --> (2, 0, 2, 0)
10-05 10:05:06.616 1545-1545/? D/Launcher.Model: DbDebug Modify item (News) in db, id: 10 (2, 0, 0, 1) --> (2, 0, 0, 1)
10-05 10:05:06.616 1545-1545/? D/Launcher.Model: DbDebug Modify item (Google+) in db, id: 12 (2, 0, 1, 1) --> (2, 0, 1, 1)
10-05 10:05:06.617 1545-1545/? D/Launcher.Model: DbDebug Modify item (Keep Notes) in db, id: 16 (2, 0, 2, 1) --> (2, 0, 2, 1)
10-05 10:05:06.617 1545-1545/? D/Launcher.Model: DbDebug Modify item (Calendar) in db, id: 18 (2, 0, 0, 2) --> (2, 0, 0, 2)
10-05 10:05:06.617 1545-1545/? D/Launcher.Model: DbDebug Modify item (Currents) in db, id: 20 (2, 0, 1, 2) --> (2, 0, 1, 2)
10-05 10:05:06.618 1545-1545/? D/Launcher.Model: DbDebug Modify item (Photos) in db, id: 22 (2, 0, 2, 2) --> (2, 0, 2, 2)
10-05 10:05:06.697 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 10:05:06.742 1577-1577/? W/Binder_B: type=1400 audit(0.0:713249): avc: denied { ioctl } for path="socket:[178016]" dev="sockfs" ino=178016 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:06.742 1577-1577/? W/Binder_B: type=1400 audit(0.0:713250): avc: denied { ioctl } for path="socket:[178016]" dev="sockfs" ino=178016 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:06.742 582-631/? I/PowerManagerService: Going to sleep due to power button (uid 1000)...
10-05 10:05:06.743 582-602/? I/PowerManagerService: Sleeping (uid 1000)...
10-05 10:05:06.766 195-195/? W/AudioPolicyIntefaceImpl: getOutputForAttr uid 10133 tried to pass itself off as 1000
10-05 10:05:06.783 195-10729/? W/AudioFlinger: uid 10133 tried to pass itself off as 1000
10-05 10:05:06.794 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:05:06.805 195-611/? D/audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: none)
10-05 10:05:06.805 195-611/? D/ACDB-LOADER: ACDB -> send_afe_cal
10-05 10:05:06.805 195-611/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
10-05 10:05:06.812 195-611/? D/audio_hw_primary: enable_audio_route: apply and update mixer path: low-latency-playback
10-05 10:05:07.223 1545-1770/? W/OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
10-05 10:05:07.223 1545-1770/? W/OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
10-05 10:05:07.326 582-602/? V/KeyguardServiceDelegate: onScreenTurnedOff()
10-05 10:05:07.354 582-600/? I/DisplayManagerService: Display device changed state: "Built-in Screen", OFF
10-05 10:05:07.359 188-188/? D/SurfaceFlinger: Set power mode=0, type=0 flinger=0xb6ae4000
10-05 10:05:07.406 582-600/? I/art: Starting a blocking GC Explicit
10-05 10:05:07.586 582-600/? I/art: Explicit concurrent mark sweep GC freed 87638(4MB) AllocSpace objects, 21(408KB) LOS objects, 33% free, 31MB/46MB, paused 2.166ms total 180.450ms
10-05 10:05:07.639 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:05:07.658 582-687/? D/SurfaceControl: Excessive delay in setPowerMode(): 305ms
10-05 10:05:07.659 203-214/? E/ANDR-PERF-LOCK: Failed to apply optimization for resource: 4 level: 0
10-05 10:05:07.686 722-722/? D/PhoneStatusBar: disable: < expand icons alerts system_info back home RECENT* clock SEARCH* quick_settings >
10-05 10:05:07.688 582-653/? D/WifiConfigStore: Retrieve network priorities after PNO.
10-05 10:05:07.693 195-195/? D/audio_hw_primary: adev_set_parameters: enter: screen_state=off
10-05 10:05:07.710 582-653/? E/native: do suspend true
10-05 10:05:07.718 722-722/? D/PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home RECENT clock SEARCH quick_settings >
10-05 10:05:07.800 722-722/? D/PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME* RECENT clock SEARCH quick_settings >
10-05 10:05:07.825 582-631/? I/PowerManagerService: Waking up from sleep (uid 1000)...
10-05 10:05:07.825 582-582/? V/KeyguardServiceDelegate: onStartedWakingUp()
10-05 10:05:07.826 582-602/? I/DisplayPowerController: Blocking screen on until initial contents have been drawn.
10-05 10:05:07.826 582-602/? V/KeyguardServiceDelegate: onScreenTurnedOn(showListener = com.android.server.policy.PhoneWindowManager$2@ed6de3b)
10-05 10:05:07.840 203-214/? E/ANDR-PERF-LOCK: Failed to reset optimization for resource: 4 level: 0
10-05 10:05:07.841 582-600/? I/DisplayManagerService: Display device changed state: "Built-in Screen", ON
10-05 10:05:07.846 188-188/? D/SurfaceFlinger: Set power mode=2, type=0 flinger=0xb6ae4000
10-05 10:05:07.870 582-1573/? V/KeyguardServiceDelegate: **** SHOWN CALLED ****
10-05 10:05:07.894 14143-14143/? I/DeviceStatusMonitor: onReceive() : Action = android.intent.action.SCREEN_OFF
10-05 10:05:07.908 13279-13279/? W/ChimeraUtils: Non Chimera context
10-05 10:05:07.925 13279-25596/? I/DiscoveryManager: Filter criteria(null) scannerFlags(0)
10-05 10:05:07.954 582-602/? I/DisplayPowerController: Unblocked screen on after 128 ms
10-05 10:05:07.956 582-602/? V/KeyguardServiceDelegate: onScreenTurnedOn()
10-05 10:05:07.990 13267-9527/? W/ctxmgr: [PhoneLockProducer]No ongoing data (isLocked=true)
10-05 10:05:07.994 582-653/? D/WifiConfigStore: Retrieve network priorities after PNO.
10-05 10:05:07.996 195-615/? D/audio_hw_primary: adev_set_parameters: enter: screen_state=on
10-05 10:05:08.002 582-624/? E/qcom_sensors_hal: hal_process_report_ind: Bad item quality: 11
10-05 10:05:08.002 1508-1662/? D/BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_TECH_CFG_EVT; status=0x0
10-05 10:05:08.003 1508-1662/? D/BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_PROTO_CFG_EVT; status=0x0
10-05 10:05:08.004 1508-2790/? D/BrcmNfcJni: RoutingManager::commitRouting
10-05 10:05:08.004 1508-1662/? D/BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_UPDATED_EVT
10-05 10:05:08.008 582-655/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 234]
10-05 10:05:08.009 582-653/? E/native: do suspend false
10-05 10:05:08.017 13267-9527/? E/ctxmgr: [ProducerStatusImpl]updateStateForNewContextData: inactive, contextName=25
10-05 10:05:08.017 13267-9527/? E/ctxmgr: [ProducerStatusImpl]updateStateForNewContextData: inactive, contextName=25
10-05 10:05:08.023 14143-14143/? I/DeviceStatusMonitor: onReceive() : Action = android.intent.action.SCREEN_ON
10-05 10:05:08.028 13267-14407/? I/BeaconBle: Client requested scan, settings=BleSettings [scanMode=LOW_LATENCY, callbackType=ALL_MATCHES, reportDelayMillis=0, 6 filters, 1 clients, callingClientName=Nearby]
10-05 10:05:08.033 582-3972/? W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=13279, uid=10021 that is not exported from uid 10041
10-05 10:05:08.039 13267-14407/? I/BeaconBle: 'L' hardware scan: 6 filters, scanMode=2, reportdelay=0, callback type=1, #clients=2, workSource=WorkSource{10021 com.google.android.gms}
10-05 10:05:08.041 13267-14407/? I/BeaconBle: Starting scan on OS scanner. BT state: 12
10-05 10:05:08.041 13267-14407/? D/BluetoothAdapter: STATE_ON
10-05 10:05:08.044 2120-2321/? D/BtGatt.GattService: registerClient() - UUID=4c6beef0-7d5c-4de0-9914-26c144ec715a
10-05 10:05:08.044 2120-2147/? D/BtGatt.GattService: onClientRegistered() - UUID=4c6beef0-7d5c-4de0-9914-26c144ec715a, clientIf=6
10-05 10:05:08.044 13267-32598/? D/BluetoothLeScanner: onClientRegistered() - status=0 clientIf=6
10-05 10:05:08.045 2120-9406/? D/BtGatt.GattService: start scan with filters
10-05 10:05:08.047 2120-2150/? D/BtGatt.ScanManager: handling starting scan
10-05 10:05:08.049 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=2
10-05 10:05:08.049 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=2 mLastConfiguredScanSetting=0
10-05 10:05:08.049 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 8000
10-05 10:05:08.050 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 10:05:08.062 13279-25596/? I/DiscoveryManager: Filter criteria(%urn:x-cast:com.google.cast.media) scannerFlags(2)
10-05 10:05:08.073 582-653/? D/WifiConfigStore: No blacklist allowed without epno enabled
10-05 10:05:08.074 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:05:08.074 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:08.086 582-687/? D/SurfaceControl: Excessive delay in setPowerMode(): 245ms
10-05 10:05:08.255 13267-8192/? W/ctxmgr: [NetworkStateProducer]No state change for network connection context
10-05 10:05:08.257 13267-8192/? E/ctxmgr: [AppIntervalImpl]closeInterval: ongoing
10-05 10:05:08.260 13267-8192/? E/ctxmgr: [ProducerStatusImpl]updateStateForNewContextData: inactive, contextName=6
10-05 10:05:09.229 722-722/? D/PhoneStatusBar: disable: < expand ICONS alerts SYSTEM_INFO back HOME RECENT clock SEARCH quick_settings >
10-05 10:05:09.272 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:05:09.276 722-722/? D/PhoneStatusBar: disable: < expand icons* alerts system_info* back HOME RECENT clock SEARCH quick_settings >
10-05 10:05:09.308 195-611/? D/AudioFlinger: mixer(0xb4140000) throttle end: throttle time(7)
10-05 10:05:09.326 13267-8192/? W/ctxmgr: [PhoneLockProducer]Got same value as before for phonelock (isLocked=false)
10-05 10:05:09.335 3972-3972/? W/Binder_F: type=1400 audit(0.0:713251): avc: denied { ioctl } for path="socket:[178016]" dev="sockfs" ino=178016 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:09.335 3972-3972/? W/Binder_F: type=1400 audit(0.0:713252): avc: denied { ioctl } for path="socket:[178016]" dev="sockfs" ino=178016 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:09.339 722-722/? D/PhoneStatusBar: disable: < expand icons alerts system_info back home* recent* clock search* quick_settings >
10-05 10:05:09.343 582-595/? I/ActivityManager: Start proc 10107:com.facebook.katana:browser/u0a113 for broadcast com.facebook.katana/com.facebook.ioprefetch.IOPrefetchReceiver
10-05 10:05:09.349 582-3972/? W/InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4f240e8 attribute=android.view.inputmethod.EditorInfo@65c8301, token = android.os.BinderProxy@5e4e8b1
10-05 10:05:09.411 1508-1662/? E/BrcmNfcJni: nfaConnectionCallback: unknown event ????
10-05 10:05:09.411 1508-1662/? D/BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_TECH_CFG_EVT; status=0x0
10-05 10:05:09.411 1508-1662/? D/BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_SET_PROTO_CFG_EVT; status=0x0
10-05 10:05:09.411 1508-1657/? D/BrcmNfcJni: RoutingManager::commitRouting
10-05 10:05:09.411 1508-1662/? D/BrcmNfcJni: RoutingManager::nfaEeCallback: NFA_EE_UPDATED_EVT
10-05 10:05:09.555 582-739/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 10:05:09.584 10107-10107/? E/ACRA: Skipping ANR Detector for process: com.facebook.katana:browser
10-05 10:05:09.596 10107-10107/? I/art: Rejecting re-init on previously-failed class java.lang.Class<X.05e>
10-05 10:05:09.596 10107-10107/? I/art: Rejecting re-init on previously-failed class java.lang.Class<X.05e>
10-05 10:05:09.599 10107-10107/? I/art: Rejecting re-init on previously-failed class java.lang.Class<X.05e>
10-05 10:05:09.612 13279-10090/? I/DeviceScanner: [MDNS] Received response from "Master Bedroom speaker" (b48cf30191fe7aaa45cc8a400c652b79) with result "1 New device"
10-05 10:05:09.617 13279-10090/? I/DeviceScanner: [MDNS] Received response from "Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d) with result "1 New device"
10-05 10:05:09.618 10107-10107/? W/SoLoader: context.getApplicationContext returned null, holding reference to original context.
10-05 10:05:09.862 10107-10107/? V/appstatelogger: Registered App State Logger stream with Breakpad
10-05 10:05:09.867 10107-10107/? V/dalvik-internals: Hooking function _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv
10-05 10:05:09.867 10107-10107/? V/dalvik-internals: hooked _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv using trap ()
10-05 10:05:09.867 10107-10107/? V/dalvik-internals: hooked signal using trap ()
10-05 10:05:09.868 10107-10107/? V/dalvik-internals: hooked sysv_signal using trap ()
10-05 10:05:09.868 10107-10107/? V/dalvik-internals: hooked bsd_signal using trap ()
10-05 10:05:09.870 10107-10107/? E/linker: "/system/bin/app_process32": ignoring 2-entry DT_PREINIT_ARRAY in shared library!
10-05 10:05:09.870 10107-10107/? V/dalvik-internals: hooked sigaction using trap ()
10-05 10:05:09.870 10107-10107/? I/dalvik-internals: installed sigmux crash handler for crash log
10-05 10:05:10.014 13279-10090/? I/DeviceScanner: [MDNS] Received response from "Kitchen speaker" (57664bc65f7ba7ea7106412a7422a4fc) with result "1 New device"
10-05 10:05:10.069 582-1586/? I/ActivityManager: Killing 2399:com.showtime.showtimeanytime:vservicec/u0a100 (adj 15): empty for 5200s
10-05 10:05:10.276 582-1586/? E/libprocessgroup: failed to kill 1 processes for processgroup 2399
10-05 10:05:10.330 582-2277/? W/BroadcastQueue: Permission Denial: broadcasting Intent { act=android.intent.action.USER_PRESENT flg=0x24000010 } from com.android.systemui (pid=722, uid=10133) is not exported from uid 10152 due to receiver com.accuweather.android/com.accuweather.notifications.AccuNotificationBroadcastReceiver
10-05 10:05:10.386 13279-10146/? W/MDM: [5073] adiz.c: enableNfc
10-05 10:05:10.386 13279-10146/? W/MDM: [5073] adiz.c: EnableNfc flag is true
10-05 10:05:10.393 3226-10154/? W/CachingDsxDataFetcher: Posting WeatherDataError: WeatherDataError: SavedLocation{legacyPresentationName='North Andover, MA (01845)', nickname='North Andover, MA (01845)', keyTypeCountry='01845:4:US', displayName='', calculatedDisplayName='NORTH ANDOVER', secondaryName=''}: wasStaleDataPosted: true fromManualRefresh: false errorMessage: com.weather.dal2.weatherconnections.WeatherDataException: com.weather.dal2.exceptions.DalException: Network not available
10-05 10:05:10.453 13267-8192/? I/GCoreUlr: Successfully inserted 1 locations
10-05 10:05:11.020 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:05:11.348 13267-9527/? I/GCoreUlr: Starting BLE scan: mode: 2
10-05 10:05:11.351 13267-13267/? I/BeaconBle: Client requested scan, settings=BleSettings [scanMode=LOW_LATENCY, callbackType=ALL_MATCHES, reportDelayMillis=0, 2 filters, 0 clients, callingClientName=ULR]
10-05 10:05:12.567 195-611/? D/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
10-05 10:05:12.568 195-611/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
10-05 10:05:12.946 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:05:12.946 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:13.402 13267-9527/? I/GCoreUlr: Starting BLE scan: mode: 3
10-05 10:05:13.402 13267-13267/? I/BeaconBle: Client requested scan, settings=BleSettings [scanMode=ZERO_POWER, callbackType=ALL_MATCHES, reportDelayMillis=0, 2 filters, 0 clients, callingClientName=ULR]
10-05 10:05:13.410 13267-9527/? I/GCoreUlr: BLE: collected 0 results
10-05 10:05:14.038 582-655/? D/ConnectivityService: notifyType CAP_CHANGED for NetworkAgentInfo [WIFI () - 234]
10-05 10:05:14.054 13267-14407/? I/BeaconBle: Client requested scan, settings=BleSettings [scanMode=ZERO_POWER, callbackType=ALL_MATCHES, reportDelayMillis=0, 6 filters, 1 clients, callingClientName=Nearby]
10-05 10:05:14.115 13267-14407/? I/BeaconBle: Stopping scan on delegate scanner. BT state: 12
10-05 10:05:14.115 13267-14407/? D/BluetoothAdapter: STATE_ON
10-05 10:05:14.116 2120-2321/? D/BtGatt.GattService: stopScan() - queue size =2
10-05 10:05:14.116 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - queue=1
10-05 10:05:14.116 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams() - ScanSetting Scan mode=0 mLastConfiguredScanSetting=2
10-05 10:05:14.116 2120-2150/? D/BtGatt.ScanManager: configureRegularScanParams - scanInterval = 8000configureRegularScanParams - scanWindow = 800
10-05 10:05:14.118 2120-2147/? D/BtGatt.GattService: onScanParamSetupCompleted : 0
10-05 10:05:14.128 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 10:05:14.139 2120-9406/? D/BtGatt.GattService: unregisterClient() - clientIf=6
10-05 10:05:14.141 13267-14407/? I/BeaconBle: Resetting - new scanner available: true
10-05 10:05:14.141 13267-14407/? I/BeaconBle: ZERO_POWER is disabled.
10-05 10:05:14.141 13267-14407/? I/BeaconBle: 'L' hardware scan: scan stopped, no powered clients
10-05 10:05:14.144 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 10:05:18.053 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:05:18.055 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:18.231 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 10:05:20.096 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:05:22.950 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:05:22.951 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:23.403 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171580974, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 10:05:25.386 13279-10200/? I/Authzen: [DeviceStateSyncManager] The server is in sync with current state. Nothing to do
10-05 10:05:27.642 582-653/? D/WifiStateMachine: L2Connected CMD_START_SCAN source -2 2574, 2578 -> obsolete
10-05 10:05:28.060 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:05:28.060 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:28.509 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:05:32.162 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:05:32.946 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:05:32.946 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:35.183 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:05:38.040 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:05:38.040 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:38.198 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:05:38.463 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171596033, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:05:40.044 722-722/? D/PhoneStatusBar: disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search quick_settings >
10-05 10:05:40.079 722-722/? W/PathParser: Points are too far apart 4.030360828967057
10-05 10:05:40.079 722-722/? W/PathParser: Points are too far apart 4.030360538880159
10-05 10:05:41.208 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:05:42.526 1823-1887/? V/xiaomi: [Thread:2923] JOB: Handle intent action = com.xiaomi.push.timer
10-05 10:05:42.526 1823-1887/? V/xiaomi: [Thread:2923] Service called on timer
10-05 10:05:42.528 1823-1887/? V/xiaomi: [Thread:2923] JOB: do reconnect..
10-05 10:05:42.529 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:05:42.533 1823-1887/? V/xiaomi: [Thread:2923] update the connection status. disconnected -> connecting : ERROR_OK
10-05 10:05:42.539 195-611/? D/audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: none)
10-05 10:05:42.539 195-611/? D/ACDB-LOADER: ACDB -> send_afe_cal
10-05 10:05:42.539 195-611/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
10-05 10:05:42.542 1823-1887/? V/xiaomi: [Thread:2923] begin to connect to 42.62.94.2:443
10-05 10:05:42.547 195-611/? D/audio_hw_primary: enable_audio_route: apply and update mixer path: low-latency-playback
10-05 10:05:42.883 1823-1887/? V/xiaomi: [Thread:2923] tcp connected
10-05 10:05:42.885 1823-1887/? V/xiaomi: [Thread:2923] [slim] open conn: andver=23 sdk=36 hash=KBH04QUJJPtRClrD tz=-5:1 Model=Nexus 7 os=3036618
10-05 10:05:42.885 1823-1887/? V/xiaomi: [Thread:2923] connected to 42.62.94.2:443 in 343
10-05 10:05:42.902 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 10:05:42.937 10238-10238/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 10:05:42.937 10238-10238/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 10:05:42.938 10238-10238/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 10:05:42.965 10238-10240/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fb0a04
10-05 10:05:42.973 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:05:42.974 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:42.976 10238-10242/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 10:05:42.983 10238-10244/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 10:05:43.141 1823-10231/? V/xiaomi: [Thread:3129] get bucket: ip = 96.233.39.164 net = wifi hosts = {"app.chat.xiaomi.net":["47.74.193.5:5222","47.74.193.6:5222","47.74.171.176:5222","47.74.172.9:5222","47.74.193.6:80","47.74.171.176:80","47.74.172.9:80","47.74.193.5:80","47.74.172.9:443","47.74.193.5:443","47.74.193.6:443","47.74.171.176:443","LB-MIXIN-01-1250705175.us-west-2.elb.amazonaws.com:5222"],"resolver.msg.xiaomi.net":["LB-IM-11-1803639322.ap-southeast-1.elb.amazonaws.com:80"]}
10-05 10:05:43.198 1823-10237/? V/xiaomi: [Thread:3130] [Slim] read Blob [] Err:recvfrom failed: ECONNRESET (Connection reset by peer)
10-05 10:05:43.198 1823-1887/? V/xiaomi: [Thread:2923] JOB: shutdown the connection. 9, java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)
10-05 10:05:43.198 1823-1887/? V/xiaomi: [Thread:2923] disconnect 237720737, 49301764
10-05 10:05:43.199 1823-1887/? V/xiaomi: java.lang.NullPointerException: Attempt to get length of null array
at com.xiaomi.push.service.ax.a(Unknown Source)
at com.xiaomi.push.service.ax.a(Unknown Source)
at com.xiaomi.push.service.ax.a(Unknown Source)
at com.xiaomi.slim.d.a(Unknown Source)
at com.xiaomi.slim.d.b(Unknown Source)
at com.xiaomi.slim.f.a(Unknown Source)
at com.xiaomi.smack.h.b(Unknown Source)
at com.xiaomi.push.service.XMPushService.a(Unknown Source)
at com.xiaomi.smack.j.a(Unknown Source)
at com.xiaomi.push.service.XMPushService$h.run(Unknown Source)
at com.xiaomi.push.service.l$c.run(Unknown Source)
10-05 10:05:43.199 1823-1887/? V/xiaomi: [Thread:2923] update the connection status. connecting -> disconnected : ERROR_READ_ERROR
10-05 10:05:43.206 1823-1887/? V/xiaomi: [Thread:2923] schedule reconnect in 300000ms
10-05 10:05:43.207 1823-1887/? V/xiaomi: [Thread:2923] JOB: notify job
10-05 10:05:44.365 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:05:45.382 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:05:45.383 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:05:45.895 1087-10251/? W/OptInChecker: Missing cached UDC setting for NOW_CARDS
10-05 10:05:45.895 1087-10251/? W/OptInChecker: Missing cached UDC setting for NOW_NOTIFICATIONS
10-05 10:05:45.895 1087-10251/? W/OptInChecker: Missing cached UDC setting for CHROME_HISTORY_SYNC
10-05 10:05:45.954 1087-1087/? W/SearchServiceClient: Starting with NO_SESSION handoverId is deprecated. Just don't. You will break.
10-05 10:05:45.981 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 10:05:46.934 582-753/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 10:05:47.552 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171605123, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_REACHABLE}
10-05 10:05:48.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:05:48.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:48.513 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:05:48.577 195-611/? D/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
10-05 10:05:48.577 195-611/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
10-05 10:05:50.765 722-722/? D/StatusBar: Clicked on content of -1|android|17040347|null|1000
10-05 10:05:50.769 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:05:50.774 582-2277/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10008000 cmp=com.android.settings/.deviceinfo.UsbModeChooserActivity} from uid 1000 on display 0
10-05 10:05:50.779 195-611/? D/audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: none)
10-05 10:05:50.779 195-611/? D/ACDB-LOADER: ACDB -> send_afe_cal
10-05 10:05:50.779 195-611/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
10-05 10:05:50.784 582-3973/? W/InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@16dbc9a attribute=null, token = android.os.BinderProxy@5e4e8b1
10-05 10:05:50.787 195-611/? D/audio_hw_primary: enable_audio_route: apply and update mixer path: low-latency-playback
10-05 10:05:50.804 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 10:05:50.826 582-739/? I/ActivityManager: Start proc 10285:com.android.settings/1000 for activity com.android.settings/.deviceinfo.UsbModeChooserActivity
10-05 10:05:50.904 10285-10285/? W/System: ClassLoader referenced unknown path: /system/priv-app/Settings/lib/arm
10-05 10:05:51.005 451-451/? W/Binder_3: type=1400 audit(0.0:713253): avc: denied { ioctl } for path="socket:[1144669]" dev="sockfs" ino=1144669 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:51.005 451-451/? W/Binder_3: type=1400 audit(0.0:713254): avc: denied { ioctl } for path="socket:[1144669]" dev="sockfs" ino=1144669 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:51.005 267-267/? W/Binder_1: type=1400 audit(0.0:713255): avc: denied { ioctl } for path="socket:[1151732]" dev="sockfs" ino=1151732 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:51.005 267-267/? W/Binder_1: type=1400 audit(0.0:713256): avc: denied { ioctl } for path="socket:[1151732]" dev="sockfs" ino=1151732 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:51.009 582-591/? I/art: Background partial concurrent mark sweep GC freed 63366(3MB) AllocSpace objects, 16(500KB) LOS objects, 33% free, 31MB/46MB, paused 2.105ms total 137.481ms
10-05 10:05:51.016 10285-10306/? D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
10-05 10:05:51.025 1573-1573/? W/Binder_9: type=1400 audit(0.0:713257): avc: denied { ioctl } for path="socket:[1151736]" dev="sockfs" ino=1151736 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:51.025 1573-1573/? W/Binder_9: type=1400 audit(0.0:713258): avc: denied { ioctl } for path="socket:[1151736]" dev="sockfs" ino=1151736 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:51.055 593-593/? W/Binder_2: type=1400 audit(0.0:713259): avc: denied { ioctl } for path="socket:[1162211]" dev="sockfs" ino=1162211 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:51.055 593-593/? W/Binder_2: type=1400 audit(0.0:713260): avc: denied { ioctl } for path="socket:[1162211]" dev="sockfs" ino=1162211 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:05:51.114 10285-10306/? I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/21/15, 369a2ea, I96aee987eb
10-05 10:05:51.115 722-722/? D/PhoneStatusBar: disable: < expand icons* alerts system_info* back home recent clock search quick_settings >
10-05 10:05:51.119 10285-10306/? I/OpenGLRenderer: Initialized EGL, version 1.4
10-05 10:05:51.409 582-600/? I/ActivityManager: Displayed com.android.settings/.deviceinfo.UsbModeChooserActivity: +603ms (total +8h45m15s38ms)
10-05 10:05:52.872 582-597/? I/UsbDeviceManager: Setting USB config to mtp,adb
10-05 10:05:52.873 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:05:52.949 582-1571/? W/InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@b94149f attribute=null, token = android.os.BinderProxy@5e4e8b1
10-05 10:05:52.951 582-739/? W/InputMethodManagerService: Focus gain on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@e4f69ec (uid=1000 pid=10285)
10-05 10:05:52.954 582-1586/? W/ActivityManager: Finishing task with all activities already finished
10-05 10:05:52.954 582-1586/? W/ActivityManager: Duplicate finish request for ActivityRecord{44c69cb u0 com.android.settings/.deviceinfo.UsbModeChooserActivity t114 f}
10-05 10:05:52.981 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:05:52.981 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:53.078 582-591/? I/art: Background partial concurrent mark sweep GC freed 3353(173KB) AllocSpace objects, 0(0B) LOS objects, 33% free, 30MB/46MB, paused 1.983ms total 158.447ms
10-05 10:05:53.095 582-1161/? I/ActivityManager: Killing 6226:com.google.android.apps.maps/u0a39 (adj 15): empty for 2421s
10-05 10:05:53.117 582-1586/? D/ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ id=244, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ], android.os.BinderProxy@76df897)
10-05 10:05:53.117 582-655/? D/ConnectivityService: releasing NetworkRequest NetworkRequest [ id=244, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 10:05:53.118 582-655/? E/ConnectivityService: RemoteException caught trying to send a callback msg for NetworkRequest [ id=244, legacyType=-1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED] ]
10-05 10:05:53.360 26781-26781/? D/MtpService: starting MTP server in MTP mode
10-05 10:05:53.376 26781-26781/? D/MtpService: Adding MTP storage 0x10001 at /storage/emulated/0
10-05 10:05:53.779 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 10:05:53.779 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 10:05:56.059 195-611/? D/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
10-05 10:05:56.059 195-611/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
10-05 10:05:56.265 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:05:58.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:05:58.073 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:05:59.284 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:06:02.954 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:06:02.954 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:06:03.431 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60010, nettype: -1
10-05 10:06:05.754 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 10:06:05.755 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 10:06:06.699 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 10:06:06.783 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171624354, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:06:08.060 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:06:08.060 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:06:12.073 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171629644, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 10:06:12.980 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:06:12.980 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:06:18.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:06:18.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:06:22.975 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:06:22.975 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:06:27.143 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171644713, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:06:27.680 13279-10089/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 10:06:27.681 13279-10089/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 10:06:27.895 13279-10089/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 10:06:27.897 13279-10089/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 10:06:27.899 13279-10089/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 10:06:27.965 13279-10089/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 10:06:27.986 13279-10089/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 10:06:28.005 13279-10089/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 10:06:28.073 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:06:28.073 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:06:28.518 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:06:28.770 13279-13279/? I/GCM: Message from 745476177629
10-05 10:06:30.063 32278-10381/? W/pem: Job(messageDetailsFetchQueueProcessor#0.391) Fetched item thread-f:1613494450452010721 with no local summary
10-05 10:06:30.078 32278-10378/? W/pem: Job(messageDetailsFetchQueueProcessor#0.391) Cannot write thread-f:1613494450452010721 because we have no summary information!
10-05 10:06:32.947 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:06:32.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:06:38.041 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:06:38.041 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:06:38.470 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713261): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713262): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713263): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713264): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713265): avc: denied { search } for name="1" dev="proc" ino=42903 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713266): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713267): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713268): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713269): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713270): avc: denied { search } for name="2" dev="proc" ino=919920 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713271): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713272): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713273): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713274): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713275): avc: denied { search } for name="3" dev="proc" ino=919921 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713276): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713277): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713278): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713279): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713280): avc: denied { search } for name="6" dev="proc" ino=919922 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713281): avc: denied { search } for name="16" dev="proc" ino=919923 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:40.073 10400-10400/? W/top: type=1400 audit(0.0:713282): avc: denied { search } for name="16" dev="proc" ino=919923 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0
10-05 10:06:41.489 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:06:42.257 1303-3156/? I/art: Note: end time exceeds epoch:
10-05 10:06:42.258 1303-17412/? I/art: Note: end time exceeds epoch:
10-05 10:06:42.258 1303-1416/? I/art: Note: end time exceeds epoch:
10-05 10:06:42.947 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:06:42.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:06:48.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:06:48.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:06:48.520 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:06:50.536 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:06:52.947 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:06:52.948 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:06:54.393 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171671964, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 10:06:58.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:06:58.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:02.591 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:07:02.946 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:07:02.947 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:03.441 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60010, nettype: -1
10-05 10:07:05.755 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 10:07:05.756 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 10:07:06.700 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 10:07:06.918 10428-10428/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
10-05 10:07:06.925 10428-10428/? D/AndroidRuntime: CheckJNI is OFF
10-05 10:07:06.988 10428-10428/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
10-05 10:07:07.058 10428-10428/? I/Radio-JNI: register_android_hardware_Radio DONE
10-05 10:07:07.099 10428-10428/? D/AndroidRuntime: Calling main entry com.android.commands.wm.Wm
10-05 10:07:07.105 10428-10428/? D/AndroidRuntime: Shutting down VM
10-05 10:07:07.854 32212-32362/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_ANONYMOUS queue batches sent: 0
10-05 10:07:07.855 32212-32363/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of NORMAL_NON_ANONYMOUS queue batches sent: 0
10-05 10:07:08.046 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:07:08.046 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:08.138 32212-32364/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_ANONYMOUS queue batches sent: 0
10-05 10:07:08.228 32212-32365/? I/Metrics:BatchTransmitte: QueuePusher.sendBatches - Drained batch queue.; Number of HIGH_NON_ANONYMOUS queue batches sent: 0
10-05 10:07:09.463 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171687033, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:07:09.626 13279-10089/? I/Icing: Indexing com.google.android.gm-internal.3p:EmailMessage from com.google.android.gm
10-05 10:07:09.688 13279-10089/? I/Icing: Indexing done com.google.android.gm-internal.3p:EmailMessage
10-05 10:07:10.094 582-739/? E/WifiService: Permission denial: Need ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to get scan results
10-05 10:07:12.484 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:07:12.954 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:07:12.954 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:14.160 10479-10479/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
10-05 10:07:14.167 10479-10479/? D/AndroidRuntime: CheckJNI is OFF
10-05 10:07:14.226 10479-10479/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
10-05 10:07:14.291 10479-10479/? I/Radio-JNI: register_android_hardware_Radio DONE
10-05 10:07:14.333 10479-10479/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
10-05 10:07:14.367 582-606/? I/ActivityManager: Start proc 10505:com.android.defcontainer/u0a13 for service com.android.defcontainer/.DefaultContainerService
10-05 10:07:14.476 1362-1362/? I/Finsky: [1] com.google.android.finsky.verifier.impl.PackageVerificationReceiver.onReceive(7): Verification requested, id = 17
10-05 10:07:14.523 1362-1362/? E/Finsky: [1] com.google.android.finsky.verifier.impl.VerifyPerSourceInstallationConsentInstallTask.b(84): Package name null is not an installed package
10-05 10:07:14.567 1362-1593/? I/Finsky: [2933] com.google.android.finsky.verifier.impl.bk.a(4): Single user settings service is not running, bind it now
10-05 10:07:14.610 1362-1362/? I/Finsky: [1] com.google.android.finsky.verifier.impl.bn.onServiceConnected(3): Single user settings service is connected
10-05 10:07:14.706 1362-1593/? W/Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
10-05 10:07:15.692 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 10:07:15.714 10521-10521/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 10:07:15.715 10521-10521/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 10:07:15.715 10521-10521/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 10:07:15.745 10521-10523/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6f46a04
10-05 10:07:15.753 10521-10525/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 10:07:15.764 10521-10527/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 10:07:16.272 1362-1593/? I/Finsky: [2933] com.google.android.finsky.foregroundcoordinator.impl.c.a(12): Task 7 requested foreground
10-05 10:07:16.275 1362-1593/? I/Finsky: [2933] com.google.android.finsky.foregroundcoordinator.impl.c.a(19): Not entering foreground
10-05 10:07:16.373 1362-1362/? I/Finsky: [1] com.google.android.finsky.verifier.impl.dt.a(6): Blacklist last update time: 1538675516451
10-05 10:07:16.467 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 10:07:16.479 582-1586/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 10:07:16.668 1362-1590/? I/Finsky: [2931] com.google.android.finsky.verifier.impl.et.b(5): Verification id=17 response=0
10-05 10:07:16.672 1362-1593/? I/Finsky: [2933] com.google.android.finsky.verifier.impl.VerifyPerSourceInstallationConsentInstallTask.a(18): PSIC verification started with installer uid: 2000 package name: null, originating uid: -1
10-05 10:07:16.675 1362-1362/? I/Finsky: [1] com.google.android.finsky.verifier.impl.fj.c(160): Verifying id=17, result=1
10-05 10:07:16.693 10505-10515/? D/DefContainer: Copying /data/local/tmp/com.gxwtech.roundtrip2 to base.apk
10-05 10:07:16.695 1362-1362/? I/Finsky: [1] com.google.android.finsky.verifier.impl.fj.c(173): Verification complete: id=17, package_name=com.gxwtech.roundtrip2
10-05 10:07:17.788 582-606/? I/PackageManager.DexOptimizer: Running dexopt (dex2oat) on: /data/app/vmdl1974462849.tmp/base.apk pkg=com.gxwtech.roundtrip2 isa=arm vmSafeMode=false debuggable=true oatDir = /data/app/vmdl1974462849.tmp/oat bootComplete=true
10-05 10:07:17.888 10548-10548/? I/dex2oat: /system/bin/dex2oat --debuggable
10-05 10:07:18.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:07:18.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:18.685 10548-10550/? W/dex2oat: Before Android 4.1, method int android.support.v7.widget.DropDownListView.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
10-05 10:07:18.794 10548-10552/? W/dex2oat: Before Android 4.1, method int android.support.v7.widget.MenuPopupWindow$MenuDropDownListView.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
10-05 10:07:18.836 10548-10551/? W/dex2oat: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
10-05 10:07:21.352 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171698923, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 10:07:22.982 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:07:22.982 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:24.527 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:07:25.297 10548-10548/? I/dex2oat: dex2oat took 7.414s (threads: 4) arena alloc=904KB java alloc=5MB native alloc=31MB free=3MB
10-05 10:07:25.343 582-595/? I/ActivityManager: Force stopping com.gxwtech.roundtrip2 appid=10153 user=-1: uninstall pkg
10-05 10:07:25.343 582-595/? I/ActivityManager: Force stopping service ServiceRecord{68cc324 u0 com.gxwtech.roundtrip2/info.nightscout.androidaps.plugins.PumpMedtronic.service.RileyLinkMedtronicService}
10-05 10:07:25.528 582-606/? I/PackageManager: Package com.gxwtech.roundtrip2 codePath changed from /data/app/com.gxwtech.roundtrip2-1 to /data/app/com.gxwtech.roundtrip2-2; Retaining data and using new
10-05 10:07:25.529 582-606/? W/PackageManager: Code path for com.gxwtech.roundtrip2 changing from /data/app/com.gxwtech.roundtrip2-1 to /data/app/com.gxwtech.roundtrip2-2
10-05 10:07:25.529 582-595/? I/ActivityManager: Force stopping com.gxwtech.roundtrip2 appid=10153 user=-1: replace pkg
10-05 10:07:25.529 582-606/? W/PackageManager: Resource path for com.gxwtech.roundtrip2 changing from /data/app/com.gxwtech.roundtrip2-1 to /data/app/com.gxwtech.roundtrip2-2
10-05 10:07:25.814 582-606/? W/Settings: Setting install_non_market_apps has moved from android.provider.Settings.Global to android.provider.Settings.Secure, returning read-only value.
10-05 10:07:25.814 582-606/? I/art: Starting a blocking GC Explicit
10-05 10:07:25.993 582-606/? I/art: Explicit concurrent mark sweep GC freed 181325(10MB) AllocSpace objects, 45(2032KB) LOS objects, 33% free, 31MB/46MB, paused 2.410ms total 178.833ms
10-05 10:07:26.008 582-606/? W/PackageManager: Couldn't remove dex file for package: at location /data/app/com.gxwtech.roundtrip2-1/base.apk, retcode=-1
10-05 10:07:26.012 582-606/? I/ActivityManager: Force stopping com.gxwtech.roundtrip2 appid=10153 user=0: pkg removed
10-05 10:07:26.015 10479-10479/? I/art: System.exit called, status: 0
10-05 10:07:26.015 10479-10479/? I/AndroidRuntime: VM exiting with result code 0.
10-05 10:07:26.087 582-582/? D/JobSchedulerService: Receieved: android.intent.action.PACKAGE_REMOVED
10-05 10:07:26.109 582-1573/? W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=13279, uid=10021 that is not exported from uid 10041
10-05 10:07:26.112 1531-1531/? D/CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_REMOVED
10-05 10:07:26.116 582-3973/? W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=13279, uid=10021 that is not exported from uid 10041
10-05 10:07:26.118 582-1161/? W/ActivityManager: Permission Denial: Accessing service ComponentInfo{com.google.android.music/com.google.android.music.dial.DialMediaRouteProviderService} from pid=13279, uid=10021 that is not exported from uid 10041
10-05 10:07:26.120 1531-1531/? D/CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_ADDED
10-05 10:07:26.120 1531-1531/? D/CarrierServiceBindHelper: Receive action: android.intent.action.PACKAGE_REPLACED
10-05 10:07:26.136 1531-1531/? D/CarrierServiceBindHelper: mHandler: 3
10-05 10:07:26.136 1531-1531/? D/CarrierServiceBindHelper: mHandler: 3
10-05 10:07:26.136 1531-1531/? D/CarrierServiceBindHelper: mHandler: 3
10-05 10:07:26.136 1531-1531/? D/CarrierConfigLoader: mHandler: 9 phoneId: 0
10-05 10:07:26.152 582-631/? I/InputReader: Reconfiguring input devices. changes=0x00000010
10-05 10:07:26.154 582-631/? I/InputReader: Reconfiguring input devices. changes=0x00000010
10-05 10:07:26.157 582-631/? I/InputReader: Reconfiguring input devices. changes=0x00000010
10-05 10:07:26.177 582-592/? I/ActivityManager: Start proc 10577:android.process.acore/u0a0 for broadcast com.android.providers.contacts/.PackageIntentReceiver
10-05 10:07:26.395 582-582/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 38, previously 45
10-05 10:07:26.395 582-582/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 3681, previously 3683
10-05 10:07:26.397 582-582/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1217, previously 1508
10-05 10:07:26.397 582-582/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1708, previously 1715
10-05 10:07:26.397 582-582/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 175, previously 1365
10-05 10:07:26.547 10577-10577/? W/System: ClassLoader referenced unknown path: /system/priv-app/ContactsProvider/lib/arm
10-05 10:07:26.869 10577-10577/? W/System: ClassLoader referenced unknown path: /system/app/UserDictionaryProvider/lib/arm
10-05 10:07:26.900 582-3972/? I/ActivityManager: Start proc 10600:com.android.musicfx/u0a42 for broadcast com.android.musicfx/.Compatibility$Receiver
10-05 10:07:27.015 10600-10600/? W/System: ClassLoader referenced unknown path: /system/priv-app/MusicFX/lib/arm
10-05 10:07:27.033 582-1163/? I/ActivityManager: Start proc 10613:com.android.keychain/1000 for broadcast com.android.keychain/.KeyChainBroadcastReceiver
10-05 10:07:27.063 10577-10598/? I/ContactLocale: AddressBook Labels [en-US]: [, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, , А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, , א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, , ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, , ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, , ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, , あ, か, さ, た, な, は, ま, や, ら, わ, #, ]
10-05 10:07:27.135 10613-10613/? W/System: ClassLoader referenced unknown path: /system/app/KeyChain/lib/arm
10-05 10:07:27.145 10613-10613/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1221 android.content.ContextWrapper.startService:581 android.content.ContextWrapper.startService:581 com.android.keychain.KeyChainBroadcastReceiver.onReceive:12 android.app.ActivityThread.handleReceiver:2725
10-05 10:07:27.285 1362-1362/? I/Finsky: [1] com.google.android.finsky.p2p.c.b(20): Frosting ID looked up on UI thread. Caller should move to a background thread.
10-05 10:07:27.343 582-594/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1734, previously 1739
10-05 10:07:27.345 582-594/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 806, previously 823
10-05 10:07:27.355 1362-1362/? I/Finsky: [1] com.google.android.finsky.p2p.d.run(3): Wrote row to frosting DB: 418
10-05 10:07:27.427 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.bm.a(66): Jobs in database: 1-1337 12-1
10-05 10:07:27.447 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.i.a(68): ConstraintMapping: 12-1, 1-1337, -> L: 14931ms, D: 86399931ms, C: false, I: false, N: 1
10-05 10:07:27.450 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.JobSchedulerEngine.a(103): Cancelling existing job with id: 9002
10-05 10:07:27.456 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.JobSchedulerEngine.a(103): Cancelling existing job with id: 9003
10-05 10:07:27.459 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.JobSchedulerEngine.a(93): Scheduling job Id: 9000, L: 14931, D: 86399931, C: false, I: false, N: 1
10-05 10:07:27.467 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.JobSchedulerEngine.a(93): Scheduling job Id: 9001, L: 14931, D: 86399931, C: false, I: false, N: 1
10-05 10:07:27.525 582-1573/? I/ActivityManager: Start proc 10640:com.showtime.showtimeanytime:vservices/u0a100 for broadcast com.showtime.showtimeanytime/.download.VirtuosoServiceStarter
10-05 10:07:27.595 10640-10640/? W/System: ClassLoader referenced unknown path: /data/app/com.showtime.showtimeanytime-2/lib/arm
10-05 10:07:27.637 13279-13288/? W/art: Suspending all threads took: 9.674ms
10-05 10:07:27.648 10640-10652/? W/art: Suspending all threads took: 21.972ms
10-05 10:07:27.671 13279-13288/? I/art: Background sticky concurrent mark sweep GC freed 101810(6MB) AllocSpace objects, 15(284KB) LOS objects, 16% free, 32MB/39MB, paused 23.071ms total 162.384ms
10-05 10:07:27.731 10640-10640/? I/MultiDex: VM with version 2.1.0 has multidex support
10-05 10:07:27.731 10640-10640/? I/MultiDex: Installing application
10-05 10:07:27.731 10640-10640/? I/MultiDex: VM has multidex support, MultiDex support library is disabled.
10-05 10:07:27.738 10577-10598/? D/ContactDirectoryManager: Found com.google.android.gm.exchange.bundled.directory.provider
10-05 10:07:27.738 10577-10598/? D/ContactDirectoryManager: Found com.google.contacts.gal.provider
10-05 10:07:27.767 582-3972/? I/ActivityManager: Start proc 10660:com.google.process.gapps/u0a125 for content provider com.google.android.syncadapters.contacts/.GalProvider
10-05 10:07:27.806 10660-10660/? W/System: ClassLoader referenced unknown path: /system/app/GoogleContactsSyncAdapter/lib/arm
10-05 10:07:27.831 10660-10660/? I/GoogleHttpClient: GMS http client unavailable, use old client
10-05 10:07:27.859 10640-10640/? I/com.penthera.virtuososdk.service.VirtuosoServiceStarter: onReceive: Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.gxwtech.roundtrip2 flg=0x4000010 cmp=com.showtime.showtimeanytime/.download.VirtuosoServiceStarter (has extras) }
10-05 10:07:27.859 10640-10640/? I/com.penthera.virtuososdk.VirtuosoServiceStarter: ServiceStarter(): INTENT_PACKAGE_REMOVED
10-05 10:07:27.859 10640-10640/? I/com.penthera.virtuososdk.service.VirtuosoServiceStarter: >>> getServiceBootIntent
10-05 10:07:27.864 10640-10640/? I/CnCForegroundServiceHandler: Start legacy service
10-05 10:07:27.865 10640-10640/? I/CnCForegroundServiceHandler: ComponentName:PackageName= com.showtime.showtimeanytime , ComponentName:toString= ComponentInfo{com.showtime.showtimeanytime/com.penthera.virtuososdk.service.VirtuosoService}
10-05 10:07:27.865 10640-10640/? I/com.penthera.virtuososdk.service.VirtuosoServiceStarter: handleBoot: complete
10-05 10:07:27.865 10640-10640/? I/com.penthera.virtuososdk.service.VirtuosoServiceStarter: ServiceStarter(): Default handleReceivedIntent(Context,Intent) called.
10-05 10:07:27.866 2221-2221/? D/com.penthera.virtuososdk.VirtuosoService: onStart(): Entering the onStart method
10-05 10:07:27.876 582-1163/? I/ActivityManager: Start proc 10675:com.facebook.katana/u0a113 for broadcast com.facebook.katana/com.facebook.feed.platformads.AppInstallReceiver
10-05 10:07:27.878 2221-2221/? E/com.penthera.virtuososdk.VirtuosoService: - onStart(): Could not start foreground service, mForegroundNotice is null.
10-05 10:07:27.886 10577-10598/? I/ContactDirectoryManager: deleted 0 stale rows which don't have any relevant directory
10-05 10:07:27.891 582-1572/? I/ActivityManager: Start proc 10688:com.showtime.showtimeanytime:vservicec/u0a100 for content provider com.showtime.showtimeanytime/.download.ShowtimeVirtuosoContentProvider
10-05 10:07:27.899 10577-10598/? I/ContactDirectoryManager: Discovered 2 contact directories in 588ms
10-05 10:07:27.900 14143-14143/? I/ContactsDataManager: onContentChanged()
10-05 10:07:27.901 14143-14143/? I/EmailDataManager: onContentChanged()
10-05 10:07:27.934 10688-10688/? W/System: ClassLoader referenced unknown path: /data/app/com.showtime.showtimeanytime-2/lib/arm
10-05 10:07:27.981 10688-10688/? I/MultiDex: VM with version 2.1.0 has multidex support
10-05 10:07:27.982 10688-10688/? I/MultiDex: Installing application
10-05 10:07:27.982 10688-10688/? I/MultiDex: VM has multidex support, MultiDex support library is disabled.
10-05 10:07:28.027 10688-10688/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: getting helper
10-05 10:07:28.028 10688-10688/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: Orpheus Db is null. initialising...
10-05 10:07:28.028 10688-10688/? D/com.penthera.virtuososdk.database.impl.VSdkDb: initialising the db.
10-05 10:07:28.028 10688-10688/? D/com.penthera.virtuososdk.database.impl.VSdkDb: creating the db instance.
10-05 10:07:28.033 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer: Thread('main',1) SourceFile[175] <init> : Instantiated 1 times
10-05 10:07:28.038 10688-10688/? D/com.penthera.virtuososdk.monitor.ExternalStorageInfo: External Storage is MOUNTED
10-05 10:07:28.039 10688-10700/? D/DEBUG penthera.cnc.CommonUtil$Directory: Thread('main',1) SourceFile[1972] a : Storage is okay
10-05 10:07:28.039 10688-10700/? D/DEBUG penthera.cnc.CommonUtil$Directory: Thread('main',1) SourceFile[1984] a : Trying to use external cache
10-05 10:07:28.041 10688-10688/? D/com.penthera.virtuososdk.Directory: Attempt to use path /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/
10-05 10:07:28.042 10675-10675/? W/CrashLoopRemedyLog: unable to delete remedy log, instaCrash: false
10-05 10:07:28.043 10675-10675/? W/CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
10-05 10:07:28.045 10688-10688/? D/com.penthera.virtuososdk.monitor.ExternalStorageInfo: External Storage is MOUNTED
10-05 10:07:28.046 10688-10700/? D/DEBUG penthera.cnc.CommonUtil$Directory: Thread('main',1) SourceFile[1972] a : Storage is okay
10-05 10:07:28.046 10688-10688/? D/com.penthera.virtuososdk.Directory: Attempt to use path /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/media/
10-05 10:07:28.046 10688-10700/? D/DEBUG penthera.cnc.CommonUtil$Directory: Thread('main',1) SourceFile[1984] a : Trying to use external cache
10-05 10:07:28.050 10688-10688/? D/com.penthera.virtuososdk.monitor.ExternalStorageInfo: External Storage is MOUNTED
10-05 10:07:28.051 10688-10688/? D/com.penthera.virtuososdk.Directory: Attempt to use path /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/ks/
10-05 10:07:28.052 10688-10700/? D/DEBUG penthera.cnc.CommonUtil$Directory: Thread('main',1) SourceFile[1972] a : Storage is okay
10-05 10:07:28.052 10688-10700/? D/DEBUG penthera.cnc.CommonUtil$Directory: Thread('main',1) SourceFile[1984] a : Trying to use external cache
10-05 10:07:28.054 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[55] a : + 0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso
10-05 10:07:28.054 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[67] b : + 0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso
10-05 10:07:28.057 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[116] stopWatching : Already not watching 0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso will return NOOP.
10-05 10:07:28.057 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[129] a : Verification request from 0 for 0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso
10-05 10:07:28.058 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[131] a : Verifying dependants for: 0
10-05 10:07:28.058 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[129] a : Verification request from 0 for 0_0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/media
10-05 10:07:28.058 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[131] a : Verifying dependants for: 0_0
10-05 10:07:28.058 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[129] a : Verification request from 0 for 0_1 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/ks
10-05 10:07:28.067 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[131] a : Verifying dependants for: 0_1
10-05 10:07:28.067 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[86] startWatching : 0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso
10-05 10:07:28.068 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[55] a : + 0_0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/media
10-05 10:07:28.068 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[67] b : + 0_0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/media
10-05 10:07:28.068 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[116] stopWatching : Already not watching 0_0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/media will return NOOP.
10-05 10:07:28.068 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[129] a : Verification request from 0_0 for 0_0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/media
10-05 10:07:28.068 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[131] a : Verifying dependants for: 0_0
10-05 10:07:28.068 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[86] startWatching : 0_0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/media
10-05 10:07:28.068 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[71] b : - 0_0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/media
10-05 10:07:28.068 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[55] a : + 0_1 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/ks
10-05 10:07:28.068 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[67] b : + 0_1 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/ks
10-05 10:07:28.068 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[116] stopWatching : Already not watching 0_1 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/ks will return NOOP.
10-05 10:07:28.068 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[129] a : Verification request from 0_1 for 0_1 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/ks
10-05 10:07:28.068 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[131] a : Verifying dependants for: 0_1
10-05 10:07:28.069 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[86] startWatching : 0_1 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/ks
10-05 10:07:28.069 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[71] b : - 0_1 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/ks
10-05 10:07:28.069 10688-10700/? D/DEBUG penthera.cnc.DirectoryMaintainer$b: Thread('main',1) SourceFile[71] b : - 0 with path: /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso
10-05 10:07:28.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:07:28.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:28.072 10675-10675/? E/ACRA: Initializing ANR detector for process: com.facebook.katana
10-05 10:07:28.088 10688-10688/? D/com.penthera.virtuososdk.database.impl.VSdkDb: Database opened
10-05 10:07:28.088 10688-10688/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: helper is com.penthera.virtuososdk.database.impl.VSdkDb$DatabaseHelper@f44d415
10-05 10:07:28.088 10688-10688/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: SettingUpProxy
10-05 10:07:28.093 24878-24878/? D/com.penthera.virtuososdk.VirtuosoClientHTTPService: onStart(): Entering the onStart method
10-05 10:07:28.093 24878-24878/? I/com.penthera.virtuososdk.VirtuosoClientHTTPService: c): Intent action is null
10-05 10:07:28.093 10688-10688/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: bind
10-05 10:07:28.094 10688-10688/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: dobind
10-05 10:07:28.107 2221-10681/? D/com.penthera.virtuososdk.utility.VirtuosoClock: updating s:1538742629363 n:1538742630798 r:165886934
10-05 10:07:28.107 2221-10681/? D/com.penthera.virtuososdk.utility.VirtuosoClock: updating s:1538742629363 n:1538742630798 r:165886934svr:0 sref::0
10-05 10:07:28.107 2221-10681/? D/com.penthera.virtuososdk.utility.VirtuosoClock: system: Fri Oct 05 08:30:29 EDT 2018
10-05 10:07:28.108 2221-10681/? D/com.penthera.virtuososdk.utility.VirtuosoClock: network: Fri Oct 05 10:07:29 EDT 2018
10-05 10:07:28.108 2221-10681/? D/com.penthera.virtuososdk.utility.VirtuosoClock: server: 0
10-05 10:07:28.108 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: updating s:1538742629363 n:1538742630798 r:165886934
10-05 10:07:28.108 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: updating s:1538742629363 n:1538742630798 r:165886934svr:0 sref::0
10-05 10:07:28.109 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: system: Fri Oct 05 08:30:29 EDT 2018
10-05 10:07:28.109 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: network: Fri Oct 05 10:07:29 EDT 2018
10-05 10:07:28.109 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: server: 0
10-05 10:07:28.128 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: updating s:1538742629363 n:1538742630798 r:165886934
10-05 10:07:28.128 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: updating s:1538742629363 n:1538742630798 r:165886934svr:0 sref::0
10-05 10:07:28.128 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: system: Fri Oct 05 08:30:29 EDT 2018
10-05 10:07:28.128 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: network: Fri Oct 05 10:07:29 EDT 2018
10-05 10:07:28.128 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: server: 0
10-05 10:07:28.131 2221-2221/? D/com.penthera.virtuososdk.VirtuosoService: will notify queue: false downloaded: false deferred: false
10-05 10:07:28.134 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: updating s:1538742629363 n:1538742630798 r:165886934
10-05 10:07:28.134 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: updating s:1538742629363 n:1538742630798 r:165886934svr:0 sref::0
10-05 10:07:28.134 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: system: Fri Oct 05 08:30:29 EDT 2018
10-05 10:07:28.134 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: network: Fri Oct 05 10:07:29 EDT 2018
10-05 10:07:28.134 2221-2221/? D/com.penthera.virtuososdk.utility.VirtuosoClock: server: 0
10-05 10:07:28.146 2221-2221/? I/com.penthera.virtuososdk.manager.IntegrityManager: IntegrityManager: constructing
10-05 10:07:28.147 2221-2221/? D/com.penthera.virtuososdk.VirtuosoService: onStart(): action is android.intent.action.BOOT_COMPLETED
10-05 10:07:28.147 2221-2221/? E/com.penthera.virtuososdk.utility.CommonUtil$Broadcasts: Could not send broadcast no receivers found
10-05 10:07:28.161 10688-10698/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: Trying to fetch server proxy
10-05 10:07:28.163 24878-24878/? D/com.penthera.virtuososdk.VirtuosoClientHTTPService: onStart(): Entering the onStart method
10-05 10:07:28.163 24878-24878/? I/com.penthera.virtuososdk.VirtuosoClientHTTPService: c): Intent action is null
10-05 10:07:28.163 10688-10698/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: dobind
10-05 10:07:28.164 2221-10712/? I/com.penthera.virtuososdk.manager.IntegrityManager: Integrity scan: Start
10-05 10:07:28.167 10688-10688/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: Set server to: http://localhost:59899/
10-05 10:07:28.167 10688-10688/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: Notifying downloaded assets change
10-05 10:07:28.169 10688-10688/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: Notifying queued assets change
10-05 10:07:28.170 10688-10688/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: Set server to: http://localhost:59899/
10-05 10:07:28.170 10688-10688/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: Notifying downloaded assets change
10-05 10:07:28.171 10688-10688/? D/com.penthera.virtuososdk.database.impl.provider.VirtuosoSDKContentProvider: Notifying queued assets change
10-05 10:07:28.172 2221-10712/? D/com.penthera.virtuososdk.monitor.ExternalStorageInfo: External Storage is MOUNTED
10-05 10:07:28.177 2221-2264/? D/DEBUG penthera.cnc.CommonUtil$Directory: Thread('Thread-3020',3020) SourceFile[1972] a : Storage is okay
10-05 10:07:28.177 2221-10712/? D/com.penthera.virtuososdk.Directory: Attempt to use path /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/media/
10-05 10:07:28.177 2221-2264/? D/DEBUG penthera.cnc.CommonUtil$Directory: Thread('Thread-3020',3020) SourceFile[1984] a : Trying to use external cache
10-05 10:07:28.177 2221-10712/? D/com.penthera.virtuososdk.manager.IntegrityManager: Retrieved Base Destination Path : /storage/emulated/0/Android/data/com.showtime.showtimeanytime/files/virtuoso/media
10-05 10:07:28.191 2221-10712/? I/com.penthera.virtuososdk.manager.IntegrityManager: Integrity scan: Stop
10-05 10:07:28.298 10675-10710/? V/appstatelogger: Registered App State Logger stream with Breakpad
10-05 10:07:28.301 10675-10710/? V/dalvik-internals: Hooking function _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv
10-05 10:07:28.301 10675-10710/? V/dalvik-internals: hooked _ZN3art12FaultManager35EnsureArtActionInFrontOfSignalChainEv using trap ()
10-05 10:07:28.301 10675-10710/? V/dalvik-internals: hooked signal using trap ()
10-05 10:07:28.301 10675-10710/? V/dalvik-internals: hooked sysv_signal using trap ()
10-05 10:07:28.301 10675-10710/? V/dalvik-internals: hooked bsd_signal using trap ()
10-05 10:07:28.304 10675-10710/? E/linker: "/system/bin/app_process32": ignoring 2-entry DT_PREINIT_ARRAY in shared library!
10-05 10:07:28.304 10675-10710/? V/dalvik-internals: hooked sigaction using trap ()
10-05 10:07:28.304 10675-10710/? I/dalvik-internals: installed sigmux crash handler for crash log
10-05 10:07:28.316 10675-10718/? D/SigquitBasedANRDetector: Initialized
10-05 10:07:28.525 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:07:28.854 10675-10723/? E/fb4a.0Nb: Unable to enable contextV2 due to null buffer - sessionless: false, handleHolder is null: true, mInstaCrashRecoveryMode: false
10-05 10:07:28.901 10675-10737/? W/fb4a.0LG: Called user scoped provider with no viewer. ViewerContextManager was created with no ViewerContext. Using EmptyViewerContextManager to return fake logged in instance.
10-05 10:07:29.182 10675-10675/? V/tigonliger: tigonliger/JNI_OnLoad called
10-05 10:07:29.208 10675-10675/? E/art: invalid stream - problem with parameter iterator in /data/data/com.facebook.katana/dex/prog-b3b2a0ed95c6ec2a88fb6d7704eaa90675afa73e.dex for method java.lang.Object X.1yu.B(int, X.0KL)
10-05 10:07:29.208 10675-10675/? E/art: invalid stream - problem with parameter iterator in /data/data/com.facebook.katana/dex/prog-b3b2a0ed95c6ec2a88fb6d7704eaa90675afa73e.dex for method java.lang.Object X.1yu.B(int, X.0KL)
10-05 10:07:29.315 10675-10675/? V/tigonliger: tigonapi/JNI_OnLoad called
10-05 10:07:29.397 582-1571/? I/ActivityManager: Start proc 10768:com.google.android.partnersetup/u0a26 for broadcast com.google.android.partnersetup/.RlzPingBroadcastReceiver
10-05 10:07:29.465 10768-10768/? W/System: ClassLoader referenced unknown path: /system/priv-app/GooglePartnerSetup/lib/arm
10-05 10:07:29.514 32212-10585/? W/MShopAppstore.AppManagerAndroidPackageDelegate: Unable to determine asin for package, skipping metadata update.
10-05 10:07:29.566 1362-1362/? I/Finsky: [1] com.google.android.finsky.wear.eg.a(14): Do not start WearSupportService due to Wear service optimization
10-05 10:07:29.570 1362-1362/? I/Finsky: [1] com.google.android.finsky.p2p.c.b(20): Frosting ID looked up on UI thread. Caller should move to a background thread.
10-05 10:07:29.587 1362-1362/? I/Finsky: [1] com.google.android.finsky.p2p.d.run(3): Wrote row to frosting DB: 419
10-05 10:07:29.680 582-1571/? I/ActivityManager: START u0 {flg=0x10800000 cmp=com.estrongs.android.pop/.app.InstallMonitorActivity (has extras)} from uid 10065 on display 0
10-05 10:07:29.691 13279-10636/? I/Auth: [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
10-05 10:07:29.691 13279-10636/? I/Auth: [SupervisedAccountIntentOperation] This operation is disabled
10-05 10:07:29.695 13279-10636/? I/ChromeSync: [Sync,SyncIntentOperation] Handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.gxwtech.roundtrip2 flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }.
10-05 10:07:29.972 13279-14142/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
10-05 10:07:29.974 13279-13769/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
10-05 10:07:29.993 1303-1401/? I/art: Note: end time exceeds epoch:
10-05 10:07:29.994 1303-3155/? I/art: Note: end time exceeds epoch:
10-05 10:07:29.997 582-2277/? W/InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@a6b1b4a attribute=null, token = android.os.BinderProxy@5e4e8b1
10-05 10:07:30.004 1303-17411/? I/art: Note: end time exceeds epoch:
10-05 10:07:30.387 32212-10585/? W/MShopAppstore.AppManagerAndroidPackageDelegate: Unable to determine asin for package, skipping metadata update.
10-05 10:07:30.387 32212-10803/? E/MShopAppstore.NotificationService: Unhandled notification type: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.gxwtech.roundtrip2 flg=0x4000010 cmp=com.amazon.mShop.android/com.amazon.venezia.notification.NotificationService (has extras) }
10-05 10:07:30.394 13279-10638/? I/FontsPackageChangeOp: Package com.gxwtech.roundtrip2 has no metadata
10-05 10:07:30.414 24878-24878/? D/com.penthera.virtuososdk.interfaces.toolkit.VirtuosoContentBox: Instantiatiating
10-05 10:07:30.414 24878-24878/? D/com.penthera.virtuososdk.interfaces.toolkit.VirtuosoContentBox: received message, handler is null = false
10-05 10:07:30.416 24878-24878/? D/BroadcastReceiverMessageHandler: checking handlers[total:0] for handling of : Intent { act=com.showtime.showtimeanytime.download.virtuoso.content.provider.virtuoso.intent.action.ENGINE_STATUS_UPDATE flg=0x10 cmp=com.showtime.showtimeanytime/com.penthera.virtuososdk.interfaces.toolkit.VirtuosoContentBox$ClientMessageReceiver (has extras) }
10-05 10:07:30.417 24878-24878/? D/BroadcastReceiverMessageHandler: no handler found for intent : Intent { act=com.showtime.showtimeanytime.download.virtuoso.content.provider.virtuoso.intent.action.ENGINE_STATUS_UPDATE flg=0x10 cmp=com.showtime.showtimeanytime/com.penthera.virtuososdk.interfaces.toolkit.VirtuosoContentBox$ClientMessageReceiver (has extras) }
10-05 10:07:30.436 13279-10796/? I/Icing: Usage reports ok 2, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
10-05 10:07:30.464 13279-10796/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
10-05 10:07:30.545 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:07:30.559 13279-13510/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
10-05 10:07:30.560 13279-14142/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
10-05 10:07:30.617 13279-10796/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
10-05 10:07:30.634 13279-10796/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload false
10-05 10:07:30.647 1303-10797/? W/System.err: java.io.FileNotFoundException: http://www.estrongs.com/console/service/sample/index.php?source=ESF&country=us&unique_id=XkGMKJLvcoxCfeyfAaSYDA==
10-05 10:07:30.650 10790-10790/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
10-05 10:07:30.661 10790-10790/? D/AndroidRuntime: CheckJNI is OFF
10-05 10:07:30.662 1303-10797/? W/System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:238)
10-05 10:07:30.662 1303-10797/? W/System.err: at com.estrongs.android.util.y.l(HttpDownloader.java:300)
10-05 10:07:30.662 1303-10797/? W/System.err: at com.estrongs.android.util.y.a(HttpDownloader.java:22)
10-05 10:07:30.662 1303-10797/? W/System.err: at com.estrongs.android.util.y$1.run(HttpDownloader.java:121)
10-05 10:07:30.726 10790-10790/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
10-05 10:07:30.793 10790-10790/? I/Radio-JNI: register_android_hardware_Radio DONE
10-05 10:07:30.827 10790-10790/? D/AndroidRuntime: Calling main entry com.android.commands.am.Am
10-05 10:07:30.830 582-593/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.gxwtech.roundtrip2/.MainActivity} from uid 2000 on display 0
10-05 10:07:30.849 10790-10790/? D/AndroidRuntime: Shutting down VM
10-05 10:07:30.866 10828-10828/? I/art: Late-enabling -Xcheck:jni
10-05 10:07:30.872 582-1576/? I/ActivityManager: Start proc 10828:com.gxwtech.roundtrip2/u0a153 for activity com.gxwtech.roundtrip2/.MainActivity
10-05 10:07:31.220 1303-10815/? W/System.err: java.io.FileNotFoundException: http://conf.international.baidu.com/index.php/Sample/getConf?source=ESF&country=us&unique_id=XkGMKJLvcoxCfeyfAaSYDA==
10-05 10:07:31.220 1303-10815/? W/System.err: at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:238)
10-05 10:07:31.220 1303-10815/? W/System.err: at com.estrongs.android.util.y.l(HttpDownloader.java:300)
10-05 10:07:31.220 1303-10815/? W/System.err: at com.estrongs.android.util.y.a(HttpDownloader.java:22)
10-05 10:07:31.220 1303-10815/? W/System.err: at com.estrongs.android.util.y$1.run(HttpDownloader.java:121)
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,204 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [assets/logback.xml] at [assets/logback.xml]
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,230 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,308 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,309 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,383 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use zip compression
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,384 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern /storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2._%d{yyyy-MM-dd}_%d{HH-mm-ss, aux}_.%i for the active file
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,390 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@35220cf - The date pattern is 'yyyy-MM-dd' from file name pattern '/storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2._%d{yyyy-MM-dd}_%d{HH-mm-ss, aux}_.%i.zip'.
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,390 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@35220cf - Roll-over at midnight.
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,391 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@35220cf - Setting initial period to Fri Oct 05 10:07:31 EDT 2018
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,401 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,440 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: /storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,440 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [/storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log]
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,442 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file] - Failed to create parent directories for [/storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log]
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,443 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file] - openFile(/storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log,true) failed java.io.FileNotFoundException: /storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log: open failed: ENOENT (No such file or directory)
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: at java.io.FileNotFoundException: /storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log: open failed: ENOENT (No such file or directory)
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at libcore.io.IoBridge.open(IoBridge.java:452)
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at java.io.FileOutputStream.<init>(FileOutputStream.java:87)
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.recovery.ResilientFileOutputStream.<init>(Unknown Source)
10-05 10:07:31.486 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.FileAppender.openFile(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.FileAppender.start(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.rolling.RollingFileAppender.start(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.action.AppenderAction.end(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.spi.EventPlayer.play(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.impl.StaticLoggerBinder.init(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.impl.StaticLoggerBinder.<clinit>(Unknown Source)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:141)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:120)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:331)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:283)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:304)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at com.gxwtech.roundtrip2.ServiceClientConnection.<clinit>(ServiceClientConnection.java:23)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at com.gxwtech.roundtrip2.MainApp.onCreate(MainApp.java:26)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1013)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4707)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at android.app.ActivityThread.-wrap1(ActivityThread.java)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at android.os.Handler.dispatchMessage(Handler.java:102)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at android.os.Looper.loop(Looper.java:148)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at android.app.ActivityThread.main(ActivityThread.java:5417)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at java.lang.reflect.Method.invoke(Native Method)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-05 10:07:31.487 10828-10828/com.gxwtech.roundtrip2 I/System.out: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at libcore.io.Posix.open(Native Method)
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at libcore.io.BlockGuardOs.open(BlockGuardOs.java:186)
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: at at libcore.io.IoBridge.open(IoBridge.java:438)
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: at ... 33 common frames omitted
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,443 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.android.LogcatAppender]
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,444 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [logcat]
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,448 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [tagEncoder] property
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,462 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,474 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,474 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
10-05 10:07:31.488 13279-10796/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,474 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [logcat] to Logger[ROOT]
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,475 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
10-05 10:07:31.488 10828-10828/com.gxwtech.roundtrip2 I/System.out: 10:07:31,475 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@f113a5c - Registering current configuration as safe fallback point
10-05 10:07:31.493 10828-10828/com.gxwtech.roundtrip2 D/ServiceClientConnection: doBindService: binding.
10-05 10:07:31.495 10828-10828/com.gxwtech.roundtrip2 D/ServiceClientConnection: [main] DEBUG [com.gxwtech.roundtrip2.ServiceClientConnection:46]: doBindService Logger: binding.
10-05 10:07:31.528 10828-10828/com.gxwtech.roundtrip2 W/MainActivity: onCreate
10-05 10:07:31.538 10828-10828/com.gxwtech.roundtrip2 W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
10-05 10:07:31.665 13279-10796/? I/Icing: Indexing done com.google.android.gms-apps
10-05 10:07:31.669 13279-10796/? I/Icing: Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms
10-05 10:07:31.702 13279-10796/? I/Icing: Indexing com.google.android.gms-internal.3p:Event from com.google.android.gms
10-05 10:07:31.726 13279-10796/? I/Icing: Indexing com.google.android.gms-internal.3p:ContextualEvent from com.google.android.gms
10-05 10:07:31.737 10828-10854/com.gxwtech.roundtrip2 D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
10-05 10:07:31.724 1317-1317/? W/Binder_4: type=1400 audit(0.0:715091): avc: denied { ioctl } for path="socket:[1162983]" dev="sockfs" ino=1162983 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:31.724 1317-1317/? W/Binder_4: type=1400 audit(0.0:715092): avc: denied { ioctl } for path="socket:[1162983]" dev="sockfs" ino=1162983 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:31.724 1317-1317/? W/Binder_4: type=1400 audit(0.0:715093): avc: denied { ioctl } for path="socket:[1162985]" dev="sockfs" ino=1162985 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:31.724 1317-1317/? W/Binder_4: type=1400 audit(0.0:715094): avc: denied { ioctl } for path="socket:[1162985]" dev="sockfs" ino=1162985 ioctlcmd=7704 scontext=u:r:surfaceflinger:s0 tcontext=u:r:surfaceflinger:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:31.744 13279-10796/? I/Icing: Indexing done com.google.android.gms-internal.3p:MobileApplication
10-05 10:07:31.746 13279-10796/? I/Icing: Indexing com.google.android.gms-apps from com.google.android.gms
10-05 10:07:31.770 13279-10796/? I/Icing: Indexing done com.google.android.gms-apps
10-05 10:07:31.776 13279-10796/? I/Icing: Indexing done com.google.android.gms-internal.3p:Event
10-05 10:07:31.781 10828-10828/com.gxwtech.roundtrip2 I/RileyLinkMedtronicService: [main] INFO [info.nightscout.androidaps.plugins.PumpMedtronic.service.RileyLinkMedtronicService:309]: Using pump ID 379744
10-05 10:07:31.782 13279-10796/? I/Icing: Indexing done com.google.android.gms-internal.3p:ContextualEvent
10-05 10:07:31.764 1161-1161/? W/Binder_5: type=1400 audit(0.0:715095): avc: denied { ioctl } for path="socket:[1151950]" dev="sockfs" ino=1151950 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:31.764 1161-1161/? W/Binder_5: type=1400 audit(0.0:715096): avc: denied { ioctl } for path="socket:[1151950]" dev="sockfs" ino=1151950 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:31.784 582-599/? D/BluetoothManagerService: Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@2571638:true
10-05 10:07:31.784 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:63]: BT Adapter: android.bluetooth.BluetoothAdapter@b2d8dfe
10-05 10:07:31.792 10828-10828/com.gxwtech.roundtrip2 D/RileyLinkMedtronicService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpMedtronic.service.RileyLinkMedtronicService:80]: RileyLinkMedtronicService newly constructed
10-05 10:07:31.792 10828-10828/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:133]: onCreate
10-05 10:07:31.794 10828-10828/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:257]: onCreate(): It's ALIVE!
10-05 10:07:31.794 10828-10828/com.gxwtech.roundtrip2 D/RTServiceIPC: onBind
10-05 10:07:31.796 10828-10828/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:277]: onStartCommand
10-05 10:07:31.798 10828-10828/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:300]: bluetoothInit: attempting to get an adapter
10-05 10:07:31.799 10828-10828/com.gxwtech.roundtrip2 W/RileyLinkUtil: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: BluetoothInitializing
10-05 10:07:31.965 10828-10828/com.gxwtech.roundtrip2 W/RileyLinkUtil: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: BluetoothReady
10-05 10:07:32.027 10828-10854/com.gxwtech.roundtrip2 I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/21/15, 369a2ea, I96aee987eb
10-05 10:07:32.043 10828-10854/com.gxwtech.roundtrip2 I/OpenGLRenderer: Initialized EGL, version 1.4
10-05 10:07:32.080 10850-10850/? D/AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 10054 <<<<<<
10-05 10:07:32.087 10850-10850/? D/AndroidRuntime: CheckJNI is OFF
10-05 10:07:32.152 1303-1983/? I/art: Note: end time exceeds epoch:
10-05 10:07:32.157 10850-10850/? D/ICU: No timezone override file found: /data/misc/zoneinfo/current/icu/icu_tzdata.dat
10-05 10:07:32.167 10828-10828/com.gxwtech.roundtrip2 D/RTServiceClient: Sent registration message to service
10-05 10:07:32.215 10850-10850/? I/Radio-JNI: register_android_hardware_Radio DONE
10-05 10:07:32.246 10850-10850/? D/AndroidRuntime: Calling main entry com.android.commands.pm.Pm
10-05 10:07:32.316 10850-10850/? I/art: System.exit called, status: 0
10-05 10:07:32.316 10850-10850/? I/AndroidRuntime: VM exiting with result code 0.
10-05 10:07:32.336 582-600/? I/ActivityManager: Displayed com.gxwtech.roundtrip2/.MainActivity: +1s484ms (total +2s570ms)
10-05 10:07:32.334 592-592/? W/Binder_1: type=1400 audit(0.0:715097): avc: denied { ioctl } for path="socket:[1163468]" dev="sockfs" ino=1163468 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:32.334 592-592/? W/Binder_1: type=1400 audit(0.0:715098): avc: denied { ioctl } for path="socket:[1163468]" dev="sockfs" ino=1163468 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:32.347 10828-10828/com.gxwtech.roundtrip2 D/RTServiceIPC: handleMessage: Received message { when=-180ms what=65 target=com.gxwtech.roundtrip2.RoundtripService.RileyLinkIPCConnection$IncomingHandler }
10-05 10:07:32.348 10828-10828/com.gxwtech.roundtrip2 V/RTServiceIPC: handleMessage: Registered client
10-05 10:07:32.344 739-739/? W/Binder_3: type=1400 audit(0.0:715099): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:32.344 739-739/? W/Binder_3: type=1400 audit(0.0:715100): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:32.370 10828-10828/com.gxwtech.roundtrip2 D/RTServiceClient: client sending message: unknown
10-05 10:07:32.370 10828-10828/com.gxwtech.roundtrip2 D/ServiceClientConnection: sendIPCMessage: (use this address) 88:6B:0F:8E:EC:8D
10-05 10:07:32.371 10828-10828/com.gxwtech.roundtrip2 D/RTServiceClient: client sending message: unknown
10-05 10:07:32.371 10828-10828/com.gxwtech.roundtrip2 D/ServiceClientConnection: sendIPCMessage: (use this address) 88:6B:0F:8E:EC:8D
10-05 10:07:32.378 10828-10828/com.gxwtech.roundtrip2 D/RTServiceIPC: handleMessage: Received message { when=-8ms what=66 target=com.gxwtech.roundtrip2.RoundtripService.RileyLinkIPCConnection$IncomingHandler }
10-05 10:07:32.378 10828-10828/com.gxwtech.roundtrip2 D/RTServiceIPC: Service received IPC messagecom.gxwtech.roundtrip2.IPC.MSG_ServiceCommand
10-05 10:07:32.379 10828-10828/com.gxwtech.roundtrip2 D/RTServiceIPC: handleMessage: Received message { when=-7ms what=66 target=com.gxwtech.roundtrip2.RoundtripService.RileyLinkIPCConnection$IncomingHandler }
10-05 10:07:32.379 10828-10828/com.gxwtech.roundtrip2 D/RTServiceIPC: Service received IPC messagecom.gxwtech.roundtrip2.IPC.MSG_ServiceCommand
10-05 10:07:32.393 10828-10828/com.gxwtech.roundtrip2 W/RileyLinkUtil: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: RileyLinkInitializing
10-05 10:07:32.402 10828-10828/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:349]: handleIPCMessage: Using RL 88:6B:0F:8E:EC:8D
10-05 10:07:32.403 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:358]: RileyLink address: 88:6B:0F:8E:EC:8D
10-05 10:07:32.411 10828-10828/com.gxwtech.roundtrip2 D/BluetoothGatt: connect() - device: 88:6B:0F:8E:EC:8D, auto: true
10-05 10:07:32.411 10828-10828/com.gxwtech.roundtrip2 D/BluetoothGatt: registerApp()
10-05 10:07:32.411 10828-10828/com.gxwtech.roundtrip2 D/BluetoothGatt: registerApp() - UUID=316c41f5-06b8-4096-9822-923530ba3a40
10-05 10:07:32.413 2120-2269/? D/BtGatt.GattService: registerClient() - UUID=316c41f5-06b8-4096-9822-923530ba3a40
10-05 10:07:32.413 2120-2147/? D/BtGatt.GattService: onClientRegistered() - UUID=316c41f5-06b8-4096-9822-923530ba3a40, clientIf=6
10-05 10:07:32.414 10828-10841/com.gxwtech.roundtrip2 D/BluetoothGatt: onClientRegistered() - status=0 clientIf=6
10-05 10:07:32.414 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:376]: Gatt Connected?
10-05 10:07:32.414 10828-10828/com.gxwtech.roundtrip2 W/RileyLinkUtil: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: RileyLinkInitializing
10-05 10:07:32.417 10828-10828/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:349]: handleIPCMessage: Using RL 88:6B:0F:8E:EC:8D
10-05 10:07:32.417 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:358]: RileyLink address: 88:6B:0F:8E:EC:8D
10-05 10:07:32.418 10828-10828/com.gxwtech.roundtrip2 D/BluetoothGatt: connect() - device: 88:6B:0F:8E:EC:8D, auto: true
10-05 10:07:32.418 10828-10828/com.gxwtech.roundtrip2 D/BluetoothGatt: registerApp()
10-05 10:07:32.418 10828-10828/com.gxwtech.roundtrip2 D/BluetoothGatt: registerApp() - UUID=8c6267dc-7405-4b22-ae3a-0d607663e8ca
10-05 10:07:32.419 2120-2132/? D/BtGatt.GattService: registerClient() - UUID=8c6267dc-7405-4b22-ae3a-0d607663e8ca
10-05 10:07:32.419 2120-2147/? D/BtGatt.GattService: onClientRegistered() - UUID=8c6267dc-7405-4b22-ae3a-0d607663e8ca, clientIf=7
10-05 10:07:32.420 10828-10839/com.gxwtech.roundtrip2 D/BluetoothGatt: onClientRegistered() - status=0 clientIf=7
10-05 10:07:32.420 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:376]: Gatt Connected?
10-05 10:07:32.414 1161-1161/? W/Binder_5: type=1400 audit(0.0:715101): avc: denied { ioctl } for path="socket:[1151957]" dev="sockfs" ino=1151957 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:32.414 1161-1161/? W/Binder_5: type=1400 audit(0.0:715102): avc: denied { ioctl } for path="socket:[1151957]" dev="sockfs" ino=1151957 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:32.453 2120-2321/? D/BtGatt.GattService: clientConnect() - address=88:6B:0F:8E:EC:8D, isDirect=false
10-05 10:07:32.453 2120-9406/? D/BtGatt.GattService: clientConnect() - address=88:6B:0F:8E:EC:8D, isDirect=false
10-05 10:07:32.456 2120-2147/? D/bt_btif_config: btif_get_address_type: Device [88:6b:0f:8e:ec:8d] address type 0
10-05 10:07:32.456 2120-2147/? D/bt_btif_config: btif_get_device_type: Device [88:6b:0f:8e:ec:8d] type 2
10-05 10:07:32.456 2120-2147/? D/bt_btif_config: btif_get_address_type: Device [88:6b:0f:8e:ec:8d] address type 0
10-05 10:07:32.457 2120-2147/? D/bt_btif_config: btif_get_device_type: Device [88:6b:0f:8e:ec:8d] type 2
10-05 10:07:32.551 10828-10854/com.gxwtech.roundtrip2 V/RenderScript: 0xab444000 Launching thread(s), CPUs 4
10-05 10:07:32.591 1823-1860/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 38, previously 45
10-05 10:07:32.591 1823-1860/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 3681, previously 3683
10-05 10:07:32.592 1823-1860/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1217, previously 1508
10-05 10:07:32.592 1823-1860/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1708, previously 1715
10-05 10:07:32.592 1823-1860/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 175, previously 1365
10-05 10:07:32.605 582-591/? I/art: Background partial concurrent mark sweep GC freed 73368(4MB) AllocSpace objects, 4(80KB) LOS objects, 33% free, 31MB/47MB, paused 2.136ms total 129.669ms
10-05 10:07:32.732 1823-1860/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1734, previously 1739
10-05 10:07:32.733 1823-1860/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 806, previously 823
10-05 10:07:32.940 14143-14143/? I/ContactsDataManager: startImportContentTask()
10-05 10:07:32.940 14143-14143/? I/EmailDataManager: startImportContentTask()
10-05 10:07:32.941 14143-14612/? I/ContactsDataManager: doInBackground()
10-05 10:07:32.980 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:07:32.980 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:33.067 14143-14612/? I/ContactsDataManager: importContentData() : Canceled
10-05 10:07:33.069 14143-14612/? I/EmailDataManager: doInBackground()
10-05 10:07:33.071 14143-14143/? I/ContactsDataManager: onPostExecute() : Result = [0,0]
10-05 10:07:33.071 14143-14143/? I/ContactsDataManager: onImportFinished() : Result = 0 : Count = 0
10-05 10:07:33.072 14143-14143/? I/FeaturePermissions: onSharedPreferenceChanged() : Key = user_contacts_import_timestamp : Feature = null
10-05 10:07:33.171 14143-14612/? I/EmailDataManager: importContentData() : Canceled
10-05 10:07:33.175 14143-14143/? I/EmailDataManager: onPostExecute() : Result = [0,0]
10-05 10:07:33.175 14143-14143/? I/EmailDataManager: onImportFinished() : Result = 0 : Count = 0
10-05 10:07:33.429 582-654/? D/WifiService: New client listening to asynchronous messages
10-05 10:07:33.694 10675-10902/? I/mobileconfig: Using asset manager to stream params_map.txt
10-05 10:07:33.765 13267-13267/? W/ChimeraUtils: Non Chimera context
10-05 10:07:33.864 10675-10902/? I/mobileconfig: Params map streaming - readbytes: 586298/586298
10-05 10:07:33.864 10675-10902/? I/mobileconfig: Successfully parsed params_map.txt
10-05 10:07:33.894 10675-10902/? I/mobileconfig: Initialized MobileConfig - directory: /data/user/0/com.facebook.katana/files, deviceId: 06e5a13c-a4c3-48f4-b533-80d786001bb7, appVersion: 192.0.0.34.85, paramHash: 97809a21c45338ce07f16c636fbd471a, readOnly: false
10-05 10:07:33.894 13267-14085/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 10:07:33.905 13267-14085/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:07:33.905 13267-14085/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:07:33.963 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 10:07:33.981 582-1586/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 10:07:34.007 13267-14085/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 10:07:34.011 13267-14085/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:07:34.011 13267-14085/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:07:34.193 582-595/? W/BroadcastQueue: Permission Denial: broadcasting Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) } from null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION due to registered receiver BroadcastFilter{e5dcfe0 u0 ReceiverList{e2d49e3 10675 com.facebook.katana/10113/u0 remote:6342e12}}
10-05 10:07:34.194 582-595/? W/BroadcastQueue: Permission Denial: broadcasting Intent { act=android.net.conn.INET_CONDITION_ACTION flg=0x4000010 (has extras) } from null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION due to registered receiver BroadcastFilter{e5dcfe0 u0 ReceiverList{e2d49e3 10675 com.facebook.katana/10113/u0 remote:6342e12}}
10-05 10:07:34.196 10675-10917/? E/SingleFileAttributeStore.cpp: Could not read data from the disk
10-05 10:07:34.278 10675-10917/? W/fb4a.2Ui: creating VideoPerformanceTracking with event bus
10-05 10:07:34.304 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.attribution.AttributionIdService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.305 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.common.errorreporting.memory.MemoryDumpUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.305 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.globallibrarycollector.GlobalLibraryCollectorService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.305 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.browser.lite.BrowserLiteIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.305 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.browser.lite.BrowserLiteFallbackIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.305 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.contacts.service.ContactLocaleChangeService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.305 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.account.login.notification.LoginNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.306 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.analytics.appstatelogger.AppStateIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.306 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.analytics2.logger.LollipopUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.306 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.appupdate.DownloadCompleteService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.306 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.backgroundlocation.process.BackgroundLocationGatheringService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.306 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.backgroundlocation.reporting.periodic.PeriodicSignalCollectorJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.306 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.battery.monitor.ContinuousBatteryMonitorService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.314 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.common.dextricks.DexOptimization$Service is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.314 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.compost.service.CompostNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.314 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.conditionalworker.ConditionalWorkerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.315 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.confirmation.notification.ConfirmationNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.315 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.confirmation.service.BackgroundVoiceCallConfirmationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.315 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.delayedworker.DelayedWorkerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.316 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.displaytimeinvalidation.service.DisplayTimeBlockIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.316 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.lite.messagingapps.FirstPartyMessagingAppsDetectionService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.316 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.fbservice.service.BlueServiceJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.316 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.feed.platformads.AppInstallService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.318 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.googleplay.GooglePlayInstallRefererService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.322 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.messaging.prefs.notifications.NotificationPrefsSyncService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.325 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.orca.notify.MessagesNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.325 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.oxygen.preloads.sdk.firstparty.managedappcache.IsManagedAppCacheJobService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.345 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.push.registration.RegistrarHelperService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.348 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.push.crossapp.PackageRemovedReporterService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.348 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.push.fbpushdata.common.FbPushDataHandlerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.349 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.push.mqtt.service.MqttPushHelperService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.349 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.push.negativefeedback.PushNegativeFeedbackFbJobIntentService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.349 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.registration.service.NetworkSchedulerService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.349 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.registration.notification.RegistrationNotificationService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.349 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.registration.service.NewAccountStateLoggingService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.349 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.reportaproblem.base.bugreport.BugReportUploadService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.349 10675-10902/? W/fb4a.ServiceInfoParser: X.4Kl: Service com.facebook.selfupdate.SelfUpdateFetchService is missing meta key com.facebook.common.jobscheduler.compat.jobIds
10-05 10:07:34.372 582-595/? W/BroadcastQueue: Permission Denial: broadcasting Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4000010 (has extras) } from null (pid=-1, uid=-1) requires com.facebook.permission.prod.FB_APP_COMMUNICATION due to registered receiver BroadcastFilter{7a9e40d u0 ReceiverList{a3b8ea4 10675 com.facebook.katana/10113/u0 remote:e6b7937}}
10-05 10:07:34.436 1572-1572/? W/Binder_8: type=1400 audit(0.0:715103): avc: denied { ioctl } for path="socket:[1164341]" dev="sockfs" ino=1164341 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:34.436 1572-1572/? W/Binder_8: type=1400 audit(0.0:715104): avc: denied { ioctl } for path="socket:[1164341]" dev="sockfs" ino=1164341 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:07:34.459 10675-10902/? W/fb4a.0LG: Called user scoped provider with no viewer. ViewerContextManager was created with no ViewerContext. Using EmptyViewerContextManager to return fake logged in instance.
10-05 10:07:34.489 10675-10901/? W/fb4a.0LG: Called user scoped provider with no viewer. ViewerContextManager was created with no ViewerContext. Using EmptyViewerContextManager to return fake logged in instance.
10-05 10:07:34.508 10675-10902/? W/fb4a.0LG: Called user scoped provider with no viewer. ViewerContextManager was created with no ViewerContext. Using EmptyViewerContextManager to return fake logged in instance.
10-05 10:07:34.562 10675-10902/? W/fb4a.0LG: Called user scoped provider with no viewer. ViewerContextManager was created with no ViewerContext. Using EmptyViewerContextManager to return fake logged in instance.
10-05 10:07:34.642 10675-10897/? W/fb4a.0LG: Called user scoped provider with no viewer. ViewerContextManager was created with no ViewerContext. Using EmptyViewerContextManager to return fake logged in instance.
10-05 10:07:34.709 10675-10902/? W/fb4a.2rO: Start regular sync initialization
10-05 10:07:34.802 1303-3154/? I/art: Note: end time exceeds epoch:
10-05 10:07:35.381 13267-14085/? I/ajji: Scheduling Phenotype for a PhenotypeSyncImmediately(15, com.google.android.apps.photos) one off with window [1, 2] in seconds [CONTEXT service_id=51 ]
10-05 10:07:35.391 13267-8687/? E/NetworkScheduler: Invalid component specified.
10-05 10:07:36.292 1303-1312/? I/art: Background sticky concurrent mark sweep GC freed 89544(5MB) AllocSpace objects, 32(1400KB) LOS objects, 32% free, 14MB/21MB, paused 6.866ms total 86.059ms
10-05 10:07:38.074 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:07:38.074 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:40.741 13267-10935/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 509, previously 508
10-05 10:07:40.741 13267-10935/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 173, previously 650
10-05 10:07:40.764 13267-10935/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 1734, previously 1739
10-05 10:07:40.766 13267-10935/? W/ResourceType: ResTable_typeSpec entry count inconsistent: given 806, previously 823
10-05 10:07:40.780 13279-10089/? I/MiniDeviceController: [MiniDeviceController-1] ACTIVATE (Whole House) FA8FCA509E67
10-05 10:07:40.780 13279-10089/? I/MiniDeviceController: [MiniDeviceController-1] connecting to /192.168.1.11
10-05 10:07:40.842 13279-10089/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.tp.connection, dest=receiver-0) {"type":"CONNECT","package":"gms_cast_prober","origin":{}}
10-05 10:07:40.843 582-595/? W/ActivityManager: Launch timeout has expired, giving up wake lock!
10-05 10:07:40.843 13279-10089/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver, dest=receiver-0) {"type":"GET_STATUS","requestId":2}
10-05 10:07:40.844 13279-10089/? I/MiniDeviceController: [MiniDeviceController-1] Sending text message to Whole House: (ns=urn:x-cast:com.google.cast.receiver.discovery, dest=receiver-0) {"requestId":3,"type":"GET_DEVICE_INFO"}
10-05 10:07:40.864 13279-10089/? I/MiniDeviceController: [MiniDeviceController-1] Discovery info: {"controlNotifications":1,"deviceCapabilities":2084,"deviceIconUrl":"\/setup\/icon.png","deviceId":"bf655fe2-44f3-429f-a267-e249bfd6d41d","deviceModel":"Google Cast Group","friendlyName":"Whole House","receiverMetricsId":"BEF5A7D3869D7CA3","requestId":3,"type":"DEVICE_INFO","wifiProximityId":"FA8FCA509E67"}
10-05 10:07:40.865 13279-10089/? I/TcpDeviceProber: notifyProberSuccess Device("Whole House" (bf655fe2-44f3-429f-a267-e249bfd6d41d)) supportedCriteria() notSupportedCriteria(%urn:x-cast:com.google.cast.media) statusText(null)
10-05 10:07:40.874 13279-10089/? I/CastSocketMultiplexer: Stopping multiplexer...
10-05 10:07:41.135 13267-13267/? W/ChimeraUtils: Non Chimera context
10-05 10:07:41.166 582-595/? I/ActivityManager: Waited long enough for: ServiceRecord{cb267b0 u0 com.amazon.mShop.android/com.amazon.mas.client.locker.service.appmgr.AppManagerService}
10-05 10:07:41.222 13267-10935/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 10:07:41.222 13267-10935/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:07:41.222 13267-10935/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:07:41.279 582-595/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{df500b7 510:com.pandora.android/u0a124} (pid=510, uid=10124) requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 10:07:41.296 582-739/? W/BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.amazon.mShop.android/com.amazon.mcc.crashreporter.android.CrashReportBroadcastReceiver requires android.permission.READ_LOGS due to sender android (uid 1000)
10-05 10:07:41.334 13267-10935/? W/Conscrypt: Could not set socket write timeout: java.net.SocketException: Socket closed
10-05 10:07:41.335 13267-10935/? W/Conscrypt: at com.google.android.gms.org.conscrypt.Platform.setSocketWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:07:41.335 13267-10935/? W/Conscrypt: at com.google.android.gms.org.conscrypt.ConscryptFileDescriptorSocket.setSoWriteTimeout(:com.google.android.gms@[email protected] (040306-213742215):2)
10-05 10:07:42.408 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService.onStartJob(7): onJobSchedulerWakeup with jobId 9000
10-05 10:07:42.417 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.ab.a(39): Scheduling fallback in 43199995 (absolute: 214919979)
10-05 10:07:42.422 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.ab.a(39): Scheduling fallback in 64799998 (absolute: 236519990)
10-05 10:07:42.426 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService.onStartJob(7): onJobSchedulerWakeup with jobId 9001
10-05 10:07:42.428 1087-10960/? I/BgTaskExecutorImpl: Starting EXCLUSIVE background task FETCH_CONFIGS_FROM_PHENOTYPE.
10-05 10:07:42.428 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.ab.a(39): Scheduling fallback in 43199998 (absolute: 214919997)
10-05 10:07:42.430 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.ab.a(39): Scheduling fallback in 64799998 (absolute: 236519999)
10-05 10:07:42.438 1362-1362/? W/Finsky: [1] com.google.android.finsky.scheduler.JobSchedulerEngine$PhoneskyJobSchedulerJobService.onStartJob(18): onJobSchedulerWakeup while already running
10-05 10:07:42.445 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.aj.handleMessage(16): DeviceState: DeviceState{currentTime=1538748462442, isCharging=true, isIdle=false, netAny=true, netNotRoaming=true, netUnmetered=true}
10-05 10:07:42.448 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.bm.a(66): Jobs in database: 1-1337 12-1
10-05 10:07:42.449 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.ae.a(59): Running job: 12-1
10-05 10:07:42.459 1362-1362/? I/Finsky: [1] com.google.android.finsky.contentsync.ContentSyncJob.a(28): ContentSyncJob started
10-05 10:07:42.460 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.ae.a(100): RunningQueue size: 1, PendingQueue size: 0
10-05 10:07:42.460 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.ae.a(109): Running queue: 12-1
10-05 10:07:42.508 1362-1487/? I/Finsky: [2904] com.google.android.finsky.m.c.a(20): Completed 0 account content syncs with 0 successful.
10-05 10:07:42.508 1362-1362/? I/Finsky: [1] com.google.android.finsky.contentsync.ContentSyncJob.a(26): Installation state replication succeeded.
10-05 10:07:42.511 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.bj.b(8): jobFinished: 12-1. TimeElapsed: 60ms
10-05 10:07:42.511 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.ae.a(133): Job 12-1 finished
10-05 10:07:42.512 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.ae.a(100): RunningQueue size: 0, PendingQueue size: 0
10-05 10:07:42.512 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.aj.handleMessage(41): Executor finished
10-05 10:07:42.556 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.bm.a(66): Jobs in database: 1-1337
10-05 10:07:42.560 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.i.a(68): ConstraintMapping: 1-1337, -> L: 9849876ms, D: 96249876ms, C: false, I: false, N: 1
10-05 10:07:42.561 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.JobSchedulerEngine.a(93): Scheduling job Id: 9001, L: 9849876, D: 96249876, C: false, I: false, N: 1
10-05 10:07:42.562 1362-1362/? I/Finsky: [1] com.google.android.finsky.scheduler.JobSchedulerEngine.a(93): Scheduling job Id: 9002, L: 9849876, D: 96249876, C: false, I: false, N: 1
10-05 10:07:42.979 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:07:42.979 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:43.418 13267-14243/? W/CursorWindow: Window is full: requested allocation 84 bytes, free space 12 bytes, window size 2097152 bytes
10-05 10:07:44.193 1362-1471/? I/PlayCommon: [2901] com.google.android.play.b.g.d(217): Preparing logs for uploading
10-05 10:07:44.230 1362-1471/? I/PlayCommon: [2901] com.google.android.play.b.g.a(387): Connecting to server: https://play.googleapis.com/play/log?format=raw&proto_v2=true
10-05 10:07:44.444 1362-1471/? I/PlayCommon: [2901] com.google.android.play.b.g.a(456): Successfully uploaded logs.
10-05 10:07:45.179 582-595/? I/ActivityManager: Waited long enough for: ServiceRecord{108cbd8 u0 com.amazon.mShop.android/com.amazon.venezia.notification.NotificationService}
10-05 10:07:45.233 1087-10250/? I/OpaEligibilityChecker: send OpaEligibilityChange broadcast to CommonBroadcastReceiver
10-05 10:07:45.247 1087-10250/? I/ModelDownloadListener: Schdedule model download
10-05 10:07:45.368 582-595/? I/ActivityManager: Waited long enough for: ServiceRecord{66e797 u0 com.google.android.apps.photos/com.google.android.libraries.social.async.BackgroundTaskService}
10-05 10:07:45.399 13279-14142/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33
10-05 10:07:45.402 13279-13510/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32
10-05 10:07:45.549 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:45.549 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:45.550 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:45.571 13279-10089/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload true
10-05 10:07:45.607 13279-10089/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload true
10-05 10:07:46.344 13267-13267/? W/ChimeraUtils: Non Chimera context
10-05 10:07:47.763 13267-10935/? I/ajhm: updateFromConfigurations using legacy put method [CONTEXT service_id=51 ]
10-05 10:07:47.815 13267-10935/? I/ajji: Scheduling adaptive one off task with window [14400, 604800] in seconds [CONTEXT service_id=51 ]
10-05 10:07:47.826 13267-8687/? E/NetworkScheduler: Invalid component specified.
10-05 10:07:48.004 1087-11037/? I/BgTaskExecutorImpl: Starting EXCLUSIVE background task ON_EXPERIMENTS_UPDATED.
10-05 10:07:48.011 1087-11037/? I/BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
10-05 10:07:48.019 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:48.026 1087-11038/? I/BgTaskExecutorImpl: Starting EXCLUSIVE background task FETCH_CONFIGS_FROM_PHENOTYPE.
10-05 10:07:48.031 1087-10249/? I/ModelDownloadController: requestHotwordModelUpdate modelType-OK_GOOGLE
10-05 10:07:48.034 1087-10249/? I/ModelDownloadController: Handle the downloaded hotword model
10-05 10:07:48.034 1087-10249/? I/ModelDownloadController: the model is already used
10-05 10:07:48.040 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:48.040 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:48.040 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:48.074 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:07:48.074 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:48.091 1087-1087/? I/SNBWorker: Updating bootstrap data
10-05 10:07:48.157 2120-2245/? W/bt_smp: smp_br_connect_callback is called on unexpected transport 2
10-05 10:07:48.162 2120-2245/? W/bt_btif: bta_dm_acl_change info: 0x0
10-05 10:07:48.166 2120-2147/? D/bt_btif_dm: remote version info [88:6b:0f:8e:ec:8d]: 0, 0, 0
10-05 10:07:48.166 2120-2147/? E/BluetoothRemoteDevices: state12newState0
10-05 10:07:48.167 2120-2147/? D/BtGatt.GattService: onConnected() - clientIf=6, connId=6, address=88:6B:0F:8E:EC:8D
10-05 10:07:48.168 2120-2147/? D/BtGatt.GattService: onConnected() - clientIf=7, connId=7, address=88:6B:0F:8E:EC:8D
10-05 10:07:48.168 10828-10841/com.gxwtech.roundtrip2 D/BluetoothGatt: onClientConnectionState() - status=0 clientIf=6 device=88:6B:0F:8E:EC:8D
10-05 10:07:48.168 10828-10872/com.gxwtech.roundtrip2 D/BluetoothGatt: onClientConnectionState() - status=0 clientIf=7 device=88:6B:0F:8E:EC:8D
10-05 10:07:48.169 10828-10872/com.gxwtech.roundtrip2 W/RFTools: [Binder_4] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:139]: onConnectionStateChange SUCCESS CONNECTED
10-05 10:07:48.169 10828-10841/com.gxwtech.roundtrip2 W/RFTools: [Binder_3] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:139]: onConnectionStateChange SUCCESS CONNECTED
10-05 10:07:48.180 10828-10828/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_note_FindingRileyLink
10-05 10:07:48.181 10828-10828/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_note_FindingRileyLink
10-05 10:07:48.183 10828-11041/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: About to run task DiscoverGattServicesTask
10-05 10:07:48.183 10828-11041/com.gxwtech.roundtrip2 D/BluetoothGatt: discoverServices() - device: 88:6B:0F:8E:EC:8D
10-05 10:07:48.184 2120-2321/? D/BtGatt.GattService: discoverServices() - address=88:6B:0F:8E:EC:8D, connId=7
10-05 10:07:48.185 10828-11041/com.gxwtech.roundtrip2 W/RFTools: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:337]: Starting to discover GATT Services.
10-05 10:07:48.185 10828-11041/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: Finishing task DiscoverGattServicesTask
10-05 10:07:48.186 10828-11041/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: About to run task DiscoverGattServicesTask
10-05 10:07:48.186 10828-11041/com.gxwtech.roundtrip2 D/BluetoothGatt: discoverServices() - device: 88:6B:0F:8E:EC:8D
10-05 10:07:48.187 2120-2269/? D/BtGatt.GattService: discoverServices() - address=88:6B:0F:8E:EC:8D, connId=7
10-05 10:07:48.188 10828-11041/com.gxwtech.roundtrip2 W/RFTools: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:337]: Starting to discover GATT Services.
10-05 10:07:48.188 10828-11041/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: Finishing task DiscoverGattServicesTask
10-05 10:07:48.195 10828-10828/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-05 10:07:48.195 10828-10828/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-05 10:07:48.196 2120-2147/? D/BtGatt.GattService: onSearchCompleted() - connId=7, status=0
10-05 10:07:48.196 2120-2147/? D/BtGatt.GattService: onSearchCompleted() - connId=7, status=0
10-05 10:07:48.205 10828-10839/com.gxwtech.roundtrip2 D/BluetoothGatt: onSearchComplete() = Device=88:6B:0F:8E:EC:8D Status=0
10-05 10:07:48.206 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Device Information Service (00001800-0000-1000-8000-00805f9b34fb)
- Name (00002a00-0000-1000-8000-00805f9b34fb)
- Number (00002a01-0000-1000-8000-00805f9b34fb)
- Name (00002a00-0000-1000-8000-00805f9b34fb)
- Number (00002a01-0000-1000-8000-00805f9b34fb)
10-05 10:07:48.207 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Battery Service (0000180f-0000-1000-8000-00805f9b34fb)
- Unknown Characteristic (00002a19-0000-1000-8000-00805f9b34fb)
- Unknown Characteristic (00002a19-0000-1000-8000-00805f9b34fb)
10-05 10:07:48.208 13267-13267/? W/ChimeraUtils: Non Chimera context
10-05 10:07:48.208 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Radio Interface (0235733b-99c5-4197-b856-69219c2a3845)
- Data (c842e849-5028-42e2-867c-016adada9155)
- Response Count (6e6c7910-b89e-43a5-a0fe-50c5e2b81f4a)
- Timer Tick (6e6c7910-b89e-43a5-78af-50c5e2b86f7e)
- Custom Name (d93b2af0-1e28-11e4-8c21-0800200c9a66)
- Version (30d99dc9-7c91-4295-a051-0a104d238cf2)
- Led Mode (c6d84241-f1a7-4f9c-a25f-fce16732f14e)
- Data (c842e849-5028-42e2-867c-016adada9155)
- Response Count (6e6c7910-b89e-43a5-a0fe-50c5e2b81f4a)
- Timer Tick (6e6c7910-b89e-43a5-78af-50c5e2b86f7e)
- Custom Name (d93b2af0-1e28-11e4-8c21-0800200c9a66)
- Version (30d99dc9-7c91-4295-a051-0a104d238cf2)
- Led Mode (c6d84241-f1a7-4f9c-a25f-fce16732f14e)
10-05 10:07:48.210 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Device Information Service (00001800-0000-1000-8000-00805f9b34fb)
10-05 10:07:48.212 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Battery Service (0000180f-0000-1000-8000-00805f9b34fb)
10-05 10:07:48.213 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Radio Interface (0235733b-99c5-4197-b856-69219c2a3845)
10-05 10:07:48.213 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:234]: onServicesDiscovered SUCCESS
10-05 10:07:48.214 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:237]: Gatt device is RileyLink device: true
10-05 10:07:48.214 10828-10839/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_BLE_RileyLinkReady
10-05 10:07:48.214 10828-10839/com.gxwtech.roundtrip2 D/BluetoothGatt: onSearchComplete() = Device=88:6B:0F:8E:EC:8D Status=0
10-05 10:07:48.215 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Device Information Service (00001800-0000-1000-8000-00805f9b34fb)
- Name (00002a00-0000-1000-8000-00805f9b34fb)
- Number (00002a01-0000-1000-8000-00805f9b34fb)
- Name (00002a00-0000-1000-8000-00805f9b34fb)
- Number (00002a01-0000-1000-8000-00805f9b34fb)
10-05 10:07:48.215 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Battery Service (0000180f-0000-1000-8000-00805f9b34fb)
- Unknown Characteristic (00002a19-0000-1000-8000-00805f9b34fb)
- Unknown Characteristic (00002a19-0000-1000-8000-00805f9b34fb)
10-05 10:07:48.216 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Radio Interface (0235733b-99c5-4197-b856-69219c2a3845)
- Data (c842e849-5028-42e2-867c-016adada9155)
- Response Count (6e6c7910-b89e-43a5-a0fe-50c5e2b81f4a)
- Timer Tick (6e6c7910-b89e-43a5-78af-50c5e2b86f7e)
- Custom Name (d93b2af0-1e28-11e4-8c21-0800200c9a66)
- Version (30d99dc9-7c91-4295-a051-0a104d238cf2)
- Led Mode (c6d84241-f1a7-4f9c-a25f-fce16732f14e)
- Data (c842e849-5028-42e2-867c-016adada9155)
- Response Count (6e6c7910-b89e-43a5-a0fe-50c5e2b81f4a)
- Timer Tick (6e6c7910-b89e-43a5-78af-50c5e2b86f7e)
- Custom Name (d93b2af0-1e28-11e4-8c21-0800200c9a66)
- Version (30d99dc9-7c91-4295-a051-0a104d238cf2)
- Led Mode (c6d84241-f1a7-4f9c-a25f-fce16732f14e)
10-05 10:07:48.216 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Device Information Service (00001800-0000-1000-8000-00805f9b34fb)
10-05 10:07:48.217 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Battery Service (0000180f-0000-1000-8000-00805f9b34fb)
10-05 10:07:48.217 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:313]: Radio Interface (0235733b-99c5-4197-b856-69219c2a3845)
10-05 10:07:48.217 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:234]: onServicesDiscovered SUCCESS
10-05 10:07:48.218 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:237]: Gatt device is RileyLink device: true
10-05 10:07:48.218 10828-10839/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_BLE_RileyLinkReady
10-05 10:07:48.231 10828-10828/com.gxwtech.roundtrip2 W/RileyLinkService: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1:169]: MedtronicConst.Intents.RileyLinkReady
10-05 10:07:48.231 10828-10828/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_note_WakingPump
10-05 10:07:48.233 10828-10828/com.gxwtech.roundtrip2 D/BluetoothGatt: setCharacteristicNotification() - uuid: 6e6c7910-b89e-43a5-a0fe-50c5e2b81f4a enable: true
10-05 10:07:48.234 2120-2269/? D/BtGatt.GattService: registerForNotification() - address=88:6B:0F:8E:EC:8D enable: true
10-05 10:07:48.234 2120-2147/? D/BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=6e6c7910-b89e-43a5-a0fe-50c5e2b81f4a
10-05 10:07:48.235 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:431]: Found descriptor: android.bluetooth.BluetoothGattDescriptor@212ea4b
10-05 10:07:48.235 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:431]: Found descriptor: android.bluetooth.BluetoothGattDescriptor@672cc28
10-05 10:07:48.235 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:431]: Found descriptor: android.bluetooth.BluetoothGattDescriptor@8054d41
10-05 10:07:48.236 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:431]: Found descriptor: android.bluetooth.BluetoothGattDescriptor@911e2e6
10-05 10:07:48.256 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:48.256 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:48.256 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:48.262 582-599/? D/BluetoothManagerService: Added callback: android.bluetooth.IBluetoothManagerCallback$Stub$Proxy@6ac2f89:true
10-05 10:07:48.342 10828-10839/com.gxwtech.roundtrip2 W/RFTools: [Binder_1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:168]: onDescriptorWrite 00002902-0000-1000-8000-00805f9b34fb SUCCESS written: 0100
10-05 10:07:48.446 10828-10828/com.gxwtech.roundtrip2 D/RFSpyReader: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72498104
10-05 10:07:48.447 10828-10828/com.gxwtech.roundtrip2 D/RFSpy: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=01 02 )
10-05 10:07:48.527 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:07:48.641 10828-10872/com.gxwtech.roundtrip2 D/RFTools: [Binder_4] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 01
10-05 10:07:48.762 13267-14243/? W/CursorWindow: Window is full: requested allocation 84 bytes, free space 12 bytes, window size 2097152 bytes
10-05 10:07:48.976 2120-2147/? I/bt_btif_gatt: set_read_value unformat.len = 15
10-05 10:07:49.160 10828-10828/com.gxwtech.roundtrip2 D/RFSpyReader: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD 73 75 62 67 5F 72 66 73 70 79 20 32 2E 32] at t==72498818
10-05 10:07:49.268 2120-2147/? I/bt_btif_gatt: set_read_value unformat.len = 13
10-05 10:07:49.270 10828-10828/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1:180]: RfSpy version (BLE113): ble_rfspy 2.0
10-05 10:07:49.270 10828-10828/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1:183]: RfSpy Radio version (CC110): Version_2_2
10-05 10:07:49.271 10828-10828/com.gxwtech.roundtrip2 I/RileyLinkService: [main] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1:188]: Announcing RileyLink open For business
10-05 10:07:49.271 10828-10828/com.gxwtech.roundtrip2 W/RileyLinkService: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1:169]: MedtronicConst.Intents.RileyLinkReady
10-05 10:07:49.271 10828-10828/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_note_WakingPump
10-05 10:07:49.272 10828-11041/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: About to run task InitializePumpManagerTask
10-05 10:07:49.272 10828-11041/com.gxwtech.roundtrip2 I/InitPumpManagerTask: Setting radio frequency to 916.65MHz
10-05 10:07:49.274 10828-10828/com.gxwtech.roundtrip2 D/BluetoothGatt: setCharacteristicNotification() - uuid: 6e6c7910-b89e-43a5-a0fe-50c5e2b81f4a enable: true
10-05 10:07:49.275 2120-2321/? D/BtGatt.GattService: registerForNotification() - address=88:6B:0F:8E:EC:8D enable: true
10-05 10:07:49.275 2120-2147/? W/bt_btif: notification already registered
10-05 10:07:49.275 2120-2147/? D/BtGatt.GattService: onRegisterForNotifications() - address=null, status=0, registered=1, charUuid=6e6c7910-b89e-43a5-a0fe-50c5e2b81f4a
10-05 10:07:49.276 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:431]: Found descriptor: android.bluetooth.BluetoothGattDescriptor@212ea4b
10-05 10:07:49.276 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:431]: Found descriptor: android.bluetooth.BluetoothGattDescriptor@672cc28
10-05 10:07:49.276 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:431]: Found descriptor: android.bluetooth.BluetoothGattDescriptor@8054d41
10-05 10:07:49.277 10828-10828/com.gxwtech.roundtrip2 D/RFTools: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:431]: Found descriptor: android.bluetooth.BluetoothGattDescriptor@911e2e6
10-05 10:07:49.309 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:49.309 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:49.327 582-591/? I/art: Background partial concurrent mark sweep GC freed 55348(4MB) AllocSpace objects, 7(140KB) LOS objects, 33% free, 30MB/46MB, paused 2.227ms total 156.066ms
10-05 10:07:49.366 10828-10841/com.gxwtech.roundtrip2 W/RFTools: [Binder_3] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:168]: onDescriptorWrite 00002902-0000-1000-8000-00805f9b34fb SUCCESS written: 0100
10-05 10:07:49.374 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72499031
10-05 10:07:49.375 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0B 99 )
10-05 10:07:49.429 32225-32225/? D/Sdl Broadcast Receiver: Check for local router
10-05 10:07:49.429 32225-32225/? D/Sdl Broadcast Receiver: attempting to wake up router service
10-05 10:07:49.445 32517-32517/? I/Sdl Router Service: Received ping, making sure we are listening to bluetooth rfcomm
10-05 10:07:49.447 32517-32517/? D/Sdl Router Service: Service to remain open
10-05 10:07:49.464 10828-10839/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 02
10-05 10:07:49.468 10828-10828/com.gxwtech.roundtrip2 D/RFSpyReader: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72499125
10-05 10:07:49.468 10828-10828/com.gxwtech.roundtrip2 D/RFSpy: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=01 02 )
10-05 10:07:49.507 32517-32517/? I/Sdl Router Service: Ignoring self local router service
10-05 10:07:49.507 32517-32517/? D/Sdl Router Service: All router services have been accounted more. We can start the version check now
10-05 10:07:49.507 32517-32517/? I/Sdl Router Service: Starting up Version Checking
10-05 10:07:49.507 32517-32517/? D/Sdl Router Service: No newer services than 4 found. Starting up bluetooth transport
10-05 10:07:49.607 10828-10872/com.gxwtech.roundtrip2 D/RFTools: [Binder_4] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 03
10-05 10:07:49.715 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:49.715 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:49.723 1087-11055/? I/BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_LAUNCHER_SHORTCUT.
10-05 10:07:49.737 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:49.737 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:49.755 2120-2147/? I/bt_btif_gatt: set_read_value unformat.len = 15
10-05 10:07:49.922 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD 73 75 62 67 5F 72 66 73 70 79 20 32 2E 32] at t==72499579
10-05 10:07:49.922 10828-11041/com.gxwtech.roundtrip2 I/RFSpy: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:175]: writeToData: received radio response. Will decode at upper level
10-05 10:07:50.023 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72499681
10-05 10:07:50.024 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0A 31 )
10-05 10:07:50.098 10828-10839/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 04
10-05 10:07:50.221 1087-10249/? I/EventLogSendingHelper: Sending log events.
10-05 10:07:50.243 2120-2147/? I/bt_btif_gatt: set_read_value unformat.len = 1
10-05 10:07:50.305 1087-10249/? I/OpaEligibilityChecker: send OpaEligibilityChange broadcast to CommonBroadcastReceiver
10-05 10:07:50.313 1087-10249/? I/ModelDownloadListener: Schdedule model download
10-05 10:07:50.336 13279-13510/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33
10-05 10:07:50.338 13279-14142/? I/Icing: IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32
10-05 10:07:50.387 13279-10796/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload true
10-05 10:07:50.406 13279-10796/? I/Icing: Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload true
10-05 10:07:50.422 10828-10828/com.gxwtech.roundtrip2 D/RFSpyReader: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==72500080
10-05 10:07:50.536 2120-2147/? I/bt_btif_gatt: set_read_value unformat.len = 13
10-05 10:07:50.538 10828-10828/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1:180]: RfSpy version (BLE113): ble_rfspy 2.0
10-05 10:07:50.538 10828-10828/com.gxwtech.roundtrip2 D/RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1:183]: RfSpy Radio version (CC110): UnknownVersion
10-05 10:07:50.539 10828-10828/com.gxwtech.roundtrip2 I/RileyLinkService: [main] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService$1:188]: Announcing RileyLink open For business
10-05 10:07:50.539 10828-10828/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-05 10:07:50.539 10828-10828/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-05 10:07:50.540 10828-10828/com.gxwtech.roundtrip2 I/Choreographer: Skipped 137 frames! The application may be doing too much work on its main thread.
10-05 10:07:50.541 10828-10828/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-05 10:07:50.541 10828-10828/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-05 10:07:50.677 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:50.677 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:50.678 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:50.731 2120-2147/? I/bt_btif_gatt: set_read_value unformat.len = 0
10-05 10:07:50.912 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [] at t==72500570
10-05 10:07:51.014 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72500671
10-05 10:07:51.015 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 09 26 )
10-05 10:07:51.029 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 10:07:51.123 10828-10840/com.gxwtech.roundtrip2 D/RFTools: [Binder_2] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 05
10-05 10:07:51.407 1087-11070/? I/BgTaskExecutorImpl: Starting EXCLUSIVE background task UPDATE_HOTWORD_MODELS.
10-05 10:07:51.416 2120-2147/? I/bt_btif_gatt: set_read_value unformat.len = 1
10-05 10:07:51.418 1087-1087/? W/SearchServiceCore: Abort, client detached.
10-05 10:07:51.423 1087-10091/? I/ModelDownloadController: requestHotwordModelUpdate modelType-OK_GOOGLE
10-05 10:07:51.424 1087-10091/? I/ModelDownloadController: Handle the downloaded hotword model
10-05 10:07:51.424 1087-10091/? I/ModelDownloadController: the model is already used
10-05 10:07:51.592 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==72501250
10-05 10:07:51.593 10828-11041/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-05 10:07:51.593 10828-11041/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:280]: Set frequency to 916.65
10-05 10:07:51.695 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72501352
10-05 10:07:51.695 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0C 99 )
10-05 10:07:51.803 10828-10839/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 06
10-05 10:07:52.145 2120-2147/? I/bt_btif_gatt: set_read_value unformat.len = 1
10-05 10:07:52.322 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==72501980
10-05 10:07:52.323 10828-11041/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-05 10:07:52.425 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72502081
10-05 10:07:52.427 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0F 61 )
10-05 10:07:52.441 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 10:07:52.537 10828-10872/com.gxwtech.roundtrip2 D/RFTools: [Binder_4] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 07
10-05 10:07:52.877 2120-2147/? I/bt_btif_gatt: set_read_value unformat.len = 1
10-05 10:07:52.974 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:07:52.979 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:53.053 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==72502710
10-05 10:07:53.053 10828-11041/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-05 10:07:53.155 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72502812
10-05 10:07:53.155 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 10 7E )
10-05 10:07:53.269 10828-10872/com.gxwtech.roundtrip2 D/RFTools: [Binder_4] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 08
10-05 10:07:53.559 2120-2147/? I/bt_btif_gatt: set_read_value unformat.len = 1
10-05 10:07:53.737 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==72503393
10-05 10:07:53.738 10828-11041/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-05 10:07:53.839 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72503496
10-05 10:07:53.840 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 11 15 )
10-05 10:07:53.995 10828-10839/com.gxwtech.roundtrip2 D/RFTools: [Binder_1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE$1:75]: Response Count is 09
10-05 10:07:54.290 2120-2147/? I/bt_btif_gatt: set_read_value unformat.len = 1
10-05 10:07:54.474 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:66]: Got data [DD] at t==72504130
10-05 10:07:54.475 10828-11041/com.gxwtech.roundtrip2 W/RFSpy: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:169]: writeToData: RileyLink reports OK
10-05 10:07:54.476 10828-11041/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:121]: Waking pump...
10-05 10:07:54.491 10828-11041/com.gxwtech.roundtrip2 I/MedtronicUtil: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpMedtronic.util.MedtronicUtil:228]: A7 37 97 44 8D 00
10-05 10:07:54.596 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72504252
10-05 10:07:54.598 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=16 05 00 C8 00 00 00 00 61 A8 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-05 10:07:54.681 2120-2245/? E/bt_att: value resp op_code = ATT_RSP_PREPARE_WRITE len = 22
10-05 10:07:54.831 2120-2245/? E/bt_att: value resp op_code = ATT_RSP_PREPARE_WRITE len = 9
10-05 10:07:54.846 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 10:07:55.199 1087-10990/? I/EventLogSendingHelper: Sending log events.
10-05 10:07:55.211 1087-1087/? I/WorkerManager: dispose()
10-05 10:07:55.227 582-593/? I/ActivityManager: Killing 457:com.google.android.deskclock/u0a14 (adj 15): empty #17
10-05 10:07:55.254 582-739/? D/GraphicsStats: Buffer count: 6
10-05 10:07:58.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:07:58.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:07:58.497 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:08:01.542 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171739113, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:08:02.979 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:08:02.979 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:08:03.479 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60038, nettype: -1
10-05 10:08:05.757 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 10:08:05.757 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 10:08:06.701 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 10:08:08.075 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:08:08.075 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:08:08.529 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:08:11.653 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171749223, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_PROBE}
10-05 10:08:12.974 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:08:12.974 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:08:13.072 10675-10701/? W/CrashLoopRemedyLog: unable to delete remedy log, instaCrash: true
10-05 10:08:18.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:08:18.073 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:08:19.578 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:08:22.593 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:08:22.979 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:08:22.979 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:08:22.987 582-739/? D/WifiService: acquireWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8d6943e}
10-05 10:08:23.578 582-1576/? D/WifiService: releaseWifiLockLocked: WifiLock{NlpWifiLock type=2 binder=android.os.BinderProxy@8d6943e}
10-05 10:08:23.580 13267-14541/? I/Places: Converted 11 out of 12 WiFi scans
10-05 10:08:23.631 13267-11028/? I/GCoreUlr: Successfully inserted 1 locations
10-05 10:08:23.702 582-27543/? D/NetlinkSocketObserver: NeighborEvent{elapsedMs=171761273, 192.168.1.1, [8C3BAD2B7CF8], RTM_NEWNEIGH, NUD_STALE}
10-05 10:08:27.576 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72537233
10-05 10:08:27.577 10828-11041/com.gxwtech.roundtrip2 E/RFSpy: [pool-3-thread-1] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:160]: writeToData: No response from RileyLink
10-05 10:08:27.578 10828-11041/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:126]: wakeup: raw response is
10-05 10:08:27.583 10828-11041/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:73]: Sent:A7 37 97 44 8D 00
10-05 10:08:27.685 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72537342
10-05 10:08:27.686 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=16 05 00 00 00 00 00 00 07 D0 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-05 10:08:27.700 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 10:08:28.074 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:08:28.075 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:08:28.075 2120-2245/? E/bt_att: value resp op_code = ATT_RSP_PREPARE_WRITE len = 22
10-05 10:08:28.173 2120-2245/? E/bt_att: value resp op_code = ATT_RSP_PREPARE_WRITE len = 9
10-05 10:08:30.442 582-3972/? I/ActivityManager: Killing 6383:com.google.android.apps.magazines/u0a38 (adj 15): empty #17
10-05 10:08:32.974 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:08:32.974 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:08:37.929 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72547585
10-05 10:08:37.931 10828-11041/com.gxwtech.roundtrip2 E/RFSpy: [pool-3-thread-1] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:160]: writeToData: No response from RileyLink
10-05 10:08:37.934 10828-11041/com.gxwtech.roundtrip2 W/RileyLinkCommunicationManager: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:85]: Response is invalid. !!!
10-05 10:08:37.935 10828-11041/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:89]: Received:
10-05 10:08:37.937 10828-11041/com.gxwtech.roundtrip2 W/MedtronicCommunicationManager: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpMedtronic.comm.MedtronicCommunicationManager:481]: Pump Model: Invalid response.
10-05 10:08:37.939 10828-11041/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:73]: Sent:A7 37 97 44 8D 00
10-05 10:08:38.045 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72547701
10-05 10:08:38.047 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=16 05 00 00 00 00 00 00 0F A0 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-05 10:08:38.062 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 10:08:38.075 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:08:38.076 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:08:38.362 2120-2245/? E/bt_att: value resp op_code = ATT_RSP_PREPARE_WRITE len = 22
10-05 10:08:38.753 2120-2245/? E/bt_att: value resp op_code = ATT_RSP_PREPARE_WRITE len = 9
10-05 10:08:38.767 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 10:08:42.980 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:08:42.980 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:08:48.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:08:48.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:08:48.372 582-624/? W/qcom_sensors_hal: hal_sensor1_data_cb: SENSOR1_MSG_TYPE_BROKEN_PIPE
10-05 10:08:48.468 11193-11193/? E/Diag_Lib: Diag_LSM_Init: Failed to open handle to diag driver, error = 2
10-05 10:08:48.469 11193-11193/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 10:08:48.469 11193-11193/? E/Sensors: sns_fsa_la.c(386):fsa: fflush failed, 9
10-05 10:08:48.494 11193-11195/? W/Sensors: sns_smr_la.c(446):smr_la: smr_apps_la_thread_main is starting, fd=11, sns_smr.en_rx_msg_ptr=b6fbca04
10-05 10:08:48.502 11193-11197/? W/Sensors: sns_sam_app.c(6827):sns_sam_reg_algo: Registering algo service 16, err 0
10-05 10:08:48.522 11193-11199/? E/Sensors: sns_debug_main.c(565):Debug Config File missing in EFS!
10-05 10:08:48.536 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:08:49.022 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:08:49.032 195-611/? D/audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: none)
10-05 10:08:49.032 195-611/? D/ACDB-LOADER: ACDB -> send_afe_cal
10-05 10:08:49.032 195-611/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
10-05 10:08:49.039 195-611/? D/audio_hw_primary: enable_audio_route: apply and update mixer path: low-latency-playback
10-05 10:08:49.079 1573-1573/? W/Binder_9: type=1400 audit(0.0:715105): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:49.079 1573-1573/? W/Binder_9: type=1400 audit(0.0:715106): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:50.451 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72560108
10-05 10:08:50.452 10828-11041/com.gxwtech.roundtrip2 E/RFSpy: [pool-3-thread-1] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:160]: writeToData: No response from RileyLink
10-05 10:08:50.452 10828-11041/com.gxwtech.roundtrip2 W/RileyLinkCommunicationManager: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:85]: Response is invalid. !!!
10-05 10:08:50.453 10828-11041/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [pool-3-thread-1] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:89]: Received:
10-05 10:08:50.453 10828-11041/com.gxwtech.roundtrip2 W/MedtronicCommunicationManager: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpMedtronic.comm.MedtronicCommunicationManager:481]: Pump Model: Invalid response.
10-05 10:08:50.454 10828-11041/com.gxwtech.roundtrip2 W/RileyLinkUtil: [pool-3-thread-1] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: PumpConnectorReady
10-05 10:08:50.454 10828-11041/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_PUMP_pumpFound
10-05 10:08:50.455 10828-11041/com.gxwtech.roundtrip2 D/RTServiceIPC: Service sending message to null: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotificationnote: com.gxwtech.roundtrip2.IPC.MSG_note_Idle
10-05 10:08:50.455 10828-11041/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: Finishing task InitializePumpManagerTask
10-05 10:08:50.455 10828-11041/com.gxwtech.roundtrip2 V/ServiceTaskExecutor: About to run task InitializePumpManagerTask
10-05 10:08:50.455 10828-11041/com.gxwtech.roundtrip2 I/InitPumpManagerTask: Setting radio frequency to 916.65MHz
10-05 10:08:50.463 10828-10828/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-05 10:08:50.464 10828-10828/com.gxwtech.roundtrip2 D/RTServiceClient: Client received IPC message, bouncing to local: com.gxwtech.roundtrip2.IPC.MSG_ServiceNotification
10-05 10:08:50.556 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72560214
10-05 10:08:50.557 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0B 99 )
10-05 10:08:50.690 582-1161/? I/ActivityManager: START u0 {cmp=com.gxwtech.roundtrip2/.SettingsActivity} from uid 10153 on display 0
10-05 10:08:50.697 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:08:50.761 3972-3972/? W/Binder_F: type=1400 audit(0.0:715107): avc: denied { ioctl } for path="socket:[1166856]" dev="sockfs" ino=1166856 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:50.761 3972-3972/? W/Binder_F: type=1400 audit(0.0:715108): avc: denied { ioctl } for path="socket:[1166856]" dev="sockfs" ino=1166856 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:50.943 582-600/? I/ActivityManager: Displayed com.gxwtech.roundtrip2/.SettingsActivity: +238ms
10-05 10:08:50.931 2277-2277/? W/Binder_E: type=1400 audit(0.0:715109): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:50.931 2277-2277/? W/Binder_E: type=1400 audit(0.0:715110): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:50.989 10828-10854/com.gxwtech.roundtrip2 D/OpenGLRenderer: endAllStagingAnimators on 0xb371c700 (ListView) with handle 0xa03bcbd0
10-05 10:08:52.258 582-753/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cmp=com.gxwtech.roundtrip2/.SettingsActivity (has extras)} from uid 10153 on display 0
10-05 10:08:52.266 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:08:52.303 195-611/? D/AudioFlinger: mixer(0xb4140000) throttle end: throttle time(4)
10-05 10:08:52.372 1586-1586/? W/Binder_C: type=1400 audit(0.0:715111): avc: denied { ioctl } for path="socket:[1166858]" dev="sockfs" ino=1166858 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:52.372 1586-1586/? W/Binder_C: type=1400 audit(0.0:715112): avc: denied { ioctl } for path="socket:[1166858]" dev="sockfs" ino=1166858 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:52.574 582-600/? I/ActivityManager: Displayed com.gxwtech.roundtrip2/.SettingsActivity: +297ms
10-05 10:08:52.562 3972-3972/? W/Binder_F: type=1400 audit(0.0:715113): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:52.562 3972-3972/? W/Binder_F: type=1400 audit(0.0:715114): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:52.656 10828-10854/com.gxwtech.roundtrip2 D/OpenGLRenderer: endAllStagingAnimators on 0x9d3e0100 (ListView) with handle 0xa03bc2e0
10-05 10:08:52.972 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:08:52.972 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:08:53.180 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 60
10-05 10:08:54.836 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:08:54.905 1571-1571/? W/Binder_7: type=1400 audit(0.0:715115): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:54.905 1571-1571/? W/Binder_7: type=1400 audit(0.0:715116): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:57.258 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:08:57.327 1571-1571/? W/Binder_7: type=1400 audit(0.0:715117): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:57.327 1571-1571/? W/Binder_7: type=1400 audit(0.0:715118): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:57.357 3973-3973/? W/Binder_10: type=1400 audit(0.0:715119): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:57.357 3973-3973/? W/Binder_10: type=1400 audit(0.0:715120): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:08:58.073 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:08:58.073 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:08:58.347 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72568003
10-05 10:08:58.347 10828-11041/com.gxwtech.roundtrip2 E/RFSpy: [pool-3-thread-1] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:160]: writeToData: No response from RileyLink
10-05 10:08:58.448 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72568105
10-05 10:08:58.448 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 0A 31 )
10-05 10:09:00.257 10828-10828/com.gxwtech.roundtrip2 D/RTServiceClient: client sending message: unknown
10-05 10:09:00.259 10828-10828/com.gxwtech.roundtrip2 D/RTServiceIPC: handleMessage: Received message { when=-3ms what=66 target=com.gxwtech.roundtrip2.RoundtripService.RileyLinkIPCConnection$IncomingHandler }
10-05 10:09:00.259 10828-10828/com.gxwtech.roundtrip2 D/RTServiceIPC: Service received IPC messagecom.gxwtech.roundtrip2.IPC.MSG_ServiceCommand
10-05 10:09:00.266 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:09:00.276 10828-10828/com.gxwtech.roundtrip2 E/RileyLinkMedtronicService: [main] ERROR [info.nightscout.androidaps.plugins.PumpMedtronic.service.RileyLinkMedtronicService:362]: Failed to handle pump command: WakeAndTune
10-05 10:09:00.302 195-611/? D/AudioFlinger: mixer(0xb4140000) throttle end: throttle time(4)
10-05 10:09:02.219 582-655/? D/ConnectivityService: updateNetworkScore for NetworkAgentInfo [WIFI () - 234] to 56
10-05 10:09:02.972 32517-32611/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:09:02.972 32517-32611/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:09:03.462 195-611/? D/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
10-05 10:09:03.462 195-611/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
10-05 10:09:03.483 1823-1876/? D/GlnkService: onTimingHandler1, uTime: 60003, nettype: -1
10-05 10:09:03.518 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:09:03.521 582-593/? I/ActivityManager: START u0 {cmp=com.gxwtech.roundtrip2/.ShowAAPS2Activity} from uid 10153 on display 0
10-05 10:09:03.528 195-611/? D/audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: none)
10-05 10:09:03.528 195-611/? D/ACDB-LOADER: ACDB -> send_afe_cal
10-05 10:09:03.528 195-611/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
10-05 10:09:03.530 195-611/? D/audio_hw_primary: enable_audio_route: apply and update mixer path: low-latency-playback
10-05 10:09:03.596 195-611/? D/AudioFlinger: mixer(0xb4140000) throttle end: throttle time(10)
10-05 10:09:03.613 753-753/? W/Binder_4: type=1400 audit(0.0:715121): avc: denied { ioctl } for path="socket:[1166865]" dev="sockfs" ino=1166865 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:09:03.613 753-753/? W/Binder_4: type=1400 audit(0.0:715122): avc: denied { ioctl } for path="socket:[1166865]" dev="sockfs" ino=1166865 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:09:03.777 582-600/? I/ActivityManager: Displayed com.gxwtech.roundtrip2/.ShowAAPS2Activity: +242ms
10-05 10:09:03.773 593-593/? W/Binder_2: type=1400 audit(0.0:715123): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:09:03.773 593-593/? W/Binder_2: type=1400 audit(0.0:715124): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:09:03.783 1586-1586/? W/Binder_C: type=1400 audit(0.0:715125): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:09:03.783 1586-1586/? W/Binder_C: type=1400 audit(0.0:715126): avc: denied { ioctl } for path="socket:[1163467]" dev="sockfs" ino=1163467 ioctlcmd=7704 scontext=u:r:system_server:s0 tcontext=u:r:system_server:s0 tclass=unix_stream_socket permissive=0
10-05 10:09:03.894 10828-10854/com.gxwtech.roundtrip2 D/OpenGLRenderer: endAllStagingAnimators on 0xaed1dc00 (RippleDrawable) with handle 0xa0169050
10-05 10:09:03.897 10828-10828/com.gxwtech.roundtrip2 W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection
10-05 10:09:03.898 10828-10828/com.gxwtech.roundtrip2 W/IInputConnectionWrapper: getSelectedText on inactive InputConnection
10-05 10:09:03.901 10828-10828/com.gxwtech.roundtrip2 W/IInputConnectionWrapper: getTextAfterCursor on inactive InputConnection
10-05 10:09:03.914 14143-14143/? I/LatinIme: initialize() : Language = en-US
10-05 10:09:03.925 14143-14143/? I/Delight5Facilitator: initializeForIme() : Locale = [en_US]
10-05 10:09:03.946 14143-14143/? I/LatinIme: onActivate() : EditorInfo = Package = com.gxwtech.roundtrip2 : Type = Text : Learning = Disable : Suggestion = Show : AutoCorrection = Disable : Microphone = Show : NoPersonalizedLearning = Disable
10-05 10:09:04.024 10828-10828/com.gxwtech.roundtrip2 W/IInputConnectionWrapper: beginBatchEdit on inactive InputConnection
10-05 10:09:04.027 10828-10828/com.gxwtech.roundtrip2 W/IInputConnectionWrapper: endBatchEdit on inactive InputConnection
10-05 10:09:04.086 14143-16449/? W/native: neural_spatial_model.cc:382 Output symbol table doesn't contain symbol: @
10-05 10:09:04.090 14143-16449/? W/native: neural_spatial_model.cc:382 Output symbol table doesn't contain symbol: &
10-05 10:09:04.180 14143-16449/? I/native: dynamic-oov-words.cc:212 AddPendingWords: 361 -> 0 61 ms
10-05 10:09:04.376 14143-14143/? W/VoiceImeTranscriptor: UIME feature enabled: true
10-05 10:09:04.380 14143-14143/? W/VoiceImeTranscriptor: UIME feature enabled: true
10-05 10:09:04.393 14143-14143/? I/PopupSearchCandidate: Cannot set candidate widths at this time: keyboardWidth is 0
10-05 10:09:04.404 14143-14143/? I/Conv2QueryExtension: Current locale: en_US, config allows these locales: de,en,fr,it,es,pt
10-05 10:09:04.404 14143-14143/? I/Conv2QueryExtension: Conv2Query not enabled due to current app [com.gxwtech.roundtrip2] not in whitelist
10-05 10:09:04.404 14143-14143/? I/Conv2QueryExtension: onActivate() : Disabled by unsupported host app
10-05 10:09:04.447 14143-14143/? W/VoiceImeTranscriptor: UIME feature enabled: true
10-05 10:09:04.451 14143-14143/? I/PhenotypeExpConfig: refreshConfiguration() : Force = false : UpdateAvailable = true : Age = 2854 minutes : MaxAge = 720 minutes
10-05 10:09:04.453 14143-14143/? I/LatinIme: onDeactivate()
10-05 10:09:04.466 14143-14143/? I/Choreographer: Skipped 40 frames! The application may be doing too much work on its main thread.
10-05 10:09:04.578 14143-14143/? I/FeaturePermissions: onSharedPreferenceChanged() : Key = pref_key_last_ping_time : Feature = null
10-05 10:09:04.599 14143-14143/? I/FeaturePermissions: onSharedPreferenceChanged() : Key = pref_key_latest_ime_activation_time : Feature = null
10-05 10:09:04.600 14143-14143/? I/FeaturePermissions: onSharedPreferenceChanged() : Key = latest_activation_time : Feature = null
10-05 10:09:04.604 14143-14143/? W/InputMethodService: Window size has been changed. This may cause jankiness of resizing window: -1 -> -2
10-05 10:09:05.757 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: BlockingExecutor com.google.android.finsky.bo.ad@63dc4d5[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 3]
10-05 10:09:05.758 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: LightweightExecutor com.google.android.finsky.bo.ad@c03e4ea[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 10]
10-05 10:09:05.865 195-611/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
10-05 10:09:05.869 10828-11238/com.gxwtech.roundtrip2 I/ShowAAPS2Activity: [Thread-3726] INFO [com.gxwtech.roundtrip2.ShowAAPS2Activity$4:393]: start Action: Get Model
10-05 10:09:05.870 10828-11238/com.gxwtech.roundtrip2 I/RileyLinkCommunicationManager: [Thread-3726] INFO [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkCommunicationManager:73]: Sent:A7 37 97 44 8D 00
10-05 10:09:05.971 10828-11238/com.gxwtech.roundtrip2 D/RFSpyReader: [Thread-3726] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72575628
10-05 10:09:05.972 10828-11238/com.gxwtech.roundtrip2 D/RFSpy: [Thread-3726] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=16 05 00 00 00 00 00 00 07 D0 00 A9 68 D6 65 6D 34 68 D5 55 6A A5 00 )
10-05 10:09:06.145 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72575802
10-05 10:09:06.145 10828-11041/com.gxwtech.roundtrip2 E/RFSpy: [pool-3-thread-1] ERROR [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:160]: writeToData: No response from RileyLink
10-05 10:09:06.246 10828-11041/com.gxwtech.roundtrip2 D/RFSpyReader: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpyReader:69]: Got data [null] at t==72575904
10-05 10:09:06.247 10828-11041/com.gxwtech.roundtrip2 D/RFSpy: [pool-3-thread-1] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RFSpy:136]: writeToData (raw=03 06 09 26 )
10-05 10:09:06.343 2120-2245/? E/bt_att: value resp op_code = ATT_RSP_PREPARE_WRITE len = 22
10-05 10:09:06.350 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 10:09:06.587 2120-2245/? E/bt_att: value resp op_code = ATT_RSP_PREPARE_WRITE len = 9
10-05 10:09:06.701 1362-1400/? I/Finsky: [2891] com.google.android.finsky.bo.ac.run(5): Stats for Executor: bgExecutor com.google.android.finsky.bo.ad@463f3db[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]
10-05 10:09:06.745 2120-2151/? E/bt_osi_alarm: reschedule_root_alarm alarm expiration too close for posix timers, switching to guns
10-05 10:09:08.072 32225-32404/? D/AppMonet/BidManager: syncing bidmanager with pool
10-05 10:09:08.072 32225-32404/? D/AppMonet/PubSubService: Message Topic -> cleanUpBids
10-05 10:09:08.536 582-653/? D/WifiStateMachine: starting scan for "371"WPA_PSK with 5240,2432
10-05 10:09:09.051 195-611/? D/audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
10-05 10:09:09.051 195-611/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
10-05 10:09:09.456 14143-14310/? I/PhenotypeIme: FetchConfigurationTask.fetchConfiguration() : com.google.android.inputmethod.latin
10-05 10:09:09.685 14143-14310/? I/PhenotypeIme: FetchConfigurationTask.fetchConfiguration() : ConfigurationsResult = Persisted
10-05 10:09:09.687 14143-14772/? I/Delight5Facilitator: Running email language model loader
10-05 10:09:09.689 14143-14143/? I/PillRateLimit: initializeCounters(): saving current preferencesVersion: 1, lastPreferencesVersion: 1
10-05 10:09:09.689 14143-14143/? I/PillRateLimit: initializeCounters(): restored saved counter: prefKeyForCandidateType: pref_key_dynamic_rate_limit_impressions_MAKE_A_GIF, type: MAKE_A_GIF, savedImpressions: 0
10-05 10:09:09.689 14143-14143/? I/PillRateLimit: initializeCounters(): restored typeToImpressionsWithoutClick: {MAKE_A_GIF=0}
10-05 10:09:09.692 14143-14143/? I/EmojiSuperpacksManager: triggerSync() : isBundled = false
10-05 10:09:09.693 14143-11245/? I/SuperDelight: initializeDelightSuperpacks()
10-05 10:09:09.693 14143-11245/? I/SuperDelight: getDelightMetadataUriAndVersion(): Defaults : 20180801 : https://www.gstatic.com/android/keyboard/dictionarypack/Regal-normal/metadata.json
10-05 10:09:09.696 14143-14143/? I/EmojiSuperpacksManager: Already registered manifest for emoji
10-05 10:09:09.726 14143-14310/? I/PhenotypeIme: FetchConfigurationTask.fetchConfiguration() : Success after 270 ms
10-05 10:09:09.734 14143-11245/? I/SuperDelight: initializeOverridesSuperpacks()
10-05 10:09:09.742 14143-14143/? I/FeaturePermissions: onSharedPreferenceChanged() : Key = pref_key_email_count : Feature = null
10-05 10:09:09.745 14143-14346/? I/SP: Syncing emoji, version: 6
10-05 10:09:09.746 14143-14395/? I/Conv2QueryExtension: updateCandidateProvider(): isC2QAsynchronouslyTriggered: false
10-05 10:09:09.751 14143-11251/? I/SuperDelight: SuperDelightManager#registerAndUpgradeSuperpacks(delight): current 20180801, required 20180801
10-05 10:09:09.754 14143-14143/? I/C2QSuperpacksManager: Got updated phenotype flags.
10-05 10:09:09.760 14143-11253/? I/SuperDelight: SuperDelightManager#syncOverridesLanguageModels(): Superpack delight_overrides not found or negative version provided
10-05 10:09:09.779 14143-14346/? I/EmojiSlicingStrategy: matchEnabledLocalesWithPa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment