Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on adding current cell location #214

Closed
de-es opened this issue Apr 8, 2019 · 3 comments
Closed

Crash on adding current cell location #214

de-es opened this issue Apr 8, 2019 · 3 comments

Comments

@de-es
Copy link

de-es commented Apr 8, 2019

When I click on the "Add current cell location" icon in the condition or event settings, Easer crashes.

03-30 10:21:31.338 31568 31568 E AndroidRuntime: FATAL EXCEPTION: main
03-30 10:21:31.338 31568 31568 E AndroidRuntime: Process: ryey.easer, PID: 31568
03-30 10:21:31.338 31568 31568 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.Object.toString()' on a null object reference
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.ArrayAdapter.createViewFromResource(ArrayAdapter.java:409)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.ArrayAdapter.getView(ArrayAdapter.java:371)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.AbsListView.obtainView(AbsListView.java:2378)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.ListView.measureHeightOfChildren(ListView.java:1326)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.ListView.onMeasure(ListView.java:1233)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.View.measure(View.java:19861)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.support.constraint.ConstraintLayout.a(Unknown Source)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.support.constraint.ConstraintLayout.onMeasure(Unknown Source)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.View.measure(View.java:19861)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6083)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.View.measure(View.java:19861)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6083)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.View.measure(View.java:19861)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.support.v7.widget.AlertDialogLayout.c(Unknown Source)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.support.v7.widget.AlertDialogLayout.onMeasure(Unknown Source)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.View.measure(View.java:19861)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6083)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.support.v7.widget.ContentFrameLayout.onMeasure(Unknown Source)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.View.measure(View.java:19861)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6083)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.View.measure(View.java:19861)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6083)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.View.measure(View.java:19861)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6083)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1464)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.LinearLayout.measureVertical(LinearLayout.java:758)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.LinearLayout.onMeasure(LinearLayout.java:640)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.View.measure(View.java:19861)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6083)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at com.android.internal.policy.DecorView.onMeasure(DecorView.java:692)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.View.measure(View.java:19861)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:2275)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1339)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1619)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1254)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6344)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.Choreographer$CallbackRecord.run(Choreographer.java:874)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.Choreographer.doCallbacks(Choreographer.java:686)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.Choreographer.doFrame(Choreographer.java:621)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:860)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.os.Handler.handleCallback(Handler.java:751)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:95)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:154)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:6186)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Native Method)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
03-30 10:21:31.338 31568 31568 E AndroidRuntime: 	at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:107)

Easer v0.7.3 (F-Droid v100), Android 7.1.2 (Lineage 14.1)

This was definitely working before for a long time. I did a quick check in v.0.7.2 (F-Droid v94) which is working alright.

@Tank-Missile
Copy link

Having the same issue when trying to add a cell location to an event.

1555276901829,2019.04.14 17:21:41.829,ASSERT,PRETTY_LOGGER,======Easer started======
1555276901834,2019.04.14 17:21:41.834,INFO,PRETTY_LOGGER,NotificationEventListenerService onCreate()
1555276901837,2019.04.14 17:21:41.837,INFO,PRETTY_LOGGER,InterruptionFilterSwitcherService onCreate()
1555276904236,2019.04.14 17:21:44.236,ASSERT,PRETTY_LOGGER,======Easer started======
1555276904238,2019.04.14 17:21:44.238,INFO,PRETTY_LOGGER,NotificationEventListenerService onCreate()
1555276904241,2019.04.14 17:21:44.241,INFO,PRETTY_LOGGER,InterruptionFilterSwitcherService onCreate()
1555276911748,2019.04.14 17:21:51.748,INFO,PRETTY_LOGGER,NotificationEventListenerService onDestroy()
1555276911749,2019.04.14 17:21:51.749,INFO,PRETTY_LOGGER,NotificationEventListenerService onCreate()
1555276911758,2019.04.14 17:21:51.758,INFO,PRETTY_LOGGER,InterruptionFilterSwitcherService onDestroy()
1555276911759,2019.04.14 17:21:51.759,INFO,PRETTY_LOGGER,InterruptionFilterSwitcherService onCreate()
1555276914155,2019.04.14 17:21:54.155,INFO,PRETTY_LOGGER,NotificationEventListenerService onDestroy()
1555276914157,2019.04.14 17:21:54.157,INFO,PRETTY_LOGGER,NotificationEventListenerService onCreate()
1555276914160,2019.04.14 17:21:54.160,INFO,PRETTY_LOGGER,InterruptionFilterSwitcherService onDestroy()
1555276914163,2019.04.14 17:21:54.163,INFO,PRETTY_LOGGER,InterruptionFilterSwitcherService onCreate()
1555276920523,2019.04.14 17:22:00.523,VERBOSE,PRETTY_LOGGER,[EHService] onCreate()
1555276920540,2019.04.14 17:22:00.540,INFO,PRETTY_LOGGER,[EHService] created
1555276920550,2019.04.14 17:22:00.550,VERBOSE,PRETTY_LOGGER,ProfileLoaderService onCreate()
1555276920551,2019.04.14 17:22:00.551,DEBUG,PRETTY_LOGGER,[RemotePluginCommunicationHelper] begin()
1555276920573,2019.04.14 17:22:00.573,VERBOSE,PRETTY_LOGGER,[EHService]  onServiceConnected: ComponentInfo{ryey.easer/ryey.easer.core.ConditionHolderService}
1555276920576,2019.04.14 17:22:00.576,VERBOSE,PRETTY_LOGGER,[EHService:mSetTriggers] setting triggers
1555276920577,2019.04.14 17:22:00.577,VERBOSE,PRETTY_LOGGER,[EHService:mSetTriggers] waiting for ConditionVariable for CHBinder
1555276920577,2019.04.14 17:22:00.577,VERBOSE,PRETTY_LOGGER,[EHService:mSetTriggers] ConditionVariable for CHBinder met
1555276920578,2019.04.14 17:22:00.578,DEBUG,PRETTY_LOGGER,[EHService:mSetTriggers] triggers have been set
1555276920578,2019.04.14 17:22:00.578,VERBOSE,PRETTY_LOGGER,[EHService]  onServiceConnected: ComponentInfo{ryey.easer/ryey.easer.core.ProfileLoaderService}
1555276920643,2019.04.14 17:22:00.643,ASSERT,PRETTY_LOGGER,======Easer started======
1555276920671,2019.04.14 17:22:00.671,DEBUG,PRETTY_LOGGER,queryPlugin size 0
1555276920672,2019.04.14 17:22:00.672,DEBUG,PRETTY_LOGGER,[RemotePluginCommunicationHelper:ryey.easer.core.ProfileLoaderService@47d6746] onServiceConnected
1555276931909,2019.04.14 17:22:11.909,DEBUG,PRETTY_LOGGER,[EventListFragment] reloadList()
1555276931910,2019.04.14 17:22:11.910,VERBOSE,PRETTY_LOGGER,[EventListFragment] All item: []
1555276931910,2019.04.14 17:22:11.910,DEBUG,PRETTY_LOGGER,[EventListFragment] : no item
1555276933119,2019.04.14 17:22:13.119,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276933119,2019.04.14 17:22:13.119,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276933137,2019.04.14 17:22:13.137,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276933137,2019.04.14 17:22:13.137,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276933157,2019.04.14 17:22:13.157,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276933158,2019.04.14 17:22:13.158,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276935026,2019.04.14 17:22:15.026,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276935026,2019.04.14 17:22:15.026,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276935750,2019.04.14 17:22:15.750,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276935751,2019.04.14 17:22:15.751,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276937172,2019.04.14 17:22:17.172,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276937173,2019.04.14 17:22:17.173,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276937953,2019.04.14 17:22:17.953,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276937954,2019.04.14 17:22:17.954,DEBUG,PRETTY_LOGGER,[FillDataJob] tick on 0
1555276939804,2019.04.14 17:22:19.804,ASSERT,PRETTY_LOGGER,======Easer started======
1555276939882,2019.04.14 17:22:19.882,DEBUG,PRETTY_LOGGER,[EventListFragment] reloadList()
1555276939883,2019.04.14 17:22:19.883,VERBOSE,PRETTY_LOGGER,[EventListFragment] All item: []
1555276939883,2019.04.14 17:22:19.883,DEBUG,PRETTY_LOGGER,[EventListFragment] : no item
1555276939899,2019.04.14 17:22:19.899,VERBOSE,PRETTY_LOGGER,[EHService] onCreate()
1555276939913,2019.04.14 17:22:19.913,INFO,PRETTY_LOGGER,[EHService] created
1555276939915,2019.04.14 17:22:19.915,INFO,PRETTY_LOGGER,InterruptionFilterSwitcherService onCreate()
1555276939918,2019.04.14 17:22:19.918,INFO,PRETTY_LOGGER,NotificationEventListenerService onCreate()
1555276940111,2019.04.14 17:22:20.111,VERBOSE,PRETTY_LOGGER,ProfileLoaderService onCreate()
1555276940112,2019.04.14 17:22:20.112,DEBUG,PRETTY_LOGGER,[RemotePluginCommunicationHelper] begin()
1555276940133,2019.04.14 17:22:20.133,DEBUG,PRETTY_LOGGER,queryPlugin size 0
1555276940193,2019.04.14 17:22:20.193,VERBOSE,PRETTY_LOGGER,[EHService]  onServiceConnected: ComponentInfo{ryey.easer/ryey.easer.core.ConditionHolderService}
1555276940194,2019.04.14 17:22:20.194,VERBOSE,PRETTY_LOGGER,[EHService:mSetTriggers] setting triggers
1555276940194,2019.04.14 17:22:20.194,VERBOSE,PRETTY_LOGGER,[EHService:mSetTriggers] waiting for ConditionVariable for CHBinder
1555276940195,2019.04.14 17:22:20.195,VERBOSE,PRETTY_LOGGER,[EHService:mSetTriggers] ConditionVariable for CHBinder met
1555276940195,2019.04.14 17:22:20.195,DEBUG,PRETTY_LOGGER,[EHService:mSetTriggers] triggers have been set
1555276940196,2019.04.14 17:22:20.196,VERBOSE,PRETTY_LOGGER,[EHService]  onServiceConnected: ComponentInfo{ryey.easer/ryey.easer.core.ProfileLoaderService}
1555276940213,2019.04.14 17:22:20.213,DEBUG,PRETTY_LOGGER,[RemotePluginCommunicationHelper:ryey.easer.core.ProfileLoaderService@4513258] onServiceConnected
1555276944966,2019.04.14 17:22:24.966,ASSERT,PRETTY_LOGGER,======Easer started======
1555276944969,2019.04.14 17:22:24.969,INFO,PRETTY_LOGGER,NotificationEventListenerService onCreate()
1555276944972,2019.04.14 17:22:24.972,INFO,PRETTY_LOGGER,InterruptionFilterSwitcherService onCreate()
1555276954805,2019.04.14 17:22:34.805,INFO,PRETTY_LOGGER,NotificationEventListenerService onDestroy()
1555276954810,2019.04.14 17:22:34.810,INFO,PRETTY_LOGGER,NotificationEventListenerService onCreate()
1555276954814,2019.04.14 17:22:34.814,INFO,PRETTY_LOGGER,InterruptionFilterSwitcherService onDestroy()
1555276954815,2019.04.14 17:22:34.815,INFO,PRETTY_LOGGER,InterruptionFilterSwitcherService onCreate()

@somethingGoneWrong
Copy link

same here [pixel - lineage os 16 - android 9]:

2019-04-17 17:24:01.173 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:01.174 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:01.174 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:01.174 20486-20486/ryey.easer D/PRETTY_LOGGER: │ b.a  (null:45)
2019-04-17 17:24:01.174 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b$c.b  (null:10)
2019-04-17 17:24:01.174 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:01.174 20486-20486/ryey.easer D/PRETTY_LOGGER: │ {event control=state control}
2019-04-17 17:24:01.174 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:01.174 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:01.175 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:01.175 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:01.175 20486-20486/ryey.easer D/PRETTY_LOGGER: │ b.a  (null:45)
2019-04-17 17:24:01.175 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b$c.b  (null:10)
2019-04-17 17:24:01.175 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:01.175 20486-20486/ryey.easer D/PRETTY_LOGGER: │ {event control=state control}
2019-04-17 17:24:01.175 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:01.175 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:01.176 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:01.176 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:01.176 20486-20486/ryey.easer D/PRETTY_LOGGER: │ b.a  (null:45)
2019-04-17 17:24:01.176 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b$c.b  (null:10)
2019-04-17 17:24:01.176 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:01.176 20486-20486/ryey.easer D/PRETTY_LOGGER: │ {event control=state control}
2019-04-17 17:24:01.176 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:01.176 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:01.177 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:01.177 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:01.177 20486-20486/ryey.easer D/PRETTY_LOGGER: │ b.a  (null:45)
2019-04-17 17:24:01.177 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b$c.b  (null:10)
2019-04-17 17:24:01.177 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:01.177 20486-20486/ryey.easer D/PRETTY_LOGGER: │ {event control=state control}
2019-04-17 17:24:01.177 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:01.227 478-1699/? D/SurfaceFlinger: duplicate layer name: changing ryey.easer/ryey.easer.core.ui.MainActivity to ryey.easer/ryey.easer.core.ui.MainActivity#1
2019-04-17 17:24:01.266 670-670/? D/QCOM PowerHAL: LAUNCH HINT: OFF
2019-04-17 17:24:01.274 951-1046/system_process I/ActivityManager: Displayed ryey.easer/.core.ui.MainActivity: +144ms
2019-04-17 17:24:01.434 478-623/? W/SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen ryey.easer#0
2019-04-17 17:24:01.434 478-623/? W/SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen ryey.easer#0
2019-04-17 17:24:01.667 478-543/? W/SurfaceFlinger: Attempting to set client state on removed layer: Surface(name=AppWindowToken{4582f3 token=Token{2b46162 ActivityRecord{ed9082d u0 ryey.easer/.core.ui.MainActivity t100}}})/@0x6fbc886 - animation-leash#0
2019-04-17 17:24:01.667 478-543/? W/SurfaceFlinger: Attempting to set client state on removed layer: Surface(name=AppWindowToken{187cade token=Token{cb27a19 ActivityRecord{f07c560 u0 com.android.launcher3/.lineage.LineageLauncher t34}}})/@0xdff2125 - animation-leash#0
2019-04-17 17:24:01.668 478-543/? W/SurfaceFlinger: Attempting to destroy on removed layer: Surface(name=AppWindowToken{4582f3 token=Token{2b46162 ActivityRecord{ed9082d u0 ryey.easer/.core.ui.MainActivity t100}}})/@0x6fbc886 - animation-leash#0
2019-04-17 17:24:01.668 478-543/? W/SurfaceFlinger: Attempting to destroy on removed layer: Surface(name=AppWindowToken{187cade token=Token{cb27a19 ActivityRecord{f07c560 u0 com.android.launcher3/.lineage.LineageLauncher t34}}})/@0xdff2125 - animation-leash#0
2019-04-17 17:24:02.188 20486-20675/ryey.easer D/OpenGLRenderer: endAllActiveAnimators on 0x71a7f34b00 (RippleDrawable) with handle 0x71a7bffb20
2019-04-17 17:24:02.357 478-1655/? W/SurfaceFlinger: Attempting to set client state on removed layer: ryey.easer/ryey.easer.core.ui.MainActivity#0
2019-04-17 17:24:02.357 478-1655/? W/SurfaceFlinger: Attempting to destroy on removed layer: ryey.easer/ryey.easer.core.ui.MainActivity#0
2019-04-17 17:24:02.372 478-1655/? W/SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - Task=100#0
2019-04-17 17:24:02.372 478-1655/? W/SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - Task=100#0
2019-04-17 17:24:04.620 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.620 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.620 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.621 20486-20486/ryey.easer D/PRETTY_LOGGER: │ a.onResume  (null:3)
2019-04-17 17:24:04.621 20486-20486/ryey.easer D/PRETTY_LOGGER: │    a.e  (null:19)
2019-04-17 17:24:04.621 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.621 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [ScriptListFragment] reloadList()
2019-04-17 17:24:04.621 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.623 20486-20486/ryey.easer V/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.623 20486-20486/ryey.easer V/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.623 20486-20486/ryey.easer V/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.623 20486-20486/ryey.easer V/PRETTY_LOGGER: │ a.onResume  (null:3)
2019-04-17 17:24:04.623 20486-20486/ryey.easer V/PRETTY_LOGGER: │    a.e  (null:51)
2019-04-17 17:24:04.623 20486-20486/ryey.easer V/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.623 20486-20486/ryey.easer V/PRETTY_LOGGER: │ [ScriptListFragment] All item: [ryey.easer.core.ui.data.a$b@e6a33b8]
2019-04-17 17:24:04.623 20486-20486/ryey.easer V/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.624 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.624 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.624 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.624 20486-20486/ryey.easer D/PRETTY_LOGGER: │ a.onResume  (null:3)
2019-04-17 17:24:04.624 20486-20486/ryey.easer D/PRETTY_LOGGER: │    a.e  (null:110)
2019-04-17 17:24:04.624 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.624 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [ScriptListFragment] : has item
2019-04-17 17:24:04.624 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.722 820-931/? D/QC-time-services: Lib:time_genoff_operation: pargs->base = 12
2019-04-17 17:24:04.722 820-931/? D/QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
2019-04-17 17:24:04.722 820-931/? D/QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1555514644000
2019-04-17 17:24:04.722 526-537/? D/QC-time-services: Daemon: Connection accepted:time_genoff
2019-04-17 17:24:04.723 820-931/? D/QC-time-services: Lib:time_genoff_operation: Send to server  passed!!
2019-04-17 17:24:04.734 526-21618/? D/QC-time-services: Daemon:Received base = 12, unit = 1, operation = 0,value = 1555514644000
2019-04-17 17:24:04.734 526-21618/? D/QC-time-services: Daemon:genoff_opr: Base = 12, val = 1555514644000, operation = 0
2019-04-17 17:24:04.734 526-21618/? D/QC-time-services: Daemon:Value read from QTimer mseconds = 374733145
2019-04-17 17:24:04.734 526-21618/? D/QC-time-services: Daemon:Value read from RTC mseconds on boot = 4560628000
2019-04-17 17:24:04.735 526-21618/? D/QC-time-services: Daemon:Delta read on boot mseconds = 4560613428
2019-04-17 17:24:04.735 526-21618/? D/QC-time-services: Daemon:new time 1555514644000 
2019-04-17 17:24:04.735 526-21618/? D/QC-time-services: Daemon: delta 1550579297427 genoff 1550579297427 
2019-04-17 17:24:04.735 526-21618/? D/QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1550579297427 to memory
2019-04-17 17:24:04.735 526-21618/? D/QC-time-services: Daemon:Opening File: /data/time/ats_12
2019-04-17 17:24:04.735 526-21618/? D/QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation 
2019-04-17 17:24:04.745 526-537/? E/QC-time-services: Daemon: Time-services: Waiting to acceptconnection
2019-04-17 17:24:04.745 820-931/? E/QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0
2019-04-17 17:24:04.745 820-931/? D/QC-time-services: Lib:time_genoff_operation: pargs->base = 13
2019-04-17 17:24:04.745 820-931/? D/QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
2019-04-17 17:24:04.745 820-931/? D/QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1555514644000
2019-04-17 17:24:04.745 526-537/? D/QC-time-services: Daemon: Connection accepted:time_genoff
2019-04-17 17:24:04.748 526-21626/? D/QC-time-services: Daemon:Received base = 13, unit = 1, operation = 0,value = 1555514644000
2019-04-17 17:24:04.748 526-21626/? D/QC-time-services: Daemon:genoff_opr: Base = 13, val = 1555514644000, operation = 0
2019-04-17 17:24:04.748 526-21626/? D/QC-time-services: Daemon:Value read from QTimer mseconds = 374733158
2019-04-17 17:24:04.748 526-21626/? D/QC-time-services: Daemon:Value read from RTC mseconds on boot = 4560628000
2019-04-17 17:24:04.748 526-21626/? D/QC-time-services: Daemon:Delta read on boot mseconds = 4560613428
2019-04-17 17:24:04.748 526-21626/? D/QC-time-services: Daemon:new time 1555514644000 
2019-04-17 17:24:04.748 526-21626/? D/QC-time-services: Daemon: delta 1550579297414 genoff 1550579297414 
2019-04-17 17:24:04.748 526-21626/? D/QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1550579297414 to memory
2019-04-17 17:24:04.748 526-21626/? D/QC-time-services: Daemon:Opening File: /data/time/ats_13
2019-04-17 17:24:04.748 526-21626/? D/QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation 
2019-04-17 17:24:04.748 820-931/? D/QC-time-services: Lib:time_genoff_operation: Send to server  passed!!
2019-04-17 17:24:04.752 526-537/? E/QC-time-services: Daemon: Time-services: Waiting to acceptconnection
2019-04-17 17:24:04.752 820-931/? E/QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0
2019-04-17 17:24:04.757 951-1659/system_process D/AlarmManagerService: Kernel timezone updated to -120 minutes west of GMT
2019-04-17 17:24:04.763 951-7719/system_process D/AlarmManagerService: Setting time of day to sec=1555514644
2019-04-17 17:24:04.010 951-7719/system_process W/AlarmManagerService: Unable to set rtc to 1555514644: Invalid argument
2019-04-17 17:24:04.036 1611-1611/com.android.phone D/ServiceStateProvider: subId=1
2019-04-17 17:24:04.082 1611-1611/com.android.phone D/ServiceStateProvider: subId=1
2019-04-17 17:24:04.085 1611-1794/com.android.phone D/DcNetworkAgent: NetworkAgent: Changed from [ Transports: CELLULAR Capabilities: MMS&SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED Unwanted:  LinkUpBandwidth>=384Kbps LinkDnBandwidth>=384Kbps Specifier: <1>] to [ Transports: CELLULAR Capabilities: MMS&SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>], Data RAT=14, mApnSetting=[ApnSettingV5] Iliad, 373, 22250, iliad, , http://mms.iliad-italia.it, , , , -1, default | supl | mms, IP, IP, true, 0, 0, 0, false, 0, 0, 0, 0, , , false, 0, 0
2019-04-17 17:24:04.086 951-1418/system_process D/ConnectivityService: NetworkAgentInfo [MOBILE (LTE) - 146] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTED
2019-04-17 17:24:04.101 1611-1611/com.android.phone D/TelephonyProvider: subIdString = 1 subId = 1
2019-04-17 17:24:04.841 951-7952/system_process I/ActivityManager: START u0 {cmp=ryey.easer/.core.ui.data.condition.EditConditionActivity (has extras)} from uid 10111
2019-04-17 17:24:04.202 1611-1611/com.android.phone I/chatty: uid=1001(radio) com.android.phone identical 8 lines
2019-04-17 17:24:04.214 1611-1611/com.android.phone D/TelephonyProvider: subIdString = 1 subId = 1
2019-04-17 17:24:04.844 670-670/? D/QCOM PowerHAL: LAUNCH HINT: ON
2019-04-17 17:24:04.847 670-670/? D/QCOM PowerHAL: Activity launch hint handled
2019-04-17 17:24:04.861 20486-20486/ryey.easer W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@dfd0032
2019-04-17 17:24:04.916 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.917 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.917 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.917 20486-20486/ryey.easer D/PRETTY_LOGGER: │ c.a  (null:11)
2019-04-17 17:24:04.917 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:04.917 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.917 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 1
2019-04-17 17:24:04.917 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.920 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.920 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.920 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.920 20486-20486/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:3)
2019-04-17 17:24:04.920 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:04.920 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.920 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:04.920 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.921 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.921 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.921 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.921 20486-20486/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:8)
2019-04-17 17:24:04.921 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:04.921 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.921 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:04.921 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.926 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.926 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.926 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.926 20486-20486/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:3)
2019-04-17 17:24:04.926 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:04.926 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.926 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:04.926 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.926 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.927 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.927 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.927 20486-20486/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:8)
2019-04-17 17:24:04.927 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:04.927 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.927 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:04.927 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.934 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:3)
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:8)
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:04.935 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.943 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:3)
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:8)
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:04.944 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.974 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.975 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.975 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.975 20486-20486/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:3)
2019-04-17 17:24:04.975 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:04.975 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.975 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:04.975 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.975 20486-20486/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:04.976 20486-20486/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:04.976 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.976 20486-20486/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:8)
2019-04-17 17:24:04.976 20486-20486/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:04.976 20486-20486/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:04.976 20486-20486/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:04.976 20486-20486/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:05.055 1448-1448/com.android.inputmethod.latin I/LatinIME: Starting input. Cursor position = 0,0
2019-04-17 17:24:05.300 670-670/? D/QCOM PowerHAL: LAUNCH HINT: OFF
2019-04-17 17:24:09.328 20486-21645/ryey.easer E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #3
    Process: ryey.easer, PID: 20486
    java.lang.RuntimeException: An error occurred while executing doInBackground()
        at android.os.AsyncTask$3.done(AsyncTask.java:354)
        at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
        at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
        at java.util.concurrent.FutureTask.run(FutureTask.java:271)
        at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:764)
     Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
        at ryey.easer.plugins.b.e$b.a(Unknown Source:14)
        at ryey.easer.plugins.b.e$b.doInBackground(Unknown Source:2)
        at android.os.AsyncTask$2.call(AsyncTask.java:333)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245) 
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 
        at java.lang.Thread.run(Thread.java:764) 
2019-04-17 17:24:09.332 951-1659/system_process W/ActivityManager:   Force finishing activity ryey.easer/.core.ui.data.condition.EditConditionActivity
2019-04-17 17:24:09.341 20486-21645/ryey.easer I/Process: Sending signal. PID: 20486 SIG: 9
2019-04-17 17:24:09.362 951-7952/system_process I/WindowManager: WIN DEATH: Window{829466a u0 ryey.easer/ryey.easer.core.ui.MainActivity}
2019-04-17 17:24:09.362 951-7719/system_process D/NotificationListeners: Removing active service ComponentInfo{ryey.easer/ryey.easer.plugins.operation.ringer_mode.InterruptionFilterSwitcherService}
2019-04-17 17:24:09.362 951-8102/system_process D/NotificationListeners: Removing active service ComponentInfo{ryey.easer/ryey.easer.plugins.operation.media_control.MediaControlHelperNotificationListenerService}
2019-04-17 17:24:09.363 951-968/system_process D/NotificationListeners: Removing active service ComponentInfo{ryey.easer/ryey.easer.plugins.event.notification.NotificationEventListenerService}
2019-04-17 17:24:09.364 951-951/system_process V/NotificationListeners: notification listener connection lost: ComponentInfo{ryey.easer/ryey.easer.plugins.operation.ringer_mode.InterruptionFilterSwitcherService}
2019-04-17 17:24:09.364 951-951/system_process V/NotificationListeners: notification listener connection lost: ComponentInfo{ryey.easer/ryey.easer.plugins.event.notification.NotificationEventListenerService}
2019-04-17 17:24:09.364 951-951/system_process V/NotificationListeners: notification listener connection lost: ComponentInfo{ryey.easer/ryey.easer.plugins.operation.media_control.MediaControlHelperNotificationListenerService}
2019-04-17 17:24:09.368 951-3916/system_process I/WindowManager: WIN DEATH: Window{3b6c004 u0 ryey.easer/ryey.easer.core.ui.data.condition.EditConditionActivity}
2019-04-17 17:24:09.368 951-7719/system_process I/ActivityManager: Process ryey.easer (pid 20486) has died: fore TOP 
2019-04-17 17:24:09.368 951-1050/system_process W/libprocessgroup: kill(-20486, 9) failed: No such process
2019-04-17 17:24:09.370 951-7719/system_process W/ActivityManager: Scheduling restart of crashed service ryey.easer/.plugins.operation.ringer_mode.InterruptionFilterSwitcherService in 1000ms
2019-04-17 17:24:09.370 951-7719/system_process W/ActivityManager: Scheduling restart of crashed service ryey.easer/.core.log.ActivityLogService in 10999ms
2019-04-17 17:24:09.370 951-7719/system_process W/ActivityManager: Scheduling restart of crashed service ryey.easer/.plugins.event.notification.NotificationEventListenerService in 20998ms
2019-04-17 17:24:09.371 951-7719/system_process W/ActivityManager: Scheduling restart of crashed service ryey.easer/.plugins.operation.media_control.MediaControlHelperNotificationListenerService in 30998ms
2019-04-17 17:24:09.379 478-1655/? W/SurfaceFlinger: Attempting to set client state on removed layer: ryey.easer/ryey.easer.core.ui.data.condition.EditConditionActivity#0
2019-04-17 17:24:09.379 478-1655/? W/SurfaceFlinger: Attempting to destroy on removed layer: ryey.easer/ryey.easer.core.ui.data.condition.EditConditionActivity#0
2019-04-17 17:24:09.383 951-1074/system_process W/ActivityManager: setHasOverlayUi called on unknown pid: 20486
2019-04-17 17:24:09.401 951-1049/system_process I/ActivityManager: Start proc 21648:ryey.easer/u0a111 for activity ryey.easer/.core.ui.MainActivity
2019-04-17 17:24:09.412 951-1050/system_process W/libprocessgroup: kill(-20486, 9) failed: No such process
2019-04-17 17:24:09.420 635-635/? I/Zygote: Process 20486 exited due to signal (9)
2019-04-17 17:24:09.436 21648-21655/? E/ryey.easer: Unable to peek into adb socket due to error. Closing socket.: Connection reset by peer
2019-04-17 17:24:09.455 951-1050/system_process W/libprocessgroup: kill(-20486, 9) failed: No such process
2019-04-17 17:24:09.456 951-1050/system_process I/libprocessgroup: Successfully killed process cgroup uid 10111 pid 20486 in 87ms
2019-04-17 17:24:09.479 21648-21648/? A/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.479 21648-21648/? A/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:09.479 21648-21648/? A/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.479 21648-21648/? A/PRETTY_LOGGER: │ Instrumentation.callApplicationOnCreate  (Instrumentation.java:1154)
2019-04-17 17:24:09.479 21648-21648/? A/PRETTY_LOGGER: │    EaserApplication.onCreate  (null:79)
2019-04-17 17:24:09.479 21648-21648/? A/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.479 21648-21648/? A/PRETTY_LOGGER: │ ======Easer started======
2019-04-17 17:24:09.479 21648-21648/? A/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.508 21648-21648/? D/OpenGLRenderer: Skia GL Pipeline
2019-04-17 17:24:09.518 21648-21648/? D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.518 21648-21648/? D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:09.518 21648-21648/? D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.518 21648-21648/? D/PRETTY_LOGGER: │ b.a  (null:45)
2019-04-17 17:24:09.518 21648-21648/? D/PRETTY_LOGGER: │    b$c.b  (null:10)
2019-04-17 17:24:09.518 21648-21648/? D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.518 21648-21648/? D/PRETTY_LOGGER: │ {event control=state control}
2019-04-17 17:24:09.518 21648-21648/? D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.519 21648-21648/? D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.519 21648-21648/? D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:09.519 21648-21648/? D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.519 21648-21648/? D/PRETTY_LOGGER: │ b.a  (null:45)
2019-04-17 17:24:09.519 21648-21648/? D/PRETTY_LOGGER: │    b$c.b  (null:10)
2019-04-17 17:24:09.519 21648-21648/? D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.519 21648-21648/? D/PRETTY_LOGGER: │ {event control=state control}
2019-04-17 17:24:09.519 21648-21648/? D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.520 21648-21648/? D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.520 21648-21648/? D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:09.520 21648-21648/? D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.520 21648-21648/? D/PRETTY_LOGGER: │ b.a  (null:45)
2019-04-17 17:24:09.520 21648-21648/? D/PRETTY_LOGGER: │    b$c.b  (null:10)
2019-04-17 17:24:09.520 21648-21648/? D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.520 21648-21648/? D/PRETTY_LOGGER: │ {event control=state control}
2019-04-17 17:24:09.520 21648-21648/? D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.520 21648-21648/? D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.521 21648-21648/? D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:09.521 21648-21648/? D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.521 21648-21648/? D/PRETTY_LOGGER: │ b.a  (null:45)
2019-04-17 17:24:09.521 21648-21648/? D/PRETTY_LOGGER: │    b$c.b  (null:10)
2019-04-17 17:24:09.521 21648-21648/? D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.521 21648-21648/? D/PRETTY_LOGGER: │ {event control=state control}
2019-04-17 17:24:09.521 21648-21648/? D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.562 21648-21648/? D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.563 21648-21648/? D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:09.563 21648-21648/? D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.563 21648-21648/? D/PRETTY_LOGGER: │ a.onResume  (null:3)
2019-04-17 17:24:09.563 21648-21648/? D/PRETTY_LOGGER: │    a.e  (null:19)
2019-04-17 17:24:09.564 21648-21648/? D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.564 21648-21648/? D/PRETTY_LOGGER: │ [ScriptListFragment] reloadList()
2019-04-17 17:24:09.564 21648-21648/? D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.565 21648-21648/? V/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.565 21648-21648/? V/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:09.565 21648-21648/? V/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.565 21648-21648/? V/PRETTY_LOGGER: │ a.onResume  (null:3)
2019-04-17 17:24:09.565 21648-21648/? V/PRETTY_LOGGER: │    a.e  (null:51)
2019-04-17 17:24:09.565 21648-21648/? V/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.565 21648-21648/? V/PRETTY_LOGGER: │ [ScriptListFragment] All item: [ryey.easer.core.ui.data.a$b@a8990c8]
2019-04-17 17:24:09.565 21648-21648/? V/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.565 21648-21648/? D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.566 21648-21648/? D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:09.566 21648-21648/? D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.566 21648-21648/? D/PRETTY_LOGGER: │ a.onResume  (null:3)
2019-04-17 17:24:09.566 21648-21648/? D/PRETTY_LOGGER: │    a.e  (null:110)
2019-04-17 17:24:09.566 21648-21648/? D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.566 21648-21648/? D/PRETTY_LOGGER: │ [ScriptListFragment] : has item
2019-04-17 17:24:09.566 21648-21648/? D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.570 21648-21648/? I/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.571 21648-21648/? I/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:09.571 21648-21648/? I/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.571 21648-21648/? I/PRETTY_LOGGER: │ ActivityThread.handleCreateService  (ActivityThread.java:3570)
2019-04-17 17:24:09.571 21648-21648/? I/PRETTY_LOGGER: │    InterruptionFilterSwitcherService.onCreate  (null:5)
2019-04-17 17:24:09.571 21648-21648/? I/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.571 21648-21648/? I/PRETTY_LOGGER: │ InterruptionFilterSwitcherService onCreate()
2019-04-17 17:24:09.571 21648-21648/? I/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.576 21648-21648/? I/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.576 21648-21648/? I/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:09.576 21648-21648/? I/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.576 21648-21648/? I/PRETTY_LOGGER: │ ActivityThread.handleCreateService  (ActivityThread.java:3570)
2019-04-17 17:24:09.576 21648-21648/? I/PRETTY_LOGGER: │    NotificationEventListenerService.onCreate  (null:5)
2019-04-17 17:24:09.576 21648-21648/? I/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:09.576 21648-21648/? I/PRETTY_LOGGER: │ NotificationEventListenerService onCreate()
2019-04-17 17:24:09.576 21648-21648/? I/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:09.593 21648-21668/? I/Adreno: QUALCOMM build                   : d7977ce, Ife855c4895
    Build Date                       : 08/21/18
    OpenGL ES Shader Compiler Version: EV031.25.00.00
    Local Branch                     : master
    Remote Branch                    : 
    Remote Branch                    : 
    Reconstruct Branch               : 
2019-04-17 17:24:09.593 21648-21668/? I/Adreno: Build Config                     : S L 4.0.10 AArch64
2019-04-17 17:24:09.600 21648-21668/? I/Adreno: PFP: 0x005ff110, ME: 0x005ff066
2019-04-17 17:24:09.605 21648-21668/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
2019-04-17 17:24:09.605 21648-21668/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2019-04-17 17:24:09.606 21648-21668/? I/OpenGLRenderer: Initialized EGL, version 1.4
2019-04-17 17:24:09.607 21648-21668/? D/OpenGLRenderer: Swap behavior 1
2019-04-17 17:24:09.623 478-543/? D/SurfaceFlinger: duplicate layer name: changing ryey.easer/ryey.easer.core.ui.MainActivity to ryey.easer/ryey.easer.core.ui.MainActivity#1
2019-04-17 17:24:09.851 478-623/? D/SurfaceFlinger: duplicate layer name: changing Surface(name=f16a0ef ryey.easer/ryey.easer.core.ui.MainActivity)/@0x48bbee7 - animation-leash to Surface(name=f16a0ef ryey.easer/ryey.easer.core.ui.MainActivity)/@0x48bbee7 - animation-leash#1
2019-04-17 17:24:09.857 478-623/? W/SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen ryey.easer#0
2019-04-17 17:24:09.857 478-623/? W/SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen ryey.easer#0
2019-04-17 17:24:10.691 21648-21668/ryey.easer D/OpenGLRenderer: endAllActiveAnimators on 0x71b779b800 (RippleDrawable) with handle 0x71a8ca7820
2019-04-17 17:24:10.859 478-547/? W/SurfaceFlinger: Attempting to set client state on removed layer: ryey.easer/ryey.easer.core.ui.MainActivity#0
2019-04-17 17:24:10.859 478-547/? W/SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - Task=100#0
2019-04-17 17:24:10.859 478-547/? W/SurfaceFlinger: Attempting to destroy on removed layer: ryey.easer/ryey.easer.core.ui.MainActivity#0
2019-04-17 17:24:10.859 478-547/? W/SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - Task=100#0
2019-04-17 17:24:11.454 951-3916/system_process I/ActivityManager: START u0 {cmp=ryey.easer/.core.ui.data.condition.EditConditionActivity (has extras)} from uid 10111
2019-04-17 17:24:11.457 670-670/? D/QCOM PowerHAL: LAUNCH HINT: ON
2019-04-17 17:24:11.459 670-670/? D/QCOM PowerHAL: Activity launch hint handled
2019-04-17 17:24:11.475 21648-21648/ryey.easer W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@3ae685d
2019-04-17 17:24:11.532 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.532 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:11.532 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.532 21648-21648/ryey.easer D/PRETTY_LOGGER: │ c.a  (null:11)
2019-04-17 17:24:11.532 21648-21648/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:11.532 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.532 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 1
2019-04-17 17:24:11.532 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.536 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.536 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:11.536 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.536 21648-21648/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:3)
2019-04-17 17:24:11.536 21648-21648/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:11.536 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.536 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:11.536 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.537 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.537 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:11.537 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.537 21648-21648/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:8)
2019-04-17 17:24:11.537 21648-21648/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:11.537 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.537 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:11.537 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.542 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.542 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:11.542 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.542 21648-21648/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:3)
2019-04-17 17:24:11.542 21648-21648/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:11.542 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.542 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:11.542 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.543 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.543 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:11.543 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.543 21648-21648/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:8)
2019-04-17 17:24:11.543 21648-21648/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:11.543 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.543 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:11.543 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.550 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:3)
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:8)
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:11.551 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.560 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.560 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:11.560 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.560 21648-21648/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:3)
2019-04-17 17:24:11.560 21648-21648/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:11.560 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.560 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:11.560 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.560 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.560 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:11.561 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.561 21648-21648/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:8)
2019-04-17 17:24:11.561 21648-21648/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:11.561 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.561 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:11.561 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.585 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.585 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:11.585 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.585 21648-21648/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:3)
2019-04-17 17:24:11.585 21648-21648/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:11.585 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.585 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:11.585 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.585 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.586 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:11.586 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.586 21648-21648/ryey.easer D/PRETTY_LOGGER: │ c.onViewCreated  (null:8)
2019-04-17 17:24:11.586 21648-21648/ryey.easer D/PRETTY_LOGGER: │    b.a  (null:21)
2019-04-17 17:24:11.586 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:11.586 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [FillDataJob] tick on 0
2019-04-17 17:24:11.586 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:11.662 1448-1448/com.android.inputmethod.latin I/LatinIME: Starting input. Cursor position = 0,0
2019-04-17 17:24:11.913 670-670/? D/QCOM PowerHAL: LAUNCH HINT: OFF
2019-04-17 17:24:12.543 21648-21676/ryey.easer E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #3
    Process: ryey.easer, PID: 21648
    java.lang.RuntimeException: An error occurred while executing doInBackground()
        at android.os.AsyncTask$3.done(AsyncTask.java:354)
        at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
        at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
        at java.util.concurrent.FutureTask.run(FutureTask.java:271)
        at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:764)
     Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference
        at ryey.easer.plugins.b.e$b.a(Unknown Source:14)
        at ryey.easer.plugins.b.e$b.doInBackground(Unknown Source:2)
        at android.os.AsyncTask$2.call(AsyncTask.java:333)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245) 
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 
        at java.lang.Thread.run(Thread.java:764) 
2019-04-17 17:24:12.561 951-8102/system_process W/ActivityManager:   Force finishing activity ryey.easer/.core.ui.data.condition.EditConditionActivity
2019-04-17 17:24:12.573 951-1048/system_process I/ActivityManager: Showing crash dialog for package ryey.easer u0
2019-04-17 17:24:12.574 478-547/? D/SurfaceFlinger: duplicate layer name: changing ryey.easer/ryey.easer.core.ui.data.condition.EditConditionActivity to ryey.easer/ryey.easer.core.ui.data.condition.EditConditionActivity#1
2019-04-17 17:24:12.594 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:12.595 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:12.595 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:12.595 21648-21648/ryey.easer D/PRETTY_LOGGER: │ a.onResume  (null:3)
2019-04-17 17:24:12.595 21648-21648/ryey.easer D/PRETTY_LOGGER: │    a.e  (null:19)
2019-04-17 17:24:12.595 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:12.595 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [ScriptListFragment] reloadList()
2019-04-17 17:24:12.595 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:12.596 21648-21648/ryey.easer V/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:12.596 21648-21648/ryey.easer V/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:12.596 21648-21648/ryey.easer V/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:12.596 21648-21648/ryey.easer V/PRETTY_LOGGER: │ a.onResume  (null:3)
2019-04-17 17:24:12.596 21648-21648/ryey.easer V/PRETTY_LOGGER: │    a.e  (null:51)
2019-04-17 17:24:12.596 21648-21648/ryey.easer V/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:12.596 21648-21648/ryey.easer V/PRETTY_LOGGER: │ [ScriptListFragment] All item: [ryey.easer.core.ui.data.a$b@a5237e4]
2019-04-17 17:24:12.596 21648-21648/ryey.easer V/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:12.597 21648-21648/ryey.easer D/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:12.597 21648-21648/ryey.easer D/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:12.597 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:12.597 21648-21648/ryey.easer D/PRETTY_LOGGER: │ a.onResume  (null:3)
2019-04-17 17:24:12.597 21648-21648/ryey.easer D/PRETTY_LOGGER: │    a.e  (null:110)
2019-04-17 17:24:12.597 21648-21648/ryey.easer D/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:12.597 21648-21648/ryey.easer D/PRETTY_LOGGER: │ [ScriptListFragment] : has item
2019-04-17 17:24:12.597 21648-21648/ryey.easer D/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:12.617 951-3407/system_process I/OpenGLRenderer: Initialized EGL, version 1.4
2019-04-17 17:24:12.617 951-3407/system_process D/OpenGLRenderer: Swap behavior 1
2019-04-17 17:24:12.626 478-543/? D/SurfaceFlinger: duplicate layer name: changing Surface(name=90e2aa7 ryey.easer/ryey.easer.core.ui.data.condition.EditConditionActivity)/@0x98c1d1c - animation-leash to Surface(name=90e2aa7 ryey.easer/ryey.easer.core.ui.data.condition.EditConditionActivity)/@0x98c1d1c - animation-leash#1
2019-04-17 17:24:12.630 478-543/? D/SurfaceFlinger: duplicate layer name: changing Surface(name=Dim Layer for - Task=100)/@0xab4f3b4 - animation-leash to Surface(name=Dim Layer for - Task=100)/@0xab4f3b4 - animation-leash#1
2019-04-17 17:24:12.641 21648-21668/ryey.easer D/OpenGLRenderer: endAllActiveAnimators on 0x71a8b63700 (RippleDrawable) with handle 0x71a8c40c40
2019-04-17 17:24:12.811 478-623/? W/SurfaceFlinger: Attempting to set client state on removed layer: ryey.easer/ryey.easer.core.ui.data.condition.EditConditionActivity#1
2019-04-17 17:24:12.812 478-623/? W/SurfaceFlinger: Attempting to destroy on removed layer: ryey.easer/ryey.easer.core.ui.data.condition.EditConditionActivity#1
2019-04-17 17:24:12.824 478-547/? W/SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - Task=100#0
2019-04-17 17:24:12.824 478-547/? W/SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - Task=100#0
2019-04-17 17:24:13.556 951-1048/system_process D/AutofillManager: No AutofillClient for android on context android.app.ContextImpl@f032d7c
2019-04-17 17:24:13.624 951-8102/system_process W/ActivityManager:   Force finishing activity ryey.easer/.core.ui.MainActivity
2019-04-17 17:24:13.625 951-3407/system_process D/OpenGLRenderer: endAllActiveAnimators on 0x7199711e00 (RippleDrawable) with handle 0x71a2b00f80
2019-04-17 17:24:13.653 951-8102/system_process E/ActivityManager: Found activity ActivityRecord{ed9082d u0 ryey.easer/.core.ui.MainActivity t-1 f} in proc activity list using null instead of expected ProcessRecord{f93f203 21648:ryey.easer/u0a111}
2019-04-17 17:24:13.672 951-8102/system_process I/ActivityManager: Killing 21648:ryey.easer/u0a111 (adj 100): crash
2019-04-17 17:24:13.673 951-1050/system_process W/libprocessgroup: kill(-21648, 9) failed: No such process
2019-04-17 17:24:13.674 951-951/system_process V/NotificationListeners: notification listener connection lost: ComponentInfo{ryey.easer/ryey.easer.plugins.operation.ringer_mode.InterruptionFilterSwitcherService}
2019-04-17 17:24:13.674 951-951/system_process W/NotificationListeners: notification listener binding died: ComponentInfo{ryey.easer/ryey.easer.plugins.operation.ringer_mode.InterruptionFilterSwitcherService}
2019-04-17 17:24:13.676 951-951/system_process V/NotificationListeners: notification listener connection lost: ComponentInfo{ryey.easer/ryey.easer.plugins.event.notification.NotificationEventListenerService}
2019-04-17 17:24:13.676 951-951/system_process W/NotificationListeners: notification listener binding died: ComponentInfo{ryey.easer/ryey.easer.plugins.event.notification.NotificationEventListenerService}
2019-04-17 17:24:13.677 951-951/system_process V/NotificationListeners: notification listener connection lost: ComponentInfo{ryey.easer/ryey.easer.plugins.operation.media_control.MediaControlHelperNotificationListenerService}
2019-04-17 17:24:13.677 951-951/system_process W/NotificationListeners: notification listener binding died: ComponentInfo{ryey.easer/ryey.easer.plugins.operation.media_control.MediaControlHelperNotificationListenerService}
2019-04-17 17:24:13.677 951-3916/system_process W/ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10017?v=7&cv=9 pkg=com.google.android.googlequicksearchbox } U=0: not found
2019-04-17 17:24:13.702 951-8102/system_process D/NotificationListeners: Removing active service ComponentInfo{ryey.easer/ryey.easer.plugins.operation.ringer_mode.InterruptionFilterSwitcherService}
2019-04-17 17:24:13.702 951-3916/system_process D/NotificationListeners: Removing active service ComponentInfo{ryey.easer/ryey.easer.plugins.operation.media_control.MediaControlHelperNotificationListenerService}
2019-04-17 17:24:13.703 951-7952/system_process I/WindowManager: WIN DEATH: Window{4e674da u0 ryey.easer/ryey.easer.core.ui.MainActivity EXITING}
2019-04-17 17:24:13.703 951-9460/system_process D/NotificationListeners: Removing active service ComponentInfo{ryey.easer/ryey.easer.plugins.event.notification.NotificationEventListenerService}
2019-04-17 17:24:13.716 951-1050/system_process W/libprocessgroup: kill(-21648, 9) failed: No such process
2019-04-17 17:24:13.718 478-1655/? W/SurfaceFlinger: Attempting to destroy on removed layer: 4e674da ryey.easer/ryey.easer.core.ui.MainActivity#0
2019-04-17 17:24:13.723 635-635/? I/Zygote: Process 21648 exited due to signal (9)
2019-04-17 17:24:13.732 951-1074/system_process W/ActivityManager: setHasOverlayUi called on unknown pid: 21648
2019-04-17 17:24:13.761 951-1050/system_process W/libprocessgroup: kill(-21648, 9) failed: No such process
2019-04-17 17:24:13.761 951-1050/system_process I/libprocessgroup: Successfully killed process cgroup uid 10111 pid 21648 in 87ms
2019-04-17 17:24:13.816 478-543/? W/SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - mAboveAppWindowsContainers#0
2019-04-17 17:24:13.816 478-543/? W/SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - mAboveAppWindowsContainers#0
2019-04-17 17:24:13.818 951-1349/system_process E/AppOps: Operation not started: uid=1000 pkg=android op=SYSTEM_ALERT_WINDOW
2019-04-17 17:24:13.821 478-623/? W/SurfaceFlinger: Attempting to destroy on removed layer: f879720 Application Error: ryey.easer#0
2019-04-17 17:24:14.322 951-1066/system_process D/AutofillManagerService: Close system dialogs
2019-04-17 17:24:14.325 951-1378/system_process I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher3/.lineage.LineageLauncher (has extras)} from uid 1000
2019-04-17 17:24:14.338 1461-1461/com.android.systemui V/StatusBar: mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{14d2177 V.ED..... ........ 0,0-1080,57} canPanelBeCollapsed(): false
2019-04-17 17:24:14.339 1461-1461/com.android.systemui I/vol.Events: writeEvent dismiss_dialog volume_controller
2019-04-17 17:24:14.504 951-962/system_process I/system_server: Background concurrent copying GC freed 105996(5MB) AllocSpace objects, 141(5MB) LOS objects, 42% free, 14MB/25MB, paused 125us total 128.005ms
2019-04-17 17:24:15.479 951-1379/system_process D/WindowManager: powerPress: eventTime=147134662 interactive=true count=1 beganFromNonInteractive=false mShortPressOnPowerBehavior=1
2019-04-17 17:24:15.479 951-1379/system_process I/PowerManagerService: Going to sleep due to power button (uid 1000)...
2019-04-17 17:24:15.480 951-951/system_process W/UsageStatsService: Event reported without a package name
2019-04-17 17:24:15.492 1461-1649/com.android.systemui W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 9989
2019-04-17 17:24:15.494 644-904/? D/audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
2019-04-17 17:24:15.500 833-833/? D/fpc_fingerprint_hal: fpc_get_authenticator_id
2019-04-17 17:24:15.501 951-951/system_process V/FingerprintService: startAuthentication(com.android.systemui)
2019-04-17 17:24:15.501 951-951/system_process V/FingerprintService: starting client AuthenticationClient(com.android.systemui), initiatedByClient = true
2019-04-17 17:24:15.504 1461-1461/com.android.systemui I/vol.Events: writeEvent dismiss_dialog volume_controller
2019-04-17 17:24:15.505 644-2164/? I/ACDB-LOADER: ACDB AFE returned = -19
2019-04-17 17:24:15.505 2068-2072/? E/ANDR-PERF-OPTSHANDLER: Warning: Resource [2, 0] not supported for core 1. Instead use resource for core 0
2019-04-17 17:24:15.505 2068-2072/? E/ANDR-PERF-RESOURCEQS: Failed to apply optimization [2, 2, 0]
2019-04-17 17:24:15.505 644-2164/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
2019-04-17 17:24:15.505 644-2164/? D/audio_hw_primary: enable_snd_device: snd_device(2: speaker)
2019-04-17 17:24:15.505 644-2164/? D/audio_route: Apply path: speaker
2019-04-17 17:24:15.505 644-2164/? D/audio_hw_primary: enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback speaker
2019-04-17 17:24:15.505 644-2164/? D/audio_route: Apply path: low-latency-playback speaker
2019-04-17 17:24:15.506 833-833/? D/fpc_fingerprint_hal: fpc_authenticate operation_id 0
2019-04-17 17:24:15.506 833-833/? D/fpc_tac: fpc_tee_set_cancel
2019-04-17 17:24:15.506 833-934/? D/fpc_tac: nav_stop
2019-04-17 17:24:15.518 833-833/? D/fpc_tac: fpc_tee_clear_cancel
2019-04-17 17:24:15.518 833-833/? D/fpc_fingerprint_hal: fpc_worker_set_task
2019-04-17 17:24:15.518 833-833/? D/fpc_fingerprint_hal: fpc_worker_resume
2019-04-17 17:24:15.518 833-934/? D/fpc_fingerprint_hal: worker_function executing task
2019-04-17 17:24:15.518 833-934/? D/fpc_fingerprint_hal: do_authenticate
2019-04-17 17:24:15.518 833-934/? D/fpc_tac: fpc_tee_set_auth_challenge
2019-04-17 17:24:15.518 951-951/system_process W/FingerprintService: client com.android.systemui is authenticating...
2019-04-17 17:24:15.520 833-934/? D/fpc_tac: fpc_tee_kpi_enable: property value='0' kpi_active=0
2019-04-17 17:24:15.520 833-934/? D/fpc_tac: fpc_tee_capture_image
2019-04-17 17:24:15.538 644-2164/? D/audio_hw_primary: out_write: retry previous failed cal level set
2019-04-17 17:24:15.959 951-1078/system_process I/DisplayPowerController: Blocking screen off
2019-04-17 17:24:15.960 951-1078/system_process I/DisplayPowerController: Unblocked screen off after 1 ms
2019-04-17 17:24:16.026 951-1078/system_process E/LightsService: Light requested not available on this device. 2
2019-04-17 17:24:16.031 951-1074/system_process I/DisplayManagerService: Display device changed state: "Schermo incorporato", OFF
2019-04-17 17:24:16.034 478-478/? D/SurfaceFlinger: Set power mode=0, type=0 flinger=0x70fa658000
2019-04-17 17:24:16.037 480-7755/? I/SDM: DisplayBase::SetDisplayState: Set state = 0, display 0
2019-04-17 17:24:16.040 951-1379/system_process I/InputReader: Reconfiguring input devices.  changes=0x00000004
2019-04-17 17:24:16.266 478-478/? D/SurfaceFlinger: Finished set power mode=0, type=0
2019-04-17 17:24:16.270 951-1445/system_process D/SurfaceControl: Excessive delay in setPowerMode()
2019-04-17 17:24:16.278 951-1078/system_process I/DreamManagerService: Entering dreamland.
2019-04-17 17:24:16.281 951-1078/system_process I/PowerManagerService: Dozing...
2019-04-17 17:24:16.283 951-1066/system_process I/DreamController: Starting dream: name=ComponentInfo{com.android.systemui/com.android.systemui.doze.DozeService}, isTest=false, canDoze=true, userId=0
2019-04-17 17:24:16.291 1461-1461/com.android.systemui I/vol.Events: writeEvent dismiss_dialog volume_controller
2019-04-17 17:24:16.293 1461-1461/com.android.systemui V/StatusBar: mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{14d2177 V.ED..... .......D 0,0-1080,57} canPanelBeCollapsed(): false
2019-04-17 17:24:16.303 951-1066/system_process D/AutofillManagerService: Close system dialogs
2019-04-17 17:24:16.399 1461-1461/com.android.systemui D/StatusBar: disable<e i a s b h r c s > disable2<q i n >
2019-04-17 17:24:16.413 1461-1461/com.android.systemui D/StatusBar: disable<e i a s b h r c s > disable2<q i n >
2019-04-17 17:24:16.425 673-879/? I/nanohub: osLog: [PickupGesture] power: 1
2019-04-17 17:24:16.431 673-879/? I/nanohub: osLog: [AR_CHRE] OFF => ON
2019-04-17 17:24:16.432 673-879/? I/nanohub: osLog: [AR_CHRE] activity powered on
2019-04-17 17:24:16.452 1461-1461/com.android.systemui D/StatusBar: disable<e i a s b h r c s > disable2<q i n >
2019-04-17 17:24:16.486 951-968/system_process W/UsageStatsService: Event reported without a package name
2019-04-17 17:24:16.500 1461-1461/com.android.systemui I/chatty: uid=10039(com.android.systemui) identical 3 lines
2019-04-17 17:24:16.500 1461-1461/com.android.systemui D/StatusBar: disable<e i a s b h r c s > disable2<q i n >
2019-04-17 17:24:16.583 1461-1461/com.android.systemui D/StatusBar: disable<e i a s b H!R!c s > disable2<q i n >
2019-04-17 17:24:16.585 1461-1461/com.android.systemui D/StatusBar: disable<e i a s b H R c s > disable2<q i n >
2019-04-17 17:24:16.596 1461-1461/com.android.systemui I/chatty: uid=10039(com.android.systemui) identical 1 line
2019-04-17 17:24:16.596 1461-1461/com.android.systemui D/StatusBar: disable<e i a s b H R c s > disable2<q i n >
2019-04-17 17:24:16.614 1461-1461/com.android.systemui I/vol.Events: writeEvent dismiss_dialog screen_off
2019-04-17 17:24:18.853 644-904/? D/audio_hw_primary: disable_audio_route: usecase(1) reset and update mixer path: low-latency-playback speaker
2019-04-17 17:24:18.859 644-904/? D/hardware_info: hw_info_append_hw_type : device_name = speaker
2019-04-17 17:24:18.859 644-904/? D/audio_hw_primary: disable_snd_device: snd_device(2: speaker)
2019-04-17 17:24:19.258 951-9460/system_process D/WificondControl: Scan result ready event
2019-04-17 17:24:19.275 951-1416/system_process D/WificondScannerImpl: Filtering out 1 scan results.
2019-04-17 17:24:20.373 820-931/? D/QC-time-services: Lib:time_genoff_operation: pargs->base = 12
2019-04-17 17:24:20.373 820-931/? D/QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
2019-04-17 17:24:20.376 820-931/? D/QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1555514661000
2019-04-17 17:24:20.377 820-931/? D/QC-time-services: Lib:time_genoff_operation: Send to server  passed!!
2019-04-17 17:24:20.377 526-537/? D/QC-time-services: Daemon: Connection accepted:time_genoff
2019-04-17 17:24:20.379 526-21684/? D/QC-time-services: Daemon:Received base = 12, unit = 1, operation = 0,value = 1555514661000
2019-04-17 17:24:20.379 526-21684/? D/QC-time-services: Daemon:genoff_opr: Base = 12, val = 1555514661000, operation = 0
2019-04-17 17:24:20.379 526-21684/? D/QC-time-services: Daemon:Value read from QTimer mseconds = 374749543
2019-04-17 17:24:20.379 526-21684/? D/QC-time-services: Daemon:Value read from RTC mseconds on boot = 4560628000
2019-04-17 17:24:20.379 526-21684/? D/QC-time-services: Daemon:Delta read on boot mseconds = 4560613428
2019-04-17 17:24:20.379 526-21684/? D/QC-time-services: Daemon:new time 1555514661000 
2019-04-17 17:24:20.380 526-21684/? D/QC-time-services: Daemon: delta 1550579298029 genoff 1550579298029 
2019-04-17 17:24:20.380 526-21684/? D/QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1550579298029 to memory
2019-04-17 17:24:20.380 526-21684/? D/QC-time-services: Daemon:Opening File: /data/time/ats_12
2019-04-17 17:24:20.380 526-21684/? D/QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation 
2019-04-17 17:24:20.394 820-931/? E/QC-time-services: Receive Passed == base = 12, unit = 1, operation = 0, result = 0
2019-04-17 17:24:20.395 820-931/? D/QC-time-services: Lib:time_genoff_operation: pargs->base = 13
2019-04-17 17:24:20.395 820-931/? D/QC-time-services: Lib:time_genoff_operation: pargs->operation = 0
2019-04-17 17:24:20.395 820-931/? D/QC-time-services: Lib:time_genoff_operation: pargs->ts_val = 1555514661000
2019-04-17 17:24:20.395 820-931/? D/QC-time-services: Lib:time_genoff_operation: Send to server  passed!!
2019-04-17 17:24:20.396 526-537/? E/QC-time-services: Daemon: Time-services: Waiting to acceptconnection
2019-04-17 17:24:20.396 526-537/? D/QC-time-services: Daemon: Connection accepted:time_genoff
2019-04-17 17:24:20.398 526-21689/? D/QC-time-services: Daemon:Received base = 13, unit = 1, operation = 0,value = 1555514661000
2019-04-17 17:24:20.398 526-21689/? D/QC-time-services: Daemon:genoff_opr: Base = 13, val = 1555514661000, operation = 0
2019-04-17 17:24:20.398 526-21689/? D/QC-time-services: Daemon:Value read from QTimer mseconds = 374749563
2019-04-17 17:24:20.398 526-21689/? D/QC-time-services: Daemon:Value read from RTC mseconds on boot = 4560628000
2019-04-17 17:24:20.398 526-21689/? D/QC-time-services: Daemon:Delta read on boot mseconds = 4560613428
2019-04-17 17:24:20.398 526-21689/? D/QC-time-services: Daemon:new time 1555514661000 
2019-04-17 17:24:20.399 526-21689/? D/QC-time-services: Daemon: delta 1550579298009 genoff 1550579298009 
2019-04-17 17:24:20.399 526-21689/? D/QC-time-services: Daemon:genoff_persistent_update: Writing genoff = 1550579298009 to memory
2019-04-17 17:24:20.399 526-21689/? D/QC-time-services: Daemon:Opening File: /data/time/ats_13
2019-04-17 17:24:20.399 526-21689/? D/QC-time-services: Daemon:time_persistent_memory_opr:Genoff write operation 
2019-04-17 17:24:20.404 820-931/? E/QC-time-services: Receive Passed == base = 13, unit = 1, operation = 0, result = 0
2019-04-17 17:24:20.404 526-537/? E/QC-time-services: Daemon: Time-services: Waiting to acceptconnection
2019-04-17 17:24:20.417 951-7952/system_process D/AlarmManagerService: Kernel timezone updated to -120 minutes west of GMT
2019-04-17 17:24:20.475 1611-1611/com.android.phone D/ServiceStateProvider: subId=1
2019-04-17 17:24:20.546 1611-1611/com.android.phone D/ServiceStateProvider: subId=1
2019-04-17 17:24:20.551 1611-1794/com.android.phone D/DcNetworkAgent: NetworkAgent: Changed from [ Transports: CELLULAR Capabilities: MMS&SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED Unwanted:  LinkUpBandwidth>=51200Kbps LinkDnBandwidth>=102400Kbps Specifier: <1>] to [ Transports: CELLULAR Capabilities: MMS&SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED Unwanted:  LinkUpBandwidth>=384Kbps LinkDnBandwidth>=384Kbps Specifier: <1>], Data RAT=3, mApnSetting=[ApnSettingV5] Iliad, 373, 22250, iliad, , http://mms.iliad-italia.it, , , , -1, default | supl | mms, IP, IP, true, 0, 0, 0, false, 0, 0, 0, 0, , , false, 0, 0
2019-04-17 17:24:20.553 951-1418/system_process D/ConnectivityService: NetworkAgentInfo [MOBILE (UMTS) - 146] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTED
2019-04-17 17:24:20.579 1611-1611/com.android.phone D/TelephonyProvider: subIdString = 1 subId = 1
2019-04-17 17:24:23.680 951-951/system_process V/NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=ryey.easer/.plugins.operation.ringer_mode.InterruptionFilterSwitcherService (has extras) }
2019-04-17 17:24:23.688 951-951/system_process V/NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=ryey.easer/.plugins.event.notification.NotificationEventListenerService (has extras) }
2019-04-17 17:24:23.704 951-951/system_process V/NotificationListeners: binding: Intent { act=android.service.notification.NotificationListenerService cmp=ryey.easer/.plugins.operation.media_control.MediaControlHelperNotificationListenerService (has extras) }
2019-04-17 17:24:23.735 951-1049/system_process I/ActivityManager: Start proc 21702:ryey.easer/u0a111 for service ryey.easer/.plugins.operation.ringer_mode.InterruptionFilterSwitcherService
2019-04-17 17:24:20.868 1611-1611/com.android.phone I/chatty: uid=1001(radio) com.android.phone identical 8 lines
2019-04-17 17:24:20.902 1611-1611/com.android.phone D/TelephonyProvider: subIdString = 1 subId = 1
2019-04-17 17:24:23.904 21702-21702/ryey.easer A/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:23.904 21702-21702/ryey.easer A/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:23.904 21702-21702/ryey.easer A/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:23.905 21702-21702/ryey.easer A/PRETTY_LOGGER: │ Instrumentation.callApplicationOnCreate  (Instrumentation.java:1154)
2019-04-17 17:24:23.905 21702-21702/ryey.easer A/PRETTY_LOGGER: │    EaserApplication.onCreate  (null:79)
2019-04-17 17:24:23.905 21702-21702/ryey.easer A/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:23.905 21702-21702/ryey.easer A/PRETTY_LOGGER: │ ======Easer started======
2019-04-17 17:24:23.905 21702-21702/ryey.easer A/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:23.907 21702-21702/ryey.easer I/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:23.908 21702-21702/ryey.easer I/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:23.908 21702-21702/ryey.easer I/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:23.908 21702-21702/ryey.easer I/PRETTY_LOGGER: │ ActivityThread.handleCreateService  (ActivityThread.java:3570)
2019-04-17 17:24:23.908 21702-21702/ryey.easer I/PRETTY_LOGGER: │    InterruptionFilterSwitcherService.onCreate  (null:5)
2019-04-17 17:24:23.908 21702-21702/ryey.easer I/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:23.908 21702-21702/ryey.easer I/PRETTY_LOGGER: │ InterruptionFilterSwitcherService onCreate()
2019-04-17 17:24:23.908 21702-21702/ryey.easer I/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:23.911 21702-21702/ryey.easer I/PRETTY_LOGGER: ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────
2019-04-17 17:24:23.912 21702-21702/ryey.easer I/PRETTY_LOGGER: │ Thread: main
2019-04-17 17:24:23.912 21702-21702/ryey.easer I/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:23.912 21702-21702/ryey.easer I/PRETTY_LOGGER: │ ActivityThread.handleCreateService  (ActivityThread.java:3570)
2019-04-17 17:24:23.912 21702-21702/ryey.easer I/PRETTY_LOGGER: │    NotificationEventListenerService.onCreate  (null:5)
2019-04-17 17:24:23.912 21702-21702/ryey.easer I/PRETTY_LOGGER: ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
2019-04-17 17:24:23.912 21702-21702/ryey.easer I/PRETTY_LOGGER: │ NotificationEventListenerService onCreate()
2019-04-17 17:24:23.912 21702-21702/ryey.easer I/PRETTY_LOGGER: └────────────────────────────────────────────────────────────────────────────────────────────────────────────────

@renyuneyun
Copy link
Owner

Hi.
This is fixed in a recent commit, and should appear soon on f-droid with v0.7.4.1 :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants