microsoft / vscode-cordova

A Visual Studio Code extension providing intellisense, debug, and build support for Cordova and Ionic projects.
https://marketplace.visualstudio.com/items?itemName=vsmobile.cordova-tools
Other
293 stars 67 forks source link

Unable to debug on android nor on chrome #323

Closed Kaidanov closed 6 years ago

Kaidanov commented 6 years ago

The debugging occurs chaotically after installing the cordova-tools Once the breakpoints are alive and the next it doesn't stop or even fails to start the app/browser.

I've done this steps: https://goo.gl/ejn1oP

It worked for that run.

npm -v cordova-tools 3.10.10

Visual Studio Code

Version 1.16.1 Commit 27492b6bf3acb0775d82d2f87b25a93490673c6d Date 2017-09-14T16:38:09.760Z Shell 1.7.3 Renderer 58.0.3029.110 Node 7.9.0 Architecture ia32

The localhost won't work because I am forwarding to local IP to be able to work with local development server.

So in launch I have this : { "type": "chrome", "request": "launch", "name": "Launch Chrome local ip", "url": "http://192.168.1.16:8100", "webRoot": "${workspaceRoot}/www" , "sourceMaps": true

    },     
    {
        "type": "chrome",
        "request": "attach",
        "name": "Attach to Chrome",
        "port": 9222,
        "webRoot": "${workspaceRoot}/www"
    },

{ "name": "Run Android on device", "type": "cordova", "request": "launch", "platform": "android", "target": "device", "port": 9222, "sourceMaps": true, "cwd": "${workspaceRoot}", "ionicLiveReload": false },

Any run finishes now with -

Unable to find localabstract name of cordova app

What can I do ?

itoys commented 6 years ago

Hello @Kaidanov Sorry for late response! Looks like that issue #312, isn't it? Could you please add some additional information as described here

Kaidanov commented 6 years ago

@iTOYS Hi Artem, Not really .. The behaviour is chaotic.

1) The first time I restart the pc it's enabling to run also it writes timeout on some utils.js line.. The time after that it starts popping messages that it can't be launched because the dev server is already running. - How can I stop a running server? Tried with netstat by name - but no luck.

2)Serve to the browser (ionic serve) configuration Added livereload and devServerTimeout to avoid timeout { "name": "Serve to the browser (ionic serve)", "type": "cordova", "request": "launch", "platform": "serve", "cwd": "${workspaceRoot}/www", "devServerAddress": "localhost", "sourceMaps": true, "ionicLiveReload": true, "devServerTimeout": 1200000 }, Getting Launching for serve (This may take a while)... Starting Ionic dev server (live reload: true) [2K[G ? The Ionic CLI (local version) has an update available (3.10.3 => 3.12.0)! Wou ld you like to install it? (Y/n) [1A[33D[112C The Ionic live reload server exited unexpectedly

And upstairs in vscode I see a message (sometimes it's being cut and i can't see it all) [cordova-tools] Error processing "launch": Error: The Ionic live reload server exited unexpectedly

i

3).Launch Chrome local ip configuration This configuration that once ran now failes - { "type": "chrome", "request": "launch", "name": "Launch Chrome local ip", "url": "http://192.168.1.16:8100", "webRoot": "${workspaceRoot}/www" , "sourceMaps": true

        },    

The chrome opens with message This site can’t be reached

192.168.1.16 refused to connect. Search Google for 192 168 8100 ERR_CONNECTION_REFUSED

4).Run Android on device configuration { "name": "Run Android on device", "type": "cordova", "request": "launch", "platform": "android", "target": "device", "port": 9222, "sourceMaps": true, "cwd": "${workspaceRoot}", "ionicLiveReload": false, "devServerTimeout": 120000 },

Image

after deleting the app from device

i

6).Before installing the cordova tools I was able to run the chrome and debug and also had developer tools in chrome enabled. Nowadays , when I go to developer tools when finally the cordova tools enables me to debug , it shuts down the chrome browser altogether without any warning or message. How can I use chrome developer tools with cordova tools ?

Kaidanov commented 6 years ago

C:\Users\2bher>adb -s LGH8503c995e68 shell ps USER PID PPID VSIZE RSS WCHAN PC NAME root 1 0 28968 1536 SySepoll 0000000000 S /init root 2 0 0 0 kthreadd 0000000000 S kthreadd root 3 2 0 0 0000000000 R ksoftirqd/0 root 7 2 0 0 0000000000 R rcu_preempt root 8 2 0 0 rcu_gp_kth 0000000000 S rcu_sched root 9 2 0 0 rcu_gp_kth 0000000000 S rcu_bh root 10 2 0 0 smpboot_th 0000000000 S migration/0 root 11 2 0 0 smpboot_th 0000000000 S migration/1 root 12 2 0 0 smpboot_th 0000000000 S ksoftirqd/1 root 15 2 0 0 smpboot_th 0000000000 S migration/2 root 16 2 0 0 smpboot_th 0000000000 S ksoftirqd/2 root 19 2 0 0 smpboot_th 0000000000 S migration/3 root 20 2 0 0 smpboot_th 0000000000 S ksoftirqd/3 root 23 2 0 0 rescuer_th 0000000000 S khelper root 24 2 0 0 rescuer_th 0000000000 S netns root 25 2 0 0 rescuer_th 0000000000 S perf root 26 2 0 0 rescuer_th 0000000000 S smd_channel_clo root 27 2 0 0 kthread_wo 0000000000 S dsps_smdtrans root 28 2 0 0 kthread_wo 0000000000 S lpass_smd_trans root 29 2 0 0 kthread_wo 0000000000 S mpss_smdtrans root 30 2 0 0 kthread_wo 0000000000 S wcnss_smd_trans root 31 2 0 0 kthread_wo 0000000000 S rpm_smd_trans_g root 32 2 0 0 watchdog_k 0000000000 S msm_watchdog root 34 2 0 0 rescuer_th 0000000000 S rpm_requests root 35 2 0 0 kthread_wo 0000000000 S smem_native_mps root 36 2 0 0 kthread_wo 0000000000 S mpss_smem_glink root 37 2 0 0 kthread_wo 0000000000 S smem_native_lpa root 38 2 0 0 kthread_wo 0000000000 S lpass_smem_glin root 39 2 0 0 kthread_wo 0000000000 S smem_native_dsp root 40 2 0 0 kthread_wo 0000000000 S dsps_smem_glink root 41 2 0 0 kthread_wo 0000000000 S smem_native_rpm root 42 2 0 0 kthread_wo 0000000000 S rpm_smemglink root 44 2 0 0 msm_mpm_wo 0000000000 D kworker/u8:1 root 45 2 0 0 rescuer_th 0000000000 S deferwq root 46 2 0 0 irq_thread 0000000000 S irq/169-cpr3 root 47 2 0 0 irq_thread 0000000000 S irq/170-cpr3_ce root 48 2 0 0 irq_thread 0000000000 S irq/171-cpr3 root 49 2 0 0 rescuer_th 0000000000 S mpm root 65 2 0 0 rescuer_th 0000000000 S writeback root 66 2 0 0 rescuer_th 0000000000 S crypto root 67 2 0 0 rescuer_th 0000000000 S bioset root 68 2 0 0 rescuer_th 0000000000 S kblockd root 69 2 0 0 ion_heap_d 0000000000 S system root 70 2 0 0 rescuer_th 0000000000 S ipa_power_mgmt root 71 2 0 0 rescuer_th 0000000000 S sps_ipa_power_m root 73 2 0 0 rescuer_th 0000000000 S ipawq14 root 74 2 0 0 rescuer_th 0000000000 S iparepwq14 root 76 2 0 0 rescuer_th 0000000000 S ipawq47 root 77 2 0 0 rescuer_th 0000000000 S iparepwq47 root 78 2 0 0 rescuer_th 0000000000 S ipawq13 root 79 2 0 0 rescuer_th 0000000000 S iparepwq13 root 80 2 0 0 rescuer_th 0000000000 S ipa_rm_wq root 81 2 0 0 rescuer_th 0000000000 S ipa_interrupt_w root 82 2 0 0 rescuer_th 0000000000 S ipa_holb_wq root 83 2 0 0 irq_thread 0000000000 S irq/190-arm-smm root 84 2 0 0 irq_thread 0000000000 S irq/194-arm-smm root 85 2 0 0 irq_thread 0000000000 S irq/197-arm-smm root 86 2 0 0 irq_thread 0000000000 S irq/200-arm-smm root 87 2 0 0 irq_thread 0000000000 S irq/208-arm-smm root 88 2 0 0 irq_thread 0000000000 S irq/211-arm-smm root 89 2 0 0 irq_thread 0000000000 S irq/214-arm-smm root 90 2 0 0 irq_thread 0000000000 S irq/218-arm-smm root 91 2 0 0 irq_thread 0000000000 S irq/231-arm-smm root 92 2 0 0 irq_thread 0000000000 S irq/239-arm-smm root 93 2 0 0 irq_thread 0000000000 S irq/244-arm-smm root 94 2 0 0 rescuer_th 0000000000 S devfreq_wq root 95 2 0 0 rescuer_th 0000000000 S governor_msm_ad root 96 2 0 0 rescuer_th 0000000000 S cfg80211 root 97 2 0 0 irq_thread 0000000000 S irq/94-bcl_vbat root 98 2 0 0 irq_thread 0000000000 S irq/93-bcl_ibat root 99 2 0 0 rescuer_th 0000000000 S mptcp_wq root 122 2 0 0 rescuer_th 0000000000 S power_off_alarm root 123 2 0 0 kswapd 0000000000 S kswapd0 root 124 2 0 0 fsnotify_m 0000000000 S fsnotify_mark root 125 2 0 0 ecryptfs_t 0000000000 S ecryptfs-kthrea root 146 2 0 0 rescuer_th 0000000000 S ad_calc_wq root 147 2 0 0 rescuer_th 0000000000 S rot_workq_0 root 148 2 0 0 rescuer_th 0000000000 S rot_workq_1 root 149 2 0 0 dsievent 0000000000 D mdss_dsi_event root 150 2 0 0 rescuer_th 0000000000 S mdss_dsi_dba root 151 2 0 0 rescuer_th 0000000000 S mdss_dsi_dba root 152 2 0 0 rescuer_th 0000000000 S hdmi_tx_workq root 153 2 0 0 kthread_wo 0000000000 S hdcp_tz_lib root 154 2 0 0 kthread_wo 0000000000 S hdmi_hdcp2p2 root 155 2 0 0 rescuer_th 0000000000 S anx7816_work root 156 2 0 0 irq_thread 0000000000 S irq/354-anx7816 root 157 2 0 0 rescuer_th 0000000000 S glink_ssr_wq root 158 2 0 0 rescuer_th 0000000000 S glink_lbsrv root 159 2 0 0 rescuer_th 0000000000 S glink_xprt_wq root 160 2 0 0 rescuer_th 0000000000 S IPCRTR_mpss_smd root 161 2 0 0 rescuer_th 0000000000 S IPCRTR_lpass_sm root 162 2 0 0 rescuer_th 0000000000 S IPCRTR root 163 2 0 0 rescuer_th 0000000000 S IPCRTR_dsps_smd root 164 2 0 0 rescuer_th 0000000000 S IPCRTR root 165 2 0 0 rescuer_th 0000000000 S IPCRTR root 166 2 0 0 rescuer_th 0000000000 S apr_driver root 167 2 0 0 rescuer_th 0000000000 S mem_share_svc root 168 2 0 0 rescuer_th 0000000000 S qmi_hndl0000000 root 169 2 0 0 rescuer_th 0000000000 S msm_ipc_router root 170 2 0 0 rescuer_th 0000000000 S glink_pkt_wq root 171 2 0 0 rescuer_th 0000000000 S pacman_qmi_noti root 172 2 0 0 rescuer_th 0000000000 S pacman_qmi_rx_w root 173 2 0 0 rescuer_th 0000000000 S qmi_svc_event_w root 174 2 0 0 rescuer_th 0000000000 S earjack_dbg_wq root 175 2 0 0 irq_thread 0000000000 S irq/390-earjack root 176 2 0 0 rescuer_th 0000000000 S k_hsuart root 177 2 0 0 kthread_wo 0000000000 S msm_serial_hs_0 root 178 2 0 0 kthread_wo 0000000000 S msm_serial_hs_0 root 179 2 0 0 add_hwgene 0000000000 S hwrng root 181 2 0 0 rescuer_th 0000000000 S diag_realtime root 182 2 0 0 rescuer_th 0000000000 S diag_wq root 183 2 0 0 rescuer_th 0000000000 S DIAG_USB_diag root 184 2 0 0 rescuer_th 0000000000 S diag_cntl_wq root 185 2 0 0 rescuer_th 0000000000 S diag_dci_wq root 186 2 0 0 rescuer_th 0000000000 S DIAG_SMDMODEM root 187 2 0 0 rescuer_th 0000000000 S DIAG_SMDMODEM root 188 2 0 0 rescuer_th 0000000000 S DIAG_SMDMODEM root 189 2 0 0 rescuer_th 0000000000 S DIAG_SMDMODEM root 190 2 0 0 rescuer_th 0000000000 S DIAG_SMDMODEM root 191 2 0 0 rescuer_th 0000000000 S DIAG_SMDLPASS root 192 2 0 0 rescuer_th 0000000000 S DIAG_SMDLPASS root 193 2 0 0 rescuer_th 0000000000 S DIAG_SMDLPASS root 194 2 0 0 rescuer_th 0000000000 S DIAG_SMDLPASS root 195 2 0 0 rescuer_th 0000000000 S DIAG_SMDLPASS root 196 2 0 0 rescuer_th 0000000000 S DIAG_SMDWCNSS root 197 2 0 0 rescuer_th 0000000000 S DIAG_SMDWCNSS root 198 2 0 0 rescuer_th 0000000000 S DIAG_SMDWCNSS root 199 2 0 0 rescuer_th 0000000000 S DIAG_SMDWCNSS root 200 2 0 0 rescuer_th 0000000000 S DIAG_SMDWCNSS root 201 2 0 0 rescuer_th 0000000000 S DIAG_SMD_SENSOR root 202 2 0 0 rescuer_th 0000000000 S DIAG_SMD_SENSOR root 203 2 0 0 rescuer_th 0000000000 S DIAG_SMD_SENSOR root 204 2 0 0 rescuer_th 0000000000 S DIAG_SMD_SENSOR root 205 2 0 0 rescuer_th 0000000000 S DIAG_SMD_SENSOR root 206 2 0 0 rescuer_th 0000000000 S DIAGSOCKMODEM root 207 2 0 0 rescuer_th 0000000000 S DIAGSOCKMODEM root 208 2 0 0 rescuer_th 0000000000 S DIAGSOCKMODEM root 209 2 0 0 rescuer_th 0000000000 S DIAGSOCKMODEM root 210 2 0 0 rescuer_th 0000000000 S DIAGSOCKMODEM root 211 2 0 0 rescuer_th 0000000000 S DIAGSOCKLPASS root 212 2 0 0 rescuer_th 0000000000 S DIAGSOCKLPASS root 213 2 0 0 rescuer_th 0000000000 S DIAGSOCKLPASS root 214 2 0 0 rescuer_th 0000000000 S DIAGSOCKLPASS root 215 2 0 0 rescuer_th 0000000000 S DIAGSOCKLPASS root 216 2 0 0 rescuer_th 0000000000 S DIAGSOCKWCNSS root 217 2 0 0 rescuer_th 0000000000 S DIAGSOCKWCNSS root 218 2 0 0 rescuer_th 0000000000 S DIAGSOCKWCNSS root 219 2 0 0 rescuer_th 0000000000 S DIAGSOCKWCNSS root 220 2 0 0 rescuer_th 0000000000 S DIAGSOCKWCNSS root 221 2 0 0 rescuer_th 0000000000 S DIAG_SOCKSENSOR root 222 2 0 0 rescuer_th 0000000000 S DIAG_SOCKSENSOR root 223 2 0 0 rescuer_th 0000000000 S DIAG_SOCKSENSOR root 224 2 0 0 rescuer_th 0000000000 S DIAG_SOCKSENSOR root 225 2 0 0 rescuer_th 0000000000 S DIAG_SOCKSENSOR root 226 2 0 0 rescuer_th 0000000000 S DIAG_CNTL_SOCKE root 227 2 0 0 rescuer_th 0000000000 S kgsl-workqueue root 228 2 0 0 rescuer_th 0000000000 S kgsl-mementry root 229 2 0 0 rescuer_th 0000000000 S kgsl-events root 230 2 0 0 rescuer_th 0000000000 S kgsl_devfreq_wq root 231 2 0 0 rescuer_th 0000000000 S qcrypto_seq_res root 252 2 0 0 scsi_error 0000000000 S scsi_eh_0 root 253 2 0 0 rescuer_th 0000000000 S scsi_tmf_0 root 254 2 0 0 rescuer_th 0000000000 S ufs_pm_qos_0 root 255 2 0 0 rescuer_th 0000000000 S ufsclkscaling root 256 2 0 0 kthread_wo 0000000000 S spi0 root 257 2 0 0 kthread_wo 0000000000 S spi8 root 260 2 0 0 kthread_wo 0000000000 S spi12 root 265 2 0 0 rescuer_th 0000000000 S usbnet root 266 2 0 0 rescuer_th 0000000000 S sharedmem_qmi_w root 267 2 0 0 rescuer_th 0000000000 S qmi_hndl0000000 root 272 2 0 0 rescuer_th 0000000000 S k_gserial root 273 2 0 0 rescuer_th 0000000000 S k_ipa_usb root 274 2 0 0 rescuer_th 0000000000 S uether root 275 2 0 0 rescuer_th 0000000000 S k_gbridge root 276 2 0 0 rescuer_th 0000000000 S touch_wq_log root 277 2 0 0 rescuer_th 0000000000 S touch_wq root 278 2 0 0 irq_thread 0000000000 S irq/389-lge_tou root 279 2 0 0 irq_thread 0000000000 S irq/302-spi8.1 root 280 2 0 0 rescuer_th 0000000000 S msm_vidc_worker root 281 2 0 0 rescuer_th 0000000000 S pm_workerq_venu root 282 2 0 0 irq_thread 0000000000 S irq/201-arm-smm root 283 2 0 0 irq_thread 0000000000 S irq/202-arm-smm root 284 2 0 0 irq_thread 0000000000 S irq/203-arm-smm root 285 2 0 0 irq_thread 0000000000 S irq/204-arm-smm root 286 2 0 0 rescuer_th 0000000000 S msm_cci_wq root 287 2 0 0 rescuer_th 0000000000 S msm_cci_wq root 290 2 0 0 diag_socke 0000000000 S kworker/u8:6 root 292 2 0 0 diag_socke 0000000000 S kworker/u8:8 root 294 2 0 0 diag_socke 0000000000 S kworker/u8:10 root 296 2 0 0 rescuer_th 0000000000 S msm_cpp_workque root 299 2 0 0 irq_thread 0000000000 S irq/137-soft-co root 300 2 0 0 irq_thread 0000000000 S irq/138-soft-ho root 301 2 0 0 irq_thread 0000000000 S irq/143-batt-mi root 302 2 0 0 sensor_sys 0000000000 S therm_core:noti root 303 2 0 0 sensor_sys 0000000000 S therm_core:noti root 304 2 0 0 sensor_sys 0000000000 S therm_core:noti root 305 2 0 0 sensor_sys 0000000000 S therm_core:noti root 306 2 0 0 sensor_sys 0000000000 S therm_core:noti root 307 2 0 0 sensor_sys 0000000000 S therm_core:noti root 308 2 0 0 sensor_sys 0000000000 S therm_core:noti root 309 2 0 0 sensor_sys 0000000000 S therm_core:noti root 310 2 0 0 sensor_sys 0000000000 S therm_core:noti root 311 2 0 0 sensor_sys 0000000000 S therm_core:noti root 312 2 0 0 sensor_sys 0000000000 S therm_core:noti root 313 2 0 0 sensor_sys 0000000000 S therm_core:noti root 314 2 0 0 sensor_sys 0000000000 S therm_core:noti root 315 2 0 0 sensor_sys 0000000000 S therm_core:noti root 316 2 0 0 irq_thread 0000000000 S irq/153-tsens_i root 317 2 0 0 irq_thread 0000000000 S irq/154-tsens_c root 318 2 0 0 sensor_sys 0000000000 S therm_core:noti root 319 2 0 0 sensor_sys 0000000000 S therm_core:noti root 320 2 0 0 sensor_sys 0000000000 S therm_core:noti root 321 2 0 0 sensor_sys 0000000000 S therm_core:noti root 322 2 0 0 sensor_sys 0000000000 S therm_core:noti root 323 2 0 0 sensor_sys 0000000000 S therm_core:noti root 324 2 0 0 sensor_sys 0000000000 S therm_core:noti root 325 2 0 0 sensor_sys 0000000000 S therm_core:noti root 326 2 0 0 irq_thread 0000000000 S irq/261-tsens_i root 327 2 0 0 irq_thread 0000000000 S irq/262-tsens_c root 328 2 0 0 sensor_sys 0000000000 S therm_core:noti root 329 2 0 0 sensor_sys 0000000000 S therm_core:noti root 330 2 0 0 sensor_sys 0000000000 S therm_core:noti root 331 2 0 0 sensor_sys 0000000000 S therm_core:noti root 332 2 0 0 sensor_sys 0000000000 S therm_core:noti root 333 2 0 0 sensor_sys 0000000000 S therm_core:noti root 334 2 0 0 sensor_sys 0000000000 S therm_core:noti root 335 2 0 0 rescuer_th 0000000000 S dm_bufio_cache root 336 2 0 0 cpufreq_in 0000000000 S cfinteractive root 337 2 0 0 irq_thread 0000000000 S irq/25-74a4900. root 338 2 0 0 irq_thread 0000000000 S irq/24-mmc0 root 339 2 0 0 irq_thread 0000000000 S irq/359-74a4900 root 340 2 0 0 irq_thread 0000000000 S irq/147-qpnp_wl root 341 2 0 0 rescuer_th 0000000000 S binder root 342 2 0 0 irq_thread 0000000000 S irq/148-qpnp_sc root 343 2 0 0 irq_thread 0000000000 S irq/10-spdmbw root 344 2 0 0 rescuer_th 0000000000 S ipv6_addrconf root 345 2 0 0 irq_thread 0000000000 S irq/580-adsp root 348 2 0 0 rescuer_th 0000000000 S sysmon_wq root 349 2 0 0 rescuer_th 0000000000 S adsp root 350 2 0 0 rescuer_th 0000000000 S sys_mon root 351 2 0 0 irq_thread 0000000000 S irq/612-slpi root 352 2 0 0 rescuer_th 0000000000 S slpi root 353 2 0 0 rescuer_th 0000000000 S sys_mon root 354 2 0 0 irq_thread 0000000000 S irq/548-modem root 355 2 0 0 irq_thread 0000000000 S irq/79-hs_phy_i root 356 2 0 0 irq_thread 0000000000 S irq/80-ss_phy_i root 357 2 0 0 irq_thread 0000000000 S irq/81-msm_dwc3 root 358 2 0 0 rescuer_th 0000000000 S usb_bam_wq root 361 2 0 0 sensor_sys 0000000000 S therm_core:noti root 362 2 0 0 irq_thread 0000000000 S irq/98-chg-erro root 363 2 0 0 irq_thread 0000000000 S irq/104-chg-tap root 364 2 0 0 irq_thread 0000000000 S irq/105-chg-tcc root 365 2 0 0 irq_thread 0000000000 S irq/103-chg-rec root 366 2 0 0 irq_thread 0000000000 S irq/102-chg-p2f root 367 2 0 0 irq_thread 0000000000 S irq/112-batt-mi root 368 2 0 0 irq_thread 0000000000 S irq/111-batt-lo root 369 2 0 0 irq_thread 0000000000 S irq/114-usbin-u root 370 2 0 0 irq_thread 0000000000 S irq/115-usbin-o root 371 2 0 0 irq_thread 0000000000 S irq/116-usbin-s root 372 2 0 0 irq_thread 0000000000 S irq/119-aicl-do root 373 2 0 0 irq_thread 0000000000 S irq/117-otg-fai root 374 2 0 0 irq_thread 0000000000 S irq/118-otg-oc root 375 2 0 0 irq_thread 0000000000 S irq/120-usbid-c root 376 2 0 0 irq_thread 0000000000 S irq/121-dcin-uv root 377 2 0 0 irq_thread 0000000000 S irq/123-power-o root 378 2 0 0 irq_thread 0000000000 S irq/124-temp-sh root 379 2 0 0 irq_thread 0000000000 S irq/125-wdog-ti root 380 2 0 0 rescuer_th 0000000000 S anx_wq root 381 2 0 0 irq_thread 0000000000 S irq/395-cable_d root 395 2 0 0 rescuer_th 0000000000 S rq_stats root 396 2 0 0 events_not 0000000000 S msm_perf:events root 397 2 0 0 rescuer_th 0000000000 S FILE_FREE root 398 2 0 0 irq_thread 0000000000 S irq/219-arm-smm root 399 2 0 0 irq_thread 0000000000 S irq/220-arm-smm root 400 2 0 0 irq_thread 0000000000 S irq/221-arm-smm root 401 2 0 0 irq_thread 0000000000 S irq/222-arm-smm root 402 2 0 0 irq_thread 0000000000 S irq/223-arm-smm root 403 2 0 0 irq_thread 0000000000 S irq/224-arm-smm root 404 2 0 0 irq_thread 0000000000 S irq/225-arm-smm root 405 2 0 0 irq_thread 0000000000 S irq/226-arm-smm root 406 2 0 0 rescuer_th 0000000000 S sb-1 root 407 2 0 0 ngd_slim_r 0000000000 D ngd_rx_thread1 root 408 2 0 0 ngd_notify 0000000000 D ngd_notify_sl1 root 409 2 0 0 rescuer_th 0000000000 S k_bam_data root 410 2 0 0 rescuer_th 0000000000 S f_mtp root 412 2 0 0 sensor_sys 0000000000 S therm_core:noti root 413 2 0 0 sensor_sys 0000000000 S therm_core:noti root 414 2 0 0 sensor_sys 0000000000 S therm_core:noti root 415 2 0 0 sensor_sys 0000000000 S therm_core:noti root 417 2 0 0 sensor_sys 0000000000 S therm_core:noti root 418 2 0 0 sensor_sys 0000000000 S therm_core:noti root 419 2 0 0 sensor_sys 0000000000 S therm_core:noti root 420 2 0 0 sensor_sys 0000000000 S therm_core:noti root 421 2 0 0 irq_thread 0000000000 S irq/168-lmh-int root 422 2 0 0 sensor_sys 0000000000 S therm_core:noti root 423 2 0 0 sensor_sys 0000000000 S therm_core:noti root 424 2 0 0 rescuer_th 0000000000 S ipa_A7_svc root 425 2 0 0 rescuer_th 0000000000 S qmi_hndl0000000 root 426 2 0 0 rescuer_th 0000000000 S clnt_req root 427 2 0 0 rescuer_th 0000000000 S clnt_resp root 428 2 0 0 rescuer_th 0000000000 S clnt_req root 431 2 0 0 down_inter 0000000000 S dhd_watchdog_th root 432 2 0 0 dhd_runtim 0000000000 S dhd_rpm_state_t root 433 2 0 0 do_samplin 0000000000 D msm-core:sampli root 434 2 0 0 mmcqueue 0000000000 S mmcqd/0 root 435 1 6672 1264 poll_sched 0000000000 S /sbin/ueventd root 443 2 0 0 rescuer_th 0000000000 S kdmflush root 444 2 0 0 rescuer_th 0000000000 S bioset root 445 2 0 0 rescuer_th 0000000000 S kverityd root 446 2 0 0 rescuer_th 0000000000 S bioset root 447 2 0 0 rescuer_th 0000000000 S bioset root 448 2 0 0 rescuer_th 0000000000 S bioset root 449 2 0 0 kjournald2 0000000000 S jbd2/dm-0-8 root 450 2 0 0 rescuer_th 0000000000 S ext4-rsv-conver root 454 2 0 0 kjournald2 0000000000 S jbd2/sda14-8 root 455 2 0 0 rescuer_th 0000000000 S ext4-rsv-conver root 457 2 0 0 kjournald2 0000000000 S jbd2/sda12-8 root 458 2 0 0 rescuer_th 0000000000 S ext4-rsv-conver root 460 2 0 0 kjournald2 0000000000 S jbd2/sda4-8 root 461 2 0 0 rescuer_th 0000000000 S ext4-rsv-conver root 463 2 0 0 kjournald2 0000000000 S jbd2/sda3-8 root 464 2 0 0 rescuer_th 0000000000 S ext4-rsv-conver root 466 2 0 0 kjournald2 0000000000 S jbd2/sda2-8 root 467 2 0 0 rescuer_th 0000000000 S ext4-rsv-conver root 470 2 0 0 kjournald2 0000000000 S jbd2/sda15-8 root 471 2 0 0 rescuer_th 0000000000 S ext4-rsv-conver root 473 2 0 0 kjournald2 0000000000 S jbd2/sda16-8 root 474 2 0 0 rescuer_th 0000000000 S ext4-rsv-conver logd 475 1 25292 11192 sigsuspend 0000000000 S /system/bin/logd root 481 1 5372 408 skb_recv 0000000000 S /system/bin/debuggerd root 482 1 10184 452 skb_recv 0000000000 S /system/bin/debuggerd64 root 483 1 53984 1572 hrtimer_na 0000000000 S /system/bin/vold root 484 481 5116 12 skb_recv 0000000000 S debuggerd:signaller root 485 482 9928 8 skb_recv 0000000000 S debuggerd64:signaller root 494 1 15660 664 futex_wait 0000000000 S /system/vendor/bin/perfd root 511 2 0 0 rescuer_th 0000000000 S lpass_IPCRTR root 512 2 0 0 rescuer_th 0000000000 S LOOPBACK root 514 2 0 0 irq_thread 0000000000 S irq/227-arm-smm root 525 2 0 0 kthread_wo 0000000000 S msm_slim_qmi_cl root 526 2 0 0 rescuer_th 0000000000 S qmi_hndl0000000 root 527 2 0 0 rescuer_th 0000000000 S qmi_hndl0000000 root 531 2 0 0 irq_thread 0000000000 S irq/318-wcd9xxx root 542 2 0 0 rescuer_th 0000000000 S dsps_IPCRTR root 543 2 0 0 rescuer_th 0000000000 S LOOPBACK root 545 2 0 0 rescuer_th 0000000000 S qmi_hndl0000000 root 546 1 6352 368 SySepoll 0000000000 S /sbin/healthd nobody 549 1 17364 596 poll_sched 0000000000 S /system/bin/rmt_storage system 552 1 13576 416 binder_thr 0000000000 S /system/vendor/bin/esepmdaemon system 553 1 19532 612 do_sigtime 0000000000 S system/bin/pm-service system 555 1 10156 484 do_wait 0000000000 S /system/bin/qseecomd root 556 2 0 0 rescuer_th 0000000000 S qmi_hndl0000000 system 558 1 11184 400 hrtimer_na 0000000000 S /system/bin/ccmd root 559 1 8960 784 SySepoll 0000000000 S /system/bin/lmkd system 560 1 9188 724 binder_thr 0000000000 S /system/bin/servicemanager system 561 1 219676 9860 SySepoll 0000000000 S /system/bin/surfaceflinger system 570 1 15660 392 hrtimer_na 0000000000 S /system/bin/pm-proxy system 571 1 66312 624 poll_sched 0000000000 S /system/vendor/bin/mm-pp-dpps system 576 555 20128 268 sigsuspend 0000000000 S /system/bin/qseecomd root 629 2 0 0 sensor_sys 0000000000 S therm_core:noti root 646 2 0 0 irq_thread 0000000000 S irq/195-arm-smm sensors 655 1 20236 632 futex_wait 0000000000 S /system/bin/sensors.qcom root 656 2 0 0 irq_thread 0000000000 S irq/196-arm-smm root 764 2 0 0 rescuer_th 0000000000 S kdmflush root 768 2 0 0 rescuer_th 0000000000 S bioset root 795 2 0 0 irq_thread 0000000000 S irq/209-arm-smm root 796 2 0 0 irq_thread 0000000000 S irq/212-arm-smm root 797 2 0 0 irq_thread 0000000000 S irq/210-arm-smm root 798 2 0 0 irq_thread 0000000000 S irq/213-arm-smm root 819 2 0 0 rescuer_th 0000000000 S LOOPBACK root 820 2 0 0 rescuer_th 0000000000 S mpss_IPCRTR root 821 2 0 0 rescuer_th 0000000000 S SSM_RTR_MODEM_A root 822 2 0 0 kjournald2 0000000000 S jbd2/dm-1-8 root 823 2 0 0 rescuer_th 0000000000 S ext4-rsv-conver root 824 2 0 0 rescuer_th 0000000000 S qmi_hndl0000000 root 831 2 0 0 rescuer_th 0000000000 S qmi_hndl0000000 root 832 2 0 0 rescuer_th 0000000000 S DS root 833 2 0 0 rescuer_th 0000000000 S DATA1 root 834 2 0 0 rescuer_th 0000000000 S DATA2 root 835 2 0 0 rescuer_th 0000000000 S DATA3 root 836 2 0 0 rescuer_th 0000000000 S DATA4 root 837 2 0 0 rescuer_th 0000000000 S DATA11 system 847 1 8620 508 binder_thr 0000000000 S /system/bin/lgsecclkserver lgdrm 848 1 11936 760 binder_thr 0000000000 S /system/bin/lgdrmserver system 850 1 75876 1836 SySepoll 0000000000 S /system/bin/cnd rfs 851 1 11120 508 poll_sched 0000000000 S /system/bin/tftp_server root 857 1 110232 744 sigsuspend 0000000000 S /system/vendor/bin/thermal-engine media 858 1 12028 328 poll_sched 0000000000 S /system/bin/adsprpcd system 860 1 8668 592 SySepoll 0000000000 S /system/bin/hvdcp_opti system 868 1 16332 520 sigsuspend 0000000000 S /system/bin/gbmd system 870 1 13260 556 sigsuspend 0000000000 S /system/bin/prmd system 883 1 10680 504 poll_sched 0000000000 S /system/bin/imswmsproxy system 884 1 3828 312 poll_sched 0000000000 S /system/bin/ipsecstarter system 885 1 72752 1048 pipe_wait 0000000000 S /system/bin/atd root 900 1 2221704 20844 poll_sched 0000000000 S zygote64 root 901 1 1656676 15400 poll_sched 0000000000 S zygote system 902 1 7452 388 binder_thr 0000000000 S /system/bin/lghashstorageserver audioserver 903 1 80716 6676 binder_thr 0000000000 S /system/bin/audioserver cameraserver 904 1 76200 788 binder_thr 0000000000 S /system/bin/cameraserver drm 905 1 21132 716 binder_thr 0000000000 S /system/bin/drmserver root 906 1 9956 1196 unix_strea 0000000000 S /system/bin/installd keystore 907 1 12984 1092 binder_thr 0000000000 S /system/bin/keystore mediacodec 908 1 71724 2220 binder_thr 0000000000 S media.codec media 909 1 30384 1496 binder_thr 0000000000 S /system/bin/mediadrmserver mediaex 910 1 51888 1504 binder_thr 0000000000 S media.extractor media 911 1 49564 1964 binder_thr 0000000000 S /system/bin/mediaserver root 912 1 49048 2948 binder_thr 0000000000 S /system/bin/netd radio 913 1 104208 4440 hrtimer_na 0000000000 S /system/bin/rild gps 966 1 11888 760 sigsuspend 0000000000 S /system/bin/loc_launcher system 970 1 20472 648 futex_wait 0000000000 S /system/bin/ATFWD-daemon system 986 1 66932 708 binder_thr 0000000000 S /system/vendor/bin/qseeproxydaemon camera 989 1 149236 652 poll_sched 0000000000 S /system/bin/mm-qcamera-daemon system 992 1 13484 584 binder_thr 0000000000 S /system/bin/fingerprintd system 995 1 19044 500 futex_wait 0000000000 S /system/bin/time_daemon system 996 1 30368 476 binder_thr 0000000000 S /system/bin/audiod root 1000 1 9880 736 poll_sched 0000000000 S /system/bin/brcm-uim-sysfs root 1003 1 13556 428 pipe_wait 0000000000 S /system/bin/ipsecd root 1030 2 0 0 do_hotplug 0000000000 S msm_thermal:hot root 1032 2 0 0 do_freq_mi 0000000000 S msm_thermal:fre system 1039 1 11928 424 binder_thr 0000000000 S /system/bin/fidod root 1040 1 4816 572 hrtimer_na 0000000000 S /sbin/rctd system 1041 1 12576 612 binder_thr 0000000000 S /system/bin/gatekeeperd root 1048 2 0 0 do_thermal 0000000000 S msm_thermal:the root 1060 2 0 0 worker_thr 0000000000 S kworker/2:2H root 1063 2 0 0 rescuer_th 0000000000 S fm_drv_tx shell 1068 1 18692 1160 poll_sched 0000000000 S /sbin/adbd root 1070 2 0 0 rescuer_th 0000000000 S fm_drv_rx root 1080 2 0 0 rescuer_th 0000000000 S bt_drv system 1094 1 10936 456 poll_sched 0000000000 S /system/bin/ipacm-diag net_admin 1102 1 16740 476 futex_wait 0000000000 S /system/bin/ipacm radio 1124 1 18732 460 poll_sched 0000000000 S /system/vendor/bin/qti radio 1131 1 62480 796 __skb_recv 0000000000 S /system/bin/netmgrd gps 1351 966 20036 1184 futex_wait 0000000000 S lowi-server gps 1352 966 27304 400 futex_wait 0000000000 S xtwifi-inet-agent gps 1353 966 45248 2484 futex_wait 0000000000 S xtwifi-client gps 1354 966 33188 556 poll_sched 0000000000 S slim_daemon root 1429 2 0 0 rescuer_th 0000000000 S ipawq48 root 1430 2 0 0 rescuer_th 0000000000 S iparepwq48 system 1654 900 2614284 170712 SySepoll 0000000000 S system_server u0_a105 1765 900 2871732 181488 SySepoll 0000000000 S com.google.android.gm u0_a233 2359 900 2031380 133768 SySepoll 0000000000 S com.touchtype.swiftkey u0_a64 2374 901 2258188 190764 SySepoll 0000000000 S com.android.systemui media_rw 2439 483 7944 452 sigsuspend 0000000000 S /system/bin/sdcard media_rw 2441 2439 7944 132 sigsuspend 0000000000 S /system/bin/sdcard root 2442 2 0 0 inotify_re 0000000000 S pkgld root 2475 2 0 0 down_inter 0000000000 S wl_event_handle wifi 2478 1 16784 1268 poll_sched 0000000000 S /system/bin/wpa_supplicant system 2624 900 1829388 40236 SySepoll 0000000000 S com.lge.systemserver system 2638 900 1774984 30412 SySepoll 0000000000 S com.lge.myplace.engine system 2675 901 1784140 23544 SySepoll 0000000000 S com.lge.bnr root 2733 2 0 0 exfatd 0000000000 S texfatd/mmcblk0 media_rw 2735 483 7944 456 sigsuspend 0000000000 S /system/bin/sdcard media_rw 2736 2735 7944 128 sigsuspend 0000000000 S /system/bin/sdcard root 2737 2 0 0 inotify_re 0000000000 S pkgld u0_a219 2786 900 1769972 27048 SySepoll 0000000000 S com.google.android.ext.services root 2793 1 10120 220 sigsuspend 0000000000 S /system/bin/triton root 2812 2 0 0 irq_thread 0000000000 S irq/19-408000.q system 2841 900 1772792 24552 SySepoll 0000000000 S com.lge.atservice root 2876 1 10024 316 inotify_re 0000000000 S /system/bin/lgvrhid root 2878 2 0 0 notify_use 0000000000 S wrkld_notify u0_a10 2929 900 2838356 135164 SySepoll 0000000000 S com.google.android.gms u0_a10 2948 900 2025960 107400 SySepoll 0000000000 S com.google.android.gms.persistent u0_a81 3001 900 2470152 34288 SySepoll 0000000000 S com.google.android.googlequicksearchbox:interactor system 3019 900 1787948 37840 SySepoll 0000000000 S .dataservices u0_a23 3028 901 1777144 18568 SySepoll 0000000000 S com.lge.camera nfc 3051 901 1228068 31612 SySepoll 0000000000 S com.android.nfc u0_a17 3057 901 1206944 21576 SySepoll 0000000000 S com.lge.mrg.service system 3069 900 1769884 22500 SySepoll 0000000000 S com.lge.wfds.service.v3 radio 3087 900 1842632 37548 SySepoll 0000000000 S com.android.server.telecom system 3100 900 1783360 24456 SySepoll 0000000000 S com.lge.wifi.p2p system 3121 901 1242400 41460 SySepoll 0000000000 S com.lge.mlt radio 3133 900 1904676 55696 SySepoll 0000000000 S com.android.phone system 3146 901 1328436 52460 SySepoll 0000000000 S com.lge.signboard system 3163 900 1770636 23084 SySepoll 0000000000 S com.qualcomm.telephony system 3218 901 1215552 20916 SySepoll 0000000000 S com.lge.gametuner u0_a52 3308 901 1208024 20752 SySepoll 0000000000 S com.lge.provider.signboard u0_a393 3346 900 2633456 37648 SySepoll 0000000000 S mobi.infolife.cache u0_a255 3360 900 2738904 93472 SySepoll 0000000000 S com.truecaller u0_a128 3397 901 2162816 115304 SySepoll 0000000000 S com.lge.launcher2 u0_a81 3413 900 2715632 66852 SySepoll 0000000000 S com.google.android.googlequicksearchbox:search radio 3498 900 1833776 38224 SySepoll 0000000000 S com.android.incallui root 3645 2 0 0 cpe_worker 0000000000 D cpe-worker-thre radio 3710 900 1770592 26320 SySepoll 0000000000 S com.qualcomm.qcrilmsgtunnel u0_a238 4080 901 1299204 27820 SySepoll 0000000000 S com.google.android.apps.translate u0_a363 4352 901 1948936 26288 SySepoll 0000000000 S com.roidapp.photogrid:Monitor smartcard 4357 900 1771232 23340 SySepoll 0000000000 S org.simalliance.openmobileapi.service:remote u0_a44 4589 901 1209580 26108 SySepoll 0000000000 S com.lge.sizechangable.musicwidget.widget system 4601 900 1768388 24412 SySepoll 0000000000 S com.lge.lteconfig u0_a254 4703 901 2201292 78328 SySepoll 0000000000 S com.estrongs.android.pop u0_a254 4777 901 1781592 19492 SySepoll 0000000000 S com.estrongs.android.pop:local u0_a254 4819 4703 4556 404 __skb_recv 0000000000 S /data/user/0/com.estrongs.android.pop/files/libestool2.so u0_a403 5171 900 2505484 31996 SySepoll 0000000000 S com.simplemobilephotoresizer u0_a92 5285 901 1265232 28800 SySepoll 0000000000 S com.instagram.android:mqtt u0_a231 5343 901 1895048 29124 SySepoll 0000000000 S com.facebook.orca:notification u0_a254 5551 901 1790624 28820 SySepoll 0000000000 S .esfm bluetooth 6505 901 1250032 21648 SySepoll 0000000000 S com.android.bluetooth root 6607 1 5776 284 futex_wait 0000000000 S /sbin/bnrd system 6967 900 1828160 26496 SySepoll 0000000000 S com.lge.leccp system 7193 901 1205408 25320 SySepoll 0000000000 S com.lge.springcleaning:AppCleanupService system 7257 900 1769192 23064 SySepoll 0000000000 S com.ti.server u0_a96 7632 900 3266492 64612 SySepoll 0000000000 S com.google.android.apps.docs.editors.sheets u0_a265 7945 900 2540080 48668 SySepoll 0000000000 S com.unicell.pangoandroid:remote root 8046 2 0 0 diag_socke 0000000000 S kworker/u8:17 u0_a257 8278 900 2866868 176380 SySepoll 0000000000 S com.linkedin.android system 8314 901 1272428 29384 SySepoll 0000000000 S com.android.settings u0_a253 8436 900 2487688 41316 SySepoll 0000000000 S com.ideomobile.leumicard root 8873 2 0 0 worker_thr 0000000000 S kworker/u9:2 root 10571 2 0 0 worker_thr 0000000000 S kworker/3:3 root 10673 2 0 0 worker_thr 0000000000 S kworker/0:2H u0_a26 10717 900 1796244 49404 SySepoll 0000000000 S android.process.media root 10974 2 0 0 worker_thr 0000000000 S kworker/1:1H root 11049 2 0 0 worker_thr 0000000000 S kworker/0:3 u0_i13 11278 901 1319472 35404 SySepoll 0000000000 S com.android.chrome:sandboxed_process7 u0_a65 11426 901 1752876 54168 SySepoll 0000000000 S com.lge.sizechangable.weather u0_a50 11471 901 1789472 50820 SySepoll 0000000000 S com.lge.lifetracker u0_i17 11566 901 1321404 45316 SySepoll 0000000000 S com.android.chrome:sandboxed_process11 u0_a29 11661 900 1810936 34224 SySepoll 0000000000 S com.android.contacts u0_a22 11707 901 1223464 30600 SySepoll 0000000000 S com.android.calendar system 11736 900 1769528 23040 SySepoll 0000000000 S com.hy.system.fontserver root 12435 2 0 0 worker_thr 0000000000 S kworker/3:0 root 12901 2 0 0 worker_thr 0000000000 S kworker/2:1 u0_a93 13092 901 2329436 147788 SySepoll 0000000000 S com.facebook.katana root 13152 2 0 0 diag_socke 0000000000 S kworker/u8:2 root 13204 2 0 0 worker_thr 0000000000 S kworker/3:0H u0_a93 13247 901 1813028 30428 SySepoll 0000000000 S com.facebook.katana:notification root 13937 2 0 0 worker_thr 0000000000 S kworker/3:1 root 14013 2 0 0 worker_thr 0000000000 S kworker/2:3 root 14460 2 0 0 worker_thr 0000000000 S kworker/u8:7 root 14468 2 0 0 worker_thr 0000000000 S kworker/u8:13 root 14470 2 0 0 worker_thr 0000000000 S kworker/u8:14 root 14472 2 0 0 worker_thr 0000000000 S kworker/u8:16 root 14481 2 0 0 diag_socke 0000000000 S kworker/u8:21 root 14495 2 0 0 worker_thr 0000000000 S kworker/u8:29 root 14564 2 0 0 worker_thr 0000000000 S kworker/1:4 root 14565 2 0 0 worker_thr 0000000000 S kworker/1:5 root 14715 2 0 0 worker_thr 0000000000 S kworker/u9:0 root 15904 2 0 0 worker_thr 0000000000 S kworker/0:2 u0_a80 16205 901 1420184 32700 SySepoll 0000000000 S com.android.vending root 16358 2 0 0 worker_thr 0000000000 S kworker/1:8 root 16481 2 0 0 diag_socke 0000000000 S kworker/u8:3 root 16482 2 0 0 worker_thr 0000000000 S kworker/u8:5 root 16483 2 0 0 diag_socke 0000000000 S kworker/u8:12 root 16485 2 0 0 diag_socke 0000000000 S kworker/u8:15 root 16721 2 0 0 worker_thr 0000000000 S kworker/0:1 root 17023 2 0 0 worker_thr 0000000000 S kworker/u9:4 root 17112 2 0 0 worker_thr 0000000000 S kworker/2:1H system 17399 901 1206140 28228 SySepoll 0000000000 S com.lge.sync u0_i14 17628 901 1355928 45020 SySepoll 0000000000 S com.android.chrome:sandboxed_process8 u0_a106 17731 900 1768304 31872 SySepoll 0000000000 S com.lge.provider.lockscreensettings u0_a40 18356 901 1749316 21544 SySepoll 0000000000 S com.android.gallery3d u0_a112 18422 900 1770520 32600 SySepoll 0000000000 S com.android.printspooler lg_apps 18596 901 1215220 30300 SySepoll 0000000000 S com.lge.appbox.client u0_a30 18610 901 1260052 41108 SySepoll 0000000000 S com.lge.email eas 18627 901 1216448 36120 SySepoll 0000000000 S com.lge.exchange u0_a37 18645 900 1780796 30564 SySepoll 0000000000 S com.lge.friendsmanager u0_a55 18666 901 1213112 32884 SySepoll 0000000000 S com.lge.lgworld system 18684 900 1782660 32604 SySepoll 0000000000 S com.lge.lockscreensettings system 18698 901 1204112 28544 SySepoll 0000000000 S com.lge.themeservice u0_a243 18714 901 1764340 40204 SySepoll 0000000000 S com.microsoft.office.word u0_a370 18767 901 1825264 76592 SySepoll 0000000000 S com.tumblr u0_a82 18842 900 2507748 69048 SySepoll 0000000000 S com.capigami.outofmilk system 18910 901 1224092 31208 SySepoll 0000000000 S com.lge.wifisettings system 18966 900 1778032 36272 SySepoll 0000000000 S com.lge.lgdmsclient system 18989 900 1787232 34016 SySepoll 0000000000 S com.lge.intelligent lg_apps 19036 901 1209388 31692 SySepoll 0000000000 S com.lge.ia.task.informant root 19238 2 0 0 worker_thr 0000000000 S kworker/0:0 root 19243 2 0 0 worker_thr 0000000000 S kworker/1:0 root 19293 2 0 0 worker_thr 0000000000 S kworker/0:4 u0_a123 19322 900 2421260 87368 SySepoll 0000000000 S com.google.android.apps.photos u0_a10 19337 900 1777604 38236 SySepoll 0000000000 S com.google.process.gapps u0_a82 19381 900 2504044 62552 SySepoll 0000000000 S com.capigami.outofmilk:sensethreesixty u0_a92 19538 901 1283176 59996 SySepoll 0000000000 S com.instagram.android root 19625 2 0 0 worker_thr 0000000000 S kworker/u9:1 u0_a45 19689 901 1756312 29624 SySepoll 0000000000 S com.lge.music root 19715 2 0 0 worker_thr 0000000000 S kworker/2:0 shell 19718 1068 9144 1792 0 7b3ddc4c64 R ps u0_a93 21627 901 1829992 24600 SySepoll 0000000000 S com.facebook.katana:videoplayer mdnsr 21783 1 5472 188 poll_sched 0000000000 S /system/bin/mdnsd u0_a91 24636 901 1426396 92896 SySepoll 0000000000 S com.android.chrome u0_a378 24888 901 1259032 27264 SySepoll 0000000000 S fnzstudios.com.videocrop u0_a231 24925 901 2023348 61652 SySepoll 0000000000 S com.facebook.orca u0_a129 28222 901 1219752 22636 SySepoll 0000000000 S com.appstar.callrecorder root 28582 2 0 0 worker_thr 0000000000 S kworker/3:1H root 29741 2 0 0 rescuer_th 0000000000 S suspend_sync root 30060 2 0 0 worker_thr 0000000000 S kworker/0:0H u0_a1 30718 900 1814560 44436 SySepoll 0000000000 S android.process.acore root 31384 2 0 0 worker_thr 0000000000 S kworker/1:2H u0_a91 32533 901 1326828 36000 SySepoll 0000000000 S com.android.chrome:privileged_process1 u0_a98 32555 901 1253252 23768 SySepoll 0000000000 S com.google.android.tts

Kaidanov commented 6 years ago

C:\Users\2bher>adb -s LGH8503c995e68 shell "cat /proc/net/unix" Num RefCount Protocol Flags Type St Inode Path 0000000000000000: 00000002 00000000 00010000 0001 01 35858 /data/system/ndebugsocket 0000000000000000: 00000002 00000000 00000000 0001 01 36625 /dev/socket/triton-client 0000000000000000: 00000002 00000000 00010000 0001 01 22301 /dev/socket/qmux_radio/rild_ims0 0000000000000000: 00000002 00000000 00010000 0001 01 16421 /dev/socket/vold 0000000000000000: 00000002 00000000 00010000 0001 01 39787 @map_sock 0000000000000000: 00000002 00000000 00010000 0001 01 16426 /dev/socket/cryptd 0000000000000000: 00000002 00000000 00010000 0001 01 21815 /dev/socket/wod_action 0000000000000000: 00000002 00000000 00010000 0001 01 323032 @chrome_devtools_remote 0000000000000000: 00000002 00000000 00010000 0001 01 21820 /dev/socket/wod_sim 0000000000000000: 00000002 00000000 00010000 0001 01 21823 /dev/socket/wod_ipsec 0000000000000000: 00000002 00000000 00010000 0001 01 22866 /data/misc/location/mq/location-mq-s 0000000000000000: 00000002 00000000 00000000 0002 01 19772 @/tmp/ims/wms/wms_proxy 0000000000000000: 00000002 00000000 00010000 0001 01 32710 @triton-client 0000000000000000: 00000002 00000000 00000000 0002 01 33022 /data/misc/wifi/sockets/wpa_ctrl_1654-1 0000000000000000: 00000002 00000000 00010000 0001 01 20318 /dev/socket/adbd 0000000000000000: 00000002 00000000 00010000 0001 01 19550 /dev/socket/atd 0000000000000000: 00000002 00000000 00010000 0001 01 2410 /dev/socket/pps 0000000000000000: 00000002 00000000 00000000 0002 01 33023 /data/misc/wifi/sockets/wpa_ctrl_1654-2 0000000000000000: 00000002 00000000 00010000 0001 01 20347 @time_genoff 0000000000000000: 00000002 00000000 00010000 0001 01 36722 /dev/socket/vrhid_ifc 0000000000000000: 00000002 00000000 00000000 0002 01 33049 /data/misc/wifi/sockets/wlan0 0000000000000000: 00000002 00000000 00000000 0002 01 35580 /data/misc/wifi/sockets/p2p-dev-wlan0 0000000000000000: 00000002 00000000 00010000 0001 01 22415 /dev/socket/qmux_radio/rild_oem0 0000000000000000: 00000002 00000000 00010000 0001 01 19347 /dev/socket/cnd 0000000000000000: 00000002 00000000 00010000 0001 01 267927 /dev/socket/mdnsd 0000000000000000: 00000002 00000000 00000000 0002 01 22728 @/tmp/ims/socket/ipsec_controller 0000000000000000: 00000002 00000000 00010000 0001 01 21656 /dev/socket/netd 0000000000000000: 00000002 00000000 00000000 0002 01 40996 /data/misc/wifi/sockets/wpa_ctrl_3100-1 0000000000000000: 00000002 00000000 00010000 0001 01 20637 /dev/socket/nims 0000000000000000: 00000002 00000000 00010000 0001 01 21661 /dev/socket/dnsproxyd 0000000000000000: 00000002 00000000 00000000 0002 01 22942 /dev/socket/ipacm_log_file 0000000000000000: 00000002 00000000 00010000 0001 01 21664 /dev/socket/mdns 0000000000000000: 00000002 00000000 00010000 0001 01 21667 /dev/socket/fwmarkd 0000000000000000: 00000002 00000000 00010000 0001 01 19618 /dev/socket/zygote 0000000000000000: 00000002 00000000 00010000 0001 01 17058 /dev/socket/ccmd 0000000000000000: 00000002 00000000 00010000 0001 01 21670 /dev/socket/lgdatalistenerd 0000000000000000: 00000002 00000000 00010000 0001 01 157 @android:debuggerd 0000000000000000: 00000002 00000000 00010000 0001 01 7589 /dev/socket/property_service 0000000000000000: 00000002 00000000 00010000 0001 01 20600 @THERMALE_UI 0000000000000000: 00000006 00000000 00000000 0002 01 35500 /dev/socket/wpa_wlan0 0000000000000000: 00000002 00000000 00010000 0001 01 19628 /dev/socket/zygote_secondary 0000000000000000: 00000002 00000000 00010000 0005 01 17068 /dev/socket/lmkd 0000000000000000: 00000002 00000000 00010000 0001 01 16208 @android:debuggerd32 0000000000000000: 00000002 00000000 00010000 0001 01 25781 /dev/socket/netmgr/netmgr_connect_socket 0000000000000000: 00000002 00000000 00000000 0001 01 61373 /dev/socket/bnrd 0000000000000000: 00000002 00000000 00010000 0001 01 21700 /dev/socket/rild 0000000000000000: 00000002 00000000 00010000 0001 01 21705 /dev/socket/sap_uim_socket1 0000000000000000: 00000002 00000000 00010000 0001 01 21708 /dev/socket/rild-debug 0000000000000000: 00000002 00000000 00000000 0001 01 19404 /dev/socket/thermal-send-client 0000000000000000: 00000002 00000000 00000000 0001 01 19409 /dev/socket/thermal-recv-client 0000000000000000: 00000002 00000000 00000000 0001 01 19412 /dev/socket/thermal-recv-passive-client 0000000000000000: 00000002 00000000 00010000 0001 01 19415 /dev/socket/thermal-send-client 0000000000000000: 00000002 00000000 00000000 0001 01 3030 /dev/socket/gbm-client 0000000000000000: 00000002 00000000 00010000 0005 01 16342 /dev/socket/perfd 0000000000000000: 00000002 00000000 00010000 0001 01 20487 @gbm-client 0000000000000000: 00000002 00000000 00010000 0001 01 19418 /dev/socket/thermal-recv-client 0000000000000000: 00000002 00000000 00010000 0001 01 19421 /dev/socket/thermal-recv-passive-client 0000000000000000: 00000002 00000000 00010000 0001 01 8157 /dev/socket/logd 0000000000000000: 00000002 00000000 00010000 0005 01 8162 /dev/socket/logdr 0000000000000000: 00000002 00000000 00000000 0002 01 40997 /data/misc/wifi/sockets/wpa_ctrl_3100-2 0000000000000000: 00000002 00000000 00010000 0001 01 20326 @jdwp-control 0000000000000000: 00000002 00000000 00010000 0001 01 46744 @/data/user/0/com.estrongs.android.pop/files/comm/tool_port 0000000000000000: 0000009A 00000000 00000000 0002 01 8165 /dev/socket/logdw 0000000000000000: 00000002 00000000 00000000 0001 01 3045 /dev/socket/prm-client 0000000000000000: 00000002 00000000 00010000 0001 01 19687 /dev/socket/installd 0000000000000000: 00000002 00000000 00010000 0001 01 22250 /dev/socket/qmux_radio/uim_lpa_socket0 0000000000000000: 00000002 00000000 00010000 0001 01 22256 /dev/socket/qmux_radio/qcril_radio_config0 0000000000000000: 00000002 00000000 00000000 0002 01 17557 @gplisnr 0000000000000000: 00000002 00000000 00010000 0001 01 22259 /dev/socket/qmux_radio/uim_remote_server_socket0 0000000000000000: 00000002 00000000 00010000 0001 01 22262 /dev/socket/qmux_radio/uim_remote_client_socket0 0000000000000000: 00000002 00000000 00010000 0001 01 20507 @prm-client 0000000000000000: 00000003 00000000 00000000 0001 03 451505 0000000000000000: 00000003 00000000 00000000 0001 03 33445 /dev/socket/netd 0000000000000000: 00000003 00000000 00000000 0001 03 1689951 0000000000000000: 00000003 00000000 00000000 0005 03 1015779 0000000000000000: 00000002 00000000 00000000 0002 01 23626 0000000000000000: 00000003 00000000 00000000 0005 03 565299 0000000000000000: 00000003 00000000 00000000 0005 03 297380 0000000000000000: 00000002 00000000 00000000 0002 01 161313 0000000000000000: 00000002 00000000 00000000 0002 01 66519 0000000000000000: 00000003 00000000 00000000 0005 03 1686844 0000000000000000: 00000003 00000000 00000000 0001 03 44190 0000000000000000: 00000003 00000000 00000000 0005 03 43266 0000000000000000: 00000002 00000000 00000000 0002 01 33013 0000000000000000: 00000003 00000000 00000000 0005 03 809675 0000000000000000: 00000002 00000000 00000000 0002 01 38413 0000000000000000: 00000002 00000000 00000000 0002 01 17519 0000000000000000: 00000003 00000000 00000000 0005 03 1018913 0000000000000000: 00000003 00000000 00000000 0005 03 36349 0000000000000000: 00000003 00000000 00000000 0001 03 1027899 0000000000000000: 00000003 00000000 00000000 0001 03 451506 0000000000000000: 00000002 00000000 00000000 0002 01 239742 0000000000000000: 00000002 00000000 00000000 0002 01 39160 0000000000000000: 00000002 00000000 00000000 0002 01 17823 0000000000000000: 00000003 00000000 00000000 0001 03 45411 0000000000000000: 00000002 00000000 00000000 0002 01 1683189 0000000000000000: 00000003 00000000 00000000 0005 03 1019933 0000000000000000: 00000003 00000000 00000000 0005 03 44156 0000000000000000: 00000003 00000000 00000000 0001 03 22253 0000000000000000: 00000002 00000000 00000000 0002 01 1316438 0000000000000000: 00000003 00000000 00000000 0005 03 38735 0000000000000000: 00000003 00000000 00000000 0005 03 35371 0000000000000000: 00000003 00000000 00000000 0001 03 1577648 0000000000000000: 00000002 00000000 00000000 0002 01 23565 0000000000000000: 00000003 00000000 00000000 0001 03 1529187 0000000000000000: 00000003 00000000 00000000 0005 03 29622 0000000000000000: 00000003 00000000 00000000 0001 03 30992 /dev/socket/cryptd 0000000000000000: 00000003 00000000 00000000 0005 03 27459 0000000000000000: 00000003 00000000 00000000 0005 03 155978 0000000000000000: 00000003 00000000 00000000 0005 03 113253 0000000000000000: 00000003 00000000 00000000 0001 03 159286 0000000000000000: 00000003 00000000 00000000 0005 03 31681 0000000000000000: 00000003 00000000 00000000 0001 03 64776 0000000000000000: 00000003 00000000 00000000 0005 03 43776 0000000000000000: 00000002 00000000 00000000 0002 01 23486 0000000000000000: 00000003 00000000 00000000 0001 03 22189 0000000000000000: 00000003 00000000 00000000 0005 03 1575370 0000000000000000: 00000003 00000000 00000000 0005 03 1017392 0000000000000000: 00000003 00000000 00000000 0001 03 448411 0000000000000000: 00000002 00000000 00000000 0002 01 38402 0000000000000000: 00000002 00000000 00000000 0002 01 1689177 0000000000000000: 00000003 00000000 00000000 0001 03 298709 0000000000000000: 00000003 00000000 00000000 0001 03 23704 /dev/socket/qmux_radio/rild_oem0 0000000000000000: 00000003 00000000 00000000 0001 03 36367 0000000000000000: 00000003 00000000 00000000 0001 03 32900 /dev/socket/zygote_secondary 0000000000000000: 00000003 00000000 00000000 0005 03 31694 0000000000000000: 00000002 00000000 00000000 0002 01 23713 0000000000000000: 00000002 00000000 00000000 0002 01 61389 0000000000000000: 00000003 00000000 00000000 0001 03 30439 /dev/socket/netd 0000000000000000: 00000003 00000000 00000000 0001 03 1689729 0000000000000000: 00000002 00000000 00000000 0002 01 1563454 0000000000000000: 00000003 00000000 00000000 0005 03 506930 0000000000000000: 00000002 00000000 00000000 0002 01 957571 0000000000000000: 00000002 00000000 00000000 0002 01 39239 0000000000000000: 00000003 00000000 00000000 0001 03 23488 /data/misc/location/mq/location-mq-s 0000000000000000: 00000003 00000000 00000000 0005 03 1530173 0000000000000000: 00000002 00000000 00000000 0002 01 66192 0000000000000000: 00000003 00000000 00000000 0001 03 268536 0000000000000000: 00000002 00000000 00000000 0002 01 41654 0000000000000000: 00000003 00000000 00000000 0001 03 32029 0000000000000000: 00000003 00000000 00000000 0001 03 35485 0000000000000000: 00000003 00000000 00000000 0005 03 32894 0000000000000000: 00000003 00000000 00000000 0001 03 807782 0000000000000000: 00000003 00000000 00000000 0001 03 298192 0000000000000000: 00000003 00000000 00000000 0001 03 36365 0000000000000000: 00000003 00000000 00000000 0005 03 33146 0000000000000000: 00000003 00000000 00000000 0001 03 297866 0000000000000000: 00000003 00000000 00000000 0001 03 40864 0000000000000000: 00000003 00000000 00000000 0005 03 177019 0000000000000000: 00000003 00000000 00000000 0005 03 809700 0000000000000000: 00000003 00000000 00000000 0005 03 36336 0000000000000000: 00000003 00000000 00000000 0005 03 30921 0000000000000000: 00000002 00000000 00000000 0002 01 20506 0000000000000000: 00000003 00000000 00000000 0005 03 565256 0000000000000000: 00000002 00000000 00000000 0002 01 503369 0000000000000000: 00000003 00000000 00000000 0005 03 297369 0000000000000000: 00000002 00000000 00000000 0002 01 22178 0000000000000000: 00000003 00000000 00000000 0001 03 20327 0000000000000000: 00000002 00000000 00000000 0002 01 1683485 0000000000000000: 00000003 00000000 00000000 0001 03 1237740 0000000000000000: 00000003 00000000 00000000 0001 03 64777 0000000000000000: 00000002 00000000 00000000 0002 01 23134 0000000000000000: 00000003 00000000 00000000 0005 03 1003671 0000000000000000: 00000002 00000000 00000000 0002 01 22904 0000000000000000: 00000002 00000000 00000000 0005 03 1608509 0000000000000000: 00000003 00000000 00000000 0005 03 1000998 0000000000000000: 00000003 00000000 00000000 0001 03 1578132 0000000000000000: 00000003 00000000 00000000 0001 03 33052 0000000000000000: 00000002 00000000 00000000 0002 01 28214 0000000000000000: 00000003 00000000 00000000 0001 03 807649 0000000000000000: 00000002 00000000 00000000 0002 01 36287 0000000000000000: 00000002 00000000 00000000 0002 01 22166 0000000000000000: 00000003 00000000 00000000 0005 03 1015782 0000000000000000: 00000003 00000000 00000000 0005 03 502711 0000000000000000: 00000002 00000000 00000000 0002 01 1530054 0000000000000000: 00000002 00000000 00000000 0002 01 51755 0000000000000000: 00000003 00000000 00000000 0001 03 40862 0000000000000000: 00000003 00000000 00000000 0005 03 575345 0000000000000000: 00000003 00000000 00000000 0005 03 41695 0000000000000000: 00000003 00000000 00000000 0005 03 268474 0000000000000000: 00000003 00000000 00000000 0005 03 36343 0000000000000000: 00000003 00000000 00000000 0005 03 1672161 0000000000000000: 00000003 00000000 00000000 0005 03 176049 0000000000000000: 00000003 00000000 00000000 0005 03 1065414 0000000000000000: 00000003 00000000 00000000 0005 03 75303 0000000000000000: 00000003 00000000 00000000 0001 03 45402 0000000000000000: 00000002 00000000 00000000 0002 01 32389 0000000000000000: 00000003 00000000 00000000 0005 03 39474 0000000000000000: 00000003 00000000 00000000 0001 03 23487 0000000000000000: 00000003 00000000 00000000 0005 03 323600 0000000000000000: 00000002 00000000 00000000 0002 01 46403 0000000000000000: 00000003 00000000 00000000 0005 03 30924 0000000000000000: 00000003 00000000 00000000 0001 03 1576484 0000000000000000: 00000003 00000000 00000000 0005 03 30240 0000000000000000: 00000002 00000000 00000000 0002 01 834087 0000000000000000: 00000003 00000000 00000000 0001 03 39788 @map_sock 0000000000000000: 00000003 00000000 00000000 0005 03 45395 0000000000000000: 00000003 00000000 00000000 0005 03 41699 0000000000000000: 00000003 00000000 00000000 0005 03 32502 0000000000000000: 00000003 00000000 00000000 0005 03 36948 0000000000000000: 00000003 00000000 00000000 0005 03 268475 0000000000000000: 00000003 00000000 00000000 0005 03 36338 0000000000000000: 00000003 00000000 00000000 0001 03 1687989 0000000000000000: 00000003 00000000 00000000 0001 03 298193 0000000000000000: 00000002 00000000 00000000 0002 01 21809 0000000000000000: 00000002 00000000 00000000 0002 01 1683142 0000000000000000: 00000003 00000000 00000000 0001 03 1065481 0000000000000000: 00000002 00000000 00000000 0002 01 39440 0000000000000000: 00000003 00000000 00000000 0001 03 43407 0000000000000000: 00000003 00000000 00000000 0005 03 30923 0000000000000000: 00000002 00000000 00000000 0002 01 20589 0000000000000000: 00000003 00000000 00000000 0001 03 1029836 0000000000000000: 00000003 00000000 00000000 0001 03 23497 /data/misc/location/mq/location-mq-s 0000000000000000: 00000002 00000000 00000000 0002 01 21940 0000000000000000: 00000003 00000000 00000000 0001 03 1689730 0000000000000000: 00000002 00000000 00000000 0002 01 1682367 0000000000000000: 00000003 00000000 00000000 0005 03 323603 0000000000000000: 00000003 00000000 00000000 0005 03 31693 0000000000000000: 00000002 00000000 00000000 0002 01 20171 0000000000000000: 00000003 00000000 00000000 0001 03 957586 0000000000000000: 00000003 00000000 00000000 0005 03 505013 0000000000000000: 00000003 00000000 00000000 0005 03 299064 0000000000000000: 00000003 00000000 00000000 0005 03 36407 0000000000000000: 00000003 00000000 00000000 0005 03 29380 0000000000000000: 00000003 00000000 00000000 0005 03 1018912 0000000000000000: 00000003 00000000 00000000 0001 03 39784 0000000000000000: 00000003 00000000 00000000 0001 03 30647 0000000000000000: 00000002 00000000 00000000 0002 01 952 0000000000000000: 00000002 00000000 00000000 0005 03 1608053 0000000000000000: 00000003 00000000 00000000 0005 03 296695 0000000000000000: 00000003 00000000 00000000 0005 03 269479 0000000000000000: 00000002 00000000 00000000 0002 01 33631 0000000000000000: 00000003 00000000 00000000 0001 03 37017 0000000000000000: 00000003 00000000 00000000 0001 03 1202545 0000000000000000: 00000003 00000000 00000000 0005 03 809781 0000000000000000: 00000003 00000000 00000000 0001 03 298711 0000000000000000: 00000003 00000000 00000000 0001 03 56828 0000000000000000: 00000003 00000000 00000000 0005 03 268441 0000000000000000: 00000003 00000000 00000000 0001 03 32774 /dev/socket/mdns 0000000000000000: 00000003 00000000 00000000 0001 03 1061640 0000000000000000: 00000003 00000000 00000000 0001 03 813166 0000000000000000: 00000003 00000000 00000000 0005 03 36454 0000000000000000: 00000003 00000000 00000000 0005 03 2802 0000000000000000: 00000002 00000000 00000000 0002 01 17117 0000000000000000: 00000002 00000000 00000000 0002 01 1684559 0000000000000000: 00000002 00000000 00000000 0002 01 20155 0000000000000000: 00000003 00000000 00000000 0001 03 1502340 0000000000000000: 00000003 00000000 00000000 0005 03 270367 0000000000000000: 00000003 00000000 00000000 0001 03 39786 0000000000000000: 00000003 00000000 00000000 0001 03 30648 /dev/socket/vold 0000000000000000: 00000002 00000000 00000000 0002 01 1681171 0000000000000000: 00000003 00000000 00000000 0005 03 296692 0000000000000000: 00000003 00000000 00000000 0001 03 37015 0000000000000000: 00000002 00000000 00000000 0002 01 41129 0000000000000000: 00000003 00000000 00000000 0005 03 1672102 0000000000000000: 00000002 00000000 00000000 0002 01 156458 0000000000000000: 00000003 00000000 00000000 0005 03 1000995 0000000000000000: 00000003 00000000 00000000 0005 03 33431 0000000000000000: 00000003 00000000 00000000 0005 03 177018 0000000000000000: 00000003 00000000 00000000 0001 03 1687990 0000000000000000: 00000003 00000000 00000000 0001 03 28596 0000000000000000: 00000003 00000000 00000000 0001 03 20325 0000000000000000: 00000003 00000000 00000000 0005 03 1530154 0000000000000000: 00000003 00000000 00000000 0001 03 1502341 0000000000000000: 00000003 00000000 00000000 0005 03 562171 0000000000000000: 00000003 00000000 00000000 0005 03 321519 0000000000000000: 00000003 00000000 00000000 0001 03 299146 0000000000000000: 00000003 00000000 00000000 0005 03 1531037 0000000000000000: 00000003 00000000 00000000 0005 03 1676853 0000000000000000: 00000003 00000000 00000000 0005 03 36279 0000000000000000: 00000003 00000000 00000000 0001 03 39583 0000000000000000: 00000002 00000000 00000000 0002 01 37772 0000000000000000: 00000003 00000000 00000000 0001 03 1202609 0000000000000000: 00000002 00000000 00000000 0002 01 270372 0000000000000000: 00000003 00000000 00000000 0005 03 33148 0000000000000000: 00000003 00000000 00000000 0005 03 27600 /dev/socket/lmkd 0000000000000000: 00000003 00000000 00000000 0005 03 321516 0000000000000000: 00000003 00000000 00000000 0001 03 269487 0000000000000000: 00000002 00000000 00000000 0002 01 39576 0000000000000000: 00000003 00000000 00000000 0005 03 1540269 0000000000000000: 00000003 00000000 00000000 0001 03 448412 0000000000000000: 00000003 00000000 00000000 0005 03 38585 0000000000000000: 00000002 00000000 00000000 0002 01 18283 0000000000000000: 00000003 00000000 00000000 0005 03 1017391 0000000000000000: 00000003 00000000 00000000 0005 03 296693 0000000000000000: 00000003 00000000 00000000 0001 03 1202608 0000000000000000: 00000003 00000000 00000000 0005 03 268443 0000000000000000: 00000003 00000000 00000000 0001 03 44666 0000000000000000: 00000003 00000000 00000000 0005 03 1577426 0000000000000000: 00000002 00000000 00000000 0005 03 1607813 0000000000000000: 00000003 00000000 00000000 0001 03 57999 0000000000000000: 00000003 00000000 00000000 0005 03 41231 0000000000000000: 00000003 00000000 00000000 0001 03 1202546 0000000000000000: 00000003 00000000 00000000 0005 03 1017373 0000000000000000: 00000002 00000000 00000000 0002 01 40113 0000000000000000: 00000003 00000000 00000000 0005 03 16210 0000000000000000: 00000003 00000000 00000000 0005 03 565255 0000000000000000: 00000003 00000000 00000000 0001 03 299147 0000000000000000: 00000002 00000000 00000000 0002 01 30366 0000000000000000: 00000002 00000000 00000000 0002 01 19657 0000000000000000: 00000002 00000000 00000000 0002 01 38390 0000000000000000: 00000003 00000000 00000000 0001 03 24023 0000000000000000: 00000002 00000000 00000000 0002 01 2274 0000000000000000: 00000003 00000000 00000000 0005 03 270366 0000000000000000: 00000003 00000000 00000000 0005 03 114716 0000000000000000: 00000002 00000000 00000000 0002 01 160 0000000000000000: 00000003 00000000 00000000 0005 03 1016693 0000000000000000: 00000003 00000000 00000000 0005 03 1015781 0000000000000000: 00000003 00000000 00000000 0001 03 323030 0000000000000000: 00000003 00000000 00000000 0001 03 40380 0000000000000000: 00000002 00000000 00000000 0002 01 48162 0000000000000000: 00000003 00000000 00000000 0005 03 31702 0000000000000000: 00000003 00000000 00000000 0001 03 809666 0000000000000000: 00000003 00000000 00000000 0005 03 29379 0000000000000000: 00000003 00000000 00000000 0001 03 24021 0000000000000000: 00000002 00000000 00000000 0002 01 1685223 0000000000000000: 00000003 00000000 00000000 0001 03 1576485 0000000000000000: 00000003 00000000 00000000 0005 03 114715 0000000000000000: 00000003 00000000 00000000 0001 03 36613 /dev/socket/adbd 0000000000000000: 00000003 00000000 00000000 0005 03 1540270 0000000000000000: 00000003 00000000 00000000 0001 03 1530237 0000000000000000: 00000003 00000000 00000000 0001 03 1030642 0000000000000000: 00000003 00000000 00000000 0001 03 789948 0000000000000000: 00000003 00000000 00000000 0005 03 505014 0000000000000000: 00000003 00000000 00000000 0005 03 177017 0000000000000000: 00000002 00000000 00000000 0002 01 67482 0000000000000000: 00000003 00000000 00000000 0005 03 158 0000000000000000: 00000003 00000000 00000000 0005 03 1660512 0000000000000000: 00000003 00000000 00000000 0005 03 502712 0000000000000000: 00000002 00000000 00000000 0002 01 299883 0000000000000000: 00000003 00000000 00000000 0001 03 36369 0000000000000000: 00000002 00000000 00000000 0002 01 1579019 0000000000000000: 00000003 00000000 00000000 0001 03 297867 0000000000000000: 00000003 00000000 00000000 0001 03 56832 0000000000000000: 00000003 00000000 00000000 0001 03 41333 0000000000000000: 00000003 00000000 00000000 0005 03 38584 0000000000000000: 00000003 00000000 00000000 0001 03 1578136 0000000000000000: 00000003 00000000 00000000 0001 03 298708 0000000000000000: 00000002 00000000 00000000 0002 01 1687907 0000000000000000: 00000002 00000000 00000000 0002 01 208921 0000000000000000: 00000003 00000000 00000000 0005 03 39734 0000000000000000: 00000002 00000000 00000000 0002 01 19813 0000000000000000: 00000003 00000000 00000000 0001 03 451468 0000000000000000: 00000002 00000000 00000000 0002 01 24053 0000000000000000: 00000002 00000000 00000000 0002 01 2595 0000000000000000: 00000003 00000000 00000000 0005 03 505016 0000000000000000: 00000003 00000000 00000000 0001 03 37238 0000000000000000: 00000002 00000000 00000000 0002 01 16248 0000000000000000: 00000003 00000000 00000000 0001 03 44663 0000000000000000: 00000003 00000000 00000000 0001 03 31721 /dev/socket/zygote 0000000000000000: 00000002 00000000 00000000 0002 01 1685770 0000000000000000: 00000002 00000000 00000000 0002 01 1579299 0000000000000000: 00000003 00000000 00000000 0005 03 1016687 0000000000000000: 00000003 00000000 00000000 0001 03 56829 0000000000000000: 00000003 00000000 00000000 0001 03 1576508 0000000000000000: 00000003 00000000 00000000 0005 03 323633 0000000000000000: 00000003 00000000 00000000 0001 03 298710 0000000000000000: 00000003 00000000 00000000 0001 03 1687146 0000000000000000: 00000003 00000000 00000000 0001 03 269486 0000000000000000: 00000003 00000000 00000000 0001 03 26631 0000000000000000: 00000003 00000000 00000000 0001 03 7587 0000000000000000: 00000003 00000000 00000000 0001 03 24025 0000000000000000: 00000003 00000000 00000000 0001 03 956529 0000000000000000: 00000003 00000000 00000000 0005 03 321518 0000000000000000: 00000002 00000000 00000000 0002 01 44792 0000000000000000: 00000003 00000000 00000000 0001 03 39466 /data/misc/location/mq/location-mq-s 0000000000000000: 00000002 00000000 00000000 0002 01 19771 0000000000000000: 00000003 00000000 00000000 0001 03 1030643 0000000000000000: 00000003 00000000 00000000 0005 03 44157 0000000000000000: 00000002 00000000 00000000 0005 03 1608179 0000000000000000: 00000003 00000000 00000000 0001 03 1528516 0000000000000000: 00000002 00000000 00000000 0002 01 40179 0000000000000000: 00000002 00000000 00000000 0002 01 37844 0000000000000000: 00000003 00000000 00000000 0001 03 268601 0000000000000000: 00000003 00000000 00000000 0001 03 26636 /data/misc/location/mq/location-mq-s 0000000000000000: 00000002 00000000 00000000 0002 01 1529080 0000000000000000: 00000003 00000000 00000000 0001 03 36364 0000000000000000: 00000003 00000000 00000000 0005 03 31678 0000000000000000: 00000003 00000000 00000000 0005 03 1534855 0000000000000000: 00000003 00000000 00000000 0001 03 957578 0000000000000000: 00000003 00000000 00000000 0001 03 807784 0000000000000000: 00000003 00000000 00000000 0005 03 1687398 0000000000000000: 00000003 00000000 00000000 0005 03 562172 0000000000000000: 00000002 00000000 00000000 0002 01 23285 0000000000000000: 00000003 00000000 00000000 0005 03 1687397 0000000000000000: 00000003 00000000 00000000 0005 03 1530176 0000000000000000: 00000003 00000000 00000000 0005 03 35370 0000000000000000: 00000002 00000000 00000000 0002 01 23198 0000000000000000: 00000002 00000000 00000000 0002 01 48771 0000000000000000: 00000002 00000000 00000000 0002 01 23609 0000000000000000: 00000003 00000000 00000000 0001 03 30991 0000000000000000: 00000003 00000000 00000000 0001 03 31863 0000000000000000: 00000002 00000000 00000000 0002 01 24902 0000000000000000: 00000003 00000000 00000000 0005 03 1684287 0000000000000000: 00000003 00000000 00000000 0001 03 1531014 0000000000000000: 00000003 00000000 00000000 0005 03 36348 0000000000000000: 00000003 00000000 00000000 0001 03 22254 0000000000000000: 00000003 00000000 00000000 0001 03 957551 0000000000000000: 00000003 00000000 00000000 0005 03 807654 0000000000000000: 00000002 00000000 00000000 0002 01 39061 0000000000000000: 00000003 00000000 00000000 0001 03 956532 0000000000000000: 00000003 00000000 00000000 0005 03 323601 0000000000000000: 00000003 00000000 00000000 0005 03 269480 0000000000000000: 00000003 00000000 00000000 0001 03 45410 0000000000000000: 00000003 00000000 00000000 0005 03 809674 0000000000000000: 00000003 00000000 00000000 0005 03 27460 0000000000000000: 00000003 00000000 00000000 0001 03 41659 0000000000000000: 00000003 00000000 00000000 0005 03 1577425 0000000000000000: 00000003 00000000 00000000 0001 03 35486 0000000000000000: 00000003 00000000 00000000 0001 03 32899 0000000000000000: 00000003 00000000 00000000 0005 03 113252 0000000000000000: 00000002 00000000 00000000 0002 01 39184 0000000000000000: 00000003 00000000 00000000 0001 03 24018 /data/misc/location/mq/location-mq-s 0000000000000000: 00000003 00000000 00000000 0001 03 1687147 0000000000000000: 00000003 00000000 00000000 0005 03 562173 0000000000000000: 00000003 00000000 00000000 0001 03 29620 0000000000000000: 00000002 00000000 00000000 0002 01 451482 0000000000000000: 00000003 00000000 00000000 0001 03 1689952 0000000000000000: 00000003 00000000 00000000 0005 03 1677466 0000000000000000: 00000003 00000000 00000000 0005 03 1534854 0000000000000000: 00000003 00000000 00000000 0001 03 956533 0000000000000000: 00000003 00000000 00000000 0005 03 323604 0000000000000000: 00000002 00000000 00000000 0002 01 48045 0000000000000000: 00000003 00000000 00000000 0005 03 1530172 0000000000000000: 00000002 00000000 00000000 0002 01 1216927 0000000000000000: 00000003 00000000 00000000 0005 03 503546 0000000000000000: 00000003 00000000 00000000 0001 03 268600 0000000000000000: 00000003 00000000 00000000 0005 03 75304 0000000000000000: 00000003 00000000 00000000 0001 03 44189 0000000000000000: 00000003 00000000 00000000 0001 03 31864 /dev/socket/vold 0000000000000000: 00000002 00000000 00000000 0002 01 37777 0000000000000000: 00000003 00000000 00000000 0001 03 36366 0000000000000000: 00000003 00000000 00000000 0005 03 32893 0000000000000000: 00000002 00000000 00000000 0002 01 17503 0000000000000000: 00000002 00000000 00000000 0002 01 1577336 0000000000000000: 00000003 00000000 00000000 0005 03 1530530 0000000000000000: 00000003 00000000 00000000 0001 03 32773 0000000000000000: 00000003 00000000 00000000 0001 03 1578133 0000000000000000: 00000003 00000000 00000000 0005 03 31679 0000000000000000: 00000003 00000000 00000000 0001 03 24019 0000000000000000: 00000003 00000000 00000000 0005 03 1686843 0000000000000000: 00000003 00000000 00000000 0005 03 1015778 0000000000000000: 00000003 00000000 00000000 0001 03 789949 0000000000000000: 00000003 00000000 00000000 0005 03 43775 0000000000000000: 00000003 00000000 00000000 0001 03 23496 0000000000000000: 00000003 00000000 00000000 0001 03 22188 0000000000000000: 00000003 00000000 00000000 0005 03 505011 0000000000000000: 00000003 00000000 00000000 0001 03 115046 0000000000000000: 00000002 00000000 00000000 0002 01 39210 0000000000000000: 00000003 00000000 00000000 0001 03 30919 /dev/socket/ccmd 0000000000000000: 00000003 00000000 00000000 0005 03 1684286 0000000000000000: 00000002 00000000 00000000 0005 03 1606583 0000000000000000: 00000003 00000000 00000000 0005 03 505017 0000000000000000: 00000003 00000000 00000000 0001 03 450127 0000000000000000: 00000002 00000000 00000000 0002 01 22179 0000000000000000: 00000003 00000000 00000000 0001 03 20328 0000000000000000: 00000003 00000000 00000000 0001 03 1237741 0000000000000000: 00000003 00000000 00000000 0005 03 154577 0000000000000000: 00000003 00000000 00000000 0001 03 23522 /data/misc/location/mq/location-mq-s 0000000000000000: 00000002 00000000 00000000 0002 01 1686157 0000000000000000: 00000003 00000000 00000000 0001 03 1576507 0000000000000000: 00000003 00000000 00000000 0005 03 41696 0000000000000000: 00000003 00000000 00000000 0005 03 1530177 0000000000000000: 00000003 00000000 00000000 0001 03 40863 0000000000000000: 00000002 00000000 00000000 0002 01 35712 0000000000000000: 00000003 00000000 00000000 0005 03 33147 0000000000000000: 00000003 00000000 00000000 0001 03 809667 0000000000000000: 00000002 00000000 00000000 0002 01 39333 0000000000000000: 00000003 00000000 00000000 0001 03 32030 /dev/socket/cryptd 0000000000000000: 00000003 00000000 00000000 0001 03 26635 0000000000000000: 00000003 00000000 00000000 0005 03 36335 0000000000000000: 00000003 00000000 00000000 0005 03 1575371 0000000000000000: 00000003 00000000 00000000 0001 03 1030617 0000000000000000: 00000002 00000000 00000000 0002 01 22031 0000000000000000: 00000002 00000000 00000000 0002 01 1687950 0000000000000000: 00000002 00000000 00000000 0002 01 451547 0000000000000000: 00000002 00000000 00000000 0002 01 1688428 0000000000000000: 00000003 00000000 00000000 0005 03 565300 0000000000000000: 00000003 00000000 00000000 0001 03 269548 0000000000000000: 00000002 00000000 00000000 0002 01 47610 0000000000000000: 00000002 00000000 00000000 0002 01 587024 0000000000000000: 00000003 00000000 00000000 0001 03 33053 0000000000000000: 00000003 00000000 00000000 0005 03 1672103 0000000000000000: 00000003 00000000 00000000 0005 03 1000996 0000000000000000: 00000003 00000000 00000000 0005 03 1065413 0000000000000000: 00000003 00000000 00000000 0001 03 268535 0000000000000000: 00000002 00000000 00000000 0002 01 32367 0000000000000000: 00000002 00000000 00000000 0002 01 20490 0000000000000000: 00000003 00000000 00000000 0001 03 807650 0000000000000000: 00000003 00000000 00000000 0005 03 39473 0000000000000000: 00000003 00000000 00000000 0001 03 26633 0000000000000000: 00000003 00000000 00000000 0005 03 506929 0000000000000000: 00000003 00000000 00000000 0001 03 43408 0000000000000000: 00000003 00000000 00000000 0005 03 31682 0000000000000000: 00000003 00000000 00000000 0005 03 1677467 0000000000000000: 00000003 00000000 00000000 0001 03 1530236 0000000000000000: 00000003 00000000 00000000 0005 03 505010 0000000000000000: 00000003 00000000 00000000 0001 03 450128 0000000000000000: 00000002 00000000 00000000 0002 01 137858 0000000000000000: 00000003 00000000 00000000 0005 03 30241 0000000000000000: 00000003 00000000 00000000 0001 03 24017 0000000000000000: 00000003 00000000 00000000 0001 03 957579 0000000000000000: 00000003 00000000 00000000 0005 03 268444 0000000000000000: 00000003 00000000 00000000 0005 03 32501 0000000000000000: 00000002 00000000 00000000 0002 01 17852 0000000000000000: 00000003 00000000 00000000 0005 03 36342 0000000000000000: 00000003 00000000 00000000 0001 03 1027922 0000000000000000: 00000003 00000000 00000000 0005 03 176050 0000000000000000: 00000003 00000000 00000000 0001 03 45401 0000000000000000: 00000003 00000000 00000000 0001 03 1065480 0000000000000000: 00000003 00000000 00000000 0005 03 562174 0000000000000000: 00000003 00000000 00000000 0005 03 43267 0000000000000000: 00000003 00000000 00000000 0005 03 30922 0000000000000000: 00000002 00000000 00000000 0002 01 20590 0000000000000000: 00000002 00000000 00000000 0002 01 1683764 0000000000000000: 00000003 00000000 00000000 0005 03 1660511 0000000000000000: 00000003 00000000 00000000 0001 03 26634 /data/misc/location/mq/location-mq-s 0000000000000000: 00000002 00000000 00000000 0002 01 21835 0000000000000000: 00000003 00000000 00000000 0001 03 1027900 0000000000000000: 00000003 00000000 00000000 0001 03 299434 0000000000000000: 00000003 00000000 00000000 0005 03 45394 0000000000000000: 00000003 00000000 00000000 0005 03 41700 0000000000000000: 00000003 00000000 00000000 0005 03 36949 0000000000000000: 00000003 00000000 00000000 0005 03 36337 0000000000000000: 00000003 00000000 00000000 0001 03 807781 0000000000000000: 00000003 00000000 00000000 0001 03 1571515 0000000000000000: 00000003 00000000 00000000 0001 03 37016 0000000000000000: 00000003 00000000 00000000 0005 03 33432 0000000000000000: 00000003 00000000 00000000 0001 03 867117 0000000000000000: 00000003 00000000 00000000 0005 03 809780 0000000000000000: 00000003 00000000 00000000 0005 03 1016688 0000000000000000: 00000003 00000000 00000000 0005 03 1530155 0000000000000000: 00000003 00000000 00000000 0001 03 47481 0000000000000000: 00000003 00000000 00000000 0005 03 29621 0000000000000000: 00000003 00000000 00000000 0001 03 115043 0000000000000000: 00000003 00000000 00000000 0005 03 36406 0000000000000000: 00000003 00000000 00000000 0001 03 28595 0000000000000000: 00000002 00000000 00000000 0002 01 20156 0000000000000000: 00000003 00000000 00000000 0005 03 297381 0000000000000000: 00000002 00000000 00000000 0002 01 1668810 0000000000000000: 00000003 00000000 00000000 0001 03 1528515 0000000000000000: 00000002 00000000 00000000 0002 01 1672125 0000000000000000: 00000002 00000000 00000000 0002 01 1192578 0000000000000000: 00000003 00000000 00000000 0001 03 1499681 0000000000000000: 00000002 00000000 00000000 0002 01 40280 0000000000000000: 00000002 00000000 00000000 0002 01 35927 0000000000000000: 00000003 00000000 00000000 0005 03 36453 0000000000000000: 00000002 00000000 00000000 0002 01 24135 0000000000000000: 00000002 00000000 00000000 0002 01 17135 0000000000000000: 00000003 00000000 00000000 0005 03 1531036 0000000000000000: 00000003 00000000 00000000 0001 03 956530 0000000000000000: 00000003 00000000 00000000 0001 03 323029 0000000000000000: 00000003 00000000 00000000 0001 03 297547 0000000000000000: 00000002 00000000 00000000 0002 01 1685345 0000000000000000: 00000003 00000000 00000000 0005 03 1017372 0000000000000000: 00000003 00000000 00000000 0005 03 1003670 0000000000000000: 00000003 00000000 00000000 0005 03 154576 0000000000000000: 00000003 00000000 00000000 0001 03 22121 /dev/socket/wod_sim 0000000000000000: 00000003 00000000 00000000 0005 03 35352 0000000000000000: 00000003 00000000 00000000 0001 03 26632 /data/misc/location/mq/location-mq-s 0000000000000000: 00000003 00000000 00000000 0005 03 36280 0000000000000000: 00000003 00000000 00000000 0005 03 809699 0000000000000000: 00000003 00000000 00000000 0005 03 296694 0000000000000000: 00000003 00000000 00000000 0001 03 1499682 0000000000000000: 00000003 00000000 00000000 0001 03 40861 0000000000000000: 00000003 00000000 00000000 0005 03 33149 0000000000000000: 00000003 00000000 00000000 0005 03 1672160 0000000000000000: 00000002 00000000 00000000 0002 01 1681280 0000000000000000: 00000003 00000000 00000000 0001 03 23518 0000000000000000: 00000003 00000000 00000000 0001 03 807785 0000000000000000: 00000003 00000000 00000000 0005 03 503547 0000000000000000: 00000002 00000000 00000000 0002 01 61118 0000000000000000: 00000003 00000000 00000000 0001 03 41720 /dev/socket/wod_action 0000000000000000: 00000003 00000000 00000000 0005 03 35351 0000000000000000: 00000002 00000000 00000000 0002 01 20486 0000000000000000: 00000003 00000000 00000000 0001 03 813167 0000000000000000: 00000003 00000000 00000000 0005 03 155979 0000000000000000: 00000003 00000000 00000000 0001 03 30918 0000000000000000: 00000003 00000000 00000000 0001 03 20324 0000000000000000: 00000003 00000000 00000000 0001 03 1027923 0000000000000000: 00000003 00000000 00000000 0005 03 1000999 0000000000000000: 00000003 00000000 00000000 0005 03 38583 0000000000000000: 00000003 00000000 00000000 0001 03 37018 0000000000000000: 00000002 00000000 00000000 0002 01 36248 0000000000000000: 00000003 00000000 00000000 0005 03 268442 0000000000000000: 00000003 00000000 00000000 0001 03 44667 0000000000000000: 00000002 00000000 00000000 0002 01 1684744 0000000000000000: 00000002 00000000 00000000 0002 01 20294 0000000000000000: 00000003 00000000 00000000 0005 03 575346 0000000000000000: 00000003 00000000 00000000 0005 03 323632 0000000000000000: 00000003 00000000 00000000 0001 03 159285 0000000000000000: 00000002 00000000 00000000 0002 01 22896 0000000000000000: 00000003 00000000 00000000 0001 03 957552 0000000000000000: 00000003 00000000 00000000 0001 03 39582 0000000000000000: 00000003 00000000 00000000 0005 03 30756 0000000000000000: 00000003 00000000 00000000 0001 03 1531015 0000000000000000: 00000003 00000000 00000000 0005 03 299065 0000000000000000: 00000002 00000000 00000000 0002 01 1576063 0000000000000000: 00000003 00000000 00000000 0001 03 40999 0000000000000000: 00000003 00000000 00000000 0001 03 115044 0000000000000000: 00000003 00000000 00000000 0001 03 36612 0000000000000000: 00000003 00000000 00000000 0001 03 24022 /data/misc/location/mq/location-mq-s 0000000000000000: 00000002 00000000 00000000 0002 01 2393 0000000000000000: 00000002 00000000 00000000 0002 01 1682408 0000000000000000: 00000002 00000000 00000000 0002 01 563468 0000000000000000: 00000003 00000000 00000000 0005 03 159 0000000000000000: 00000003 00000000 00000000 0005 03 1016692 0000000000000000: 00000003 00000000 00000000 0005 03 807655 0000000000000000: 00000003 00000000 00000000 0001 03 40381 /dev/socket/rild 0000000000000000: 00000002 00000000 00000000 0002 01 37230 0000000000000000: 00000003 00000000 00000000 0001 03 1577649 0000000000000000: 00000003 00000000 00000000 0001 03 1571514 0000000000000000: 00000003 00000000 00000000 0001 03 44664 0000000000000000: 00000002 00000000 00000000 0002 01 1040573 0000000000000000: 00000002 00000000 00000000 0002 01 42957 0000000000000000: 00000003 00000000 00000000 0001 03 1061639 0000000000000000: 00000002 00000000 00000000 0002 01 16211 0000000000000000: 00000003 00000000 00000000 0005 03 1676854 0000000000000000: 00000003 00000000 00000000 0001 03 115045 0000000000000000: 00000003 00000000 00000000 0001 03 25350 /dev/socket/installd 0000000000000000: 00000003 00000000 00000000 0001 03 24020 /data/misc/location/mq/location-mq-s 0000000000000000: 00000002 00000000 00000000 0002 01 1576497 0000000000000000: 00000002 00000000 00000000 0002 01 405164 0000000000000000: 00000003 00000000 00000000 0005 03 297370 0000000000000000: 00000003 00000000 00000000 0005 03 177020 0000000000000000: 00000003 00000000 00000000 0001 03 451469 0000000000000000: 00000003 00000000 00000000 0001 03 58000 0000000000000000: 00000002 00000000 00000000 0002 01 37539 0000000000000000: 00000003 00000000 00000000 0001 03 1529188 0000000000000000: 00000003 00000000 00000000 0005 03 41230 0000000000000000: 00000002 00000000 00000000 0002 01 798201 0000000000000000: 00000002 00000000 00000000 0002 01 32654 0000000000000000: 00000003 00000000 00000000 0005 03 16209 0000000000000000: 00000003 00000000 00000000 0001 03 299435 0000000000000000: 00000002 00000000 00000000 0002 01 40103 0000000000000000: 00000003 00000000 00000000 0005 03 31701 0000000000000000: 00000003 00000000 00000000 0005 03 1530531 0000000000000000: 00000002 00000000 00000000 0002 01 264 0000000000000000: 00000003 00000000 00000000 0005 03 1685314 0000000000000000: 00000003 00000000 00000000 0005 03 39735 0000000000000000: 00000003 00000000 00000000 0001 03 7588 0000000000000000: 00000003 00000000 00000000 0001 03 297548 0000000000000000: 00000003 00000000 00000000 0001 03 269549 0000000000000000: 00000003 00000000 00000000 0001 03 41000 0000000000000000: 00000002 00000000 00000000 0002 01 19892 0000000000000000: 00000003 00000000 00000000 0005 03 321517 0000000000000000: 00000002 00000000 00000000 0002 01 36740 0000000000000000: 00000003 00000000 00000000 0001 03 24026 /data/misc/location/mq/location-mq-s 0000000000000000: 00000003 00000000 00000000 0005 03 2801 0000000000000000: 00000002 00000000 00000000 0002 01 1682350 0000000000000000: 00000002 00000000 00000000 0002 01 1030602 0000000000000000: 00000002 00000000 00000000 0002 01 16274 0000000000000000: 00000003 00000000 00000000 0001 03 40169 0000000000000000: 00000003 00000000 00000000 0001 03 1578135 0000000000000000: 00000003 00000000 00000000 0001 03 41334 0000000000000000: 00000003 00000000 00000000 0005 03 38582 0000000000000000: 00000003 00000000 00000000 0005 03 1685315 0000000000000000: 00000003 00000000 00000000 0005 03 1019934 0000000000000000: 00000002 00000000 00000000 0002 01 48226 0000000000000000: 00000002 00000000 00000000 0002 01 73183 0000000000000000: 00000003 00000000 00000000 0005 03 38734 0000000000000000: 00000003 00000000 00000000 0001 03 40170 /dev/socket/cnd 0000000000000000: 00000003 00000000 00000000 0001 03 1029837 0000000000000000: 00000003 00000000 00000000 0001 03 957587 0000000000000000: 00000003 00000000 00000000 0001 03 39465 0000000000000000: 00000003 00000000 00000000 0001 03 25364 0000000000000000: 00000003 00000000 00000000 0001 03 24024 /data/misc/location/mq/location-mq-s 0000000000000000: 00000003 00000000 00000000 0001 03 1030618 0000000000000000: 00000002 00000000 00000000 0002 01 44758 0000000000000000: 00000002 00000000 00000000 0002 01 16358 0000000000000000: 00000003 00000000 00000000 0001 03 867118 0000000000000000: 00000002 00000000 00000000 0002 01 75542 0000000000000000: 00000003 00000000 00000000 0001 03 36713 /dev/socket/atd 0000000000000000: 00000003 00000000 00000000 0001 03 31720 0000000000000000: 00000002 00000000 00000000 0002 01 41314 0000000000000000: 00000003 00000000 00000000 0001 03 56831

itoys commented 6 years ago

Thank you @Kaidanov Look like that all your problems because of Ionic proposes update and DEBUG CONSOLE is not interactive. I'm going to add --no-interactive flag to it. Could you please, if it's possible, update Ionic in cmd and going try it again.

Unfortunately, when you run "Serve to the browser (ionic serve)" configuration, we also attaching to debugger and you can't use chrome developer tools with it.

@vladimir-kotikov thoughts?

Kaidanov commented 6 years ago

Updated the ionic and now it's stuck overall

[2K[G[INFO] Development server running! Local: http://localhost:8100

Error: Cannot find module "superagent" at Object.Config.register.settings.settings (http://localhost:8100/build/main.js:69171:7) at webpack_require (http://localhost:8100/build/main.js:48:30) at Object. (http://localhost:8100/build/main.js:70335:66) at webpack_require (http://localhost:8100/build/main.js:48:30) at Object. (http://localhost:8100/build/main.js:54133:71) at webpack_require (http://localhost:8100/build/main.js:48:30) at Object.defineProperty.value (http://localhost:8100/build/main.js:66831:79) at webpack_require (http://localhost:8100/build/main.js:48:30) at Object. (http://localhost:8100/build/main.js:41722:71) at __webpack_require__ (http://localhost:8100/build/main.js:48:30) [17:40:05] lint finished in 7.34 s

I've uninstalled and reinstalled different version of node to solve node-sass problem..

PS C:\Users\2bher\WebstormProjects\ionic3-angular4_2> node -v v6.11.4 PS C:\Users\2bher\WebstormProjects\ionic3-angular4_2> npm -v 3.10.10

Any ideas ?

Kaidanov commented 6 years ago

trying to install npm install superagent

Kaidanov commented 6 years ago

worked. please leave this open during next several days.. for me to check and report.

itoys commented 6 years ago

Fixed #324