Open bosmanoglu opened 6 years ago
Thank you for trying my app,
I'm afraid I have no idea. Your porcedure seems correct.
If you can get logcat, there might be some clue in it.
Thanks for responding. I don't have root access unfortunately, and as far as I understand logcat apps require root, right? If there is a way to obtain a logcat using a non-rooted app I would be happy to do it.
best, batu.
If you have a PC, you can obtain logcat using adb command. In this case you don't need root access but you need android SDK in PC. I think there are no way to retrive logcat on device without root, but my recommendation is using adb command on PC anyway.
Sorry that I am late. I got a logcat during which I launched the app twice. Please see below. This the first time I am providing a logcat so if it is wrong please let me know.
--------- beginning of system 10-14 11:30:39.316 1165 1165 V SettingsProvider: Notifying for 0: content://settings/system/screen_brightness 10-14 11:30:42.775 1165 1165 W WindowManager: removeWindowToken: Attempted to remove non-existing token: android.os.Binder@50405a6 10-14 11:30:44.341 1165 1165 V SettingsProvider: Notifying for 0: content://settings/system/screen_brightness 10-14 11:30:44.969 1165 1209 I ActivityManager: Killing 28470:com.google.android.apps.magazines/u0a145 (adj 906): empty #17 --------- beginning of main 10-14 11:30:44.969 32548 32589 I CarrierServices: [1108] bjb.onCapabilitiesChanged: TeleWifiMonitor.NetworkCallback.onCapabilitiesChanged 10-14 11:30:44.970 1165 1212 W libprocessgroup: kill(-28470, 9) failed: No such process 10-14 11:30:44.971 1861 1943 I QCNEJ/CndHalConnector: -> SND notifyWifiStatusChanged(RatInfo{type=1, subType=101, state=CONNECTED, v4=IfaceAddrPair{iface=wlan0, addr=192.168.1.2}, v6=IfaceAddrPair{iface=, addr=}, timestamp=2018-10-14 11:30:44.971, isAndroidValidated=true, netHandle=1579658694669, slotIdx=0} WifiInfo{freq=TWO_GHz, state=3, ssid=7NZH8, bssid=f8:e4:fb:45:f5:75, dns=[192.168.1.1, 0.0.0.0, 0.0.0.0, 0.0.0.0, ]}) 10-14 11:30:44.977 32548 32548 I CarrierServices: [2] bjd.run: TeleWifiMonitor.updateSignalState, (is connected: true, signal level: 77%, link speed: 52Mbps) -> (is connected: true, signal level: 63%, link speed: 52Mbps) 10-14 11:30:44.977 18410 18410 E time1234WiFiReceiver: android.net.wifi.RSSI_CHANGED 10-14 11:30:44.980 32548 32548 I CarrierServices: [2] ben.a: onWifiStateChanged 10-14 11:30:44.981 32548 32589 I CarrierServices: [1108] bum.a: FiST: Wifi connectivity status true 10-14 11:30:44.981 32548 764 I CarrierServices: [1142] bdj.handleMessage: RCS is disabled, skipping config update request 10-14 11:30:44.982 32548 32589 I CarrierServices: [1108] bur.d: Connected state: [1], networkType: [WIFI] 10-14 11:30:44.991 1165 1212 W libprocessgroup: kill(-28470, 9) failed: No such process 10-14 11:30:45.017 1165 1185 D ConnectivityService: ConnectivityService NetworkRequestInfo binderDied(NetworkRequest [ TRACK_DEFAULT id=3228, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10145] ], android.os.BinderProxy@e3c59eb) 10-14 11:30:45.017 1165 1571 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=3228, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10145] ] (release request) 10-14 11:30:45.019 717 717 I Zygote : Process 28470 exited due to signal (9) 10-14 11:30:45.037 1165 1212 W libprocessgroup: kill(-28470, 9) failed: No such process 10-14 11:30:45.037 1165 1212 I libprocessgroup: Successfully killed process cgroup uid 10145 pid 28470 in 66ms 10-14 11:30:45.116 1165 3162 I ActivityManager: START u0 {cmp=karino2.livejournal.com.notebookfrontend/.TreeActivity (has extras)} from uid 10199 10-14 11:30:45.118 774 774 D android.hardware.power@1.2-service.wahoo-libperfmgr: LAUNCH ON 10-14 11:30:45.136 29417 29417 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@120af35 10-14 11:30:45.147 29417 29417 D NetworkSecurityConfig: No Network Security Config specified, using platform default 10-14 11:30:45.151 29417 29417 D NotebookFrontend: login request begin 10-14 11:30:45.174 29417 29417 W System.err: io.reactivex.exceptions.OnErrorNotImplementedException: CLEARTEXT communication to localhost not permitted by network security policy 10-14 11:30:45.174 29417 29417 W System.err: at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:704) 10-14 11:30:45.174 29417 29417 W System.err: at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:701) 10-14 11:30:45.174 29417 29417 W System.err: at io.reactivex.internal.observers.ConsumerSingleObserver.onError(ConsumerSingleObserver.java:45) 10-14 11:30:45.174 29417 29417 W System.err: at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 10-14 11:30:45.174 29417 29417 W System.err: at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run(HandlerScheduler.java:109) 10-14 11:30:45.174 29417 29417 W System.err: at android.os.Handler.handleCallback(Handler.java:873) 10-14 11:30:45.174 29417 29417 W System.err: at android.os.Handler.dispatchMessage(Handler.java:99) 10-14 11:30:45.174 29417 29417 W System.err: at android.os.Looper.loop(Looper.java:193) 10-14 11:30:45.174 29417 29417 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-14 11:30:45.174 29417 29417 W System.err: at java.lang.reflect.Method.invoke(Native Method) 10-14 11:30:45.174 29417 29417 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 10-14 11:30:45.174 29417 29417 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-14 11:30:45.174 29417 29417 W System.err: Caused by: java.net.UnknownServiceException: CLEARTEXT communication to localhost not permitted by network security policy 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:139) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:192) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:121) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:100) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:120) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:185) 10-14 11:30:45.174 29417 29417 W System.err: at okhttp3.RealCall.execute(RealCall.java:69) 10-14 11:30:45.174 29417 29417 W System.err: at karino2.livejournal.com.notebookfrontend.LoginState.lambda$begin$0(LoginState.java:51) 10-14 11:30:45.174 29417 29417 W System.err: at karino2.livejournal.com.notebookfrontend.-$$Lambda$LoginState$GlGVEMku34Sr0W3ZesDINYqKRC4.subscribe(Unknown Source:4) 10-14 11:30:45.174 29417 29417 W System.err: at io.reactivex.internal.operators.single.SingleCreate.subscribeActual(SingleCreate.java:39) 10-14 11:30:45.174 29417 29417 W System.err: at io.reactivex.Single.subscribe(Single.java:2703) 10-14 11:30:45.174 29417 29417 W System.err: at io.reactivex.internal.operators.single.SingleSubscribeOn$SubscribeOnObserver.run(SingleSubscribeOn.java:89) 10-14 11:30:45.174 29417 29417 W System.err: at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:451) 10-14 11:30:45.174 29417 29417 W System.err: at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:61) 10-14 11:30:45.174 29417 29417 W System.err: at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:52) 10-14 11:30:45.174 29417 29417 W System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 10-14 11:30:45.174 29417 29417 W System.err: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 10-14 11:30:45.174 29417 29417 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-14 11:30:45.174 29417 29417 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-14 11:30:45.174 29417 29417 W System.err: at java.lang.Thread.run(Thread.java:764) --------- beginning of crash 10-14 11:30:45.175 29417 29417 E AndroidRuntime: FATAL EXCEPTION: main 10-14 11:30:45.175 29417 29417 E AndroidRuntime: Process: karino2.livejournal.com.notebookfrontend, PID: 29417 10-14 11:30:45.175 29417 29417 E AndroidRuntime: io.reactivex.exceptions.OnErrorNotImplementedException: CLEARTEXT communication to localhost not permitted by network security policy 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:704) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:701) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at io.reactivex.internal.observers.ConsumerSingleObserver.onError(ConsumerSingleObserver.java:45) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run(HandlerScheduler.java:109) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:873) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: Caused by: java.net.UnknownServiceException: CLEARTEXT communication to localhost not permitted by network security policy 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:139) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:192) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:121) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:100) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:120) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:185) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at okhttp3.RealCall.execute(RealCall.java:69) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at karino2.livejournal.com.notebookfrontend.LoginState.lambda$begin$0(LoginState.java:51) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at karino2.livejournal.com.notebookfrontend.-$$Lambda$LoginState$GlGVEMku34Sr0W3ZesDINYqKRC4.subscribe(Unknown Source:4) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at io.reactivex.internal.operators.single.SingleCreate.subscribeActual(SingleCreate.java:39) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at io.reactivex.Single.subscribe(Single.java:2703) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at io.reactivex.internal.operators.single.SingleSubscribeOn$SubscribeOnObserver.run(SingleSubscribeOn.java:89) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:451) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:61) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:52) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-14 11:30:45.175 29417 29417 E AndroidRuntime: at java.lang.Thread.run(Thread.java:764) 10-14 11:30:45.177 1165 2769 W ActivityManager: Force finishing activity karino2.livejournal.com.notebookfrontend/.TreeActivity 10-14 11:30:45.182 1165 2769 W ActivityManager: Force finishing activity karino2.livejournal.com.notebookfrontend/.MainActivity 10-14 11:30:45.190 1165 1210 I ActivityManager: Showing crash dialog for package karino2.livejournal.com.notebookfrontend u0 10-14 11:30:45.191 1165 1209 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{2cb9637 28009:com.yelp.android/u0a155} (pid=28009, uid=10155) requires android.permission.READ_LOGS due to sender android (uid 1000) 10-14 11:30:45.191 1165 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver 10-14 11:30:45.191 1165 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 10-14 11:30:45.207 765 765 I /vendor/bin/hw/android.hardware.health@2.0-service.wahoo: SRAM data: 3680000 10-14 11:30:45.209 1891 1891 E QtiImsExtUtils: getConfigForPhoneId phoneId is invalid 10-14 11:30:45.209 1891 1891 E QtiImsExtUtils: isCarrierConfigEnabled bundle is null 10-14 11:30:45.216 1165 9021 I OpenGLRenderer: Initialized EGL, version 1.4 10-14 11:30:45.216 1165 9021 D OpenGLRenderer: Swap behavior 1 10-14 11:30:45.680 1165 1209 W ActivityManager: Activity pause timeout for ActivityRecord{9da1348 u0 karino2.livejournal.com.notebookfrontend/.TreeActivity t1873 f} 10-14 11:30:45.716 614 614 D SurfaceFlinger: duplicate layer name: changing com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity to com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity#1 10-14 11:30:45.755 17122 17122 I SearchServiceCore: Event Bus thread is disabled; marking main thread as EventBus 10-14 11:30:45.764 17122 17122 W SessionLifecycleManager: Handover failed. Creating new session controller. 10-14 11:30:45.766 1763 1763 I WallpaperService: engine resumed 10-14 11:30:45.766 774 774 D android.hardware.power@1.2-service.wahoo-libperfmgr: LAUNCH OFF 10-14 11:30:45.775 811 921 D CHRE : @ 841439.625: +: id 10, otherClientPresent 1, mode 3 10-14 11:30:45.776 811 921 D CHRE : @ 841439.625: [ImuCal] Dynamic sensor configuration: high-performance. 10-14 11:30:45.776 811 921 D CHRE : @ 841439.625: sensorType 9 allowed 1: mergedMode 3, otherClientPresent 1 10-14 11:30:45.777 811 921 D CHRE : @ 841439.625: sensorType 12 allowed 1: mergedMode 3, otherClientPresent 1 10-14 11:30:45.777 17122 17122 I StreamController: registerScope: nowcards-32163278-508b 10-14 11:30:45.778 811 921 D CHRE : @ 841439.625: sensorType 14 allowed 0: mergedMode 3, otherClientPresent 0 10-14 11:30:45.797 17122 17122 W TemplatedStringEvaluato: Got templated string with no display string 10-14 11:30:45.799 17122 17122 W TemplatedStringEvaluato: Got templated string with no display string 10-14 11:30:45.800 17122 17122 I ClusterController: Found empty cluster, or no children successfully created. 10-14 11:30:45.807 17122 28720 W LocationOracle: No location history returned by ContextManager 10-14 11:30:45.867 748 20129 D sound_trigger_hw: stdev_start_recognition:[2] Enter 10-14 11:30:45.868 748 20129 D sound_trigger_hw: get_confidence_levels_payload: No smlib for uuid, sending opaque data 10-14 11:30:45.868 748 20129 D sound_trigger_hw: loaded_state_fn:[2] handle event id 2 10-14 11:30:45.868 748 20129 D sound_trigger_platform: platform_stdev_get_capture_device: available devices 0x80000004, device 0x80000004 10-14 11:30:45.868 748 20129 D sound_trigger_platform: platform_stdev_get_device_sample_rate: sample rate 48000 10-14 11:30:45.868 748 20129 D sound_trigger_platform: platform_stdev_send_hwmad_cal: previous acdb_id 128 matches new acdb_id 128 return 10-14 11:30:45.868 748 20129 D sound_trigger_platform: platform_stdev_send_calibration: sending device calibration for device(1) acdb_id(128) 10-14 11:30:45.868 748 20129 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 128, Topology Id 12e19 10-14 11:30:45.868 748 20129 D sound_trigger_hw: set_device: enable device (1) = listen-cpe-handset-mic 10-14 11:30:45.868 748 20129 D audio_route: Apply path: listen-cpe-handset-mic 10-14 11:30:45.873 17122 17122 W ServiceUpdateReceiver: Ignoring update for non-existing controller. 10-14 11:30:45.873 10750 10948 I PlaceInferenceEngine: [anon] Changed inference mode: 1 10-14 11:30:45.880 748 20129 D sound_trigger_hw: start:[2] gcs start VA engine, enable 1 token 819 10-14 11:30:45.880 748 20129 D sound_trigger_hw: start:[2] calling gcs_enable with handle 2, non-persist cal 0xe43e4470, sz 24 10-14 11:30:45.880 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CALIBRATION_SIZE 10-14 11:30:45.880 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CALIBRATION 10-14 11:30:45.880 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CALIBRATION_SIZE 10-14 11:30:45.880 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CALIBRATION 10-14 11:30:45.880 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CONNECTION_SIZE 10-14 11:30:45.880 748 20129 E : gcs_get_sg_mod_conn_and_update_pld: subgraph mod conn size 0. Exiting 10-14 11:30:45.880 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CONNECTION_SIZE 10-14 11:30:45.880 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CONNECTION 10-14 11:30:45.880 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_CONNECTIONS_SIZE 10-14 11:30:45.880 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPHS_CONNECTION 10-14 11:30:45.880 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_CONNECTIONS_SIZE 10-14 11:30:45.880 748 20129 E : __gcs_get_sg_conn_and_update_pld: subgraph conn size 0. Exiting 10-14 11:30:45.891 748 20129 D sound_trigger_hw: reg_hal_event_session: ST_EVENT_SESSION_REGISTER capture_handle 694 p_ses 0xe552fe80 10-14 11:30:45.891 748 20129 D sound_trigger_hw: session[2]: loaded_state_fn ---> active_state_fn 10-14 11:30:45.891 748 20129 D sound_trigger_hw: stdev_start_recognition:[2] Exit 10-14 11:30:45.891 1165 2398 I SoundTriggerHelper: startRecognition successful. 10-14 11:30:45.892 29752 29752 I GsaVoiceInteractionSrv: Start Hotword Recognition Status: true 10-14 11:30:45.929 10750 10948 I Places : ?: PlacesBleScanner start() with priority 2 10-14 11:30:45.929 10750 10948 I PlaceInferenceEngine: [anon] Changed inference mode: 1 10-14 11:30:45.935 10750 10948 I Places : Converted 0 out of 14 WiFi scans 10-14 11:30:45.935 10750 10750 I BeaconBle: Client requested scan, settings=BleSettings [scanMode=ZERO_POWER, callbackType=ALL_MATCHES, reportDelayMillis=0, 1 filters, 0 clients, callingClientName=Places] 10-14 11:30:45.942 10750 29344 I PlaceInferenceEngine: No beacon scan available - ignoring candidates. 10-14 11:30:47.790 1165 1165 V SettingsProvider: Notifying for 0: content://settings/system/screen_brightness 10-14 11:30:49.256 765 765 I /vendor/bin/hw/android.hardware.health@2.0-service.wahoo: SRAM data: 3680000 10-14 11:30:49.264 1891 1891 E QtiImsExtUtils: getConfigForPhoneId phoneId is invalid 10-14 11:30:49.264 1891 1891 E QtiImsExtUtils: isCarrierConfigEnabled bundle is null 10-14 11:30:50.826 17122 28709 I EventLogSendingHelper: Sending log events. 10-14 11:30:55.782 1165 1209 W ActivityManager: Activity destroy timeout for ActivityRecord{9da1348 u0 karino2.livejournal.com.notebookfrontend/.TreeActivity t1873 f} 10-14 11:30:55.798 1165 1209 W ActivityManager: Activity destroy timeout for ActivityRecord{32b1c7d u0 karino2.livejournal.com.notebookfrontend/.MainActivity t1873 f} 10-14 11:30:55.812 614 641 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{c7f7c3 token=Token{1b76772 ActivityRecord{32b1c7d u0 karino2.livejournal.com.notebookfrontend/.MainActivity t1873}}}#0 10-14 11:30:55.830 17122 28723 I EventLogSendingHelper: Sending log events. 10-14 11:31:00.002 1165 1165 I ActivityManager: Killing 27878:com.ninefolders.hd3:entrust/u0a157 (adj 906): empty #17 10-14 11:31:00.003 1165 1212 W libprocessgroup: kill(-27878, 9) failed: No such process 10-14 11:31:00.024 1165 1212 I chatty : uid=1000(system) ActivityManager identical 1 line 10-14 11:31:00.031 1165 1212 W libprocessgroup: kill(-27878, 9) failed: No such process 10-14 11:31:00.059 718 718 I Zygote : Process 27878 exited due to signal (9) 10-14 11:31:00.076 1165 1212 W libprocessgroup: kill(-27878, 9) failed: No such process 10-14 11:31:00.076 1165 1212 I libprocessgroup: Successfully killed process cgroup uid 10157 pid 27878 in 73ms 10-14 11:31:05.315 10750 10750 W ChimeraUtils: Non Chimera context 10-14 11:31:05.316 10750 10750 W ChimeraUtils: Non Chimera context 10-14 11:31:06.075 10771 10771 I GCM : Message from 745476177629 10-14 11:31:06.079 10750 10750 I Wear_Controller: Wear requires a companion app to be installed. 10-14 11:31:06.080 10750 10750 I WearableService: onCreate: Wearable Services not starting. Wear is not available on this device. 10-14 11:31:06.084 10750 12382 W WearableService: onGetService: Wear is not available on this device. 10-14 11:31:07.012 1165 2769 I ActivityManager: Killing 29417:karino2.livejournal.com.notebookfrontend/u0a199 (adj 900): crash 10-14 11:31:06.167 10750 12382 W WearableService: onGetService: Wear is not available on this device. 10-14 11:31:07.012 1165 1212 W libprocessgroup: kill(-29417, 9) failed: No such process 10-14 11:31:07.013 1165 9021 D OpenGLRenderer: endAllActiveAnimators on 0x789eaab400 (RippleDrawable) with handle 0x78b4ed1b20 10-14 11:31:07.035 1165 1219 W ActivityManager: setHasOverlayUi called on unknown pid: 29417 10-14 11:31:07.035 717 717 I Zygote : Process 29417 exited due to signal (9) 10-14 11:31:07.039 1165 3829 E InputMethodManagerService: Ignoring com.android.server.InputMethodManagerService.shouldOfferSwitchingToNextInputMethod:3141 due to an invalid token. uid:10138 token:null 10-14 11:31:07.057 1165 1212 W libprocessgroup: kill(-29417, 9) failed: No such process 10-14 11:31:07.057 1165 1212 I libprocessgroup: Successfully killed process cgroup uid 10199 pid 29417 in 45ms 10-14 11:31:07.156 10771 26780 I Icing : Indexing com.google.android.keep-internal.3p:NoteDigitalDocument from com.google.android.keep 10-14 11:31:07.175 10771 26780 I Icing : Indexing done com.google.android.keep-internal.3p:NoteDigitalDocument 10-14 11:31:07.204 614 1224 W SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - mAboveAppWindowsContainers#0 10-14 11:31:07.204 614 1224 W SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - mAboveAppWindowsContainers#0 10-14 11:31:08.548 10771 14327 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=32 10-14 11:31:08.549 10771 991 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=agsa_icing_connection serviceId=33 10-14 11:31:08.618 10771 26780 I Icing : Usage reports ok 3, Failed Usage reports 0, indexed 1, rejected 0, imm upload true 10-14 11:31:08.631 10771 26780 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload true 10-14 11:31:08.655 1165 2398 E InputMethodManagerService: Ignoring com.android.server.InputMethodManagerService.shouldOfferSwitchingToNextInputMethod:3141 due to an invalid token. uid:10138 token:null 10-14 11:31:08.657 10771 26780 W Icing : App history upload skipped 0, disabled 1 10-14 11:31:08.669 17122 28708 W ThreadPoolDumper: Queue length for executor TaskGraph-Producer is now 16. Perhaps some tasks are too long, or the pool is too small. 10-14 11:31:08.673 10771 14327 I Icing : IndexChimeraService.getServiceInterface callingPackage=com.google.android.googlequicksearchbox componentName=recently serviceId=32 10-14 11:31:08.689 2678 2678 W SoundPool: Use of stream types is deprecated for operations other than volume control 10-14 11:31:08.690 2678 2678 W SoundPool: See the documentation of SoundPool() for what to use instead with android.media.AudioAttributes to qualify your playback use case 10-14 11:31:08.702 10771 26780 I Icing : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0, imm upload true 10-14 11:31:08.715 17122 17132 I earchbox:searc: Background concurrent copying GC freed 100477(4MB) AllocSpace objects, 14(1936KB) LOS objects, 50% free, 23MB/46MB, paused 156us total 130.701ms 10-14 11:31:09.423 17122 28710 W IcingConfig: corpus (com.google.android.gms, internal.3p:DigitalDocument) is blacklisted 10-14 11:31:09.423 17122 28710 W IcingConfig: corpus (com.google.android.gms, internal.3p:Event) is blacklisted 10-14 11:31:09.424 17122 28710 W IcingConfig: corpus (com.google.android.gms, internal.3p:MusicRecording) is blacklisted 10-14 11:31:09.424 17122 28688 I OptInChecker: Sidekick thinks 1 is Eligible = true 10-14 11:31:09.424 17122 28688 I OptInChecker: Sidekick thinks 2 is Eligible = true 10-14 11:31:09.424 17122 28688 I OptInChecker: Sidekick thinks 4 is Eligible = true 10-14 11:31:09.424 17122 28688 I OptInChecker: Sidekick thinks 5 is Eligible = true 10-14 11:31:09.424 17122 28688 I OptInChecker: Sidekick thinks 6 is Eligible = true 10-14 11:31:09.424 17122 28688 I OptInChecker: Sidekick thinks 7 is Eligible = true 10-14 11:31:09.424 17122 28688 I OptInChecker: Sidekick thinks 8 is Eligible = true 10-14 11:31:09.424 17122 28688 I OptInChecker: Sidekick thinks 9 is Eligible = true 10-14 11:31:09.424 17122 28688 I OptInChecker: Sidekick thinks 11 is Eligible = true 10-14 11:31:09.424 17122 28688 I OptInChecker: Sidekick thinks 12 is Eligible = true 10-14 11:31:09.424 17122 28688 I OptInChecker: UDC thinks - Setting = AUDIO_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:09.424 17122 28688 I OptInChecker: Using UDC cache for Setting: AUDIO_HISTORY 10-14 11:31:09.424 17122 28688 I OptInChecker: UDC Setting = AUDIO_HISTORY, optedIn = true 10-14 11:31:09.425 17122 28688 I OptInChecker: UDC thinks - Setting = DEVICE_STATE_AND_CONTENT, Eligibility = ELIGIBLE 10-14 11:31:09.425 17122 28688 I OptInChecker: Using UDC cache for Setting: DEVICE_STATE_AND_CONTENT 10-14 11:31:09.425 17122 28688 I OptInChecker: UDC Setting = DEVICE_STATE_AND_CONTENT, optedIn = true 10-14 11:31:09.425 17122 28688 I OptInChecker: UDC thinks - Setting = LOCATION_HISTORY_AND_REPORTING, Eligibility = ELIGIBLE 10-14 11:31:09.425 17122 28688 I OptInChecker: Using UDC cache for Setting: LOCATION_HISTORY_AND_REPORTING 10-14 11:31:09.425 17122 28688 I OptInChecker: UDC Setting = LOCATION_HISTORY_AND_REPORTING, optedIn = true 10-14 11:31:09.425 17122 28688 W OptInChecker: Missing cached UDC setting for NOW_CARDS 10-14 11:31:09.425 17122 28688 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:09.425 17122 28688 I OptInChecker: Setting = NOW_CARDS, optedInt = true 10-14 11:31:09.425 17122 28688 W OptInChecker: Missing cached UDC setting for NOW_NOTIFICATIONS 10-14 11:31:09.425 17122 28688 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:09.425 17122 28688 I OptInChecker: Setting = NOW_NOTIFICATIONS, optedInt = true 10-14 11:31:09.425 17122 28688 I OptInChecker: UDC thinks - Setting = WEB_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:09.425 17122 28688 I OptInChecker: Using UDC cache for Setting: WEB_HISTORY 10-14 11:31:09.425 17122 28688 I OptInChecker: UDC Setting = WEB_HISTORY, optedIn = true 10-14 11:31:09.425 17122 28688 I OptInChecker: UDC thinks - Setting = WEB_AND_APP_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:09.425 17122 28688 I OptInChecker: Using UDC cache for Setting: WEB_AND_APP_HISTORY 10-14 11:31:09.425 17122 28688 I OptInChecker: UDC Setting = WEB_AND_APP_HISTORY, optedIn = true 10-14 11:31:09.425 17122 28688 W OptInChecker: Missing cached UDC setting for CHROME_HISTORY_SYNC 10-14 11:31:09.425 17122 28688 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:09.425 17122 28688 I OptInChecker: Setting = CHROME_HISTORY_SYNC, optedInt = false 10-14 11:31:09.430 10771 14327 I Icing : Query global start 0 num 10 maxNumSlices 2147483647 10-14 11:31:09.434 17122 28691 W Fields : Received multiple values for location_attachment_metrics, value = # com.google.common.n.lm@50d2be28 10-14 11:31:09.459 17122 17122 I OptInChecker: Sidekick thinks 1 is Eligible = true 10-14 11:31:09.459 17122 17122 I OptInChecker: Sidekick thinks 2 is Eligible = true 10-14 11:31:09.459 17122 17122 I OptInChecker: Sidekick thinks 4 is Eligible = true 10-14 11:31:09.459 17122 17122 I OptInChecker: Sidekick thinks 5 is Eligible = true 10-14 11:31:09.459 17122 17122 I OptInChecker: Sidekick thinks 6 is Eligible = true 10-14 11:31:09.459 17122 17122 I OptInChecker: Sidekick thinks 7 is Eligible = true 10-14 11:31:09.459 17122 17122 I OptInChecker: Sidekick thinks 8 is Eligible = true 10-14 11:31:09.459 17122 17122 I OptInChecker: Sidekick thinks 9 is Eligible = true 10-14 11:31:09.459 17122 17122 I OptInChecker: Sidekick thinks 11 is Eligible = true 10-14 11:31:09.459 17122 17122 I OptInChecker: Sidekick thinks 12 is Eligible = true 10-14 11:31:09.459 17122 17122 I OptInChecker: UDC thinks - Setting = AUDIO_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:09.459 17122 17122 I OptInChecker: Using UDC cache for Setting: AUDIO_HISTORY 10-14 11:31:09.459 17122 17122 I OptInChecker: UDC Setting = AUDIO_HISTORY, optedIn = true 10-14 11:31:09.459 17122 17122 I OptInChecker: UDC thinks - Setting = DEVICE_STATE_AND_CONTENT, Eligibility = ELIGIBLE 10-14 11:31:09.459 17122 17122 I OptInChecker: Using UDC cache for Setting: DEVICE_STATE_AND_CONTENT 10-14 11:31:09.459 17122 17122 I OptInChecker: UDC Setting = DEVICE_STATE_AND_CONTENT, optedIn = true 10-14 11:31:09.459 17122 17122 I OptInChecker: UDC thinks - Setting = LOCATION_HISTORY_AND_REPORTING, Eligibility = ELIGIBLE 10-14 11:31:09.459 17122 17122 I OptInChecker: Using UDC cache for Setting: LOCATION_HISTORY_AND_REPORTING 10-14 11:31:09.459 17122 17122 I OptInChecker: UDC Setting = LOCATION_HISTORY_AND_REPORTING, optedIn = true 10-14 11:31:09.459 17122 17122 W OptInChecker: Missing cached UDC setting for NOW_CARDS 10-14 11:31:09.459 17122 17122 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:09.459 17122 17122 I OptInChecker: Setting = NOW_CARDS, optedInt = true 10-14 11:31:09.459 17122 17122 W OptInChecker: Missing cached UDC setting for NOW_NOTIFICATIONS 10-14 11:31:09.459 17122 17122 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:09.459 17122 17122 I OptInChecker: Setting = NOW_NOTIFICATIONS, optedInt = true 10-14 11:31:09.459 17122 17122 I OptInChecker: UDC thinks - Setting = WEB_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:09.459 17122 17122 I OptInChecker: Using UDC cache for Setting: WEB_HISTORY 10-14 11:31:09.459 17122 17122 I OptInChecker: UDC Setting = WEB_HISTORY, optedIn = true 10-14 11:31:09.459 17122 17122 I OptInChecker: UDC thinks - Setting = WEB_AND_APP_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:09.459 17122 17122 I OptInChecker: Using UDC cache for Setting: WEB_AND_APP_HISTORY 10-14 11:31:09.459 17122 17122 I OptInChecker: UDC Setting = WEB_AND_APP_HISTORY, optedIn = true 10-14 11:31:09.459 17122 17122 W OptInChecker: Missing cached UDC setting for CHROME_HISTORY_SYNC 10-14 11:31:09.459 17122 17122 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:09.459 17122 17122 I OptInChecker: Setting = CHROME_HISTORY_SYNC, optedInt = false 10-14 11:31:08.665 1165 2398 E InputMethodManagerService: Ignoring com.android.server.InputMethodManagerService.shouldOfferSwitchingToNextInputMethod:3141 due to an invalid token. uid:10138 token:null 10-14 11:31:09.471 1165 1211 I ActivityManager: Start proc 29486:com.android.chrome:sandboxed_process3/u0i525 for webview_service com.google.android.googlequicksearchbox/org.chromium.content.app.SandboxedProcessService3 10-14 11:31:09.472 748 20129 D sound_trigger_hw: stdev_stop_recognition:[2] Enter 10-14 11:31:09.472 748 20129 D sound_trigger_hw: active_state_fn:[2] handle event id 7 10-14 11:31:09.472 748 20129 D sound_trigger_hw: active_state_fn:[2] unhandled event 10-14 11:31:09.472 748 20129 D sound_trigger_hw: active_state_fn:[2] handle event id 4 10-14 11:31:09.472 748 20129 D sound_trigger_hw: dereg_hal_event_session: ST_EVENT_SESSION_DEREGISTER capture_handle 694 p_ses 0xe552fe80 10-14 11:31:09.472 748 20129 D sound_trigger_hw: stop:[2] gcs stop VA engine, size=24 10-14 11:31:09.481 748 20129 D sound_trigger_hw: stop:[2] calling gcs_disable with handle 2 10-14 11:31:09.481 748 20129 E : __gcs_disable_update_pld: sgt_array[i] = 0x1 10-14 11:31:09.481 748 20129 E : __gcs_disable_update_pld: sgt_array[i] = 0x2 10-14 11:31:09.482 29486 29486 E dboxed_process: Not starting debugger since process cannot load the jdwp agent. 10-14 11:31:09.488 748 20129 D sound_trigger_hw: set_device: disable device (1) = listen-cpe-handset-mic 10-14 11:31:09.494 748 20129 D sound_trigger_hw: session[2]: active_state_fn ---> loaded_state_fn 10-14 11:31:09.494 748 20129 D sound_trigger_hw: stdev_stop_recognition:[2] Exit status 0 10-14 11:31:09.496 29752 29752 I GsaVoiceInteractionSrv: Stop Hotword Recognition status: true 10-14 11:31:09.529 29486 29486 I cr_ChildProcessService: Creating new ChildProcessService pid=29486 10-14 11:31:09.535 29486 29500 I cr_LibraryLoader: Time to load native libraries: 2 ms (timestamps 6476-6478) 10-14 11:31:09.539 29486 29500 I chromium: [INFO:library_loader_hooks.cc(36)] Chromium logging enabled: level = 0, default verbosity = 0 10-14 11:31:09.539 29486 29500 I cr_LibraryLoader: Expected native library version number "69.0.3497.100", actual native library version number "69.0.3497.100" 10-14 11:31:09.618 17122 17122 W GsaWebView: Ignoring load event for old query. 10-14 11:31:09.670 17122 28710 W IcingConfig: corpus (com.google.android.gms, internal.3p:DigitalDocument) is blacklisted 10-14 11:31:09.670 17122 28710 W IcingConfig: corpus (com.google.android.gms, internal.3p:Event) is blacklisted 10-14 11:31:09.670 17122 28710 W IcingConfig: corpus (com.google.android.gms, internal.3p:MusicRecording) is blacklisted 10-14 11:31:09.671 17122 28751 I OptInChecker: Sidekick thinks 1 is Eligible = true 10-14 11:31:09.671 17122 28751 I OptInChecker: Sidekick thinks 2 is Eligible = true 10-14 11:31:09.671 17122 28751 I OptInChecker: Sidekick thinks 4 is Eligible = true 10-14 11:31:09.671 17122 28751 I OptInChecker: Sidekick thinks 5 is Eligible = true 10-14 11:31:09.671 17122 28751 I OptInChecker: Sidekick thinks 6 is Eligible = true 10-14 11:31:09.671 17122 28751 I OptInChecker: Sidekick thinks 7 is Eligible = true 10-14 11:31:09.671 17122 28751 I OptInChecker: Sidekick thinks 8 is Eligible = true 10-14 11:31:09.671 17122 28751 I OptInChecker: Sidekick thinks 9 is Eligible = true 10-14 11:31:09.671 17122 28751 I OptInChecker: Sidekick thinks 11 is Eligible = true 10-14 11:31:09.671 17122 28751 I OptInChecker: Sidekick thinks 12 is Eligible = true 10-14 11:31:09.671 17122 28751 I OptInChecker: UDC thinks - Setting = AUDIO_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:09.671 17122 28751 I OptInChecker: Using UDC cache for Setting: AUDIO_HISTORY 10-14 11:31:09.671 17122 28751 I OptInChecker: UDC Setting = AUDIO_HISTORY, optedIn = true 10-14 11:31:09.672 17122 28751 I OptInChecker: UDC thinks - Setting = DEVICE_STATE_AND_CONTENT, Eligibility = ELIGIBLE 10-14 11:31:09.672 17122 28751 I OptInChecker: Using UDC cache for Setting: DEVICE_STATE_AND_CONTENT 10-14 11:31:09.672 17122 28751 I OptInChecker: UDC Setting = DEVICE_STATE_AND_CONTENT, optedIn = true 10-14 11:31:09.672 17122 28751 I OptInChecker: UDC thinks - Setting = LOCATION_HISTORY_AND_REPORTING, Eligibility = ELIGIBLE 10-14 11:31:09.672 17122 28751 I OptInChecker: Using UDC cache for Setting: LOCATION_HISTORY_AND_REPORTING 10-14 11:31:09.672 17122 28751 I OptInChecker: UDC Setting = LOCATION_HISTORY_AND_REPORTING, optedIn = true 10-14 11:31:09.672 17122 28751 W OptInChecker: Missing cached UDC setting for NOW_CARDS 10-14 11:31:09.672 17122 28751 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:09.672 17122 28751 I OptInChecker: Setting = NOW_CARDS, optedInt = true 10-14 11:31:09.672 17122 28751 W OptInChecker: Missing cached UDC setting for NOW_NOTIFICATIONS 10-14 11:31:09.672 17122 28751 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:09.672 17122 28751 I OptInChecker: Setting = NOW_NOTIFICATIONS, optedInt = true 10-14 11:31:09.672 17122 28751 I OptInChecker: UDC thinks - Setting = WEB_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:09.672 17122 28751 I OptInChecker: Using UDC cache for Setting: WEB_HISTORY 10-14 11:31:09.672 17122 28751 I OptInChecker: UDC Setting = WEB_HISTORY, optedIn = true 10-14 11:31:09.672 17122 28751 I OptInChecker: UDC thinks - Setting = WEB_AND_APP_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:09.672 17122 28751 I OptInChecker: Using UDC cache for Setting: WEB_AND_APP_HISTORY 10-14 11:31:09.672 17122 28751 I OptInChecker: UDC Setting = WEB_AND_APP_HISTORY, optedIn = true 10-14 11:31:09.672 17122 28751 W OptInChecker: Missing cached UDC setting for CHROME_HISTORY_SYNC 10-14 11:31:09.672 17122 28751 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:09.672 17122 28751 I OptInChecker: Setting = CHROME_HISTORY_SYNC, optedInt = false 10-14 11:31:09.678 10771 14327 I Icing : Query global start 0 num 10 maxNumSlices 2147483647 10-14 11:31:09.678 17122 28753 W Fields : Received multiple values for location_attachment_metrics, value = # com.google.common.n.lm@8e41a6bc 10-14 11:31:09.907 17122 28710 W IcingConfig: corpus (com.google.android.gms, internal.3p:DigitalDocument) is blacklisted 10-14 11:31:09.907 17122 28710 W IcingConfig: corpus (com.google.android.gms, internal.3p:Event) is blacklisted 10-14 11:31:09.907 17122 28710 W IcingConfig: corpus (com.google.android.gms, internal.3p:MusicRecording) is blacklisted 10-14 11:31:09.909 17122 28691 I OptInChecker: Sidekick thinks 1 is Eligible = true 10-14 11:31:09.909 17122 28691 I OptInChecker: Sidekick thinks 2 is Eligible = true 10-14 11:31:09.909 17122 28691 I OptInChecker: Sidekick thinks 4 is Eligible = true 10-14 11:31:09.909 17122 28691 I OptInChecker: Sidekick thinks 5 is Eligible = true 10-14 11:31:09.909 17122 28691 I OptInChecker: Sidekick thinks 6 is Eligible = true 10-14 11:31:09.909 17122 28691 I OptInChecker: Sidekick thinks 7 is Eligible = true 10-14 11:31:09.909 17122 28691 I OptInChecker: Sidekick thinks 8 is Eligible = true 10-14 11:31:09.909 17122 28691 I OptInChecker: Sidekick thinks 9 is Eligible = true 10-14 11:31:09.909 17122 28691 I OptInChecker: Sidekick thinks 11 is Eligible = true 10-14 11:31:09.909 17122 28691 I OptInChecker: Sidekick thinks 12 is Eligible = true 10-14 11:31:09.909 17122 28691 I OptInChecker: UDC thinks - Setting = AUDIO_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:09.909 17122 28691 I OptInChecker: Using UDC cache for Setting: AUDIO_HISTORY 10-14 11:31:09.909 17122 28691 I OptInChecker: UDC Setting = AUDIO_HISTORY, optedIn = true 10-14 11:31:09.909 17122 28691 I OptInChecker: UDC thinks - Setting = DEVICE_STATE_AND_CONTENT, Eligibility = ELIGIBLE 10-14 11:31:09.909 17122 28691 I OptInChecker: Using UDC cache for Setting: DEVICE_STATE_AND_CONTENT 10-14 11:31:09.909 17122 28691 I OptInChecker: UDC Setting = DEVICE_STATE_AND_CONTENT, optedIn = true 10-14 11:31:09.910 17122 28691 I OptInChecker: UDC thinks - Setting = LOCATION_HISTORY_AND_REPORTING, Eligibility = ELIGIBLE 10-14 11:31:09.910 17122 28691 I OptInChecker: Using UDC cache for Setting: LOCATION_HISTORY_AND_REPORTING 10-14 11:31:09.910 17122 28691 I OptInChecker: UDC Setting = LOCATION_HISTORY_AND_REPORTING, optedIn = true 10-14 11:31:09.910 17122 28691 W OptInChecker: Missing cached UDC setting for NOW_CARDS 10-14 11:31:09.910 17122 28691 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:09.910 17122 28691 I OptInChecker: Setting = NOW_CARDS, optedInt = true 10-14 11:31:09.910 17122 28691 W OptInChecker: Missing cached UDC setting for NOW_NOTIFICATIONS 10-14 11:31:09.910 17122 28691 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:09.910 17122 28691 I OptInChecker: Setting = NOW_NOTIFICATIONS, optedInt = true 10-14 11:31:09.910 17122 28691 I OptInChecker: UDC thinks - Setting = WEB_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:09.910 17122 28691 I OptInChecker: Using UDC cache for Setting: WEB_HISTORY 10-14 11:31:09.910 17122 28691 I OptInChecker: UDC Setting = WEB_HISTORY, optedIn = true 10-14 11:31:09.910 17122 28691 I OptInChecker: UDC thinks - Setting = WEB_AND_APP_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:09.910 17122 28691 I OptInChecker: Using UDC cache for Setting: WEB_AND_APP_HISTORY 10-14 11:31:09.910 17122 28691 I OptInChecker: UDC Setting = WEB_AND_APP_HISTORY, optedIn = true 10-14 11:31:09.910 17122 28691 W OptInChecker: Missing cached UDC setting for CHROME_HISTORY_SYNC 10-14 11:31:09.910 17122 28691 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:09.910 17122 28691 I OptInChecker: Setting = CHROME_HISTORY_SYNC, optedInt = false 10-14 11:31:09.915 10771 14327 I Icing : Query global start 0 num 10 maxNumSlices 2147483647 10-14 11:31:09.921 17122 28694 W Fields : Received multiple values for location_attachment_metrics, value = # com.google.common.n.lm@90e2edd2 10-14 11:31:10.017 17122 17122 W GsaWebView: Ignoring load event for old query. 10-14 11:31:10.146 17122 28710 W IcingConfig: corpus (com.google.android.gms, internal.3p:DigitalDocument) is blacklisted 10-14 11:31:10.146 17122 28710 W IcingConfig: corpus (com.google.android.gms, internal.3p:Event) is blacklisted 10-14 11:31:10.146 17122 28710 W IcingConfig: corpus (com.google.android.gms, internal.3p:MusicRecording) is blacklisted 10-14 11:31:10.149 17122 28694 I OptInChecker: Sidekick thinks 1 is Eligible = true 10-14 11:31:10.149 17122 28694 I OptInChecker: Sidekick thinks 2 is Eligible = true 10-14 11:31:10.149 17122 28694 I OptInChecker: Sidekick thinks 4 is Eligible = true 10-14 11:31:10.149 17122 28694 I OptInChecker: Sidekick thinks 5 is Eligible = true 10-14 11:31:10.149 17122 28694 I OptInChecker: Sidekick thinks 6 is Eligible = true 10-14 11:31:10.149 17122 28694 I OptInChecker: Sidekick thinks 7 is Eligible = true 10-14 11:31:10.149 17122 28694 I OptInChecker: Sidekick thinks 8 is Eligible = true 10-14 11:31:10.149 17122 28694 I OptInChecker: Sidekick thinks 9 is Eligible = true 10-14 11:31:10.149 17122 28694 I OptInChecker: Sidekick thinks 11 is Eligible = true 10-14 11:31:10.149 17122 28694 I OptInChecker: Sidekick thinks 12 is Eligible = true 10-14 11:31:10.149 17122 28694 I OptInChecker: UDC thinks - Setting = AUDIO_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:10.149 17122 28694 I OptInChecker: Using UDC cache for Setting: AUDIO_HISTORY 10-14 11:31:10.149 17122 28694 I OptInChecker: UDC Setting = AUDIO_HISTORY, optedIn = true 10-14 11:31:10.149 17122 28694 I OptInChecker: UDC thinks - Setting = DEVICE_STATE_AND_CONTENT, Eligibility = ELIGIBLE 10-14 11:31:10.149 17122 28694 I OptInChecker: Using UDC cache for Setting: DEVICE_STATE_AND_CONTENT 10-14 11:31:10.149 17122 28694 I OptInChecker: UDC Setting = DEVICE_STATE_AND_CONTENT, optedIn = true 10-14 11:31:10.149 17122 28694 I OptInChecker: UDC thinks - Setting = LOCATION_HISTORY_AND_REPORTING, Eligibility = ELIGIBLE 10-14 11:31:10.149 17122 28694 I OptInChecker: Using UDC cache for Setting: LOCATION_HISTORY_AND_REPORTING 10-14 11:31:10.149 17122 28694 I OptInChecker: UDC Setting = LOCATION_HISTORY_AND_REPORTING, optedIn = true 10-14 11:31:10.149 17122 28694 W OptInChecker: Missing cached UDC setting for NOW_CARDS 10-14 11:31:10.149 17122 28694 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:10.149 17122 28694 I OptInChecker: Setting = NOW_CARDS, optedInt = true 10-14 11:31:10.149 17122 28694 W OptInChecker: Missing cached UDC setting for NOW_NOTIFICATIONS 10-14 11:31:10.149 17122 28694 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:10.149 17122 28694 I OptInChecker: Setting = NOW_NOTIFICATIONS, optedInt = true 10-14 11:31:10.150 17122 28694 I OptInChecker: UDC thinks - Setting = WEB_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:10.150 17122 28694 I OptInChecker: Using UDC cache for Setting: WEB_HISTORY 10-14 11:31:10.150 17122 28694 I OptInChecker: UDC Setting = WEB_HISTORY, optedIn = true 10-14 11:31:10.150 17122 28694 I OptInChecker: UDC thinks - Setting = WEB_AND_APP_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:10.150 17122 28694 I OptInChecker: Using UDC cache for Setting: WEB_AND_APP_HISTORY 10-14 11:31:10.150 17122 28694 I OptInChecker: UDC Setting = WEB_AND_APP_HISTORY, optedIn = true 10-14 11:31:10.150 17122 28694 W OptInChecker: Missing cached UDC setting for CHROME_HISTORY_SYNC 10-14 11:31:10.150 17122 28694 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:10.150 17122 28694 I OptInChecker: Setting = CHROME_HISTORY_SYNC, optedInt = false 10-14 11:31:10.150 1165 3829 D WificondControl: Scan result ready event 10-14 11:31:10.152 10771 14327 I Icing : Query global start 0 num 10 maxNumSlices 2147483647 10-14 11:31:10.155 17122 28688 W Fields : Received multiple values for location_attachment_metrics, value = # com.google.common.n.lm@efd14912 10-14 11:31:10.643 17122 17122 E ClientVe: Failed to create ClientVisualElementsProto for user interaction on view com.google.android.apps.gsa.searchbox.ui.suggestions.views.p{52ccddb VFE...CL. ...P.... 276,28-552,409 #39} because the view is not tagged for visual element logging. 10-14 11:31:10.649 17122 17122 I OptInChecker: Sidekick thinks 1 is Eligible = true 10-14 11:31:10.649 17122 17122 I OptInChecker: Sidekick thinks 2 is Eligible = true 10-14 11:31:10.649 17122 17122 I OptInChecker: Sidekick thinks 4 is Eligible = true 10-14 11:31:10.649 17122 17122 I OptInChecker: Sidekick thinks 5 is Eligible = true 10-14 11:31:10.649 17122 17122 I OptInChecker: Sidekick thinks 6 is Eligible = true 10-14 11:31:10.649 17122 17122 I OptInChecker: Sidekick thinks 7 is Eligible = true 10-14 11:31:10.649 17122 17122 I OptInChecker: Sidekick thinks 8 is Eligible = true 10-14 11:31:10.649 17122 17122 I OptInChecker: Sidekick thinks 9 is Eligible = true 10-14 11:31:10.649 17122 17122 I OptInChecker: Sidekick thinks 11 is Eligible = true 10-14 11:31:10.649 17122 17122 I OptInChecker: Sidekick thinks 12 is Eligible = true 10-14 11:31:10.649 17122 17122 I OptInChecker: UDC thinks - Setting = AUDIO_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:10.649 17122 17122 I OptInChecker: Using UDC cache for Setting: AUDIO_HISTORY 10-14 11:31:10.649 17122 17122 I OptInChecker: UDC Setting = AUDIO_HISTORY, optedIn = true 10-14 11:31:10.649 17122 17122 I OptInChecker: UDC thinks - Setting = DEVICE_STATE_AND_CONTENT, Eligibility = ELIGIBLE 10-14 11:31:10.649 17122 17122 I OptInChecker: Using UDC cache for Setting: DEVICE_STATE_AND_CONTENT 10-14 11:31:10.649 17122 17122 I OptInChecker: UDC Setting = DEVICE_STATE_AND_CONTENT, optedIn = true 10-14 11:31:10.649 17122 17122 I OptInChecker: UDC thinks - Setting = LOCATION_HISTORY_AND_REPORTING, Eligibility = ELIGIBLE 10-14 11:31:10.649 17122 17122 I OptInChecker: Using UDC cache for Setting: LOCATION_HISTORY_AND_REPORTING 10-14 11:31:10.649 17122 17122 I OptInChecker: UDC Setting = LOCATION_HISTORY_AND_REPORTING, optedIn = true 10-14 11:31:10.649 17122 17122 W OptInChecker: Missing cached UDC setting for NOW_CARDS 10-14 11:31:10.649 17122 17122 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:10.649 17122 17122 I OptInChecker: Setting = NOW_CARDS, optedInt = true 10-14 11:31:10.649 17122 17122 W OptInChecker: Missing cached UDC setting for NOW_NOTIFICATIONS 10-14 11:31:10.649 17122 17122 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:10.649 17122 17122 I OptInChecker: Setting = NOW_NOTIFICATIONS, optedInt = true 10-14 11:31:10.649 17122 17122 I OptInChecker: UDC thinks - Setting = WEB_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:10.649 17122 17122 I OptInChecker: Using UDC cache for Setting: WEB_HISTORY 10-14 11:31:10.649 17122 17122 I OptInChecker: UDC Setting = WEB_HISTORY, optedIn = true 10-14 11:31:10.649 17122 17122 I OptInChecker: UDC thinks - Setting = WEB_AND_APP_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:10.649 17122 17122 I OptInChecker: Using UDC cache for Setting: WEB_AND_APP_HISTORY 10-14 11:31:10.649 17122 17122 I OptInChecker: UDC Setting = WEB_AND_APP_HISTORY, optedIn = true 10-14 11:31:10.649 17122 17122 W OptInChecker: Missing cached UDC setting for CHROME_HISTORY_SYNC 10-14 11:31:10.649 17122 17122 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:10.649 17122 17122 I OptInChecker: Setting = CHROME_HISTORY_SYNC, optedInt = false 10-14 11:31:10.655 1165 3829 I ActivityManager: START u0 {act=com.google.android.apps.nexuslauncher.search.APP_LAUNCH dat=content://com.google.android.apps.nexuslauncher.appssearch?component=karino2.livejournal.com.notebookfrontend/.MainActivity&user=0 flg=0x10208000 cmp=com.google.android.apps.nexuslauncher/.search.AppLaunchActivity bnds=[347,1213][537,1402]} from uid 10057 10-14 11:31:10.672 774 774 D android.hardware.power@1.2-service.wahoo-libperfmgr: LAUNCH ON 10-14 11:31:10.677 17122 17122 I OptInChecker: Sidekick thinks 1 is Eligible = true 10-14 11:31:10.677 17122 17122 I OptInChecker: Sidekick thinks 2 is Eligible = true 10-14 11:31:10.677 17122 17122 I OptInChecker: Sidekick thinks 4 is Eligible = true 10-14 11:31:10.677 17122 17122 I OptInChecker: Sidekick thinks 5 is Eligible = true 10-14 11:31:10.678 17122 17122 I OptInChecker: Sidekick thinks 6 is Eligible = true 10-14 11:31:10.678 17122 17122 I OptInChecker: Sidekick thinks 7 is Eligible = true 10-14 11:31:10.678 17122 17122 I OptInChecker: Sidekick thinks 8 is Eligible = true 10-14 11:31:10.678 17122 17122 I OptInChecker: Sidekick thinks 9 is Eligible = true 10-14 11:31:10.678 17122 17122 I OptInChecker: Sidekick thinks 11 is Eligible = true 10-14 11:31:10.678 17122 17122 I OptInChecker: Sidekick thinks 12 is Eligible = true 10-14 11:31:10.678 17122 17122 I OptInChecker: UDC thinks - Setting = WEB_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:10.678 17122 17122 I OptInChecker: Using UDC cache for Setting: WEB_HISTORY 10-14 11:31:10.678 17122 17122 I OptInChecker: UDC Setting = WEB_HISTORY, optedIn = true 10-14 11:31:10.688 10491 10491 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@73e8883 10-14 11:31:10.695 1165 3830 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=karino2.livejournal.com.notebookfrontend/.MainActivity} from uid 10018 10-14 11:31:10.705 774 774 D android.hardware.power@1.2-service.wahoo-libperfmgr: LAUNCH ON 10-14 11:31:10.747 1165 1211 I ActivityManager: Start proc 29514:karino2.livejournal.com.notebookfrontend/u0a199 for activity karino2.livejournal.com.notebookfrontend/.MainActivity 10-14 11:31:10.755 29514 29514 E otebookfronten: Not starting debugger since process cannot load the jdwp agent. 10-14 11:31:10.814 29514 29529 D libEGL : loaded /vendor/lib64/egl/libEGL_adreno.so 10-14 11:31:10.827 29514 29529 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_adreno.so 10-14 11:31:10.843 29514 29529 D libEGL : loaded /vendor/lib64/egl/libGLESv2_adreno.so 10-14 11:31:10.845 29514 29514 D OpenGLRenderer: Skia GL Pipeline 10-14 11:31:10.849 10491 10502 W System : A resource failed to call release. 10-14 11:31:10.849 10491 10502 W System : A resource failed to call release. 10-14 11:31:10.899 29514 29531 I Adreno : QUALCOMM build : 7bf2852, Ie32bfa6f6f 10-14 11:31:10.899 29514 29531 I Adreno : Build Date : 06/03/18 10-14 11:31:10.899 29514 29531 I Adreno : OpenGL ES Shader Compiler Version: EV031.24.00.00 10-14 11:31:10.899 29514 29531 I Adreno : Local Branch : googdrp 10-14 11:31:10.899 29514 29531 I Adreno : Remote Branch : 10-14 11:31:10.899 29514 29531 I Adreno : Remote Branch : 10-14 11:31:10.899 29514 29531 I Adreno : Reconstruct Branch : 10-14 11:31:10.899 29514 29531 I Adreno : Build Config : S L 4.0.10 AArch64 10-14 11:31:10.903 29514 29531 I Adreno : PFP: 0x005ff110, ME: 0x005ff066 10-14 11:31:10.906 29514 29531 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 1 10-14 11:31:10.906 29514 29531 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 10-14 11:31:10.907 29514 29531 I OpenGLRenderer: Initialized EGL, version 1.4 10-14 11:31:10.907 29514 29531 D OpenGLRenderer: Swap behavior 1 10-14 11:31:10.939 1165 3829 E InputMethodManagerService: Ignoring com.android.server.InputMethodManagerService.shouldOfferSwitchingToNextInputMethod:3141 due to an invalid token. uid:10138 token:null 10-14 11:31:10.967 774 774 D android.hardware.power@1.2-service.wahoo-libperfmgr: LAUNCH OFF 10-14 11:31:10.978 1165 1219 I ActivityManager: Displayed karino2.livejournal.com.notebookfrontend/.MainActivity: +246ms (total +25s850ms) 10-14 11:31:11.061 10750 10750 W GCM : Force release of GOOGLE_C2DM lock 10-14 11:31:11.154 1763 1763 I WallpaperService: engine paused 10-14 11:31:11.155 614 644 W SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen karino2.livejournal.com.notebookfrontend#0 10-14 11:31:11.155 614 644 W SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen karino2.livejournal.com.notebookfrontend#0 10-14 11:31:11.158 811 921 D CHRE : @ 841465.000: -: id 10, otherClientPresent 0, mode 3 10-14 11:31:11.158 811 921 D CHRE : @ 841465.000: [ImuCal] Dynamic sensor configuration: stand-by. 10-14 11:31:11.159 811 921 D CHRE : @ 841465.000: sensorType 9 allowed 1: mergedMode 3, otherClientPresent 1 10-14 11:31:11.159 811 921 D CHRE : @ 841465.000: sensorType 12 allowed 1: mergedMode 3, otherClientPresent 1 10-14 11:31:11.160 811 921 D CHRE : @ 841465.000: sensorType 14 allowed 0: mergedMode 3, otherClientPresent 0 10-14 11:31:11.181 614 644 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{1301092 token=Token{926361d ActivityRecord{d2c9ef4 u0 com.google.android.apps.nexuslauncher/.search.AppLaunchActivity t1877}}}#0 10-14 11:31:11.325 17122 17122 I OptInChecker: Sidekick thinks 1 is Eligible = true 10-14 11:31:11.325 17122 17122 I OptInChecker: Sidekick thinks 2 is Eligible = true 10-14 11:31:11.325 17122 17122 I OptInChecker: Sidekick thinks 4 is Eligible = true 10-14 11:31:11.325 17122 17122 I OptInChecker: Sidekick thinks 5 is Eligible = true 10-14 11:31:11.325 17122 17122 I OptInChecker: Sidekick thinks 6 is Eligible = true 10-14 11:31:11.325 17122 17122 I OptInChecker: Sidekick thinks 7 is Eligible = true 10-14 11:31:11.325 17122 17122 I OptInChecker: Sidekick thinks 8 is Eligible = true 10-14 11:31:11.325 17122 17122 I OptInChecker: Sidekick thinks 9 is Eligible = true 10-14 11:31:11.325 17122 17122 I OptInChecker: Sidekick thinks 11 is Eligible = true 10-14 11:31:11.325 17122 17122 I OptInChecker: Sidekick thinks 12 is Eligible = true 10-14 11:31:11.325 17122 17122 I OptInChecker: UDC thinks - Setting = AUDIO_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:11.325 17122 17122 I OptInChecker: Using UDC cache for Setting: AUDIO_HISTORY 10-14 11:31:11.325 17122 17122 I OptInChecker: UDC Setting = AUDIO_HISTORY, optedIn = true 10-14 11:31:11.325 17122 17122 I OptInChecker: UDC thinks - Setting = DEVICE_STATE_AND_CONTENT, Eligibility = ELIGIBLE 10-14 11:31:11.325 17122 17122 I OptInChecker: Using UDC cache for Setting: DEVICE_STATE_AND_CONTENT 10-14 11:31:11.325 17122 17122 I OptInChecker: UDC Setting = DEVICE_STATE_AND_CONTENT, optedIn = true 10-14 11:31:11.325 17122 17122 I OptInChecker: UDC thinks - Setting = LOCATION_HISTORY_AND_REPORTING, Eligibility = ELIGIBLE 10-14 11:31:11.325 17122 17122 I OptInChecker: Using UDC cache for Setting: LOCATION_HISTORY_AND_REPORTING 10-14 11:31:11.325 17122 17122 I OptInChecker: UDC Setting = LOCATION_HISTORY_AND_REPORTING, optedIn = true 10-14 11:31:11.325 17122 17122 W OptInChecker: Missing cached UDC setting for NOW_CARDS 10-14 11:31:11.325 17122 17122 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:11.325 17122 17122 I OptInChecker: Setting = NOW_CARDS, optedInt = true 10-14 11:31:11.325 17122 17122 W OptInChecker: Missing cached UDC setting for NOW_NOTIFICATIONS 10-14 11:31:11.325 17122 17122 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:11.325 17122 17122 I OptInChecker: Setting = NOW_NOTIFICATIONS, optedInt = true 10-14 11:31:11.326 17122 17122 I OptInChecker: UDC thinks - Setting = WEB_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:11.326 17122 17122 I OptInChecker: Using UDC cache for Setting: WEB_HISTORY 10-14 11:31:11.326 17122 17122 I OptInChecker: UDC Setting = WEB_HISTORY, optedIn = true 10-14 11:31:11.326 17122 17122 I OptInChecker: UDC thinks - Setting = WEB_AND_APP_HISTORY, Eligibility = ELIGIBLE 10-14 11:31:11.326 17122 17122 I OptInChecker: Using UDC cache for Setting: WEB_AND_APP_HISTORY 10-14 11:31:11.326 17122 17122 I OptInChecker: UDC Setting = WEB_AND_APP_HISTORY, optedIn = true 10-14 11:31:11.326 17122 17122 W OptInChecker: Missing cached UDC setting for CHROME_HISTORY_SYNC 10-14 11:31:11.326 17122 17122 I OptInChecker: Falling back to non-UDC sources 10-14 11:31:11.326 17122 17122 I OptInChecker: Setting = CHROME_HISTORY_SYNC, optedInt = false 10-14 11:31:11.335 17122 17122 W SearchServiceCore: Abort, client detached. 10-14 11:31:11.509 17122 17122 I StreamController: cleanUpControllerScope(nowcards-32163278-508b) 10-14 11:31:11.544 17122 17122 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-14 11:31:11.550 17122 17122 I chatty : uid=10057 com.google.android.googlequicksearchbox:search identical 6 lines 10-14 11:31:11.550 17122 17122 W StaticLayout: maxLineHeight should not be -1. maxLines:2 lineCount:2 10-14 11:31:11.789 2678 2678 W SoundPool: Use of stream types is deprecated for operations other than volume control 10-14 11:31:11.789 2678 2678 W SoundPool: See the documentation of SoundPool() for what to use instead with android.media.AudioAttributes to qualify your playback use case 10-14 11:31:11.774 1165 3829 E InputMethodManagerService: Ignoring com.android.server.InputMethodManagerService.shouldOfferSwitchingToNextInputMethod:3141 due to an invalid token. uid:10138 token:null 10-14 11:31:13.699 1165 3829 I ActivityManager: START u0 {cmp=karino2.livejournal.com.notebookfrontend/.TreeActivity (has extras)} from uid 10199 10-14 11:31:13.701 17122 17122 I BgTaskExecutorImpl: Starting EXCLUSIVE background task LOG_ATTEMPTED_SEARCHES_TO_KANSAS. 10-14 11:31:13.701 774 774 D android.hardware.power@1.2-service.wahoo-libperfmgr: LAUNCH ON 10-14 11:31:13.708 17122 17122 W SearchServiceCore: Abort, client detached. 10-14 11:31:13.718 29514 29514 W ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@84aefca 10-14 11:31:13.731 29514 29514 D NetworkSecurityConfig: No Network Security Config specified, using platform default 10-14 11:31:13.734 29514 29514 D NotebookFrontend: login request begin 10-14 11:31:13.761 29514 29514 W System.err: io.reactivex.exceptions.OnErrorNotImplementedException: CLEARTEXT communication to localhost not permitted by network security policy 10-14 11:31:13.761 29514 29514 W System.err: at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:704) 10-14 11:31:13.761 29514 29514 W System.err: at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:701) 10-14 11:31:13.761 29514 29514 W System.err: at io.reactivex.internal.observers.ConsumerSingleObserver.onError(ConsumerSingleObserver.java:45) 10-14 11:31:13.761 29514 29514 W System.err: at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 10-14 11:31:13.761 29514 29514 W System.err: at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run(HandlerScheduler.java:109) 10-14 11:31:13.761 29514 29514 W System.err: at android.os.Handler.handleCallback(Handler.java:873) 10-14 11:31:13.761 29514 29514 W System.err: at android.os.Handler.dispatchMessage(Handler.java:99) 10-14 11:31:13.761 29514 29514 W System.err: at android.os.Looper.loop(Looper.java:193) 10-14 11:31:13.761 29514 29514 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-14 11:31:13.761 29514 29514 W System.err: at java.lang.reflect.Method.invoke(Native Method) 10-14 11:31:13.761 29514 29514 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 10-14 11:31:13.761 29514 29514 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-14 11:31:13.761 29514 29514 W System.err: Caused by: java.net.UnknownServiceException: CLEARTEXT communication to localhost not permitted by network security policy 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:139) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:192) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:121) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:100) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:120) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:185) 10-14 11:31:13.761 29514 29514 W System.err: at okhttp3.RealCall.execute(RealCall.java:69) 10-14 11:31:13.761 29514 29514 W System.err: at karino2.livejournal.com.notebookfrontend.LoginState.lambda$begin$0(LoginState.java:51) 10-14 11:31:13.761 29514 29514 W System.err: at karino2.livejournal.com.notebookfrontend.-$$Lambda$LoginState$GlGVEMku34Sr0W3ZesDINYqKRC4.subscribe(Unknown Source:4) 10-14 11:31:13.761 29514 29514 W System.err: at io.reactivex.internal.operators.single.SingleCreate.subscribeActual(SingleCreate.java:39) 10-14 11:31:13.761 29514 29514 W System.err: at io.reactivex.Single.subscribe(Single.java:2703) 10-14 11:31:13.761 29514 29514 W System.err: at io.reactivex.internal.operators.single.SingleSubscribeOn$SubscribeOnObserver.run(SingleSubscribeOn.java:89) 10-14 11:31:13.761 29514 29514 W System.err: at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:451) 10-14 11:31:13.761 29514 29514 W System.err: at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:61) 10-14 11:31:13.761 29514 29514 W System.err: at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:52) 10-14 11:31:13.761 29514 29514 W System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 10-14 11:31:13.761 29514 29514 W System.err: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 10-14 11:31:13.761 29514 29514 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-14 11:31:13.761 29514 29514 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-14 11:31:13.761 29514 29514 W System.err: at java.lang.Thread.run(Thread.java:764) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: FATAL EXCEPTION: main 10-14 11:31:13.762 29514 29514 E AndroidRuntime: Process: karino2.livejournal.com.notebookfrontend, PID: 29514 10-14 11:31:13.762 29514 29514 E AndroidRuntime: io.reactivex.exceptions.OnErrorNotImplementedException: CLEARTEXT communication to localhost not permitted by network security policy 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:704) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:701) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at io.reactivex.internal.observers.ConsumerSingleObserver.onError(ConsumerSingleObserver.java:45) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run(HandlerScheduler.java:109) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:873) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6669) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: Caused by: java.net.UnknownServiceException: CLEARTEXT communication to localhost not permitted by network security policy 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:139) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:192) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:121) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:100) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:120) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:185) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at okhttp3.RealCall.execute(RealCall.java:69) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at karino2.livejournal.com.notebookfrontend.LoginState.lambda$begin$0(LoginState.java:51) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at karino2.livejournal.com.notebookfrontend.-$$Lambda$LoginState$GlGVEMku34Sr0W3ZesDINYqKRC4.subscribe(Unknown Source:4) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at io.reactivex.internal.operators.single.SingleCreate.subscribeActual(SingleCreate.java:39) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at io.reactivex.Single.subscribe(Single.java:2703) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at io.reactivex.internal.operators.single.SingleSubscribeOn$SubscribeOnObserver.run(SingleSubscribeOn.java:89) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:451) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:61) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:52) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-14 11:31:13.762 29514 29514 E AndroidRuntime: at java.lang.Thread.run(Thread.java:764) 10-14 11:31:13.764 1165 3829 W ActivityManager: Force finishing activity karino2.livejournal.com.notebookfrontend/.TreeActivity 10-14 11:31:13.768 1165 3829 W ActivityManager: Force finishing activity karino2.livejournal.com.notebookfrontend/.MainActivity 10-14 11:31:13.773 1165 1210 I ActivityManager: Showing crash dialog for package karino2.livejournal.com.notebookfrontend u0 10-14 11:31:13.774 1165 1209 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to ProcessRecord{2cb9637 28009:com.yelp.android/u0a155} (pid=28009, uid=10155) requires android.permission.READ_LOGS due to sender android (uid 1000) 10-14 11:31:13.774 1165 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver 10-14 11:31:13.774 1165 1209 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver 10-14 11:31:13.804 1165 9021 I OpenGLRenderer: Initialized EGL, version 1.4 10-14 11:31:13.804 1165 9021 D OpenGLRenderer: Swap behavior 1 10-14 11:31:14.034 1165 3027 W SettingsProvider: You shouldn't keep your settings in the secure settings. This will soon become an error. 10-14 11:31:14.035 1165 1165 V SettingsProvider: Notifying for 0: content://settings/system/6b23aed46c5ac891d1669cfa8108099 10-14 11:31:14.266 1165 1209 W ActivityManager: Activity pause timeout for ActivityRecord{3e0d638 u0 karino2.livejournal.com.notebookfrontend/.TreeActivity t1878 f} 10-14 11:31:14.301 614 614 D SurfaceFlinger: duplicate layer name: changing com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity to com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity#1 10-14 11:31:14.319 774 774 D android.hardware.power@1.2-service.wahoo-libperfmgr: LAUNCH OFF 10-14 11:31:14.319 1763 1763 I WallpaperService: engine resumed 10-14 11:31:14.326 811 921 D CHRE : @ 841468.188: +: id 10, otherClientPresent 1, mode 3 10-14 11:31:14.327 811 921 D CHRE : @ 841468.188: [ImuCal] Dynamic sensor configuration: high-performance. 10-14 11:31:14.327 811 921 D CHRE : @ 841468.188: sensorType 9 allowed 1: mergedMode 3, otherClientPresent 1 10-14 11:31:14.328 811 921 D CHRE : @ 841468.188: sensorType 12 allowed 1: mergedMode 3, otherClientPresent 1 10-14 11:31:14.329 17122 17122 W SessionLifecycleManager: Handover failed. Creating new session controller. 10-14 11:31:14.330 17122 17122 W WebViewRenderState: Failed to save WebView history into backstack. Not the same commit. 10-14 11:31:14.330 811 921 D CHRE : @ 841468.188: sensorType 14 allowed 0: mergedMode 3, otherClientPresent 0 10-14 11:31:14.332 17122 28708 I PBSessionCacheImpl: Wrote sessionId[5306795019130] to persistence. 10-14 11:31:14.339 17122 17122 I StreamController: registerScope: nowcards-32163278-508b 10-14 11:31:14.361 17122 17122 W TemplatedStringEvaluato: Got templated string with no display string 10-14 11:31:14.363 17122 17122 W TemplatedStringEvaluato: Got templated string with no display string 10-14 11:31:14.363 17122 17122 I ClusterController: Found empty cluster, or no children successfully created. 10-14 11:31:14.389 748 20129 D sound_trigger_hw: stdev_start_recognition:[2] Enter 10-14 11:31:14.390 748 20129 D sound_trigger_hw: get_confidence_levels_payload: No smlib for uuid, sending opaque data 10-14 11:31:14.390 748 20129 D sound_trigger_hw: loaded_state_fn:[2] handle event id 2 10-14 11:31:14.390 748 20129 D sound_trigger_platform: platform_stdev_get_capture_device: available devices 0x80000004, device 0x80000004 10-14 11:31:14.390 748 20129 D sound_trigger_platform: platform_stdev_get_device_sample_rate: sample rate 48000 10-14 11:31:14.390 748 20129 D sound_trigger_platform: platform_stdev_send_hwmad_cal: previous acdb_id 128 matches new acdb_id 128 return 10-14 11:31:14.390 748 20129 D sound_trigger_platform: platform_stdev_send_calibration: sending device calibration for device(1) acdb_id(128) 10-14 11:31:14.390 748 20129 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 128, Topology Id 12e19 10-14 11:31:14.390 748 20129 D sound_trigger_hw: set_device: enable device (1) = listen-cpe-handset-mic 10-14 11:31:14.390 748 20129 D audio_route: Apply path: listen-cpe-handset-mic 10-14 11:31:14.400 748 20129 D sound_trigger_hw: start:[2] gcs start VA engine, enable 1 token 820 10-14 11:31:14.400 748 20129 D sound_trigger_hw: start:[2] calling gcs_enable with handle 2, non-persist cal 0xe43e4470, sz 24 10-14 11:31:14.400 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CALIBRATION_SIZE 10-14 11:31:14.400 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CALIBRATION 10-14 11:31:14.400 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CALIBRATION_SIZE 10-14 11:31:14.400 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CALIBRATION 10-14 11:31:14.400 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CONNECTION_SIZE 10-14 11:31:14.401 748 20129 E : gcs_get_sg_mod_conn_and_update_pld: subgraph mod conn size 0. Exiting 10-14 11:31:14.401 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CONNECTION_SIZE 10-14 11:31:14.401 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_MODULE_CONNECTION 10-14 11:31:14.401 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_CONNECTIONS_SIZE 10-14 11:31:14.401 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPHS_CONNECTION 10-14 11:31:14.401 748 20129 D ACDB-LOADER: ACDB -> ACDB_WDSP_CMD_GET_SUBGRAPH_CONNECTIONS_SIZE 10-14 11:31:14.401 748 20129 E : __gcs_get_sg_conn_and_update_pld: subgraph conn size 0. Exiting 10-14 11:31:14.412 748 20129 D sound_trigger_hw: reg_hal_event_session: ST_EVENT_SESSION_REGISTER capture_handle 694 p_ses 0xe552fe80 10-14 11:31:14.412 748 20129 D sound_trigger_hw: session[2]: loaded_state_fn ---> active_state_fn 10-14 11:31:14.412 748 20129 D sound_trigger_hw: stdev_start_recognition:[2] Exit 10-14 11:31:14.412 1165 3830 I SoundTriggerHelper: startRecognition successful. 10-14 11:31:14.413 29752 29752 I GsaVoiceInteractionSrv: Start Hotword Recognition Status: true 10-14 11:31:14.413 17122 17122 W ServiceUpdateReceiver: Ignoring update for non-existing controller. 10-14 11:31:14.544 1165 3830 W NotificationService: Toast already killed. pkg=com.exideas.mekb callback=android.app.ITransientNotification$Stub$Proxy@bb79228 10-14 11:31:15.078 614 644 W SurfaceFlinger: Attempting to destroy on removed layer: c8dc7dd Toast#0 10-14 11:31:15.379 10750 10750 W ChimeraUtils: Non Chimera context 10-14 11:31:15.379 10750 10750 W ChimeraUtils: Non Chimera context 10-14 11:31:15.692 17122 28710 I EventLogSendingHelper: Sending log events. 10-14 11:31:16.063 1165 1219 W WindowManager: Unable to start animation, surface is null or no children. 10-14 11:31:18.129 1165 3829 W ActivityManager: Force finishing activity karino2.livejournal.com.notebookfrontend/.TreeActivity 10-14 11:31:18.130 1165 3829 W ActivityManager: Force finishing activity karino2.livejournal.com.notebookfrontend/.MainActivity 10-14 11:31:18.131 1165 9021 D OpenGLRenderer: endAllActiveAnimators on 0x789ebd4300 (RippleDrawable) with handle 0x789eb2fee0 10-14 11:31:18.135 614 1225 W SurfaceFlinger: Attempting to destroy on removed layer: b998e05 karino2.livejournal.com.notebookfrontend/karino2.livejournal.com.notebookfrontend.TreeActivity#0 10-14 11:31:18.152 1165 3829 I ActivityManager: Killing 29514:karino2.livejournal.com.notebookfrontend/u0a199 (adj 900): crash 10-14 11:31:18.152 1165 1212 W libprocessgroup: kill(-29514, 9) failed: No such process 10-14 11:31:18.155 614 1225 W SurfaceFlinger: Attempting to destroy on removed layer: AppWindowToken{e370bd5 token=Token{2f8d88c ActivityRecord{c9999bf u0 karino2.livejournal.com.notebookfrontend/.MainActivity t1878}}}#0 10-14 11:31:18.155 614 1225 W SurfaceFlinger: Attempting to destroy on removed layer: Task=1878#0 10-14 11:31:18.155 614 1225 W SurfaceFlinger: Attempting to destroy on removed layer: f59c6a7 karino2.livejournal.com.notebookfrontend/karino2.livejournal.com.notebookfrontend.MainActivity#0 10-14 11:31:18.166 1165 3027 E InputMethodManagerService: Ignoring com.android.server.InputMethodManagerService.shouldOfferSwitchingToNextInputMethod:3141 due to an invalid token. uid:10138 token:null 10-14 11:31:18.173 1165 1219 W ActivityManager: setHasOverlayUi called on unknown pid: 29514 10-14 11:31:18.174 717 717 I Zygote : Process 29514 exited due to signal (9) 10-14 11:31:18.183 1165 1212 W libprocessgroup: kill(-29514, 9) failed: No such process 10-14 11:31:18.183 1165 1212 I libprocessgroup: Successfully killed process cgroup uid 10199 pid 29514 in 31ms 10-14 11:31:18.325 614 1225 W SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - mAboveAppWindowsContainers#0 10-14 11:31:18.325 614 1225 W SurfaceFlinger: Attempting to destroy on removed layer: Dim Layer for - mAboveAppWindowsContainers#0 10-14 11:31:18.331 614 1225 W SurfaceFlinger: Attempting to destroy on removed layer: 1f15e44 Application Error: karino2.livejournal.com.notebookfrontend#0 10-14 11:31:20.695 17122 28723 I EventLogSendingHelper: Sending log events. 10-14 11:31:20.830 811 921 I CHRE : @ 841474.688: [ImuCal] [NanoSensorCal:GYRO_RPS] Offset | Temperature [C]: 0.010389, 0.001452, -0.005903 | 23.38 10-14 11:31:20.831 811 921 I CHRE : @ 841474.688: [ImuCal] [NanoSensorCal:GYRO_RPS] Temp Sensitivity: 0.000136, -0.000031, 0.000180 10-14 11:31:20.831 811 921 I CHRE : @ 841474.688: [ImuCal] [NanoSensorCal:GYRO_RPS] Temp Intercept: 0.007317, 0.002209, -0.010200 libprocessgroup: Successfully killed process cgroup uid 10199 pid 29514 in 31ms 10-14 11:31:18.325 614 1225 W SurfaceFlinger: Attempting to set client state on removed layer: Dim Layer for - mAboveAppWi
It seems connection to localhost does not allowed. May be you need to allow some network permission manually to this app from setting (in Nougat, you don't. But in newer device, it might be). Could you check the app permission from Setting>Appliction Managemet? If this is the real cause, it means I should support runtime permission check.
Hi again. Sorry it took me while to get back. I tried after giving unrestricted data usage to no avail. I also looked at potential permissions on my device. I am using android 9. Here is the link to the permissions available: https://support.google.com/googleplay/answer/6270602?hl=en
Any other suggestions?
Thank you for your investigate. I think now I understand the problem. From android 9, it seems plain http is forbidden by default.
https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted# https://developer.android.com/training/articles/security-config
I need to fix someway for portforward scenario. But I'm afraid I'm abroad this month for private reason. I'll fix in December. Thanks.
Hi, sorry for late. I fix the problem and upload to Google Play as a new version (ver 0.3).
I couldn't reproduce problem in my environment, so I do not yet confirm whether this fix really work.
Could you try new version and let me know what will happen?
Hi, thanks for the update. I just tested it quickly this morning but the app is crashing as soon as I hit "Open". I will collect the adb log this weekend and submit it here.
Hi, not sure what's going on, but the app disappears when I tap open. Steps:
Any ideas where the issue may be? This is on a pixel 2 xl if that matters.
best, batu.