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
292 stars 67 forks source link

Unable to log or hit breakpoints after Android Oreo update #312

Closed dfarley1 closed 6 years ago

dfarley1 commented 6 years ago

I'm relatively new to the Cordova ecosystem and Android development so bear with me, but for the last couple of weeks I've been working on an Android app using Ionic and Cordova. Logging and debugging worked using the launch.json generated by Cordova:

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

However, last night I updated my Pixel to Android 8.0.0 and now neither logging nor debugging work through VSCode. I have Android SDK 26 installed and working, I tested with a "Hello World" app in Android Studio and it worked fine. I've tried explicitly targeting SDK 25 and 26 in config.xml as well as removing and re-adding the platform (which still targets SDK 25 by default) with no change. I also tried creating an entirely new app using ionic start testApp tabs to ensure my previous configurations weren't messing anything up.

If I run it from the command line using ionic cordova run android -l -c -s --debug --device then at least logging works. When I try to debug the brand new app with VSCode here's the output it gives me:

Launching for android (This may take a while)...
[DEBUG] CLI flags: { interactive: true, confirm: false }
[DEBUG] { cwd: '/home/daniel/hl-mobile', local: false, binPath: '/usr/local/lib/node_modules/ionic/bin/ionic', libPath: '/usr/local/lib/node_modules/ionic/dist/index.js' }
[DEBUG] Daemon found (pid: 1100)
[WARN] Detected @ionic/cli-plugin-cordova in your package.json.

       As of CLI 3.8, it is no longer needed. You can uninstall it:

       npm uninstall --save-dev --save-exact @ionic/cli-plugin-cordova

[WARN] Detected @ionic/cli-plugin-ionic-angular in your package.json.

       As of CLI 3.8, it is no longer needed. You can uninstall it:

       npm uninstall --save-dev --save-exact @ionic/cli-plugin-ionic-angular

[INFO] Running app-scripts build: --platform android --target cordova

[17:50:31]  build dev started ... 
[17:50:31]  clean started ... 
[17:50:31]  clean finished in 6 ms 
[17:50:31]  copy started ... 
[17:50:31]  transpile started ... 
[17:50:34]  transpile finished in 3.43 s 
[17:50:34]  preprocess started ... 
[17:50:34]  deeplinks started ... 
[17:50:34]  deeplinks finished in 159 ms 
[17:50:34]  preprocess finished in 160 ms 
[17:50:34]  webpack started ... 
[17:50:34]  copy finished in 3.80 s 
[17:50:46]  webpack finished in 12.11 s 
[17:50:46]  sass started ... 
[17:50:48]  sass finished in 1.57 s 
[17:50:48]  postprocess started ... 
[17:50:48]  removed unused font files 
[17:50:48]  postprocess finished in 12 ms 
[17:50:48]  lint started ... 
[17:50:48]  build dev finished in 17.36 s 
> ionic cordova prepare
⠙ Running command [17:50:52]  lint finished in 3.81 s 

> cordova run android --device
ANDROID_HOME=/home/daniel/Android/Sdk/
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/
Subproject Path: CordovaLib
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.

    at build_e20vxjm7vscjwcdsge8a179mg.run(/home/daniel/hl-mobile/platforms/android/build.gradle:138)

The JavaCompile.setDependencyCacheDir() method has been deprecated and is scheduled to be removed in Gradle 4.0.
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
:preBuild
 UP-TO-DATE
:preDebugBuild UP-TO-DATE
:checkDebugManifest
:preReleaseBuild UP-TO-DATE
:CordovaLib:preBuild UP-TO-DATE
:CordovaLib:preDebugBuild UP-TO-DATE
:CordovaLib:checkDebugManifest
:CordovaLib:prepareDebugDependencies
:CordovaLib:compileDebugAidl UP-TO-DATE
:CordovaLib:compileDebugNdk
 UP-TO-DATE
:CordovaLib:compileLint
 UP-TO-DATE

:CordovaLib:copyDebugLint 
UP-TO-DATE

:CordovaLib:mergeDebugShaders 
UP-TO-DATE
:CordovaLib:compileDebugShaders 
UP-TO-DATE
:CordovaLib:generateDebugAssets

UP-TO-DATE
:CordovaLib:mergeDebugAssets
 UP-TO-DATE
:CordovaLib:mergeDebugProguardFiles UP-TO-DATE
:CordovaLib:packageDebugRenderscript UP-TO-DATE
:CordovaLib:compileDebugRenderscript UP-TO-DATE
:CordovaLib:generateDebugResValues
 UP-TO-DATE

:CordovaLib:generateDebugResources

UP-TO-DATE

:CordovaLib:packageDebugResources UP-TO-DATE
:CordovaLib:processDebugManifest UP-TO-DATE

:CordovaLib:generateDebugBuildConfig
 UP-TO-DATE
:CordovaLib:processDebugResources
 UP-TO-DATE
:CordovaLib:generateDebugSources
 UP-TO-DATE
:CordovaLib:incrementalDebugJavaCompilationSafeguard
 UP-TO-DATE
:CordovaLib:compileDebugJavaWithJavac UP-TO-DATE
:CordovaLib:processDebugJavaRes UP-TO-DATE
:CordovaLib:transformResourcesWithMergeJavaResForDebug

UP-TO-DATE
:CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug

UP-TO-DATE

:CordovaLib:mergeDebugJniLibFolders

UP-TO-DATE

:CordovaLib:transformNative_libsWithMergeJniLibsForDebug

UP-TO-DATE

:CordovaLib:transformNative_libsWithSyncJniLibsForDebug
 UP-TO-DATE
:CordovaLib:bundleDebug 
UP-TO-DATE
:CordovaLib:preReleaseBuild 
UP-TO-DATE
:CordovaLib:checkReleaseManifest

:CordovaLib:prepareReleaseDependencies
:CordovaLib:compileReleaseAidl

UP-TO-DATE
:CordovaLib:compileReleaseNdk
 UP-TO-DATE
:CordovaLib:copyReleaseLint UP-TO-DATE
:CordovaLib:mergeReleaseShaders UP-TO-DATE
:CordovaLib:compileReleaseShaders UP-TO-DATE
:CordovaLib:generateReleaseAssets UP-TO-DATE
:CordovaLib:mergeReleaseAssets UP-TO-DATE
:CordovaLib:mergeReleaseProguardFiles UP-TO-DATE
:CordovaLib:packageReleaseRenderscript UP-TO-DATE
:CordovaLib:compileReleaseRenderscript UP-TO-DATE
:CordovaLib:generateReleaseResValues UP-TO-DATE
:CordovaLib:generateReleaseResources UP-TO-DATE
:CordovaLib:packageReleaseResources UP-TO-DATE
:CordovaLib:processReleaseManifest UP-TO-DATE
:CordovaLib:generateReleaseBuildConfig
 UP-TO-DATE
:CordovaLib:processReleaseResources UP-TO-DATE
:CordovaLib:generateReleaseSources UP-TO-DATE
:CordovaLib:incrementalReleaseJavaCompilationSafeguard UP-TO-DATE
:CordovaLib:compileReleaseJavaWithJavac
 UP-TO-DATE
:CordovaLib:processReleaseJavaRes UP-TO-DATE
:CordovaLib:transformResourcesWithMergeJavaResForRelease UP-TO-DATE
:CordovaLib:transformClassesAndResourcesWithSyncLibJarsForRelease
 UP-TO-DATE
:CordovaLib:mergeReleaseJniLibFolders UP-TO-DATE
:CordovaLib:transformNative_libsWithMergeJniLibsForRelease UP-TO-DATE
:CordovaLib:transformNative_libsWithSyncJniLibsForRelease UP-TO-DATE
:CordovaLib:bundleRelease
 UP-TO-DATE
:prepareComAndroidSupportAppcompatV72310Library
 UP-TO-DATE
:prepareComAndroidSupportSupportCompat2600Alpha1Library
 UP-TO-DATE
:prepareComAndroidSupportSupportCoreUi2600Alpha1Library
 UP-TO-DATE
:prepareComAndroidSupportSupportCoreUtils2600Alpha1Library UP-TO-DATE
:prepareComAndroidSupportSupportFragment2600Alpha1Library
 UP-TO-DATE
:prepareComAndroidSupportSupportMediaCompat2600Alpha1Library
 UP-TO-DATE
:prepareComAndroidSupportSupportV42600Alpha1Library
 UP-TO-DATE
:prepareComJourneyappsZxingAndroidEmbedded330Library
 UP-TO-DATE
:prepareOrgApacheCordovaCordovaLib623DebugLibrary
 UP-TO-DATE
:prepareDebugDependencies
:compileDebugAidl
 UP-TO-DATE
:compileDebugRenderscript
 UP-TO-DATE
:generateDebugBuildConfig UP-TO-DATE
:generateDebugResValues UP-TO-DATE
:generateDebugResources UP-TO-DATE
:mergeDebugResources
 UP-TO-DATE
:processDebugManifest
 UP-TO-DATE
:processDebugResources
 UP-TO-DATE
:generateDebugSources UP-TO-DATE
:incrementalDebugJavaCompilationSafeguard UP-TO-DATE
:compileDebugJavaWithJavac
 UP-TO-DATE
:compileDebugNdk UP-TO-DATE
:compileDebugSources
 UP-TO-DATE
:mergeDebugShaders UP-TO-DATE
:compileDebugShaders UP-TO-DATE
:generateDebugAssets UP-TO-DATE
:mergeDebugAssets

:transformClassesWithDexForDebug UP-TO-DATE
:mergeDebugJniLibFolders UP-TO-DATE
:transformNative_libsWithMergeJniLibsForDebug UP-TO-DATE
:processDebugJavaRes
 UP-TO-DATE
:transformResourcesWithMergeJavaResForDebug
 UP-TO-DATE
:validateSigningDebug
:packageDebug

:assembleDebug

:cdvBuildDebug

BUILD SUCCESSFUL

Total time: 2.8 secs

Built the following apk(s): 
    /home/daniel/hl-mobile/platforms/android/build/outputs/apk/android-debug.apk

ANDROID_HOME=/home/daniel/Android/Sdk/
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/
Skipping build...

Built the following apk(s): 
    /home/daniel/hl-mobile/platforms/android/build/outputs/apk/android-debug.apk
Using apk: /home/daniel/hl-mobile/platforms/android/build/outputs/apk/android-debug.apk

Package name: io.ionic.starter
LAUNCH SUCCESS

App successfully launched
Attaching to android
Unable to find localabstract name of cordova app

Thanks for reading!

vladimir-kotikov commented 6 years ago

@dfarley1 I just published a new version that has some changes that might resolve your problem. Could you please upgrade and try again?

In case if upgrade won't help, please add some additional information as described here so we can diagnose the problem.

dfarley1 commented 6 years ago

I just updated to 1.2.11 and I'm getting the same result: Unable to find localabstract name of cordova app. I also confirmed that everything works with a Moto G5 running Android 7.0 (whereas the non-working device is a Google Pixel running 8.0)

I'm not sure but I think my application ID is io.ionic.starter, I got that from the debug output.

daniel:~$ adb devices
List of devices attached 
FA7220300475    device

daniel:~$ adb -s FA7220300475 shell ps
USER           PID  PPID     VSZ    RSS WCHAN            ADDR S NAME                       
shell        22071   689   10212   2044 0          7d9202c0f8 R ps

daniel:~$ adb -s FA7220300475 shell "cat /proc/net/unix"
Num       RefCount Protocol Flags    Type St Inode Path
0000000000000000: 00000002 00000000 00010000 0001 01 50393 @ant_sock
0000000000000000: 00000002 00000000 00010000 0001 01 48388 /dev/socket/webview_zygote
0000000000000000: 00000002 00000000 00000000 0001 01  5390 /dev/socket/pdx/system/vr/display/client
0000000000000000: 00000002 00000000 00000000 0001 01  5395 /dev/socket/pdx/system/vr/display/manager
0000000000000000: 00000002 00000000 00010000 0001 01  5908 /dev/socket/cnd
0000000000000000: 00000002 00000000 00000000 0001 01  5398 /dev/socket/pdx/system/vr/display/vsync
0000000000000000: 00000002 00000000 00010000 0005 01 15129 /dev/socket/msm_irqbalance
0000000000000000: 00000002 00000000 00010000 0001 01 38800 /data/system/ndebugsocket
0000000000000000: 00000002 00000000 00010000 0001 01 26656 /dev/socket/netmgr/netmgr_connect_socket
0000000000000000: 00000002 00000000 00010000 0001 01 16421 /dev/socket/logd
0000000000000000: 00000002 00000000 00010000 0005 01 16426 /dev/socket/logdr
0000000000000000: 00000086 00000000 00000000 0002 01 16429 /dev/socket/logdw
0000000000000000: 00000002 00000000 00010000 0001 01 1942200 @chrome_devtools_remote
0000000000000000: 00000002 00000000 00010000 0001 01 17214 /dev/socket/fwmarkd
0000000000000000: 00000002 00000000 00010000 0001 01 18241 /dev/socket/thermal-send-client
0000000000000000: 00000002 00000000 00010000 0001 01 18246 /dev/socket/thermal-recv-client
0000000000000000: 00000002 00000000 00010000 0001 01 18249 /dev/socket/thermal-recv-passive-client
0000000000000000: 00000002 00000000 00010000 0005 01  6084 /data/misc/perfd/mpctl
0000000000000000: 00000002 00000000 00010000 0001 01 15249 /data/misc/location/mq/location-mq-s
0000000000000000: 00000002 00000000 00010000 0001 01  5467 /dev/socket/netd
0000000000000000: 00000002 00000000 00010000 0001 01  5472 /dev/socket/dnsproxyd
0000000000000000: 00000002 00000000 00010000 0001 01 2435471 @/data/misc/bluedroid/.a2dp_ctrl
0000000000000000: 00000002 00000000 00010000 0001 01 23404 /dev/socket/ims_datad
0000000000000000: 00000002 00000000 00010000 0001 01 17180 @time_genoff
0000000000000000: 00000002 00000000 00010000 0001 01 22641 /dev/socket/qmux_radio/uim_remote_server_socket0
0000000000000000: 00000002 00000000 00010000 0001 01 22644 /dev/socket/qmux_radio/uim_remote_client_socket0
0000000000000000: 00000002 00000000 00010000 0005 01 19828 /dev/socket/tombstoned_crash
0000000000000000: 00000002 00000000 00010000 0001 01 18805 /dev/socket/ims_qmid
0000000000000000: 00000002 00000000 00010000 0001 01 22648 /dev/socket/qmux_radio/qcril_radio_config0
0000000000000000: 00000002 00000000 00010000 0005 01 19833 /dev/socket/tombstoned_intercept
0000000000000000: 00000002 00000000 00010000 0001 01 26751 /dev/socket/ims_rtpd
0000000000000000: 00000002 00000000 00010000 0005 01 17541 /dev/socket/lmkd
0000000000000000: 00000002 00000000 00010000 0001 01 15489 /dev/socket/property_service
0000000000000000: 00000002 00000000 00010000 0001 01 14730 /dev/socket/vold
0000000000000000: 00000002 00000000 00010000 0001 01 14735 /dev/socket/cryptd
0000000000000000: 00000002 00000000 00010000 0001 01  5526 /dev/socket/zygote
0000000000000000: 00000002 00000000 00010000 0001 01 15036 /dev/socket/zygote_secondary
0000000000000000: 00000002 00000000 00010000 0001 01 19343 @THERMALE_UI
0000000000000000: 00000002 00000000 00000000 0002 01 48561 /dev/socket/wpa_wlan0
0000000000000000: 00000002 00000000 00010000 0001 01 18614 /dev/socket/adbd
0000000000000000: 00000002 00000000 00000000 0002 01 48621 /data/misc/wifi/sockets/p2p0
0000000000000000: 00000002 00000000 00010000 0001 01 14796 /dev/socket/mdns
0000000000000000: 00000002 00000000 00010000 0001 01 22772 /data/misc/location/xtra/socket_hal_xtra
0000000000000000: 00000002 00000000 00010000 0001 01 3432196 @webview_devtools_remote_21342
0000000000000000: 00000002 00000000 00010000 0001 01 24792 /dev/socket/qmux_radio/rild_oem0
0000000000000000: 00000002 00000000 00010000 0005 01 18702 @jdwp-control
0000000000000000: 00000002 00000000 00000000 0002 01 48686 /data/misc/wifi/sockets/wlan0
0000000000000000: 00000002 00000000 00000000 0002 01  5499 @gplisnr
0000000000000000: 00000002 00000000 00010000 0001 01 22514 /dev/socket/qmux_radio/rild_ims0
0000000000000000: 00000003 00000000 00000000 0005 03 2149969
0000000000000000: 00000003 00000000 00000000 0005 03 1949747
0000000000000000: 00000002 00000000 00000000 0002 01 3438608
0000000000000000: 00000003 00000000 00000000 0005 03 1025690
0000000000000000: 00000003 00000000 00000000 0001 03 113550 /dev/socket/ims_qmid
0000000000000000: 00000003 00000000 00000000 0005 03 38775
0000000000000000: 00000003 00000000 00000000 0001 03 262903
0000000000000000: 00000003 00000000 00000000 0005 03 49690
0000000000000000: 00000003 00000000 00000000 0005 03 3432117 @jdwp-control
0000000000000000: 00000003 00000000 00000000 0005 03 66509
0000000000000000: 00000003 00000000 00000000 0005 03 2181579
0000000000000000: 00000002 00000000 00000000 0002 01 19187
0000000000000000: 00000003 00000000 00000000 0005 03 2671228
0000000000000000: 00000003 00000000 00000000 0001 03 2418576
0000000000000000: 00000003 00000000 00000000 0001 03 113374
0000000000000000: 00000002 00000000 00000000 0002 01 17229
0000000000000000: 00000002 00000000 00000000 0002 01 3411280
0000000000000000: 00000003 00000000 00000000 0001 03 43635
0000000000000000: 00000003 00000000 00000000 0005 03 38778
0000000000000000: 00000002 00000000 00000000 0002 01 16495
0000000000000000: 00000003 00000000 00000000 0001 03 1949806
0000000000000000: 00000003 00000000 00000000 0001 03 3073949
0000000000000000: 00000002 00000000 00000000 0002 01 2673212
0000000000000000: 00000003 00000000 00000000 0005 03 262915
0000000000000000: 00000003 00000000 00000000 0005 03 66508
0000000000000000: 00000003 00000000 00000000 0005 03 49707
0000000000000000: 00000003 00000000 00000000 0001 03 50424
0000000000000000: 00000003 00000000 00000000 0001 03 3428940
0000000000000000: 00000003 00000000 00000000 0001 03 2201648
0000000000000000: 00000003 00000000 00000000 0001 03 43515
0000000000000000: 00000003 00000000 00000000 0001 03 113987
0000000000000000: 00000003 00000000 00000000 0002 01 23530
0000000000000000: 00000003 00000000 00000000 0002 01 23448
0000000000000000: 00000003 00000000 00000000 0005 03 2180626
0000000000000000: 00000003 00000000 00000000 0005 03 1949546
0000000000000000: 00000003 00000000 00000000 0005 03 49680
0000000000000000: 00000003 00000000 00000000 0005 03 262917
0000000000000000: 00000002 00000000 00000000 0002 01 20181
0000000000000000: 00000003 00000000 00000000 0005 03 3432191
0000000000000000: 00000003 00000000 00000000 0005 03 1025691
0000000000000000: 00000002 00000000 00000000 0002 01 65156
0000000000000000: 00000003 00000000 00000000 0001 03 43648
0000000000000000: 00000003 00000000 00000000 0001 03 3433517
0000000000000000: 00000003 00000000 00000000 0005 03 2145113
0000000000000000: 00000003 00000000 00000000 0001 03 262904
0000000000000000: 00000003 00000000 00000000 0005 03 3410589
0000000000000000: 00000002 00000000 00000000 0002 01 19338
0000000000000000: 00000003 00000000 00000000 0001 03 3428935
0000000000000000: 00000003 00000000 00000000 0005 03 2671226
0000000000000000: 00000003 00000000 00000000 0001 03 2531765
0000000000000000: 00000003 00000000 00000000 0001 03 2201641
0000000000000000: 00000002 00000000 00000000 0002 01 1949735
0000000000000000: 00000003 00000000 00000000 0001 03 293431
0000000000000000: 00000002 00000000 00000000 0002 01 43508
0000000000000000: 00000003 00000000 00000000 0005 03 2139615
0000000000000000: 00000003 00000000 00000000 0001 03 262920
0000000000000000: 00000003 00000000 00000000 0001 03 113549
0000000000000000: 00000003 00000000 00000000 0005 03 66506
0000000000000000: 00000003 00000000 00000000 0005 03 1046856
0000000000000000: 00000003 00000000 00000000 0005 03 49679
0000000000000000: 00000003 00000000 00000000 0001 03 43639
0000000000000000: 00000002 00000000 00000000 0002 01  5949
0000000000000000: 00000002 00000000 00000000 0002 01 56817
0000000000000000: 00000003 00000000 00000000 0005 03 26965 /dev/socket/lmkd
0000000000000000: 00000003 00000000 00000000 0001 03 15229
0000000000000000: 00000003 00000000 00000000 0001 03 50454
0000000000000000: 00000002 00000000 00000000 0002 01 19105
0000000000000000: 00000003 00000000 00000000 0001 03 262906
0000000000000000: 00000003 00000000 00000000 0005 03 3432654
0000000000000000: 00000002 00000000 00000000 0002 01 18788
0000000000000000: 00000003 00000000 00000000 0005 03 3284958
0000000000000000: 00000002 00000000 00000000 0002 01 3044737
0000000000000000: 00000002 00000000 00000000 0002 01 22258
0000000000000000: 00000002 00000000 00000000 0002 01 15275
0000000000000000: 00000003 00000000 00000000 0005 03 2672735
0000000000000000: 00000003 00000000 00000000 0001 03 3434505
0000000000000000: 00000003 00000000 00000000 0001 03 3073883
0000000000000000: 00000003 00000000 00000000 0005 03 2148221
0000000000000000: 00000003 00000000 00000000 0005 03 43658
0000000000000000: 00000003 00000000 00000000 0005 03 73100
0000000000000000: 00000002 00000000 00000000 0002 01 59605
0000000000000000: 00000002 00000000 00000000 0002 01 3312851
0000000000000000: 00000003 00000000 00000000 0001 03 2671597
0000000000000000: 00000003 00000000 00000000 0001 03 260920
0000000000000000: 00000002 00000000 00000000 0002 01 3433724
0000000000000000: 00000003 00000000 00000000 0001 03 1046234
0000000000000000: 00000003 00000000 00000000 0001 03 293434
0000000000000000: 00000003 00000000 00000000 0001 03 261578
0000000000000000: 00000002 00000000 00000000 0002 01 15265
0000000000000000: 00000002 00000000 00000000 0002 01 18252
0000000000000000: 00000002 00000000 00000000 0002 01 3432131
0000000000000000: 00000003 00000000 00000000 0001 03 43656
0000000000000000: 00000002 00000000 00000000 0002 01 14764
0000000000000000: 00000003 00000000 00000000 0005 03 2617346
0000000000000000: 00000003 00000000 00000000 0005 03 3209662
0000000000000000: 00000003 00000000 00000000 0001 03 3073951
0000000000000000: 00000003 00000000 00000000 0001 03 2671601
0000000000000000: 00000003 00000000 00000000 0001 03 2531767
0000000000000000: 00000003 00000000 00000000 0001 03 1949815
0000000000000000: 00000002 00000000 00000000 0002 01  5345
0000000000000000: 00000002 00000000 00000000 0002 01  5798
0000000000000000: 00000003 00000000 00000000 0001 03 23521
0000000000000000: 00000002 00000000 00000000 0002 01 16510
0000000000000000: 00000003 00000000 00000000 0005 03 3432653
0000000000000000: 00000003 00000000 00000000 0001 03 24794 /dev/socket/qmux_radio/rild_oem0
0000000000000000: 00000003 00000000 00000000 0005 03 50411
0000000000000000: 00000002 00000000 00000000 0002 01 43491
0000000000000000: 00000003 00000000 00000000 0001 03 1949825
0000000000000000: 00000002 00000000 00000000 0002 01 18795
0000000000000000: 00000003 00000000 00000000 0001 03 49750
0000000000000000: 00000003 00000000 00000000 0005 03 38846
0000000000000000: 00000002 00000000 00000000 0002 01 3429820
0000000000000000: 00000003 00000000 00000000 0005 03 1046857
0000000000000000: 00000003 00000000 00000000 0005 03 27756
0000000000000000: 00000003 00000000 00000000 0001 03 3073884
0000000000000000: 00000003 00000000 00000000 0005 03 43806
0000000000000000: 00000003 00000000 00000000 0005 03 3432676
0000000000000000: 00000003 00000000 00000000 0001 03 3433526
0000000000000000: 00000003 00000000 00000000 0002 01 23447
0000000000000000: 00000003 00000000 00000000 0005 03 26979
0000000000000000: 00000003 00000000 00000000 0005 03 16562
0000000000000000: 00000003 00000000 00000000 0005 03 2148222
0000000000000000: 00000002 00000000 00000000 0002 01 56962
0000000000000000: 00000003 00000000 00000000 0005 03 50413
0000000000000000: 00000003 00000000 00000000 0005 03 3433378
0000000000000000: 00000003 00000000 00000000 0001 03 3432225
0000000000000000: 00000003 00000000 00000000 0001 03 2150764
0000000000000000: 00000003 00000000 00000000 0001 03 1949600
0000000000000000: 00000003 00000000 00000000 0001 03 1949765
0000000000000000: 00000003 00000000 00000000 0005 03 262916
0000000000000000: 00000003 00000000 00000000 0001 03 96193
0000000000000000: 00000003 00000000 00000000 0005 03 22207
0000000000000000: 00000002 00000000 00000000 0002 01  5803
0000000000000000: 00000002 00000000 00000000 0002 01 153670
0000000000000000: 00000002 00000000 00000000 0002 01 58565
0000000000000000: 00000003 00000000 00000000 0005 03 1036025
0000000000000000: 00000002 00000000 00000000 0002 01 3429049
0000000000000000: 00000003 00000000 00000000 0005 03 2671232
0000000000000000: 00000002 00000000 00000000 0002 01 2179335
0000000000000000: 00000003 00000000 00000000 0005 03 43808
0000000000000000: 00000002 00000000 00000000 0002 01 19896
0000000000000000: 00000003 00000000 00000000 0005 03 3409114
0000000000000000: 00000003 00000000 00000000 0001 03 48529
0000000000000000: 00000003 00000000 00000000 0001 03 3432209
0000000000000000: 00000003 00000000 00000000 0001 03 26969 /dev/socket/zygote_secondary
0000000000000000: 00000003 00000000 00000000 0001 03 2201644
0000000000000000: 00000003 00000000 00000000 0001 03 2139696
0000000000000000: 00000003 00000000 00000000 0002 01 113985
0000000000000000: 00000003 00000000 00000000 0001 03 100366
0000000000000000: 00000003 00000000 00000000 0001 03 2148189
0000000000000000: 00000003 00000000 00000000 0005 03 26982
0000000000000000: 00000002 00000000 00000000 0005 03 1863374
0000000000000000: 00000003 00000000 00000000 0001 03 15488
0000000000000000: 00000003 00000000 00000000 0005 03 3432192
0000000000000000: 00000002 00000000 00000000 0002 01 38845
0000000000000000: 00000002 00000000 00000000 0002 01 14556
0000000000000000: 00000003 00000000 00000000 0001 03 1949809
0000000000000000: 00000003 00000000 00000000 0005 03 1949562
0000000000000000: 00000003 00000000 00000000 0001 03 2671591
0000000000000000: 00000003 00000000 00000000 0001 03 2531764
0000000000000000: 00000003 00000000 00000000 0005 03 2149931
0000000000000000: 00000003 00000000 00000000 0001 03 262907
0000000000000000: 00000003 00000000 00000000 0001 03 26246 /dev/socket/zygote
0000000000000000: 00000003 00000000 00000000 0001 03 3432226
0000000000000000: 00000003 00000000 00000000 0001 03 1942198
0000000000000000: 00000003 00000000 00000000 0005 03 1024892
0000000000000000: 00000003 00000000 00000000 0005 03 26984
0000000000000000: 00000003 00000000 00000000 0001 03 3432220
0000000000000000: 00000002 00000000 00000000 0002 01 3076702
0000000000000000: 00000003 00000000 00000000 0001 03 113540 /dev/socket/ims_qmid
0000000000000000: 00000003 00000000 00000000 0001 03 49230
0000000000000000: 00000003 00000000 00000000 0005 03 1489254
0000000000000000: 00000003 00000000 00000000 0001 03 386664
0000000000000000: 00000002 00000000 00000000 0002 01  6099
0000000000000000: 00000002 00000000 00000000 0002 01 3436808
0000000000000000: 00000003 00000000 00000000 0001 03 3428719
0000000000000000: 00000003 00000000 00000000 0005 03 26989
0000000000000000: 00000002 00000000 00000000 0002 01 3311551
0000000000000000: 00000002 00000000 00000000 0002 01 20662
0000000000000000: 00000003 00000000 00000000 0001 03 2418575
0000000000000000: 00000002 00000000 00000000 0002 01 2150733
0000000000000000: 00000002 00000000 00000000 0002 01 18568
0000000000000000: 00000003 00000000 00000000 0005 03 57208
0000000000000000: 00000003 00000000 00000000 0005 03 3409152
0000000000000000: 00000002 00000000 00000000 0002 01 3389224
0000000000000000: 00000003 00000000 00000000 0005 03 3260584
0000000000000000: 00000003 00000000 00000000 0001 03 386670
0000000000000000: 00000003 00000000 00000000 0005 03 118398
0000000000000000: 00000002 00000000 00000000 0002 01 19865
0000000000000000: 00000002 00000000 00000000 0002 01 3436724
0000000000000000: 00000003 00000000 00000000 0001 03 3432178
0000000000000000: 00000003 00000000 00000000 0001 03 3073938
0000000000000000: 00000002 00000000 00000000 0002 01 263585
0000000000000000: 00000002 00000000 00000000 0002 01 59512
0000000000000000: 00000003 00000000 00000000 0001 03  6102
0000000000000000: 00000003 00000000 00000000 0001 03 15028
0000000000000000: 00000003 00000000 00000000 0005 03 2672736
0000000000000000: 00000003 00000000 00000000 0005 03 3432656
0000000000000000: 00000003 00000000 00000000 0001 03 2148190
0000000000000000: 00000003 00000000 00000000 0005 03 2145112
0000000000000000: 00000003 00000000 00000000 0005 03 26993
0000000000000000: 00000002 00000000 00000000 0002 01 189780
0000000000000000: 00000002 00000000 00000000 0002 01 21080
0000000000000000: 00000003 00000000 00000000 0005 03 2877584
0000000000000000: 00000003 00000000 00000000 0001 03 293433
0000000000000000: 00000003 00000000 00000000 0001 03 48530
0000000000000000: 00000003 00000000 00000000 0001 03 2671575
0000000000000000: 00000003 00000000 00000000 0005 03 57206
0000000000000000: 00000003 00000000 00000000 0001 03 261582
0000000000000000: 00000003 00000000 00000000 0001 03 113538
0000000000000000: 00000003 00000000 00000000 0001 03 3433520
0000000000000000: 00000003 00000000 00000000 0001 03 3073942
0000000000000000: 00000003 00000000 00000000 0005 03 1046855
0000000000000000: 00000003 00000000 00000000 0005 03 25502
0000000000000000: 00000002 00000000 00000000 0002 01 15813
0000000000000000: 00000003 00000000 00000000 0005 03 1949745
0000000000000000: 00000003 00000000 00000000 0001 03 22516 /dev/socket/qmux_radio/rild_ims0
0000000000000000: 00000003 00000000 00000000 0005 03 50456
0000000000000000: 00000003 00000000 00000000 0005 03 26980
0000000000000000: 00000002 00000000 00000000 0002 01  6043
0000000000000000: 00000003 00000000 00000000 0001 03 3433516
0000000000000000: 00000003 00000000 00000000 0001 03 50460
0000000000000000: 00000002 00000000 00000000 0002 01 21773
0000000000000000: 00000003 00000000 00000000 0005 03 3433379
0000000000000000: 00000003 00000000 00000000 0001 03 1942154
0000000000000000: 00000003 00000000 00000000 0001 03 3428932
0000000000000000: 00000003 00000000 00000000 0001 03 48305
0000000000000000: 00000002 00000000 00000000 0002 01 19893
0000000000000000: 00000003 00000000 00000000 0005 03 3293294
0000000000000000: 00000003 00000000 00000000 0005 03 1489253
0000000000000000: 00000002 00000000 00000000 0002 01 819540
0000000000000000: 00000003 00000000 00000000 0005 03 48722
0000000000000000: 00000003 00000000 00000000 0001 03 24437 /data/misc/location/mq/location-mq-s
0000000000000000: 00000003 00000000 00000000 0005 03 2671227
0000000000000000: 00000003 00000000 00000000 0001 03 113555 /dev/socket/ims_qmid
0000000000000000: 00000003 00000000 00000000 0001 03 3433525
0000000000000000: 00000003 00000000 00000000 0005 03 2149970
0000000000000000: 00000003 00000000 00000000 0005 03 262914
0000000000000000: 00000003 00000000 00000000 0005 03 50462
0000000000000000: 00000003 00000000 00000000 0005 03 2148216
0000000000000000: 00000003 00000000 00000000 0001 03 2139698
0000000000000000: 00000003 00000000 00000000 0001 03 26997 /dev/socket/vold
0000000000000000: 00000002 00000000 00000000 0002 01 3435319
0000000000000000: 00000003 00000000 00000000 0005 03 3408341
0000000000000000: 00000003 00000000 00000000 0001 03 96204
0000000000000000: 00000002 00000000 00000000 0002 01 24445
0000000000000000: 00000002 00000000 00000000 0002 01 21776
0000000000000000: 00000003 00000000 00000000 0001 03 3073943
0000000000000000: 00000003 00000000 00000000 0001 03 2671598
0000000000000000: 00000003 00000000 00000000 0005 03 2180621
0000000000000000: 00000003 00000000 00000000 0005 03 1025689
0000000000000000: 00000003 00000000 00000000 0001 03 261581
0000000000000000: 00000003 00000000 00000000 0001 03 263606
0000000000000000: 00000003 00000000 00000000 0001 03 20201
0000000000000000: 00000003 00000000 00000000 0005 03 2148219
0000000000000000: 00000003 00000000 00000000 0002 01 113986
0000000000000000: 00000002 00000000 00000000 0002 01 113092
0000000000000000: 00000003 00000000 00000000 0001 03 25600
0000000000000000: 00000003 00000000 00000000 0005 03 27759
0000000000000000: 00000003 00000000 00000000 0005 03 2674764
0000000000000000: 00000003 00000000 00000000 0005 03 50467
0000000000000000: 00000003 00000000 00000000 0005 03 1948424
0000000000000000: 00000003 00000000 00000000 0001 03 66438 /dev/socket/webview_zygote
0000000000000000: 00000003 00000000 00000000 0001 03 24436
0000000000000000: 00000003 00000000 00000000 0005 03 3432198
0000000000000000: 00000002 00000000 00000000 0002 01 1934761
0000000000000000: 00000003 00000000 00000000 0001 03 386669
0000000000000000: 00000002 00000000 00000000 0002 01 1942144
0000000000000000: 00000002 00000000 00000000 0002 01 20141
0000000000000000: 00000002 00000000 00000000 0002 01  6045
0000000000000000: 00000002 00000000 00000000 0002 01 19120
0000000000000000: 00000003 00000000 00000000 0005 03 2181580
0000000000000000: 00000003 00000000 00000000 0001 03 1949603
0000000000000000: 00000003 00000000 00000000 0005 03 50414
0000000000000000: 00000003 00000000 00000000 0001 03 18701
0000000000000000: 00000003 00000000 00000000 0005 03 2671225
0000000000000000: 00000003 00000000 00000000 0005 03 2139616
0000000000000000: 00000003 00000000 00000000 0001 03 48520
0000000000000000: 00000003 00000000 00000000 0001 03 15228
0000000000000000: 00000003 00000000 00000000 0005 03 3433604
0000000000000000: 00000002 00000000 00000000 0002 01 3432150
0000000000000000: 00000003 00000000 00000000 0005 03 3410598
0000000000000000: 00000003 00000000 00000000 0001 03 113545 /dev/socket/ims_qmid
0000000000000000: 00000002 00000000 00000000 0002 01 20178
0000000000000000: 00000003 00000000 00000000 0001 03 43636 /data/misc/location/mq/location-mq-s
0000000000000000: 00000003 00000000 00000000 0001 03 3432182
0000000000000000: 00000003 00000000 00000000 0001 03 2201640
0000000000000000: 00000003 00000000 00000000 0005 03 49689
0000000000000000: 00000002 00000000 00000000 0002 01 3430325
0000000000000000: 00000003 00000000 00000000 0001 03 2671576
0000000000000000: 00000002 00000000 00000000 0002 01 96190
0000000000000000: 00000003 00000000 00000000 0005 03 27757
0000000000000000: 00000002 00000000 00000000 0002 01 3433740
0000000000000000: 00000003 00000000 00000000 0001 03 50425
0000000000000000: 00000002 00000000 00000000 0002 01 19188
0000000000000000: 00000003 00000000 00000000 0001 03 2139697
0000000000000000: 00000003 00000000 00000000 0001 03 49350 /dev/socket/adbd
0000000000000000: 00000003 00000000 00000000 0001 03 48513
0000000000000000: 00000002 00000000 00000000 0002 01 15213
0000000000000000: 00000003 00000000 00000000 0005 03 38776
0000000000000000: 00000003 00000000 00000000 0005 03 3436973 /dev/socket/logdr
0000000000000000: 00000003 00000000 00000000 0005 03 3260583
0000000000000000: 00000003 00000000 00000000 0001 03 3073952
0000000000000000: 00000003 00000000 00000000 0005 03 2180625
0000000000000000: 00000003 00000000 00000000 0005 03 49706
0000000000000000: 00000002 00000000 00000000 0002 01 15254
0000000000000000: 00000003 00000000 00000000 0005 03 1045422
0000000000000000: 00000003 00000000 00000000 0001 03 50453
0000000000000000: 00000003 00000000 00000000 0005 03 3410599
0000000000000000: 00000003 00000000 00000000 0001 03 2531766
0000000000000000: 00000003 00000000 00000000 0005 03 2148218
0000000000000000: 00000003 00000000 00000000 0005 03 1046858
0000000000000000: 00000003 00000000 00000000 0005 03 49682
0000000000000000: 00000003 00000000 00000000 0005 03 38777
0000000000000000: 00000002 00000000 00000000 0002 01  5992
0000000000000000: 00000003 00000000 00000000 0001 03 1949601
0000000000000000: 00000003 00000000 00000000 0005 03 66507
0000000000000000: 00000003 00000000 00000000 0005 03 1036024
0000000000000000: 00000003 00000000 00000000 0001 03 43649
0000000000000000: 00000003 00000000 00000000 0001 03 3432193
0000000000000000: 00000003 00000000 00000000 0001 03 3428936
0000000000000000: 00000003 00000000 00000000 0001 03 48306 /dev/socket/netd
0000000000000000: 00000002 00000000 00000000 0002 01 15230
0000000000000000: 00000003 00000000 00000000 0005 03 3432675
0000000000000000: 00000003 00000000 00000000 0001 03 2149961
0000000000000000: 00000003 00000000 00000000 0005 03 2674765
0000000000000000: 00000003 00000000 00000000 0001 03 113544
0000000000000000: 00000003 00000000 00000000 0005 03 50455
0000000000000000: 00000002 00000000 00000000 0002 01 19341
0000000000000000: 00000003 00000000 00000000 0001 03 3434711
0000000000000000: 00000003 00000000 00000000 0005 03 2180624
0000000000000000: 00000003 00000000 00000000 0001 03 262919
0000000000000000: 00000002 00000000 00000000 0002 01 3424230
0000000000000000: 00000003 00000000 00000000 0005 03 49681
0000000000000000: 00000003 00000000 00000000 0001 03 27740 /dev/socket/cnd
0000000000000000: 00000002 00000000 00000000 0002 01 15178
0000000000000000: 00000003 00000000 00000000 0001 03 43633 @bt_sock
0000000000000000: 00000003 00000000 00000000 0001 03 1046237
0000000000000000: 00000003 00000000 00000000 0001 03 43657
0000000000000000: 00000002 00000000 00000000 0002 01 18336
0000000000000000: 00000003 00000000 00000000 0001 03 3432216
0000000000000000: 00000003 00000000 00000000 0005 03 1949748
0000000000000000: 00000003 00000000 00000000 0005 03 1489256
0000000000000000: 00000003 00000000 00000000 0001 03 263605
0000000000000000: 00000002 00000000 00000000 0002 01 16545
0000000000000000: 00000003 00000000 00000000 0005 03 73099
0000000000000000: 00000003 00000000 00000000 0001 03 49346 /dev/socket/cnd
0000000000000000: 00000002 00000000 00000000 0002 01 19344
0000000000000000: 00000002 00000000 00000000 0002 01 2201492
0000000000000000: 00000003 00000000 00000000 0005 03 22209
0000000000000000: 00000003 00000000 00000000 0005 03 2146039
0000000000000000: 00000002 00000000 00000000 0002 01 15329
0000000000000000: 00000003 00000000 00000000 0001 03 3432179
0000000000000000: 00000003 00000000 00000000 0005 03 2180623
0000000000000000: 00000003 00000000 00000000 0001 03 3432211
0000000000000000: 00000003 00000000 00000000 0005 03 3432190
0000000000000000: 00000003 00000000 00000000 0005 03 3209663
0000000000000000: 00000002 00000000 00000000 0002 01 544699
0000000000000000: 00000003 00000000 00000000 0005 03 2616986
0000000000000000: 00000003 00000000 00000000 0005 03 2149932
0000000000000000: 00000003 00000000 00000000 0001 03 18704
0000000000000000: 00000002 00000000 00000000 0002 01 50390
0000000000000000: 00000003 00000000 00000000 0001 03 3434506
0000000000000000: 00000003 00000000 00000000 0001 03 3428720
0000000000000000: 00000002 00000000 00000000 0002 01 1318627
0000000000000000: 00000003 00000000 00000000 0001 03 261579
0000000000000000: 00000003 00000000 00000000 0005 03 22206
0000000000000000: 00000002 00000000 00000000 0002 01 3429333
0000000000000000: 00000002 00000000 00000000 0002 01 792780
0000000000000000: 00000003 00000000 00000000 0001 03 48519
0000000000000000: 00000003 00000000 00000000 0005 03 3408342
0000000000000000: 00000003 00000000 00000000 0005 03 1046859
0000000000000000: 00000003 00000000 00000000 0001 03 263612
0000000000000000: 00000003 00000000 00000000 0001 03 49749
0000000000000000: 00000003 00000000 00000000 0001 03 20202
0000000000000000: 00000002 00000000 00000000 0002 01  5354
0000000000000000: 00000003 00000000 00000000 0005 03 3432189
0000000000000000: 00000003 00000000 00000000 0001 03 3433521
0000000000000000: 00000002 00000000 00000000 0002 01 153357
0000000000000000: 00000003 00000000 00000000 0001 03 23522 /dev/socket/ims_datad
0000000000000000: 00000003 00000000 00000000 0005 03 16561
0000000000000000: 00000002 00000000 00000000 0002 01 20651
0000000000000000: 00000003 00000000 00000000 0001 03 3432208
0000000000000000: 00000003 00000000 00000000 0001 03 3430741
0000000000000000: 00000003 00000000 00000000 0001 03 114739
0000000000000000: 00000002 00000000 00000000 0002 01 43501
0000000000000000: 00000003 00000000 00000000 0005 03 3436972
0000000000000000: 00000003 00000000 00000000 0001 03 3428398
0000000000000000: 00000003 00000000 00000000 0001 03 2139695
0000000000000000: 00000003 00000000 00000000 0005 03 1948423
0000000000000000: 00000003 00000000 00000000 0005 03 1949746
0000000000000000: 00000003 00000000 00000000 0001 03 2671590
0000000000000000: 00000003 00000000 00000000 0001 03 263611
0000000000000000: 00000003 00000000 00000000 0005 03 43659
0000000000000000: 00000003 00000000 00000000 0005 03 2180622
0000000000000000: 00000002 00000000 00000000 0002 01 111534
0000000000000000: 00000003 00000000 00000000 0005 03 3258775
0000000000000000: 00000002 00000000 00000000 0002 01 2149340
0000000000000000: 00000003 00000000 00000000 0005 03 2671233
0000000000000000: 00000002 00000000 00000000 0002 01 3429211
0000000000000000: 00000002 00000000 00000000 0002 01 3193896
0000000000000000: 00000002 00000000 00000000 0002 01 23444
0000000000000000: 00000003 00000000 00000000 0001 03 18703
0000000000000000: 00000003 00000000 00000000 0001 03 260916
0000000000000000: 00000003 00000000 00000000 0005 03 50412
0000000000000000: 00000003 00000000 00000000 0005 03 3433605
0000000000000000: 00000003 00000000 00000000 0005 03 839215
0000000000000000: 00000003 00000000 00000000 0001 03 114922 /dev/socket/ims_qmid
0000000000000000: 00000003 00000000 00000000 0001 03 100367
0000000000000000: 00000003 00000000 00000000 0005 03 1038915
0000000000000000: 00000003 00000000 00000000 0005 03 26981
0000000000000000: 00000003 00000000 00000000 0001 03 18700
0000000000000000: 00000003 00000000 00000000 0005 03 43809
0000000000000000: 00000003 00000000 00000000 0001 03 15029
0000000000000000: 00000003 00000000 00000000 0001 03 3432210
0000000000000000: 00000003 00000000 00000000 0001 03 48512
0000000000000000: 00000003 00000000 00000000 0001 03 27739
0000000000000000: 00000003 00000000 00000000 0001 03 3434712
0000000000000000: 00000002 00000000 00000000 0002 01 122129
0000000000000000: 00000003 00000000 00000000 0005 03 2145115
0000000000000000: 00000002 00000000 00000000 0002 01 26207
0000000000000000: 00000003 00000000 00000000 0001 03  6101
0000000000000000: 00000003 00000000 00000000 0005 03 2145114
0000000000000000: 00000002 00000000 00000000 0002 01 21160
0000000000000000: 00000002 00000000 00000000 0002 01 21779
0000000000000000: 00000003 00000000 00000000 0001 03 15487
0000000000000000: 00000002 00000000 00000000 0002 01 3436673
0000000000000000: 00000003 00000000 00000000 0005 03 3430336
0000000000000000: 00000003 00000000 00000000 0001 03 2201645
0000000000000000: 00000003 00000000 00000000 0005 03 1045423
0000000000000000: 00000003 00000000 00000000 0005 03 2149362
0000000000000000: 00000003 00000000 00000000 0001 03 1942197
0000000000000000: 00000003 00000000 00000000 0001 03 115728 /dev/socket/ims_qmid
0000000000000000: 00000002 00000000 00000000 0002 01 18587
0000000000000000: 00000003 00000000 00000000 0001 03 1046235
0000000000000000: 00000003 00000000 00000000 0005 03 1024893
0000000000000000: 00000003 00000000 00000000 0005 03 43807
0000000000000000: 00000003 00000000 00000000 0005 03 26983
0000000000000000: 00000003 00000000 00000000 0001 03 2418577
0000000000000000: 00000003 00000000 00000000 0005 03 1046854
0000000000000000: 00000003 00000000 00000000 0005 03 27758
0000000000000000: 00000002 00000000 00000000 0002 01 19951
0000000000000000: 00000003 00000000 00000000 0001 03 50272
0000000000000000: 00000003 00000000 00000000 0001 03 3073937
0000000000000000: 00000003 00000000 00000000 0005 03 1949545
0000000000000000: 00000003 00000000 00000000 0001 03 1949814
0000000000000000: 00000003 00000000 00000000 0005 03 1949563
0000000000000000: 00000002 00000000 00000000 0002 01 3428611
0000000000000000: 00000003 00000000 00000000 0005 03 26988
0000000000000000: 00000003 00000000 00000000 0001 03 26968
0000000000000000: 00000003 00000000 00000000 0001 03 23524
0000000000000000: 00000003 00000000 00000000 0005 03 3433377
0000000000000000: 00000003 00000000 00000000 0005 03 3410588
0000000000000000: 00000003 00000000 00000000 0001 03 2150763
0000000000000000: 00000003 00000000 00000000 0005 03 3284959
0000000000000000: 00000002 00000000 00000000 0002 01 48591
0000000000000000: 00000003 00000000 00000000 0005 03 3409153
0000000000000000: 00000003 00000000 00000000 0005 03 2876103
0000000000000000: 00000003 00000000 00000000 0001 03 1960470
0000000000000000: 00000003 00000000 00000000 0001 03 1949805
0000000000000000: 00000003 00000000 00000000 0001 03 96203
0000000000000000: 00000003 00000000 00000000 0001 03 113539
0000000000000000: 00000002 00000000 00000000 0002 01 48839
0000000000000000: 00000002 00000000 00000000 0002 01 14852
0000000000000000: 00000003 00000000 00000000 0001 03 2671594
0000000000000000: 00000003 00000000 00000000 0001 03 386666
0000000000000000: 00000002 00000000 00000000 0002 01 103677
0000000000000000: 00000002 00000000 00000000 0002 01 17452
0000000000000000: 00000003 00000000 00000000 0005 03 2617347
0000000000000000: 00000003 00000000 00000000 0001 03 115726 /dev/socket/ims_datad
0000000000000000: 00000002 00000000 00000000 0002 01  5761
0000000000000000: 00000003 00000000 00000000 0001 03 3430742
0000000000000000: 00000003 00000000 00000000 0005 03 26992
0000000000000000: 00000003 00000000 00000000 0001 03 260919
0000000000000000: 00000002 00000000 00000000 0002 01 20673
0000000000000000: 00000003 00000000 00000000 0001 03 2201649
0000000000000000: 00000003 00000000 00000000 0001 03 96194
0000000000000000: 00000003 00000000 00000000 0005 03 57207
0000000000000000: 00000003 00000000 00000000 0001 03 3432215
0000000000000000: 00000003 00000000 00000000 0001 03 2671600
0000000000000000: 00000003 00000000 00000000 0001 03 1942155
0000000000000000: 00000002 00000000 00000000 0002 01 18471
0000000000000000: 00000002 00000000 00000000 0002 01 3434028
0000000000000000: 00000003 00000000 00000000 0005 03 2146038
0000000000000000: 00000003 00000000 00000000 0001 03 49231 /dev/socket/mdns
0000000000000000: 00000003 00000000 00000000 0005 03 22208
0000000000000000: 00000003 00000000 00000000 0005 03 2671229
0000000000000000: 00000002 00000000 00000000 0002 01 59504
0000000000000000: 00000003 00000000 00000000 0001 03 3432183
0000000000000000: 00000003 00000000 00000000 0001 03 48743
0000000000000000: 00000003 00000000 00000000 0001 03 69793
0000000000000000: 00000002 00000000 00000000 0002 01 15068
0000000000000000: 00000002 00000000 00000000 0002 01 15802
0000000000000000: 00000003 00000000 00000000 0005 03 2876104
0000000000000000: 00000003 00000000 00000000 0001 03 1949766
0000000000000000: 00000003 00000000 00000000 0005 03 118397
0000000000000000: 00000002 00000000 00000000 0002 01 38857
0000000000000000: 00000003 00000000 00000000 0001 03 26967
0000000000000000: 00000002 00000000 00000000 0002 01  6042
0000000000000000: 00000003 00000000 00000000 0001 03 3428399
0000000000000000: 00000003 00000000 00000000 0005 03 839214
0000000000000000: 00000003 00000000 00000000 0005 03 57205
0000000000000000: 00000003 00000000 00000000 0005 03 2877585
0000000000000000: 00000002 00000000 00000000 0002 01 1004940
0000000000000000: 00000003 00000000 00000000 0001 03 2149962
0000000000000000: 00000003 00000000 00000000 0001 03 3428941
0000000000000000: 00000003 00000000 00000000 0005 03 1489255
0000000000000000: 00000003 00000000 00000000 0005 03 48721
0000000000000000: 00000003 00000000 00000000 0005 03 3258776
0000000000000000: 00000002 00000000 00000000 0002 01 20444
0000000000000000: 00000003 00000000 00000000 0005 03 2671224
0000000000000000: 00000003 00000000 00000000 0001 03 2418574
0000000000000000: 00000003 00000000 00000000 0001 03 113554
0000000000000000: 00000003 00000000 00000000 0001 03 49854
0000000000000000: 00000003 00000000 00000000 0001 03 50459
0000000000000000: 00000003 00000000 00000000 0005 03 3433380
0000000000000000: 00000003 00000000 00000000 0001 03 1960471
0000000000000000: 00000003 00000000 00000000 0001 03 293432
0000000000000000: 00000002 00000000 00000000 0002 01 113898
0000000000000000: 00000003 00000000 00000000 0001 03 23525 /dev/socket/ims_qmid
0000000000000000: 00000003 00000000 00000000 0005 03 3409115
0000000000000000: 00000003 00000000 00000000 0005 03 1038914
0000000000000000: 00000003 00000000 00000000 0001 03 26996
0000000000000000: 00000003 00000000 00000000 0001 03 3432219
0000000000000000: 00000003 00000000 00000000 0001 03 1949810
0000000000000000: 00000003 00000000 00000000 0001 03 386663
0000000000000000: 00000002 00000000 00000000 0002 01 20265
0000000000000000: 00000002 00000000 00000000 0002 01  6079
0000000000000000: 00000003 00000000 00000000 0001 03 3432194
0000000000000000: 00000003 00000000 00000000 0001 03 1949604
0000000000000000: 00000003 00000000 00000000 0001 03 48744
0000000000000000: 00000003 00000000 00000000 0001 03 2671595
0000000000000000: 00000003 00000000 00000000 0005 03 1025688
0000000000000000: 00000003 00000000 00000000 0002 01 23529
0000000000000000: 00000003 00000000 00000000 0005 03 2148215
0000000000000000: 00000003 00000000 00000000 0001 03 1949826
0000000000000000: 00000003 00000000 00000000 0001 03 1046236
0000000000000000: 00000003 00000000 00000000 0005 03 50461
0000000000000000: 00000003 00000000 00000000 0001 03 260917
0000000000000000: 00000002 00000000 00000000 0002 01  5757
0000000000000000: 00000003 00000000 00000000 0005 03 2149361
0000000000000000: 00000003 00000000 00000000 0001 03 386667
0000000000000000: 00000003 00000000 00000000 0005 03 38847
0000000000000000: 00000003 00000000 00000000 0005 03 3432199
0000000000000000: 00000002 00000000 00000000 0005 03 3191823
0000000000000000: 00000002 00000000 00000000 0002 01 20200
0000000000000000: 00000002 00000000 00000000 0002 01  6044
0000000000000000: 00000002 00000000 00000000 0002 01 19138
0000000000000000: 00000003 00000000 00000000 0005 03 3293295
0000000000000000: 00000003 00000000 00000000 0001 03 3073948
0000000000000000: 00000003 00000000 00000000 0001 03 28673 /dev/socket/cryptd
0000000000000000: 00000003 00000000 00000000 0005 03 3432655
0000000000000000: 00000003 00000000 00000000 0001 03 3428933
0000000000000000: 00000003 00000000 00000000 0005 03 2616987
0000000000000000: 00000002 00000000 00000000 0002 01 151921
0000000000000000: 00000003 00000000 00000000 0005 03 50466
LordAelfric commented 6 years ago

I'm having the exact same issue with a Google Pixel XL on Oreo.

vladimir-kotikov commented 6 years ago

@dfarley1, thanks

Ok, there are seem to be 2 problems - the lesser one is that ps output format has slightly changed since 7.0 but this is easy to fix. Another problem that really confuses me is that ps output contains only one line and doesn't give any hints about debuggee process it, which effectively makes it impossible to determine which port we'd need to use to connect to cordova.

Unfortunately I don't have Oreo device at hand to reproduce this, only emulator which doesn't exhibit this behavior, I'll try to update one of devces to Oreo, check if this behavior reproduces there and let you know.

In the meantime @dfarley1, @LordAelfric, guys could you please try apply the patch from #316 and check if it help? To do so you'd need to find the installed extension on disk (detailed instructions here), manually edit the file and restart VSCode.

vladimir-kotikov commented 6 years ago

Ok, I got a Nexus 5x with Oreo installed - the fix from #316 seem to work fine.

LordAelfric commented 6 years ago

I tried replacing lines 261 and 277 with the fix you listed in the file cordovaDebugAdapter.js:

Original const keys = lines.shift().split(/[\s\r]+/);

New const keys = lines.shift().split(PS_FIELDS_SPLITTER_RE);

However it doesn't seem to help me. I get the same error message.

vladimir-kotikov commented 6 years ago

@LordAelfric, what adb shell ps yields in your case? Is it the same output as for Daniel?

LordAelfric commented 6 years ago

This is what I have.

USER           PID  PPID     VSZ    RSS WCHAN            ADDR S NAME
root             1     0   14520    920 SyS_epoll_wait      0 S init
root             2     0       0      0 kthreadd            0 S [kthreadd]
root             3     2       0      0 smpboot_thread_fn   0 S [ksoftirqd/0]
root             5     2       0      0 worker_thread       0 S [kworker/0:0H]
root             6     2       0      0 msm_mpm_work_fn     0 D [kworker/u8:0]
root             7     2       0      0 rcu_gp_kthread      0 S [rcu_preempt]
root             8     2       0      0 rcu_gp_kthread      0 S [rcu_sched]
root             9     2       0      0 rcu_gp_kthread      0 S [rcu_bh]
root            10     2       0      0 smpboot_thread_fn   0 S [rcuc/0]
root            11     2       0      0 rcu_boost_kthread   0 S [rcub/0]
root            12     2       0      0 smpboot_thread_fn   0 S [migration/0]
root            13     2       0      0 smpboot_thread_fn   0 S [watchdog/0]
root            14     2       0      0 smpboot_thread_fn   0 S [watchdog/1]
root            15     2       0      0 smpboot_thread_fn   0 S [migration/1]
root            16     2       0      0 smpboot_thread_fn   0 S [rcuc/1]
root            17     2       0      0 smpboot_thread_fn   0 S [ksoftirqd/1]
root            19     2       0      0 worker_thread       0 S [kworker/1:0H]
root            20     2       0      0 smpboot_thread_fn   0 S [watchdog/2]
root            21     2       0      0 smpboot_thread_fn   0 S [migration/2]
root            22     2       0      0 smpboot_thread_fn   0 S [rcuc/2]
root            23     2       0      0 smpboot_thread_fn   0 S [ksoftirqd/2]
root            26     2       0      0 smpboot_thread_fn   0 S [watchdog/3]
root            27     2       0      0 smpboot_thread_fn   0 S [migration/3]
root            28     2       0      0 smpboot_thread_fn   0 S [rcuc/3]
root            29     2       0      0 smpboot_thread_fn   0 S [ksoftirqd/3]
root            32     2       0      0 rescuer_thread      0 S [khelper]
root            33     2       0      0 rescuer_thread      0 S [netns]
root            34     2       0      0 rescuer_thread      0 S [perf]
root            35     2       0      0 rescuer_thread      0 S [smd_channel_clo]
root            36     2       0      0 kthread_worker_fn   0 S [dsps_smd_trans_]
root            37     2       0      0 kthread_worker_fn   0 S [lpass_smd_trans]
root            38     2       0      0 kthread_worker_fn   0 S [mpss_smd_trans_]
root            39     2       0      0 kthread_worker_fn   0 S [wcnss_smd_trans]
root            40     2       0      0 kthread_worker_fn   0 S [rpm_smd_trans_g]
root            41     2       0      0 watchdog_kthread    0 S [msm_watchdog]
root            43     2       0      0 rescuer_thread      0 S [rpm_requests]
root            44     2       0      0 kthread_worker_fn   0 S [smem_native_mps]
root            45     2       0      0 kthread_worker_fn   0 S [mpss_smem_glink]
root            46     2       0      0 kthread_worker_fn   0 S [smem_native_lpa]
root            47     2       0      0 kthread_worker_fn   0 S [lpass_smem_glin]
root            48     2       0      0 kthread_worker_fn   0 S [smem_native_dsp]
root            49     2       0      0 kthread_worker_fn   0 S [dsps_smem_glink]
root            50     2       0      0 kthread_worker_fn   0 S [smem_native_rpm]
root            51     2       0      0 kthread_worker_fn   0 S [rpm_smem_glink_]
root            52     2       0      0 diag_socket_read    0 S [kworker/u8:1]
root            53     2       0      0 rescuer_thread      0 S [deferwq]
root            54     2       0      0 irq_thread          0 S [irq/260-cpr3]
root            55     2       0      0 irq_thread          0 S [irq/261-cpr3_ce]
root            56     2       0      0 irq_thread          0 S [irq/262-cpr3]
root            57     2       0      0 rescuer_thread      0 S [mpm]
root            58     2       0      0 diag_socket_read    0 S [kworker/u8:2]
root            72     2       0      0 watchdog            0 S [khungtaskd]
root            73     2       0      0 rescuer_thread      0 S [writeback]
root            74     2       0      0 rescuer_thread      0 S [crypto]
root            75     2       0      0 rescuer_thread      0 S [bioset]
root            76     2       0      0 rescuer_thread      0 S [kblockd]
root            77     2       0      0 ion_heap_deferred_free 0 S [system]
root            78     2       0      0 rescuer_thread      0 S [ipa_power_mgmt]
root            79     2       0      0 rescuer_thread      0 S [sps_ipa_power_m]
root            81     2       0      0 rescuer_thread      0 S [ipawq14]
root            82     2       0      0 rescuer_thread      0 S [iparepwq14]
root            84     2       0      0 rescuer_thread      0 S [ipawq47]
root            85     2       0      0 rescuer_thread      0 S [iparepwq47]
root            86     2       0      0 rescuer_thread      0 S [ipawq13]
root            87     2       0      0 rescuer_thread      0 S [iparepwq13]
root            88     2       0      0 rescuer_thread      0 S [ipa_rm_wq]
root            89     2       0      0 rescuer_thread      0 S [ipa_interrupt_w]
root            90     2       0      0 rescuer_thread      0 S [ipa_holb_wq]
root            91     2       0      0 irq_thread          0 S [irq/281-arm-smm]
root            92     2       0      0 irq_thread          0 S [irq/285-arm-smm]
root            93     2       0      0 irq_thread          0 S [irq/288-arm-smm]
root            94     2       0      0 irq_thread          0 S [irq/291-arm-smm]
root            95     2       0      0 irq_thread          0 S [irq/299-arm-smm]
root            96     2       0      0 irq_thread          0 S [irq/302-arm-smm]
root            97     2       0      0 irq_thread          0 S [irq/305-arm-smm]
root            98     2       0      0 irq_thread          0 S [irq/309-arm-smm]
root            99     2       0      0 irq_thread          0 S [irq/322-arm-smm]
root           100     2       0      0 irq_thread          0 S [irq/330-arm-smm]
root           101     2       0      0 irq_thread          0 S [irq/335-arm-smm]
root           102     2       0      0 rescuer_thread      0 S [devfreq_wq]
root           103     2       0      0 rescuer_thread      0 S [governor_msm_ad]
root           105     2       0      0 rescuer_thread      0 S [cfg80211]
root           107     2       0      0 irq_thread          0 S [irq/186-bcl_vba]
root           108     2       0      0 irq_thread          0 S [irq/185-bcl_iba]
root           131     2       0      0 rescuer_thread      0 S [power_off_alarm]
root           132     2       0      0 kswapd              0 S [kswapd0]
root           133     2       0      0 fsnotify_mark_destroy 0 S [fsnotify_mark]
root           134     2       0      0 ecryptfs_threadfn   0 S [ecryptfs-kthrea]
root           156     2       0      0 rescuer_thread      0 S [ad_calc_wq]
root           157     2       0      0 kthread_worker_fn   0 S [rot_thread_0]
root           158     2       0      0 kthread_worker_fn   0 S [rot_thread_1]
root           159     2       0      0 dsi_event_thread    0 D [mdss_dsi_event]
root           160     2       0      0 rescuer_thread      0 S [mdss_dsi_dba]
root           161     2       0      0 rescuer_thread      0 S [mdss_dsi_dba]
root           162     2       0      0 rescuer_thread      0 S [hdmi_tx_workq]
root           163     2       0      0 kthread_worker_fn   0 S [vsync_retire_wo]
root           164     2       0      0 kthread_worker_fn   0 S [hdcp_tz_lib]
root           165     2       0      0 kthread_worker_fn   0 S [hdmi_hdcp2p2]
root           166     2       0      0 rescuer_thread      0 S [glink_ssr_wq]
root           167     2       0      0 rescuer_thread      0 S [glink_lbsrv]
root           168     2       0      0 rescuer_thread      0 S [glink_xprt_wq]
root           169     2       0      0 rescuer_thread      0 S [IPCRTR_mpss_smd]
root           170     2       0      0 rescuer_thread      0 S [IPCRTR_lpass_sm]
root           171     2       0      0 rescuer_thread      0 S [IPCRTR]
root           172     2       0      0 rescuer_thread      0 S [IPCRTR_dsps_smd]
root           173     2       0      0 rescuer_thread      0 S [IPCRTR]
root           174     2       0      0 rescuer_thread      0 S [IPCRTR]
root           175     2       0      0 rescuer_thread      0 S [apr_driver]
root           176     2       0      0 rescuer_thread      0 S [mem_share_svc]
root           177     2       0      0 rescuer_thread      0 S [qmi_hndl0000000]
root           178     2       0      0 rescuer_thread      0 S [msm_ipc_router]
root           179     2       0      0 rescuer_thread      0 S [glink_pkt_wq]
root           180     2       0      0 rescuer_thread      0 S [k_hsuart]
root           181     2       0      0 kthread_worker_fn   0 S [msm_serial_hs_0]
root           182     2       0      0 kthread_worker_fn   0 S [msm_serial_hs_0]
root           183     2       0      0 add_hwgenerator_randomness 0 S [hwrng]
root           185     2       0      0 rescuer_thread      0 S [diag_real_time_]
root           186     2       0      0 rescuer_thread      0 S [diag_wq]
root           187     2       0      0 rescuer_thread      0 S [DIAG_USB_diag]
root           188     2       0      0 rescuer_thread      0 S [diag_cntl_wq]
root           189     2       0      0 rescuer_thread      0 S [diag_dci_wq]
root           190     2       0      0 rescuer_thread      0 S [DIAG_SMD_MODEM_]
root           191     2       0      0 rescuer_thread      0 S [DIAG_SMD_MODEM_]
root           192     2       0      0 rescuer_thread      0 S [DIAG_SMD_MODEM_]
root           193     2       0      0 rescuer_thread      0 S [DIAG_SMD_MODEM_]
root           194     2       0      0 rescuer_thread      0 S [DIAG_SMD_MODEM_]
root           195     2       0      0 rescuer_thread      0 S [DIAG_SMD_LPASS_]
root           196     2       0      0 rescuer_thread      0 S [DIAG_SMD_LPASS_]
root           197     2       0      0 rescuer_thread      0 S [DIAG_SMD_LPASS_]
root           198     2       0      0 rescuer_thread      0 S [DIAG_SMD_LPASS_]
root           199     2       0      0 rescuer_thread      0 S [DIAG_SMD_LPASS_]
root           200     2       0      0 rescuer_thread      0 S [DIAG_SMD_WCNSS_]
root           201     2       0      0 rescuer_thread      0 S [DIAG_SMD_WCNSS_]
root           202     2       0      0 rescuer_thread      0 S [DIAG_SMD_WCNSS_]
root           203     2       0      0 rescuer_thread      0 S [DIAG_SMD_WCNSS_]
root           204     2       0      0 rescuer_thread      0 S [DIAG_SMD_WCNSS_]
root           205     2       0      0 rescuer_thread      0 S [DIAG_SMD_SENSOR]
root           206     2       0      0 rescuer_thread      0 S [DIAG_SMD_SENSOR]
root           207     2       0      0 rescuer_thread      0 S [DIAG_SMD_SENSOR]
root           208     2       0      0 rescuer_thread      0 S [DIAG_SMD_SENSOR]
root           209     2       0      0 rescuer_thread      0 S [DIAG_SMD_SENSOR]
root           210     2       0      0 rescuer_thread      0 S [DIAG_SOCKMODEM_]
root           211     2       0      0 rescuer_thread      0 S [DIAG_SOCKMODEM_]
root           212     2       0      0 rescuer_thread      0 S [DIAG_SOCKMODEM_]
root           213     2       0      0 rescuer_thread      0 S [DIAG_SOCKMODEM_]
root           214     2       0      0 rescuer_thread      0 S [DIAG_SOCKMODEM_]
root           215     2       0      0 rescuer_thread      0 S [DIAG_SOCKLPASS_]
root           216     2       0      0 rescuer_thread      0 S [DIAG_SOCKLPASS_]
root           217     2       0      0 rescuer_thread      0 S [DIAG_SOCKLPASS_]
root           218     2       0      0 rescuer_thread      0 S [DIAG_SOCKLPASS_]
root           219     2       0      0 rescuer_thread      0 S [DIAG_SOCKLPASS_]
root           220     2       0      0 rescuer_thread      0 S [DIAG_SOCKWCNSS_]
root           221     2       0      0 rescuer_thread      0 S [DIAG_SOCKWCNSS_]
root           222     2       0      0 rescuer_thread      0 S [DIAG_SOCKWCNSS_]
root           223     2       0      0 rescuer_thread      0 S [DIAG_SOCKWCNSS_]
root           224     2       0      0 rescuer_thread      0 S [DIAG_SOCKWCNSS_]
root           225     2       0      0 rescuer_thread      0 S [DIAG_SOCKSENSOR]
root           226     2       0      0 rescuer_thread      0 S [DIAG_SOCKSENSOR]
root           227     2       0      0 rescuer_thread      0 S [DIAG_SOCKSENSOR]
root           228     2       0      0 rescuer_thread      0 S [DIAG_SOCKSENSOR]
root           229     2       0      0 rescuer_thread      0 S [DIAG_SOCKSENSOR]
root           230     2       0      0 rescuer_thread      0 S [DIAG_CNTL_SOCKE]
root           231     2       0      0 rescuer_thread      0 S [kgsl-workqueue]
root           232     2       0      0 rescuer_thread      0 S [kgsl-mementry]
root           233     2       0      0 kthread_worker_fn   0 S [kgsl_worker_thr]
root           234     2       0      0 rescuer_thread      0 S [kgsl-events]
root           235     2       0      0 rescuer_thread      0 S [kgsl_devfreq_wq]
root           236     2       0      0 irq_thread          0 S [irq/441-soc:fp_]
root           237     2       0      0 rescuer_thread      0 S [memory_wq]
root           238     2       0      0 rescuer_thread      0 S [qcrypto_seq_res]
root           259     2       0      0 scsi_error_handler  0 S [scsi_eh_0]
root           260     2       0      0 rescuer_thread      0 S [scsi_tmf_0]
root           261     2       0      0 rescuer_thread      0 S [ufs_pm_qos_0]
root           262     2       0      0 rescuer_thread      0 S [ufs_clkscaling_]
root           263     2       0      0 kthread_worker_fn   0 S [spi0]
root           264     2       0      0 kthread_worker_fn   0 S [spi6]
root           267     2       0      0 rescuer_thread      0 S [bond0]
root           268     2       0      0 rescuer_thread      0 S [usbnet]
root           269     2       0      0 rescuer_thread      0 S [sharedmem_qmi_w]
root           270     2       0      0 rescuer_thread      0 S [qmi_hndl0000000]
root           275     2       0      0 rescuer_thread      0 S [k_gserial]
root           276     2       0      0 rescuer_thread      0 S [k_ipa_usb]
root           277     2       0      0 rescuer_thread      0 S [uether]
root           278     2       0      0 rescuer_thread      0 S [k_gbridge]
root           279     2       0      0 rescuer_thread      0 S [9-0022]
root           280     2       0      0 rescuer_thread      0 S [9-0022]
root           281     2       0      0 irq_thread          0 S [irq/479-fsc_int]
root           282     2       0      0 irq_thread          0 S [irq/480-synapti]
root           283     2       0      0 rescuer_thread      0 S [dsx_rebuild_wor]
root           284     2       0      0 rescuer_thread      0 S [dsx_exp_workque]
root           285     2       0      0 irq_thread          0 S [irq/417-vl53l0_]
root           286     2       0      0 diag_socket_read    0 S [kworker/u8:5]
root           290     2       0      0 rescuer_thread      0 S [msm_vidc_worker]
root           291     2       0      0 rescuer_thread      0 S [pm_workerq_venu]
root           292     2       0      0 irq_thread          0 S [irq/292-arm-smm]
root           293     2       0      0 irq_thread          0 S [irq/293-arm-smm]
root           294     2       0      0 irq_thread          0 S [irq/294-arm-smm]
root           295     2       0      0 irq_thread          0 S [irq/295-arm-smm]
root           297     2       0      0 rescuer_thread      0 S [msm_cci_wq]
root           298     2       0      0 rescuer_thread      0 S [msm_cci_wq]
root           299     2       0      0 rescuer_thread      0 S [msm_cpp_workque]
root           300     2       0      0 irq_thread          0 S [irq/223-full-so]
root           301     2       0      0 irq_thread          0 S [irq/225-delta-s]
root           302     2       0      0 irq_thread          0 S [irq/229-soft-co]
root           303     2       0      0 irq_thread          0 S [irq/230-soft-ho]
root           304     2       0      0 irq_thread          0 S [irq/235-batt-mi]
root           305     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           306     2       0      0 rescuer_thread      0 S [batt_timer]
root           307     2       0      0 rescuer_thread      0 S [HTC_BATTERY_FB]
root           308     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           309     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           310     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           311     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           312     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           313     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           314     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           315     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           316     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           317     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           318     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           319     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           320     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           321     2       0      0 irq_thread          0 S [irq/244-tsens_i]
root           322     2       0      0 irq_thread          0 S [irq/245-tsens_c]
root           323     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           324     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           325     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           326     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           327     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           328     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           329     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           330     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           331     2       0      0 irq_thread          0 S [irq/352-tsens_i]
root           332     2       0      0 irq_thread          0 S [irq/353-tsens_c]
root           333     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           334     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           335     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           336     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           337     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           338     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           339     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           340     2       0      0 rescuer_thread      0 S [dm_bufio_cache]
root           341     2       0      0 cpufreq_interactive_speedchange_task 0 S [cfinteractive]
root           342     2       0      0 rescuer_thread      0 S [binder]
root           343     2       0      0 irq_thread          0 S [irq/478-nanohub]
root           344     2       0      0 irq_thread          0 S [irq/472-nanohub]
root           345     2       0      0 nanohub_kthread     0 S [nanohub]
root           346     2       0      0 rescuer_thread      0 S [fwu_workqueue]
root           348     2       0      0 irq_thread          0 S [irq/239-qpnp_sc]
root           349     2       0      0 irq_thread          0 S [irq/10-spdm_bw_]
root           350     2       0      0 rescuer_thread      0 S [ipv6_addrconf]
root           351     2       0      0 rfcomm_run          0 S [krfcommd]
root           352     2       0      0 irq_thread          0 S [irq/671-adsp]
root           353     2       0      0 rescuer_thread      0 S [sysmon_wq]
root           354     2       0      0 rescuer_thread      0 S [qmi_svc_event_w]
root           355     2       0      0 rescuer_thread      0 S [adsp]
root           356     2       0      0 irq_thread          0 S [irq/703-slpi]
root           357     2       0      0 rescuer_thread      0 S [sys_mon]
root           358     2       0      0 rescuer_thread      0 S [slpi]
root           359     2       0      0 rescuer_thread      0 S [sys_mon]
root           360     2       0      0 irq_thread          0 S [irq/639-modem]
root           361     2       0      0 irq_thread          0 S [irq/171-hs_phy_]
root           362     2       0      0 irq_thread          0 S [irq/172-ss_phy_]
root           363     2       0      0 irq_thread          0 S [irq/173-msm_dwc]
root           364     2       0      0 rescuer_thread      0 S [usb_bam_wq]
root           367     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           368     2       0      0 irq_thread          0 S [irq/190-chg-err]
root           369     2       0      0 irq_thread          0 S [irq/196-chg-tap]
root           370     2       0      0 irq_thread          0 S [irq/197-chg-tcc]
root           371     2       0      0 irq_thread          0 S [irq/195-chg-rec]
root           372     2       0      0 irq_thread          0 S [irq/194-chg-p2f]
root           373     2       0      0 irq_thread          0 S [irq/198-batt-ho]
root           374     2       0      0 irq_thread          0 S [irq/199-batt-wa]
root           375     2       0      0 irq_thread          0 S [irq/201-batt-co]
root           376     2       0      0 irq_thread          0 S [irq/200-batt-co]
root           377     2       0      0 irq_thread          0 S [irq/204-batt-mi]
root           378     2       0      0 irq_thread          0 S [irq/203-batt-lo]
root           379     2       0      0 irq_thread          0 S [irq/206-usbin-u]
root           380     2       0      0 irq_thread          0 S [irq/207-usbin-o]
root           381     2       0      0 irq_thread          0 S [irq/208-usbin-s]
root           382     2       0      0 irq_thread          0 S [irq/211-aicl-do]
root           383     2       0      0 irq_thread          0 S [irq/209-otg-fai]
root           384     2       0      0 irq_thread          0 S [irq/210-otg-oc]
root           385     2       0      0 irq_thread          0 S [irq/212-usbid-c]
root           386     2       0      0 irq_thread          0 S [irq/213-dcin-uv]
root           387     2       0      0 irq_thread          0 S [irq/215-power-o]
root           388     2       0      0 irq_thread          0 S [irq/216-temp-sh]
root           389     2       0      0 irq_thread          0 S [irq/217-wdog-ti]
root           402     2       0      0 rescuer_thread      0 S [rq_stats]
root           403     2       0      0 rescuer_thread      0 S [FILE_FREE]
root           404     2       0      0 irq_thread          0 S [irq/310-arm-smm]
root           405     2       0      0 irq_thread          0 S [irq/311-arm-smm]
root           406     2       0      0 irq_thread          0 S [irq/312-arm-smm]
root           407     2       0      0 irq_thread          0 S [irq/313-arm-smm]
root           408     2       0      0 irq_thread          0 S [irq/314-arm-smm]
root           409     2       0      0 irq_thread          0 S [irq/315-arm-smm]
root           410     2       0      0 irq_thread          0 S [irq/316-arm-smm]
root           411     2       0      0 irq_thread          0 S [irq/317-arm-smm]
root           412     2       0      0 rescuer_thread      0 S [sb-1]
root           413     2       0      0 ngd_slim_rx_msgq_thread 0 D [ngd_rx_thread1]
root           414     2       0      0 ngd_notify_slaves   0 D [ngd_notify_sl1]
root           415     2       0      0 rescuer_thread      0 S [k_bam_data]
root           416     2       0      0 rescuer_thread      0 S [f_mtp]
root           417     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           418     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           419     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           420     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           421     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           422     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           423     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           424     2       0      0 sensor_sysfs_notify 0 S [therm_core:noti]
root           425     2       0      0 irq_thread          0 S [irq/259-lmh-int]
root           426     2       0      0 rescuer_thread      0 S [pmi8994_wq]
root           427     2       0      0 rescuer_thread      0 S [ipa_A7_svc]
root           428     2       0      0 rescuer_thread      0 S [qmi_hndl0000000]
root           429     2       0      0 rescuer_thread      0 S [clnt_req]
root           430     2       0      0 rescuer_thread      0 S [clnt_resp]
root           431     2       0      0 rescuer_thread      0 S [clnt_req]
root           432     2       0      0 rescuer_thread      0 S [kdmflush]
root           434     2       0      0 worker_thread       0 S [kworker/2:1H]
root           435     2       0      0 rescuer_thread      0 S [bioset]
root           436     2       0      0 rescuer_thread      0 S [kverityd]
root           437     2       0      0 rescuer_thread      0 S [bioset]
root           438     2       0      0 rescuer_thread      0 S [bioset]
root           439     2       0      0 rescuer_thread      0 S [bioset]
root           441     2       0      0 worker_thread       0 S [kworker/3:1H]
root           443     2       0      0 kjournald2          0 S [jbd2/dm-0-8]
root           444     2       0      0 rescuer_thread      0 S [ext4-rsv-conver]
root           447     2       0      0 rescuer_thread      0 S [kdmflush]
root           448     2       0      0 rescuer_thread      0 S [bioset]
root           449     2       0      0 rescuer_thread      0 S [kverityd]
root           450     2       0      0 rescuer_thread      0 S [bioset]
root           451     2       0      0 rescuer_thread      0 S [bioset]
root           452     2       0      0 rescuer_thread      0 S [bioset]
root           453     2       0      0 kjournald2          0 S [jbd2/dm-1-8]
root           454     2       0      0 rescuer_thread      0 S [ext4-rsv-conver]
root           455     1    6076    724 poll_schedule_timeout 0 S ueventd
root           461     2       0      0 kjournald2          0 S [jbd2/sdd3-8]
root           462     2       0      0 rescuer_thread      0 S [ext4-rsv-conver]
system         463     1   14020   1584 SyS_epoll_wait      0 S hwservicemanager
logd           464     1   20108   3932 sigsuspend          0 S logd
system         465     1   10260    944 binder_wait_for_work 0 S servicemanager
system         466     1    9060    632 binder_wait_for_work 0 S vndservicemanager
root           474     2       0      0 kauditd_thread      0 S [kauditd]
root           483     1   13100    628 binder_wait_for_work 0 S android.hardware.boot@1.0-service
system         484     1   14768   1396 binder_wait_for_work 0 S android.hardware.keymaster@3.0-service
system         486     1   70696   7800 SyS_epoll_wait      0 S surfaceflinger
system         488     1   33248   2984 binder_wait_for_work 0 S android.hardware.graphics.composer@2.1-service
system         489     1   14960    604 binder_wait_for_work 0 S android.hardware.configstore@1.0-service
system         490     1   14468   1180 binder_wait_for_work 0 S android.hardware.graphics.allocator@2.0-service
root           504     2       0      0 worker_thread       0 S [kworker/2:2H]
root           518     2       0      0 irq_thread          0 S [irq/286-arm-smm]
root           519     2       0      0 irq_thread          0 S [irq/287-arm-smm]
root           529     2       0      0 rescuer_thread      0 S [lpass_IPCRTR]
root           530     2       0      0 rescuer_thread      0 S [LOOPBACK]
root           536     2       0      0 irq_thread          0 S [irq/318-arm-smm]
root           551     2       0      0 kthread_worker_fn   0 S [msm_slim_qmi_cl]
root           552     2       0      0 rescuer_thread      0 S [qmi_hndl0000000]
root           554     2       0      0 rescuer_thread      0 S [qmi_hndl0000000]
root           557     2       0      0 irq_thread          0 S [irq/409-wcd9xxx]
root           569     2       0      0 rescuer_thread      0 S [LOOPBACK]
root           570     2       0      0 rescuer_thread      0 S [dsps_IPCRTR]
root           572     2       0      0 rescuer_thread      0 S [tfa98xx]
root           574     2       0      0 rescuer_thread      0 S [qmi_hndl0000000]
root           584     2       0      0 kjournald2          0 S [jbd2/sda35-8]
root           585     2       0      0 rescuer_thread      0 S [ext4-rsv-conver]
system         587     1   17968    784 futex_wait_queue_me 0 S time_daemon
root           588     1   30264   1200 sigsuspend          0 S vold
root           604     2       0      0 worker_thread       0 S [kworker/1:1H]
root           612     2       0      0 irq_thread          0 S [irq/300-arm-smm]
root           613     2       0      0 irq_thread          0 S [irq/303-arm-smm]
root           614     2       0      0 irq_thread          0 S [irq/301-arm-smm]
root           615     2       0      0 irq_thread          0 S [irq/304-arm-smm]
root           623     1   28120   1804 binder_wait_for_work 0 S netd
system         625     1   11020    644 do_wait             0 S qseecomd
root           629   623    9320   1024 pipe_wait           0 S iptables-restore
system         630   625   21132    532 sigsuspend          0 S qseecomd
root           633   623    9336   1048 pipe_wait           0 S ip6tables-restore
root           664     1 2149348  32748 poll_schedule_timeout 0 S zygote64
root           665     1 1588520  15468 poll_schedule_timeout 0 S zygote
system         667     1   11856   1092 binder_wait_for_work 0 S android.hidl.allocator@1.0-service
audioserver    668     1   41004   2052 binder_wait_for_work 0 S android.hardware.audio@2.0-service
bluetooth      669     1   19632   1164 binder_wait_for_work 0 S android.hardware.bluetooth@1.0-service
cameraserver   670     1  108164    552 binder_wait_for_work 0 S android.hardware.camera.provider@2.4-service
system         671     1   17272   1004 binder_wait_for_work 0 S android.hardware.contexthub@1.0-service
media          672     1   14580    896 binder_wait_for_work 0 S android.hardware.drm@1.0-service
media          673     1   15912   2444 binder_wait_for_work 0 S android.hardware.drm@1.0-service.widevine
system         674     1   11868    616 binder_wait_for_work 0 S android.hardware.dumpstate@1.0-service.marlin
system         675     1   13160    716 binder_wait_for_work 0 S android.hardware.gatekeeper@1.0-service
system         676     1   12952    956 binder_wait_for_work 0 S android.hardware.light@2.0-service
system         677     1   12944   1020 binder_wait_for_work 0 S android.hardware.memtrack@1.0-service
nfc            678     1   20704   1016 binder_wait_for_work 0 S android.hardware.nfc@1.0-service
system         679     1   12992   1064 binder_wait_for_work 0 S android.hardware.power@1.0-service
system         680     1   23416   2220 binder_wait_for_work 0 S android.hardware.sensors@1.0-service
system         681     1   12956    736 binder_wait_for_work 0 S android.hardware.thermal@1.0-service
system         682     1   15044    944 binder_wait_for_work 0 S android.hardware.usb@1.0-service.marlin
system         683     1   11880   1000 binder_wait_for_work 0 S android.hardware.vibrator@1.0-service.marlin
system         684     1   12916    660 binder_wait_for_work 0 S android.hardware.vr@1.0-service
wifi           685     1   20776   1672 binder_wait_for_work 0 S android.hardware.wifi@1.0-service
root           686     1   13276   1084 SyS_epoll_wait      0 S healthd
root           689     1    8912    936 SyS_epoll_wait      0 S lmkd
system         690     1   22768    656 do_sigtimedwait     0 S pm-service
nobody         692     1   18284    764 poll_schedule_timeout 0 S rmt_storage
root           694     1    9764    784 poll_schedule_timeout 0 S msm_irqbalance
root           713     2       0      0 usleep_range        0 D [kschedfreq:0]
system         714     1   16652    700 hrtimer_nanosleep   0 S pm-proxy
audioserver    717     1   60660   4100 binder_wait_for_work 0 S audioserver
cameraserver   718     1   26232   1024 binder_wait_for_work 0 S cameraserver
drm            719     1   18640    940 binder_wait_for_work 0 S drmserver
root           723     1   27812   2108 binder_wait_for_work 0 S installd
keystore       724     1   19224   1596 binder_wait_for_work 0 S keystore
media          728     1   14896   1360 binder_wait_for_work 0 S mediadrmserver
mediaex        729     1   57928   3488 binder_wait_for_work 0 S media.extractor
media          730     1   26748   1064 binder_wait_for_work 0 S media.metrics
media          731     1   55620   3572 binder_wait_for_work 0 S mediaserver
root           732     1   16056   1684 binder_wait_for_work 0 S storaged
wifi           733     1   12940   1352 SyS_epoll_wait      0 S wificond
system         734     1   42772   2092 binder_wait_for_work 0 S android.hardware.gnss@1.0-service
mediacodec     735     1   87956   4128 binder_wait_for_work 0 S media.codec
root           736     1  107632    652 sigsuspend          0 S thermal-engine
media          737     1   13012    492 poll_schedule_timeout 0 S adsprpcd
system         738     1   22192    940 poll_schedule_timeout 0 S imsqmidaemon
radio          740     1   13104    540 futex_wait_queue_me 0 S port-bridge
radio          741     1  105628   1088 __skb_recv_datagram 0 S netmgrd
root           742     1   17284    728 futex_wait_queue_me 0 S perfd
radio          743     1  102784   4548 binder_wait_for_work 0 S rild
system         744     1   15296    864 binder_wait_for_work 0 S gatekeeperd
tombstoned     745     1    8896    528 SyS_epoll_wait      0 S tombstoned
root           746     1   18100   1012 SyS_epoll_wait      0 S update_engine
system         747     1   15260   1024 binder_wait_for_work 0 S android.hardware.biometrics.fingerprint@2.1-service
root           749     1    8472    276 do_sigtimedwait     0 S nanohub_slpi
system         750     1   21076   1320 SyS_epoll_wait      0 S cnd
system         751     1   16816    884 poll_schedule_timeout 0 S cnss-daemon
gps            752     1   12716    552 sigsuspend          0 S loc_launcher
root           754     2       0      0 irq_thread          0 S [irq/19-408000.q]
root           768     2       0      0 rescuer_thread      0 S [DS]
root           866     2       0      0 do_hotplug          0 S [msm_thermal:hot]
root           870     2       0      0 do_freq_mitigation  0 S [msm_thermal:fre]
root           872     2       0      0 do_thermal_monitor  0 S [msm_thermal:the]
root           941     2       0      0 rescuer_thread      0 S [mpss_IPCRTR]
root           942     2       0      0 rescuer_thread      0 S [SSM_RTR_MODEM_A]
root           952     2       0      0 rescuer_thread      0 S [qmi_hndl0000000]
root          1003     2       0      0 rescuer_thread      0 S [LOOPBACK]
root          1006     2       0      0 rescuer_thread      0 S [qmi_hndl0000000]
system        1008   664 2670388 271168 SyS_epoll_wait      0 S system_server
gps           1137   752   22940   1412 futex_wait_queue_me 0 S lowi-server
gps           1138   752   31396   1200 poll_schedule_timeout 0 S slim_daemon
gps           1139   752   29084   1732 __skb_recv_datagram 0 S xtra-daemon
root          1160     2       0      0 rescuer_thread      0 S [DATA1]
root          1161     2       0      0 rescuer_thread      0 S [DATA2]
root          1162     2       0      0 rescuer_thread      0 S [DATA3]
root          1163     2       0      0 rescuer_thread      0 S [DATA4]
root          1165     2       0      0 rescuer_thread      0 S [DATA11]
system        1167     1   58232    968 binder_wait_for_work 0 S imscmservice
root          1207     2       0      0 rescuer_thread      0 S [ipawq48]
root          1208     2       0      0 rescuer_thread      0 S [iparepwq48]
system        1427     1   32076    776 poll_schedule_timeout 0 S imsdatadaemon
system        1432     1   62456    852 __skb_recv_datagram 0 S ims_rtp_daemon
root          1794     2       0      0 wlan_logging_thread 0 S [wlan_logging_th]
root          1795     2       0      0 VosWDThread         0 S [VosWDThread]
root          1796     2       0      0 VosMCThread         0 S [VosMCThread]
root          1797     2       0      0 VosTlshimRxThread   0 S [VosTlshimRxThre]
bluetooth     1802   664 2283108  45440 SyS_epoll_wait      0 S com.android.bluetooth
u0_a75        1816   664 2379240  80480 SyS_epoll_wait      0 S com.google.android.inputmethod.latin
media_rw      1821   588       0      0 do_exit             0 Z [sdcard]
u0_a41        1834   664 2499792 113116 SyS_epoll_wait      0 S com.android.systemui
wifi          1935     1   16884   1972 poll_schedule_timeout 0 S wpa_supplicant
system        1963   664 2230916  33444 SyS_epoll_wait      0 S com.quicinc.cne.CNEService
u0_a90        1979   664 2225772  26568 SyS_epoll_wait      0 S com.qualcomm.qti.telephonyservice
radio         1986   664 2293608  55088 SyS_epoll_wait      0 S com.android.phone
root          2141     2       0      0 irq_thread          0 S [irq/397-msm_hs_]
bluetooth     2177     1   17592    832 poll_schedule_timeout 0 S wcnss_filter
clat          2453   623    9876   1768 hrtimer_nanosleep   0 S clatd-rmnet_data7
root          2754     2       0      0 worker_thread       0 S [kworker/3:0H]
u0_a129       3929   664 2241404  41324 SyS_epoll_wait      0 S com.whiteboardchamps.colorchangedna
u0_a45        3988   664 2283756  32196 SyS_epoll_wait      0 S com.google.android.googlequicksearchbox:interactor
nfc           4003   664 2256828  38384 SyS_epoll_wait      0 S com.android.nfc
radio         4008   664 2235252  33432 SyS_epoll_wait      0 S com.android.ims.rcsservice
radio         4029   664 2266092  30720 SyS_epoll_wait      0 S com.qualcomm.qti.rcsbootstraputil
system        4041   664 2224976  23960 SyS_epoll_wait      0 S com.google.SSRestartDetector
u0_a123       4061   664 2270564  38320 SyS_epoll_wait      0 S com.lastpass.lpandroid
u0_a71        4077   664 2238976  32504 SyS_epoll_wait      0 S com.google.vr.vrcore
u0_a132       4105   664 2401736  74488 SyS_epoll_wait      0 S com.fitbit.FitbitMobile
u0_a205       4118   664 2251412  46756 SyS_epoll_wait      0 S com.pushbullet.android:background
u0_a136       4280   665 1764836  37324 SyS_epoll_wait      0 S com.capitalone.mobile.wallet
root          4507     2       0      0 cpe_worker_thread   0 D [cpe-worker-thre]
u0_a218       4712   665 1700460  28176 SyS_epoll_wait      0 S com.instagram.android:mqtt
u0_a18        4994   664 2232984  33392 SyS_epoll_wait      0 S com.google.process.gapps
u0_a128       5434   665 1745176  22756 SyS_epoll_wait      0 S com.facebook.orca:videoplayer
u0_a172       6640   664 2302484  44144 SyS_epoll_wait      0 S com.delta.mobile.android
root          9868     2       0      0 worker_thread       0 S [kworker/u9:5]
u0_a206      10120   665 1746284  51156 SyS_epoll_wait      0 S com.microsoft.office.outlook
u0_a45       10369   664 2461156 142124 SyS_epoll_wait      0 S com.google.android.googlequicksearchbox:search
u0_a34       10715   665 1788532  42656 SyS_epoll_wait      0 S com.android.vending
system       11972   664 2227368  25136 SyS_epoll_wait      0 S com.qualcomm.telephony
radio        11978   664 2224704  24940 SyS_epoll_wait      0 S com.qualcomm.qcrilmsgtunnel
system       12016     1   18284    612 futex_wait_queue_me 0 S ATFWD-daemon
u0_a70       12416   665 1717496  27280 SyS_epoll_wait      0 S com.google.android.tts
u0_a213      12564   664 2261500  41160 SyS_epoll_wait      0 S com.fandango
u0_a217      13292   665 1676440  21808 SyS_epoll_wait      0 S com.netease.z3.android:PushService
u0_a136      13953  4280    8796   1028 pipe_wait           0 S sh
root         14491     2       0      0 worker_thread       0 S [kworker/2:0]
root         14777     2       0      0 worker_thread       0 S [kworker/3:2]
root         15114     2       0      0 worker_thread       0 S [kworker/1:1]
u0_a122      16026   664 2338460  56236 SyS_epoll_wait      0 S tv.twitch.android.app
u0_i100      16050 29750 1518908  21168 SyS_epoll_wait      0 S com.android.chrome:sandboxed
u0_a18       16305   664 2510752 104556 SyS_epoll_wait      0 S com.google.android.gms
u0_a18       16317   664 2412316 101012 SyS_epoll_wait      0 S com.google.android.gms.persistent
u0_a43       17214   664 2224748  26776 SyS_epoll_wait      0 S com.vzw.apnservice
root         17493     2       0      0 cpufreq_sched_thread 0 S [kschedfreq:2]
root         17836     2       0      0 worker_thread       0 S [kworker/0:2H]
u0_a103      18013   665 1907740  59480 SyS_epoll_wait      0 S com.vzw.hss.myverizon
u0_a118      18068   665 1721472  41964 SyS_epoll_wait      0 S com.facebook.katana:notification
u0_a203      18134   665 1738072  34512 SyS_epoll_wait      0 S com.rebelvox.voxer
u0_a118      18229   665 1819084  93108 SyS_epoll_wait      0 S com.facebook.katana
u0_a124      18317   664 2361024  91656 SyS_epoll_wait      0 S com.mint
u0_i103      18424 29750 1571912  41920 SyS_epoll_wait      0 S com.android.chrome:sandboxed
u0_a107      19728   664 2314708  42232 SyS_epoll_wait      0 S com.google.android.apps.walletnfcrel
u0_a235      19920   664 2507304 150764 SyS_epoll_wait      0 S io.ionic.starter
u0_i106      19967 29750 1823124 104068 SyS_epoll_wait      0 S com.android.chrome:sandboxed
root         20509     2       0      0 worker_thread       0 S [kworker/3:0]
u0_a73       20550   664 2299872  66680 SyS_epoll_wait      0 S com.google.android.talk
root         20654     2       0      0 worker_thread       0 S [kworker/u8:3]
u0_a113      20877   664 2284536  37152 SyS_epoll_wait      0 S com.google.android.ims
u0_a85       20908   664 2291144  37248 SyS_epoll_wait      0 S com.google.android.apps.messaging:rcs
root         21230     2       0      0 worker_thread       0 S [kworker/u9:2]
root         21273     2       0      0 worker_thread       0 S [kworker/0:3]
root         21296     2       0      0 worker_thread       0 S [kworker/3:3]
root         21774     2       0      0 worker_thread       0 S [kworker/0:0]
root         21793     2       0      0 worker_thread       0 S [kworker/1:2]
root         21825     2       0      0 worker_thread       0 S [kworker/2:1]
root         21830     2       0      0 worker_thread       0 S [kworker/u9:0]
root         21849     2       0      0 worker_thread       0 S [kworker/0:1]
root         21903     2       0      0 worker_thread       0 S [kworker/u8:7]
root         21904     2       0      0 worker_thread       0 S [kworker/u8:8]
root         22032     2       0      0 worker_thread       0 S [kworker/u9:3]
root         22456     2       0      0 worker_thread       0 S [kworker/1:0]
root         22457     2       0      0 worker_thread       0 S [kworker/1:3]
u0_a87       22460   664 2445728  76100 SyS_epoll_wait      0 S com.google.android.gm
root         22688     2       0      0 worker_thread       0 S [kworker/0:2]
root         22691     2       0      0 worker_thread       0 S [kworker/2:2]
root         22697     2       0      0 worker_thread       0 S [kworker/u8:4]
root         22796     2       0      0 worker_thread       0 S [kworker/u8:6]
u0_a205      22839   664 2228952  35328 SyS_epoll_wait      0 S com.pushbullet.android
u0_a154      22847   664 2436180  81780 SyS_epoll_wait      0 S com.linkedin.android
u0_a56       22913   665 1766248  78772 SyS_epoll_wait      0 S com.android.chrome
u0_i112      22976 29750 1562816  36184 SyS_epoll_wait      0 S com.android.chrome:sandboxed
u0_a56       23004   665 1710852  38972 SyS_epoll_wait      0 S com.android.chrome:privileged_process0
u0_a4        23041   664 2222540  30604 SyS_epoll_wait      0 S com.android.providers.calendar
root         23099     2       0      0 worker_thread       0 S [kworker/1:4]
root         23112     2       0      0 worker_thread       0 S [kworker/3:1]
root         23170     2       0      0 worker_thread       0 S [kworker/0:4]
u0_a220      23173   665 1846172  89416 SyS_epoll_wait      0 S com.amazon.mShop.android
u0_a188      23179   665 1759568  67212 SyS_epoll_wait      0 S com.facebook.moments
u0_i113      23220 29750 1518908  25444 SyS_epoll_wait      0 S com.android.chrome:sandboxed
root         23356     2       0      0 worker_thread       0 S [kworker/u9:1]
u0_a137      23367   665 1823436  75128 SyS_epoll_wait      0 S com.amazon.mShop.android.shopping
u0_i114      23404 29750 1518908  25484 SyS_epoll_wait      0 S com.android.chrome:sandboxed
root         23547     2       0      0 worker_thread       0 S [kworker/3:4]
root         23554     2       0      0 worker_thread       0 S [kworker/3:5]
root         23563     2       0      0 worker_thread       0 S [kworker/2:3]
shell        23578 28805   10212   2044 0          7c509020f8 R ps
u0_a169      23992   664 2272100  40100 SyS_epoll_wait      0 S com.reddit.frontpage
u0_a145      25833   664 2417892  45132 SyS_epoll_wait      0 S com.bitspice.automate
u0_a31       28702   664 2473352 174488 SyS_epoll_wait      0 S com.google.android.apps.nexuslauncher
shell        28805     1   15020    472 poll_schedule_timeout 0 R adbd
webview_zygote 29750   1 1423464  11988 poll_schedule_timeout 0 S webview_zygote32
u0_a182      29840   664 2235196  35420 SyS_epoll_wait      0 S com.my.wot
u0_a215      30094   665 1748632  32528 SyS_epoll_wait      0 S com.amazon.dee.app
u0_i33       30116 29750 1518908  17888 SyS_epoll_wait      0 S com.android.chrome:sandboxed
u0_a199      30201   664 2315448  49804 SyS_epoll_wait      0 S net.zedge.android:remote
u0_a199      30505     1    4940    684 poll_schedule_timeout 0 S osmcore
u0_a139      31432   665 1693812  21872 SyS_epoll_wait      0 S com.smartdevicelink.router
u0_a128      32133   665 2036792  82060 SyS_epoll_wait      0 S com.facebook.orca
u0_i37       32301 29750 1518908  18436 SyS_epoll_wait      0 S com.android.chrome:sandboxed
dfarley1 commented 6 years ago

316 didn't work for me either, I'm getting the same error.

I only changed line 261 in /home/daniel/.vscode/extensions/vsmobile.cordova-tools-1.2.11/out/src/debugger/cordovaDebugAdapter.js

Missile71 commented 6 years ago

I added the trim() as suggested here #311 at cordovaDebugAdapter.js at line 265, no change at line 261 and it work fine

LordAelfric commented 6 years ago

I had to apply the patches from #311 on for it to work for me. Looking at the cordovaDebugAdapter.js file it looks like it's missing the following changes (as of 1.2.11 installed from the extension manager):

Line 39: const PS_FIELDS_SPLITTER_RE = /\s+(?:[RSIDZTW<NL]\s+)?/; Line 261: const keys = lines.shift().split(PS_FIELDS_SPLITTER_RE); Line 265: const fields = line.trim().split(PS_FIELDS_SPLITTER_RE).filter(field => !!field);

This seemed to work for me to correct the issue. It looks like the patch for the extension doesn't include the change to line 39 as well, which seems odd. I see your commits and that you posted a new release after you made the fix to #311.

vladimir-kotikov commented 6 years ago

Thank you guys for your investigation and sorry for mess with this - looks like I didn't rebuild JS before publishing 1.2.11. I published v1.2.12 with recompiled JS and included #316, so debugging on Oreo now should be working.

I'll close this issue but feel free to reopen if it still doesn't work

vladimir-kotikov commented 6 years ago

From https://github.com/Microsoft/vscode-cordova/issues/317#issue-257118034

I'm re-opening #312, v1.2.12 did not fix the issue for me. I tried uninstalling the extension, exiting VSCode, deleting the extension folder, reinstalling the extension, and restarting VSCode. Everything still works on my Nougat device as well. I have all of the changes mentioned by @LordAelfric in the other thread except the latter two are off by one, they live on lines 260 and 264 respectively. Is there any other debug info I can provide?

vladimir-kotikov commented 6 years ago

@dfarley1, looks like you're still having a problem I mentioned in https://github.com/Microsoft/vscode-cordova/issues/312#issuecomment-328051724:

ps output contains only one line and doesn't give any hints about debuggee process it, which effectively makes it impossible to determine which port we'd need to use to connect to cordova

I can't reproduce this behavior on 2 devices and an emulator running Oreo so I might only guess that your device has some cusomizations installed or maybe rooted (again, this is just a guessing because all my Oreo devices are with stock ROMs). Anyway until this problem persists I'm afraid you wont be able to debug.

There is one alternative though I can think of - we could try to fall back to pidof command to get the PID of your application but I'm not sure if it would work for you. In the meantime could you please try the following to see if it works

adb -d <device_id> pidof <application_id>
dfarley1 commented 6 years ago

Sorry about creating a new issue, I don't think I'm allowed to re-open an issue if the maintainer closes it.

I'm running a completely stock unrooted Google Pixel with build number OPR6.170623.011 and kernel version 3.18.52-g06de20685970 android-build@wphl8.hot.corp.google.com #1 Fri Jun 23 19:50:11 UTC 2017. I found someone else with the same issue here so I can't be the only one?

Running ps -A gets something useful and I can grep for my application ID, is it possible to use that (or -e)? pidof also works!

daniel:~$ adb shell ps -A
USER           PID  PPID     VSZ    RSS WCHAN            ADDR S NAME                       
root             1     0   12472   1096 SyS_epoll_wait      0 S init
root             2     0       0      0 kthreadd            0 S [kthreadd]
root             3     2       0      0 smpboot_thread_fn   0 S [ksoftirqd/0]
root             6     2       0      0 msm_mpm_work_fn     0 D [kworker/u8:0]
root             7     2       0      0 rcu_gp_kthread      0 S [rcu_preempt]
<snip>
u0_a116      22043   611 2428600  51156 SyS_epoll_wait      0 S com.google.android.apps.walletnfcrel
u0_a121      22268   612 1714132  49272 SyS_epoll_wait      0 S com.instagram.android
u0_a88       22580   611 2219732  28468 SyS_epoll_wait      0 S com.android.printspooler
u0_a6        22661   611 2461556 138136 SyS_epoll_wait      0 S io.ionic.starter
u0_i99       22706  1325 1831808 119448 SyS_epoll_wait      0 S com.android.chrome:sandboxed
u0_a19       22924   611 2225280  31920 SyS_epoll_wait      0 S com.google.process.gapps
root         22973     2       0      0 worker_thread       0 S [kworker/2:0]
<snip>

daniel:~$ adb shell pidof io.ionic.starter
22661
vladimir-kotikov commented 6 years ago

@dfarley1 great to hear that there is a workaround

Actually I think that since pidof is supported on both Android 7 and 8 the most elegant solution would be to use it to get application PID and in case of error try to fall back to old solution with ps

@iTOYS, thoughts?

itoys commented 6 years ago

Hello @dfarley1! I created fix #320, could you please check if it work for you(detailed instructions here)

dfarley1 commented 6 years ago

Looks like that fixed the issue! Thanks for all the help guys.

vladimir-kotikov commented 6 years ago

Fixed in #320, closing