Forums - Snapshot capture not available on S7

36 posts / 0 new
Last post
Snapshot capture not available on S7
pbd
Join Date: 15 Jul 16
Posts: 5
Posted: Tue, 2016-07-19 16:31

Hi -- I'm trying to use Snapshot Capture on a Galaxy S7 running Android 6.0.1.  Based on the documentation, it appears as if it should be supported, but is greyed out in the UI.

I've tried Andreno Profiler and using the Scrubber works, but metrics/graphing are also greyed out and I cannot capture per-draw timing information/hwcounter info.

Any advice/tips necessary to get this Snapdragon Profile + Snapshot capture working?

  • Up0
  • Down0
nicholas.howe
Join Date: 21 Jul 16
Posts: 16
Posted: Fri, 2016-07-22 10:32
I have the same problem with the S7 Edge SM-G935A running Android 6.0.1.  I am running the profiler on Windows 7.  I am able to connect the profiler to the device, but under the New Shapshot Capture heading it says, "Snapshot Captures are not supported with your device's Android build.  Please update your device to enable this feature."
 
Meanwhile, the Adreno Profiler doesn't work for me.  After connecting to my app and clicking Capture Frame, it says "Waiting for capture to start..." in the bottom right, and the capture never starts.
 
The only thing that does work is the Snapdragon Profiler's realtime capture of system metrics.  The process metrics don't capture anything.
 
Could the phone's Android build disable something required for the snapshot feature, despite the build having what should be a supported version number?
Could I be missing something in my application manifest?
 
  • Up0
  • Down0
khawkins Moderator
Join Date: 29 Nov 12
Location: San Diego, CA
Posts: 62
Posted: Fri, 2016-07-22 11:53

We're checking into this, but right now we're unable to reproduce the issue with the Galaxy S7. Any further information you can provide would be helpful.

In Snapshot, the button remains greyed out after selecting your process? Did you start Profiler before starting your app on the device (an unfortunate requirement)?

  • Up0
  • Down0
pbd
Join Date: 15 Jul 16
Posts: 5
Posted: Fri, 2016-07-22 15:11

Hi, thanks for the response.  What information would be helpful?  Is there something logcat I can search for?  I've looked through and don't see anything of note, but there is a whole lot of spam to search through and I may have missed something.

In terms of applications, I am trying to analyze the simplest possible Unity app as a starting point.  It is set to use OpenGL ES 3.1, and I've also tried just requiring 2.0

I'm not sure how I would select my process: the "New Snapshot Capture" button on the Start Page is greyed out, so I can't enter the screen to select a process.  I have verified that I've started the Profiler before starting my app.

Thanks!

  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Fri, 2016-07-22 16:20

pdb, 

If you could capture logcat output starting from the launch of Snapdragon Profiler (the first message to look for is 'SDPCore : Service initialized.') and post it that would help us debug the issue.

Thanks.

Eric

  • Up0
  • Down0
nicholas.howe
Join Date: 21 Jul 16
Posts: 16
Posted: Fri, 2016-07-22 19:10
Hi Kevin, I can't get as far as being in Snapshot.  I've uploaded a screenshot on postimg.org showing the profiler after I connect it to the device, before I start my process:
 
 
I presume it means what it says with regard to my phone's Android build not being supported, but I'm not sure why it should not be supported or how to convince it that it is supported.
  • Up0
  • Down0
nicholas.howe
Join Date: 21 Jul 16
Posts: 16
Posted: Fri, 2016-07-22 19:22

Hi Eric, Here's the logcat output I get when connecting the profiler to my phone, starting at service initialized.  I have the phone connected directly to my pc over usb.

07-23 11:13:35.877 12944 12944 I SDPCore : Service initialized.

07-23 11:13:35.877 12944 12944 I SDPCore : Loading plugins from /data/local/tmp...
 
07-23 11:13:35.877 12944 12944 I SDPCore : Loaded plugin /data/local/tmp/libCPU.so.
 
07-23 11:13:36.237 12944 12944 I FIPS_bssl: FIPS approved mode (1) | 12944 | /data/local/tmp/sdpservice
 
07-23 11:13:36.297 12944 12944 E adsprpc : vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:655:exit:
 
07-23 11:13:36.307 12944 12944 I SDPCore : Loaded plugin /data/local/tmp/libGpuGGPM.so.
 
07-23 11:13:36.307 12944 12944 I SDPCore : Loaded plugin /data/local/tmp/libGPUOpenCL.so.
 
07-23 11:13:36.327 12944 12944 I SDPCore : Loaded plugin /data/local/tmp/libGPUOpenGLES.so.
 
07-23 11:13:36.327 12944 12944 I SDPCore : Loaded plugin /data/local/tmp/libGPUQGL.so.
 
07-23 11:13:36.337 12944 12944 I SDPCore : Loaded plugin /data/local/tmp/libNetwork.so.
 
07-23 11:13:36.337 12944 12944 I SDPCore : Loaded plugin /data/local/tmp/libPower.so.
 
07-23 11:13:36.337 12944 12944 I SDPCore : Loaded plugin /data/local/tmp/libsdptrace.so.
 
07-23 11:13:36.337 12944 12944 I SDPCore : Loaded plugin /data/local/tmp/libThermal.so.
 
07-23 11:13:36.337 12944 12944 I SDPCore : Service attempting connection to client at 127.0.0.1:6500...
 
07-23 11:13:36.347 12944 12948 I SDPCore : Client socket 0x00000001 connected to tcp://127.0.0.1:6500
 
07-23 11:13:36.347 12944 12944 I SDPCore : Service successfully connected to 127.0.0.1.
 
07-23 11:13:36.347 12944 12944 I SDPCore : Initializing plugins...
 
07-23 11:13:36.347 12944 12944 I SDPCore : DataProvider created (0xA87A6921): CPUDataProvider
 
07-23 11:13:36.397 12944 12944 I SDPCore : Provider 'CPUDataProvider' (0xA87A6921) connecting to 127.0.0.1:6500 (non-blocking)...
 
07-23 11:13:36.397 12944 12944 I SDPCore : SDP::CPUDataPlugin initialized.
 
07-23 11:13:36.397 12944 12944 I SDPCore : SDP::GGPMDataProvider initialized.
 
07-23 11:13:36.407 12944 12962 I SDPCore : Client socket 0xA87A6921 connected to tcp://127.0.0.1:6500
 
07-23 11:13:36.407 12944 12964 I SDPCore : DataProvider created (0x0E8E3189): GGPMDataProvider
 
07-23 11:13:36.417 12944 12964 I SDPCore : Provider 'GGPMDataProvider' (0x0E8E3189) connecting to 127.0.0.1:6500 (non-blocking)...
 
07-23 11:13:36.417 12944 12944 I SDPCore : DataProvider created (0x8065D0D7): OpenCLDataProvider
 
07-23 11:13:36.417 12944 12944 I SDPCore : Provider 'OpenCLDataProvider' (0x8065D0D7) connecting to 127.0.0.1:6500 (non-blocking)...
 
07-23 11:13:36.417 12944 12944 I SDPCore : SDP::OpenCLDataProvider initialized.
 
07-23 11:13:36.417 12944 12944 I SDPCore : GLES_DP: Initializing OpenGLESDataPlugin
 
07-23 11:13:36.427 12944 12982 I SDPCore : Client socket 0x0E8E3189 connected to tcp://127.0.0.1:6500
 
07-23 11:13:36.427 12944 12964 D libEGL  : loaded /vendor/lib/egl/libEGL_adreno.so
 
07-23 11:13:36.427 12944 12944 I SDPCore : GLES_DP: GfxConnection: Starting connection thread
 
07-23 11:13:36.427 12944 12981 I SDPCore : Client socket 0x8065D0D7 connected to tcp://127.0.0.1:6500
 
07-23 11:13:36.427 12944 12985 I SDPCore : GLES_DP: GfxConnection: Successfully connected to port 20817
 
07-23 11:13:36.437 12944 12944 I SDPCore : DataProvider created (0x68ACAB88): OpenGLESDataPlugin
 
07-23 11:13:36.437 12944 12990 I SDPCore : GLES_DP: GfxConnection: Sending REPORT_CLIENTS
 
07-23 11:13:36.437 12944 12944 I SDPCore : Provider 'OpenGLESDataPlugin' (0x68ACAB88) connecting to 127.0.0.1:6500 (non-blocking)...
 
07-23 11:13:36.437 12944 12990 I SDPCore : GLES_DP: Sending QSTREAM Token 0x1020002
 
07-23 11:13:36.437 12944 12983 I SDPCore : Provider 'OpenCLDataProvider' (0x8065D0D7) connected to 127.0.0.1.
 
07-23 11:13:36.437 12944 12944 I SDPCore : SDP::OpenGLESDataPlugin initialized.
 
07-23 11:13:36.437 12944 12944 I SDPCore : QGL_DP: Initializing QGLDataPlugin
 
07-23 11:13:36.437 12944 12944 I SDPCore : QGL_DP: GfxConnection: Starting connection thread
 
07-23 11:13:36.437 12944 12993 I SDPCore : Client socket 0x68ACAB88 connected to tcp://127.0.0.1:6500
 
07-23 11:13:36.437 12944 12944 I SDPCore : DataProvider created (0xD96E7C06): VulkanDataPlugin
 
07-23 11:13:36.437 12944 12944 I SDPCore : Provider 'VulkanDataPlugin' (0xD96E7C06) connecting to 127.0.0.1:6500 (non-blocking)...
 
07-23 11:13:36.447 12944 12944 I SDPCore : SDP::QGLDataPlugin initialized.
 
07-23 11:13:36.447 12944 13002 I SDPCore : Client socket 0xD96E7C06 connected to tcp://127.0.0.1:6500
 
07-23 11:13:36.457 12944 12944 I SDPCore : DataProvider created (0xD9226C39): NetworkDataProvider
 
07-23 11:13:36.457 12944 12963 I SDPCore : Provider 'CPUDataProvider' (0xA87A6921) connected to 127.0.0.1.
 
07-23 11:13:36.457 12944 12964 D SDP loading: Found shim on default path
 
07-23 11:13:36.457 12944 12964 D SDP loading:  ... with init
 
07-23 11:13:36.467  1319  2152 D NtpTrustedTime: currentTimeMillis() cache hit
 
07-23 11:13:36.467  1319  2152 V NetworkStats: performPollLocked(flags=0x1)
 
07-23 11:13:36.467 12944 12964 I Adreno  : ESXAPILOG: API logging initialized: Name = /data/local/tmp/sdpservice, PID = 12944
 
07-23 11:13:36.467  1319  2152 D NetworkStatsRecorder: entry.iface is null
 
07-23 11:13:36.467  1319  2152 D NetworkStatsRecorder: entry.iface is null
 
07-23 11:13:36.467  1319  2152 D NetworkStatsRecorder: entry.iface is null
 
07-23 11:13:36.467  1319  2152 D NetworkStatsRecorder: entry.iface is null
 
07-23 11:13:36.467  1319  2152 D NetworkStatsRecorder: entry.iface is null
 
07-23 11:13:36.467  1319  2152 D NetworkStatsRecorder: entry.iface is null
 
07-23 11:13:36.467  1319  2152 V NetworkStats: performPollLocked() took 4ms
 
07-23 11:13:36.467  1319  2152 D NtpTrustedTime: currentTimeMillis() cache hit
 
07-23 11:13:36.467  1319  2153 D NtpTrustedTime: currentTimeMillis() cache hit
 
07-23 11:13:36.467  1319  2153 D NtpTrustedTime: currentTimeMillis() cache hit
 
07-23 11:13:36.467  1319  2153 D NtpTrustedTime: currentTimeMillis() cache hit
 
07-23 11:13:36.467 12944 12964 D libEGL  : loaded /vendor/lib/egl/libGLESv1_CM_adreno.so
 
07-23 11:13:36.487 12944 12964 D libEGL  : loaded /vendor/lib/egl/libGLESv2_adreno.so
 
07-23 11:13:36.487 12944 12983 I SDPCore : Provider 'OpenCLDataProvider' listening for files @ tcp://*:6502
 
07-23 11:13:36.487 12944 12983 I SDPCore : Provider 'OpenCLDataProvider' listening for options @ tcp://*:6503
 
07-23 11:13:36.487 12944 12994 I SDPCore : Provider 'OpenGLESDataPlugin' (0x68ACAB88) connected to 127.0.0.1.
 
07-23 11:13:36.497 12944 13003 I SDPCore : Provider 'VulkanDataPlugin' (0xD96E7C06) connected to 127.0.0.1.
 
07-23 11:13:36.497 12944 12964 I Adreno  : QUALCOMM build                   : c0299d7, I241dab1ec4
 
07-23 11:13:36.497 12944 12964 I Adreno  : Build Date                       : 01/25/16
 
07-23 11:13:36.497 12944 12964 I Adreno  : OpenGL ES Shader Compiler Version: XE031.06.00.05
 
07-23 11:13:36.497 12944 12964 I Adreno  : Local Branch                     : 
 
07-23 11:13:36.497 12944 12964 I Adreno  : Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.HB.1.1.1.06.00.01.063.117
 
07-23 11:13:36.497 12944 12964 I Adreno  : Remote Branch                    : NONE
 
07-23 11:13:36.497 12944 12964 I Adreno  : Reconstruct Branch               : NOTHING
 
07-23 11:13:36.497 12944 12964 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
 
07-23 11:13:36.497 12944 12964 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
 
07-23 11:13:36.497 12944 12964 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
 
07-23 11:13:36.497 12944 12964 D libEGL  : eglInitialize EGLDisplay = 0xf2ec37dc
 
07-23 11:13:36.507 12944 12964 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
 
07-23 11:13:36.507 12944 12964 D libEGL  : eglTerminate EGLDisplay = 0xf2ec3834
 
07-23 11:13:36.507 12944 12964 E libEGL  : call to OpenGL ES API with no current context (logged once per thread)
 
07-23 11:13:36.507 12944 12964 I Adreno  : QUALCOMM build                   : c0299d7, I241dab1ec4
 
07-23 11:13:36.507 12944 12964 I Adreno  : Build Date                       : 01/25/16
 
07-23 11:13:36.507 12944 12964 I Adreno  : OpenGL ES Shader Compiler Version: XE031.06.00.05
 
07-23 11:13:36.507 12944 12964 I Adreno  : Local Branch                     : 
 
07-23 11:13:36.507 12944 12964 I Adreno  : Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.HB.1.1.1.06.00.01.063.117
 
07-23 11:13:36.507 12944 12964 I Adreno  : Remote Branch                    : NONE
 
07-23 11:13:36.507 12944 12964 I Adreno  : Reconstruct Branch               : NOTHING
 
07-23 11:13:36.517 12944 12964 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
 
07-23 11:13:36.517 12944 12964 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
 
07-23 11:13:36.517 12944 12964 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
 
07-23 11:13:36.517 12944 12964 D libEGL  : eglInitialize EGLDisplay = 0xf2ec379c
 
07-23 11:13:36.517 12944 12964 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
 
07-23 11:13:36.517 12944 12944 I SDPCore : Provider 'NetworkDataProvider' (0xD9226C39) connecting to 127.0.0.1:6500 (non-blocking)...
 
07-23 11:13:36.517 12944 12944 I SDPCore : SDP::NetworkDataPlugin initialized.
 
07-23 11:13:36.527 12944 13020 I SDPCore : Client socket 0xD9226C39 connected to tcp://127.0.0.1:6500
 
07-23 11:13:36.527 12944 12944 I SDPCore : DataProvider created (0x55AFF747): PowerDataPlugin
 
07-23 11:13:36.527 12944 13021 I SDPCore : Provider 'NetworkDataProvider' (0xD9226C39) connected to 127.0.0.1.
 
07-23 11:13:36.527 12944 12944 I SDPCore : Provider 'PowerDataPlugin' (0x55AFF747) connecting to 127.0.0.1:6500 (non-blocking)...
 
07-23 11:13:36.527 12944 12964 I SDPCore : Provider 'GGPMDataProvider' (0x0E8E3189) connected to 127.0.0.1.
 
07-23 11:13:36.527 12944 12944 I SDPCore : PowerDataPlugin initialized.
 
07-23 11:13:36.527 12944 13030 I SDPCore : Client socket 0x55AFF747 connected to tcp://127.0.0.1:6500
 
07-23 11:13:36.537 12944 12944 I SDPCore : DataProvider created (0xB9C7B1FA): SDPTrace Plugin
 
07-23 11:13:36.547 12944 12944 I SDPCore : added metrics
 
07-23 11:13:36.547 12944 12944 I SDPCore : Provider 'SDPTrace Plugin' (0xB9C7B1FA) connecting to 127.0.0.1:6500 (blocking)...
 
07-23 11:13:36.547 12944 13039 I SDPCore : Client socket 0xB9C7B1FA connected to tcp://127.0.0.1:6500
 
07-23 11:13:36.547 12944 12944 I SDPCore : Provider 'SDPTrace Plugin' (0xB9C7B1FA) connected to 127.0.0.1.
 
07-23 11:13:36.547 12944 12944 I SDPCore : SDPTrace connected.
 
07-23 11:13:36.577 12944 12944 I SDPCore : sdptrace thread started
 
07-23 11:13:36.577 12944 12944 I SDPCore :  initialized.
 
07-23 11:13:36.577 12944 13031 I SDPCore : Provider 'PowerDataPlugin' (0x55AFF747) connected to 127.0.0.1.
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: using directory '/sys/class/hwmon/'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon0/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon1/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon2/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon3/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon4/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon5/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon6/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon7/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon8/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon9/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon10/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon11/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon12/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon13/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon14/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon15/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon16/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon17/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon18/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon19/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon20/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon21/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon22/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon23/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon24/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon25/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon26/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon27/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon28/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon29/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon30/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon31/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon32/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon33/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon34/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon35/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon36/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon37/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon38/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon39/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon40/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon41/temp1_input'
 
07-23 11:13:36.587 12944 12944 I SDPCore : DataProvider created (0xF056F915): ThermalDataprovider
 
07-23 11:13:36.597 12944 12944 I SDPCore : Provider 'ThermalDataprovider' (0xF056F915) connecting to 127.0.0.1:6500 (non-blocking)...
 
07-23 11:13:36.597 12944 12944 I SDPCore : SDP::ThermalDataPlugin initialized.
 
07-23 11:13:36.597 12944 13052 I SDPCore : Client socket 0xF056F915 connected to tcp://127.0.0.1:6500
 
07-23 11:13:36.647 12944 13053 I SDPCore : Provider 'ThermalDataprovider' (0xF056F915) connected to 127.0.0.1.
 
07-23 11:13:36.647 12944 12990 I SDPCore : GLES_DP: GfxConnection: Got 3 QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS
 
07-23 11:13:36.647 12944 12990 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126020]
 
07-23 11:13:36.647 12944 12990 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126021]
 
07-23 11:13:36.647 12944 12990 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126022]
 
07-23 11:13:36.647 12944 12990 I SDPCore : GLES_DP: GfxConnection: state is ready.
 
07-23 11:13:36.647 12944 12990 I SDPCore : GLES_DP: Moving ESXConnectionState from state 1 to state 2
 
07-23 11:13:36.667 12944 12963 I SDPCore : Provider 'CPUDataProvider' listening for files @ tcp://*:6504
 
07-23 11:13:36.667 12944 12963 I SDPCore : Provider 'CPUDataProvider' listening for options @ tcp://*:6505
 
07-23 11:13:36.687 12944 12994 I SDPCore : GLES_DP: App is ready.
 
07-23 11:13:36.697 12944 12994 D libEGL  : eglInitialize EGLDisplay = 0xf063f37c
 
07-23 11:13:36.747 12944 13003 I SDPCore : Provider 'VulkanDataPlugin' listening for files @ tcp://*:6508
 
07-23 11:13:36.757 12944 13003 I SDPCore : Provider 'VulkanDataPlugin' listening for options @ tcp://*:6509
 
07-23 11:13:36.767  1319  2152 D NtpTrustedTime: currentTimeMillis() cache hit
 
07-23 11:13:36.767  1319  2152 V NetworkStats: performPollLocked(flags=0x1)
 
07-23 11:13:36.767 12944 12994 I SDPCore : GLES_DP: GfxConnection: App [com.sec.android.inputmethod] Pid [4039] ready to profile
 
07-23 11:13:36.767  1319  2152 D NetworkStatsRecorder: entry.iface is null
 
07-23 11:13:36.767  1319  2152 D NetworkStatsRecorder: entry.iface is null
 
07-23 11:13:36.767  1319  2152 D NtpTrustedTime: currentTimeMillis() cache hit
 
07-23 11:13:36.767  1319  2152 D NetworkStatsRecorder: entry.iface is null
 
07-23 11:13:36.767  1319  2152 D NetworkStatsRecorder: entry.iface is null
 
07-23 11:13:36.767  1319  2152 D NetworkStatsRecorder: entry.iface is null
 
07-23 11:13:36.767  1319  2152 D NetworkStatsRecorder: entry.iface is null
 
07-23 11:13:36.767  1319  2152 V NetworkStats: performPollLocked() took 5ms
 
07-23 11:13:36.767  1319  2153 D NtpTrustedTime: currentTimeMillis() cache hit
 
07-23 11:13:36.767  1319  2153 D NtpTrustedTime: currentTimeMillis() cache hit
 
07-23 11:13:36.777  1319  2153 D NtpTrustedTime: currentTimeMillis() cache hit
 
07-23 11:13:36.807 12944 13044 I SDPCore : Provider 'SDPTrace Plugin' listening for files @ tcp://*:6512
 
07-23 11:13:36.807 12944 13044 I SDPCore : Provider 'SDPTrace Plugin' listening for options @ tcp://*:6513
 
07-23 11:13:36.817 12944 12994 I SDPCore : Provider 'OpenGLESDataPlugin' listening for files @ tcp://*:6506
 
07-23 11:13:36.817 12944 12994 I SDPCore : Provider 'OpenGLESDataPlugin' listening for options @ tcp://*:6507
 
07-23 11:13:36.837 12944 13031 I SDPCore : Provider 'PowerDataPlugin' listening for files @ tcp://*:6510
 
07-23 11:13:36.837 12944 13031 I SDPCore : Provider 'PowerDataPlugin' listening for options @ tcp://*:6511
 
07-23 11:13:36.847 12944 13053 I SDPCore : Provider 'ThermalDataprovider' listening for files @ tcp://*:6514
 
07-23 11:13:36.847 12944 13053 I SDPCore : Provider 'ThermalDataprovider' listening for options @ tcp://*:6515
 
07-23 11:13:36.937 12944 12985 I SDPCore : GLES_DP: GfxConnection: Successfully connected to port 20817
 
07-23 11:13:36.937 12944 13090 I SDPCore : GLES_DP: GfxConnection: Sending REPORT_CLIENTS
 
07-23 11:13:36.937 12944 13090 I SDPCore : GLES_DP: Sending QSTREAM Token 0x1020002
 
07-23 11:13:37.007 12944 13090 I SDPCore : GLES_DP: GfxConnection: state is ready.
 
07-23 11:13:37.007 12944 13090 I SDPCore : GLES_DP: Moving ESXConnectionState from state 1 to state 2
 
07-23 11:13:37.007 12944 13090 I SDPCore : GLES_DP: GfxConnection: Got 3 QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS
 
07-23 11:13:37.007 12944 13090 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126020]
 
07-23 11:13:37.007 12944 13090 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126021]
 
07-23 11:13:37.007 12944 13090 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126022]
 
07-23 11:13:37.437 12944 12985 I SDPCore : GLES_DP: GfxConnection: Successfully connected to port 20817
 
07-23 11:13:37.437 12944 13091 I SDPCore : GLES_DP: GfxConnection: Sending REPORT_CLIENTS
 
07-23 11:13:37.437 12944 13091 I SDPCore : GLES_DP: Sending QSTREAM Token 0x1020002
 
07-23 11:13:37.647 12944 13021 I SDPCore : Provider 'NetworkDataProvider' listening for files @ tcp://*:6516
 
07-23 11:13:37.647 12944 13021 I SDPCore : Provider 'NetworkDataProvider' listening for options @ tcp://*:6517
 
07-23 11:13:37.657 12944 13091 I SDPCore : GLES_DP: GfxConnection: state is ready.
 
07-23 11:13:37.657 12944 13091 I SDPCore : GLES_DP: Moving ESXConnectionState from state 1 to state 2
 
07-23 11:13:37.657 12944 13091 I SDPCore : GLES_DP: GfxConnection: Got 3 QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS
 
07-23 11:13:37.657 12944 13091 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126020]
 
07-23 11:13:37.657 12944 13091 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126021]
 
07-23 11:13:37.657 12944 13091 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126022]
 
07-23 11:13:38.197 12944 12964 I SDPCore : Provider 'GGPMDataProvider' listening for files @ tcp://*:6518
 
07-23 11:13:38.197 12944 12964 I SDPCore : Provider 'GGPMDataProvider' listening for options @ tcp://*:6519
 
07-23 11:13:38.287  1319  4960 D SSRM:n  : SIOP:: AP = 340, PST = 330 (W:10), CP = 34, CUR = -10, LCD = 0
 
07-23 11:13:38.307  1319  2625 D BatteryService: !@BatteryListener : batteryPropertiesChanged!
 
07-23 11:13:38.307  1319  2625 D BatteryService: level:100, scale:100, status:5, health:2, present:true, voltage: 4340, temperature: 298, technology: Li-ion, AC powered:false, USB powered:true, POGO powered:false, Wireless powered:false, icon:17303418, invalid charger:0, maxChargingCurrent:0
 
07-23 11:13:38.307  1319  2625 D BatteryService: online:4, current avg:-10, charge type:0, power sharing:false, high voltage charger:false, capacity:280000, batterySWSelfDischarging:false, current_now:0
 
07-23 11:13:38.307  1319  2625 D BatteryService: stay LED for fully charged
 
07-23 11:13:38.317  1319  1319 D BatteryService: Sending ACTION_BATTERY_CHANGED.
 
07-23 11:13:38.317  1319  1319 I MotionRecognitionService: Plugged
 
07-23 11:13:38.317  1319  1319 D MotionRecognitionService:   cableConnection= 1
 
07-23 11:13:38.317  1319  1319 D MotionRecognitionService: setPowerConnected | current backoffstate  = 1024 , state =1024
 
07-23 11:13:38.317  1319  1319 D MotionRecognitionService: skip setTransmitPower. 
 
07-23 11:13:38.317  1319  2162 D WifiController: ApOrStaEnabledState  msg.what= 155652
 
07-23 11:13:38.317  2271  2271 D KeyguardUpdateMonitor: received broadcast android.intent.action.BATTERY_CHANGED
 
07-23 11:13:38.327  2271  2271 D KeyguardUpdateMonitor: handleBatteryUpdate
 
07-23 11:13:38.327  2271  2271 D PowerUI : priorPlugType = 2 mPlugType =  2
 
07-23 11:13:38.327  2725  2725 D BatteryMonitor: new battery level: 100
 
07-23 11:13:38.357  2271  2271 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:100 status:5 health:2
 
07-23 11:13:38.357  2271  2271 D BatteryMeterView: ACTION_BATTERY_CHANGED : level:100 status:5 health:2
 
07-23 11:13:40.367  2445  2465 D ContactsProvider_EventLog: contents_sample_state: [ contacts(1) data(8) accounts({vnd.sec.contact.phone (2)=1}) accounts deleted({}) calls([])  ]
 
 
07-23 11:13:40.367  2445  2465 D ContactsProvider_EventLog: contents_sample_state: [ agr({[2]=1})  ]
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: [1469240022940 [4075333936]TRACE proxy_marshal.JavaSecureOps: >> Java_com_morega_qew_engine_jnilayer_DeviceCommunicationManager_Log()
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: ]
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: [1469240022941 [4075333936]INFO  dtv_common.CLoggerHelper: 
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: <Tag> [[NATIVE]] <ErrorMessage> [[DongleCheckAvailTask] [ debug.heap =================================]]
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: [1469240022941 [4075333936]TRACE proxy_marshal.JavaSecureOps: << Java_com_morega_qew_engine_jnilayer_DeviceCommunicationManager_Log()
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: ]
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: [1469240022942 [4075333936]TRACE proxy_marshal.JavaSecureOps: >> Java_com_morega_qew_engine_jnilayer_DeviceCommunicationManager_Log()
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: ]
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: [1469240022943 [4075333936]INFO  dtv_common.CLoggerHelper: 
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: <Tag> [[NATIVE]] <ErrorMessage> [[DongleCheckAvailTask]  [debug.heap native: allocated 14.03MB of 16.25MB (2.22MB free)]]
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: [1469240022944 [4075333936]TRACE proxy_marshal.JavaSecureOps: << Java_com_morega_qew_engine_jnilayer_DeviceCommunicationManager_Log()
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: ]
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: [1469240022946 [4075333936]TRACE proxy_marshal.JavaSecureOps: >> Java_com_morega_qew_engine_jnilayer_DeviceCommunicationManager_Log()
 
07-23 11:13:42.927 14216 14235 V ANDROID_LOGGER: ]
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: [1469240022946 [4075333936]INFO  dtv_common.CLoggerHelper: 
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: <Tag> [[NATIVE]] <ErrorMessage> [[DongleCheckAvailTask]  [debug.memory: allocated: 7.66MB of 512.00MB (1.60MB free)]]
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: [1469240022947 [4075333936]TRACE proxy_marshal.JavaSecureOps: << Java_com_morega_qew_engine_jnilayer_DeviceCommunicationManager_Log()
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: ]
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: [1469240022948 [4075333936]TRACE proxy_marshal.JavaSecureOps: >> Java_com_morega_qew_engine_jnilayer_DeviceCommunicationManager_Log()
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: ]
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: [1469240022948 [4075333936]INFO  dtv_common.CLoggerHelper: 
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: <Tag> [[NATIVE]] <ErrorMessage> [[DongleCheckAvailTask] [ debug.heap =================================]]
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: [1469240022948 [4075333936]TRACE proxy_marshal.JavaSecureOps: << Java_com_morega_qew_engine_jnilayer_DeviceCommunicationManager_Log()
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: ]
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: [1469240022949 [4075333936]TRACE proxy_marshal.JavaSecureOps: >> Java_com_morega_qew_engine_jnilayer_DeviceCommunicationManager_Log()
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: ]
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: [1469240022949 [4075333936]INFO  dtv_common.CLoggerHelper: 
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: <Tag> [[NATIVE]] <ErrorMessage> [[DongleCheckAvailTask]  [debug.heap native: allocated 14.03MB of 16.25MB (2.22MB free)]]
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: [1469240022949 [4075333936]TRACE proxy_marshal.JavaSecureOps: << Java_com_morega_qew_engine_jnilayer_DeviceCommunicationManager_Log()
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: ]
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: [1469240022950 [4075333936]TRACE proxy_marshal.JavaSecureOps: >> Java_com_morega_qew_engine_jnilayer_DeviceCommunicationManager_Log()
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: ]
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: [1469240022950 [4075333936]INFO  dtv_common.CLoggerHelper: 
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: <Tag> [[NATIVE]] <ErrorMessage> [[DongleCheckAvailTask]  [debug.memory: allocated: 7.66MB of 512.00MB (1.60MB free)]]
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: [1469240022951 [4075333936]TRACE proxy_marshal.JavaSecureOps: << Java_com_morega_qew_engine_jnilayer_DeviceCommunicationManager_Log()
 
07-23 11:13:42.937 14216 14235 V ANDROID_LOGGER: ]
 
  • Up0
  • Down0
pbd
Join Date: 15 Jul 16
Posts: 5
Posted: Fri, 2016-07-22 23:22
For the record, my button looks the same as the image posted in the prior message.
 
Here's what the service startup looks like:
 
07-22 17:21:23.220 32748 32748 I SDPCore : Service initialized.
07-22 17:21:23.220 32748 32748 I SDPCore : Loading plugins from /data/local/tmp...
07-22 17:21:23.230 32748 32748 I SDPCore : Loaded plugin /data/local/tmp/libCPU.so.
07-22 17:21:23.620  1319  5077 D SSRM:n  : SIOP:: AP = 300, PST = 332 (W:14), CP = 31, CUR = 219, LCD = 57
07-22 17:21:23.760 32748 32748 I FIPS_bssl: FIPS approved mode (1) | 32748 | /data/local/tmp/sdpservice
07-22 17:21:23.970 32748 32748 I SDPCore : Loaded plugin /data/local/tmp/libGpuGGPM.so.
07-22 17:21:23.980 32748 32748 I SDPCore : Loaded plugin /data/local/tmp/libGPUOpenCL.so.
07-22 17:21:23.980 32748 32749 E adsprpc : vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:462:Received exit.
07-22 17:21:23.990 32748 32748 E adsprpc : vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:655:exit:
07-22 17:21:24.020 32748 32748 I SDPCore : Loaded plugin /data/local/tmp/libGPUOpenGLES.so.
07-22 17:21:24.020 32748 32748 I SDPCore : Loaded plugin /data/local/tmp/libGPUQGL.so.
07-22 17:21:24.030 32748 32748 I SDPCore : Loaded plugin /data/local/tmp/libNetwork.so.
07-22 17:21:24.030 32748 32748 I SDPCore : Loaded plugin /data/local/tmp/libPower.so.
07-22 17:21:24.030 32748 32748 I SDPCore : Loaded plugin /data/local/tmp/libsdptrace.so.
07-22 17:21:24.040 32748 32748 I SDPCore : Loaded plugin /data/local/tmp/libThermal.so.
07-22 17:21:24.040 32748 32748 I SDPCore : Service attempting connection to client at 127.0.0.1:6500...
07-22 17:21:24.040 32748 32752 I SDPCore : Client socket 0x00000001 connected to tcp://127.0.0.1:6500
07-22 17:21:24.040 32748 32748 I SDPCore : Service successfully connected to 127.0.0.1.
07-22 17:21:24.040 32748 32748 I SDPCore : Initializing plugins...
07-22 17:21:24.050 32748 32748 I SDPCore : DataProvider created (0x2BEF3A9E): CPUDataProvider
07-22 17:21:24.140 32748 32748 I SDPCore : Provider 'CPUDataProvider' (0x2BEF3A9E) connecting to 127.0.0.1:6500 (non-blocking)...
07-22 17:21:24.140 32748 32748 I SDPCore : SDP::CPUDataPlugin initialized.
07-22 17:21:24.140 32748   300 I SDPCore : Client socket 0x2BEF3A9E connected to tcp://127.0.0.1:6500
07-22 17:21:24.150 32748 32748 I SDPCore : SDP::GGPMDataProvider initialized.
07-22 17:21:24.150 32748   305 I SDPCore : Provider 'CPUDataProvider' (0x2BEF3A9E) connected to 127.0.0.1.
07-22 17:21:24.150 32748   321 I SDPCore : DataProvider created (0xF79FF04F): GGPMDataProvider
07-22 17:21:24.150 32748   321 I SDPCore : Provider 'GGPMDataProvider' (0xF79FF04F) connecting to 127.0.0.1:6500 (non-blocking)...
07-22 17:21:24.150 32748   445 I SDPCore : Client socket 0xF79FF04F connected to tcp://127.0.0.1:6500
07-22 17:21:24.160 32748   321 D libEGL  : loaded /vendor/lib/egl/libEGL_adreno.so
07-22 17:21:24.160 32748 32748 I SDPCore : DataProvider created (0x943E5209): OpenCLDataProvider
07-22 17:21:24.160 32748 32748 I SDPCore : Provider 'OpenCLDataProvider' (0x943E5209) connecting to 127.0.0.1:6500 (non-blocking)...
07-22 17:21:24.170 32748   453 I SDPCore : Client socket 0x943E5209 connected to tcp://127.0.0.1:6500
07-22 17:21:24.170 32748   454 I SDPCore : Provider 'OpenCLDataProvider' (0x943E5209) connected to 127.0.0.1.
07-22 17:21:24.170 32748 32748 I SDPCore : SDP::OpenCLDataProvider initialized.
07-22 17:21:24.170 32748 32748 I SDPCore : GLES_DP: Initializing OpenGLESDataPlugin
07-22 17:21:24.180 32748 32748 I SDPCore : GLES_DP: GfxConnection: Starting connection thread
07-22 17:21:24.180 32748 32748 I SDPCore : DataProvider created (0xBF3AF1DE): OpenGLESDataPlugin
07-22 17:21:24.180 32748 32748 I SDPCore : Provider 'OpenGLESDataPlugin' (0xBF3AF1DE) connecting to 127.0.0.1:6500 (non-blocking)...
07-22 17:21:24.180 32748 32748 I SDPCore : SDP::OpenGLESDataPlugin initialized.
07-22 17:21:24.180 32748 32748 I SDPCore : QGL_DP: Initializing QGLDataPlugin
07-22 17:21:24.180 32748 32748 I SDPCore : QGL_DP: GfxConnection: Starting connection thread
07-22 17:21:24.180 32748   463 I SDPCore : Client socket 0xBF3AF1DE connected to tcp://127.0.0.1:6500
07-22 17:21:24.190 32748 32748 I SDPCore : DataProvider created (0x815B6AD3): VulkanDataPlugin
07-22 17:21:24.190 32748   456 I SDPCore : GLES_DP: GfxConnection: Successfully connected to port 20817
07-22 17:21:24.190 32748 32748 I SDPCore : Provider 'VulkanDataPlugin' (0x815B6AD3) connecting to 127.0.0.1:6500 (non-blocking)...
07-22 17:21:24.190 32748   471 I SDPCore : GLES_DP: GfxConnection: Sending REPORT_CLIENTS
07-22 17:21:24.190 32748   471 I SDPCore : GLES_DP: Sending QSTREAM Token 0x1020002
07-22 17:21:24.190 32748 32748 I SDPCore : SDP::QGLDataPlugin initialized.
07-22 17:21:24.190 32748   473 I SDPCore : Client socket 0x815B6AD3 connected to tcp://127.0.0.1:6500
07-22 17:21:24.190 32748 32748 I SDPCore : DataProvider created (0x5AB73F86): NetworkDataProvider
07-22 17:21:24.200 32748   321 D SDP loading: Found shim on default path
07-22 17:21:24.200 32748   321 D SDP loading:  ... with init
07-22 17:21:24.200 32748   321 I Adreno  : ESXAPILOG: API logging initialized: Name = /data/local/tmp/sdpservice, PID = 32748
07-22 17:21:24.210 32748   321 D libEGL  : loaded /vendor/lib/egl/libGLESv1_CM_adreno.so
07-22 17:21:24.220 32748   321 D libEGL  : loaded /vendor/lib/egl/libGLESv2_adreno.so
07-22 17:21:24.230 32748   321 I Adreno  : QUALCOMM build                   : c0299d7, I241dab1ec4
07-22 17:21:24.230 32748   321 I Adreno  : Build Date                       : 01/25/16
07-22 17:21:24.230 32748   321 I Adreno  : OpenGL ES Shader Compiler Version: XE031.06.00.05
07-22 17:21:24.230 32748   321 I Adreno  : Local Branch                     : 
07-22 17:21:24.230 32748   321 I Adreno  : Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.HB.1.1.1.06.00.01.063.117
07-22 17:21:24.230 32748   321 I Adreno  : Remote Branch                    : NONE
07-22 17:21:24.230 32748   321 I Adreno  : Reconstruct Branch               : NOTHING
07-22 17:21:24.230 32748   321 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
07-22 17:21:24.230 32748   321 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
07-22 17:21:24.230 32748   321 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
07-22 17:21:24.230 32748   464 I SDPCore : Provider 'OpenGLESDataPlugin' (0xBF3AF1DE) connected to 127.0.0.1.
07-22 17:21:24.240 32748   321 D libEGL  : eglInitialize EGLDisplay = 0xf2eff7dc
07-22 17:21:24.240 32748   474 I SDPCore : Provider 'VulkanDataPlugin' (0x815B6AD3) connected to 127.0.0.1.
07-22 17:21:24.240 32748   321 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
07-22 17:21:24.250 32748   321 D libEGL  : eglTerminate EGLDisplay = 0xf2eff834
07-22 17:21:24.250 32748   321 E libEGL  : call to OpenGL ES API with no current context (logged once per thread)
07-22 17:21:24.260 32748   321 I Adreno  : QUALCOMM build                   : c0299d7, I241dab1ec4
07-22 17:21:24.260 32748   321 I Adreno  : Build Date                       : 01/25/16
07-22 17:21:24.260 32748   321 I Adreno  : OpenGL ES Shader Compiler Version: XE031.06.00.05
07-22 17:21:24.260 32748   321 I Adreno  : Local Branch                     : 
07-22 17:21:24.260 32748   321 I Adreno  : Remote Branch                    : refs/tags/AU_LINUX_ANDROID_LA.HB.1.1.1.06.00.01.063.117
07-22 17:21:24.260 32748   321 I Adreno  : Remote Branch                    : NONE
07-22 17:21:24.260 32748   321 I Adreno  : Reconstruct Branch               : NOTHING
07-22 17:21:24.260 32748   321 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
07-22 17:21:24.260 32748   321 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
07-22 17:21:24.260 32748   321 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
07-22 17:21:24.260 32748   321 D libEGL  : eglInitialize EGLDisplay = 0xf2eff79c
07-22 17:21:24.260 32748   321 I Adreno  : Found an ESX Settings File: /data/misc/gpu/esx_config.txt
07-22 17:21:24.270 32748   321 I SDPCore : Provider 'GGPMDataProvider' (0xF79FF04F) connected to 127.0.0.1.
07-22 17:21:24.290 32748 32748 I SDPCore : Provider 'NetworkDataProvider' (0x5AB73F86) connecting to 127.0.0.1:6500 (non-blocking)...
07-22 17:21:24.290 32748 32748 I SDPCore : SDP::NetworkDataPlugin initialized.
07-22 17:21:24.290 32748   485 I SDPCore : Client socket 0x5AB73F86 connected to tcp://127.0.0.1:6500
07-22 17:21:24.290 32748 32748 I SDPCore : DataProvider created (0xA44D31EA): PowerDataPlugin
07-22 17:21:24.290 32748 32748 I SDPCore : Provider 'PowerDataPlugin' (0xA44D31EA) connecting to 127.0.0.1:6500 (non-blocking)...
07-22 17:21:24.290 32748 32748 I SDPCore : PowerDataPlugin initialized.
07-22 17:21:24.300 32748   493 I SDPCore : Client socket 0xA44D31EA connected to tcp://127.0.0.1:6500
07-22 17:21:24.300 32748 32748 I SDPCore : DataProvider created (0x0039E64A): SDPTrace Plugin
07-22 17:21:24.310 32748   454 I SDPCore : Provider 'OpenCLDataProvider' listening for files @ tcp://*:6502
07-22 17:21:24.310 32748   454 I SDPCore : Provider 'OpenCLDataProvider' listening for options @ tcp://*:6503
07-22 17:21:24.340 32748 32748 I SDPCore : added metrics
07-22 17:21:24.340 32748 32748 I SDPCore : Provider 'SDPTrace Plugin' (0x0039E64A) connecting to 127.0.0.1:6500 (blocking)...
07-22 17:21:24.340 32748   486 I SDPCore : Provider 'NetworkDataProvider' (0x5AB73F86) connected to 127.0.0.1.
07-22 17:21:24.340 32748   508 I SDPCore : Client socket 0x0039E64A connected to tcp://127.0.0.1:6500
07-22 17:21:24.340 32748 32748 I SDPCore : Provider 'SDPTrace Plugin' (0x0039E64A) connected to 127.0.0.1.
07-22 17:21:24.340 32748 32748 I SDPCore : SDPTrace connected.
07-22 17:21:24.340 32748   494 I SDPCore : Provider 'PowerDataPlugin' (0xA44D31EA) connected to 127.0.0.1.
07-22 17:21:24.380 32748 32748 I SDPCore : sdptrace thread started
07-22 17:21:24.380 32748 32748 I SDPCore :  initialized.
07-22 17:21:24.390  1319  2155 D NtpTrustedTime: forceRefresh() from cache miss
07-22 17:21:24.400 32748 32748 I SDPCore : Thermal: using directory '/sys/class/hwmon/'
07-22 17:21:24.400 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon0/temp1_input'
07-22 17:21:24.400 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon1/temp1_input'
07-22 17:21:24.400 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon2/temp1_input'
07-22 17:21:24.400 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon3/temp1_input'
07-22 17:21:24.400 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon4/temp1_input'
07-22 17:21:24.400 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon5/temp1_input'
07-22 17:21:24.400 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon6/temp1_input'
07-22 17:21:24.400 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon7/temp1_input'
07-22 17:21:24.400 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon8/temp1_input'
07-22 17:21:24.400 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon9/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon10/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon11/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon12/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon13/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon14/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon15/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon16/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon17/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon18/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon19/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon20/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon21/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon22/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon23/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon24/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon25/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon26/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon27/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon28/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon29/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon30/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon31/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon32/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon33/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon34/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon35/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon36/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon37/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon38/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon39/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon40/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : Thermal: Add sensor '/sys/class/hwmon/hwmon41/temp1_input'
07-22 17:21:24.410 32748 32748 I SDPCore : DataProvider created (0x9B5E069A): ThermalDataprovider
07-22 17:21:24.410 32748 32748 I SDPCore : Provider 'ThermalDataprovider' (0x9B5E069A) connecting to 127.0.0.1:6500 (non-blocking)...
07-22 17:21:24.420 32748 32748 I SDPCore : SDP::ThermalDataPlugin initialized.
07-22 17:21:24.420 32748   519 I SDPCore : Client socket 0x9B5E069A connected to tcp://127.0.0.1:6500
07-22 17:21:24.440 32748   471 I SDPCore : GLES_DP: GfxConnection: Got 3 QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS
07-22 17:21:24.440 32748   471 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126020]
07-22 17:21:24.440 32748   471 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126021]
07-22 17:21:24.440 32748   471 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126022]
07-22 17:21:24.440 32748   471 I SDPCore : GLES_DP: GfxConnection: state is ready.
07-22 17:21:24.440 32748   471 I SDPCore : GLES_DP: Moving ESXConnectionState from state 1 to state 2
07-22 17:21:24.470 32748   520 I SDPCore : Provider 'ThermalDataprovider' (0x9B5E069A) connected to 127.0.0.1.
07-22 17:21:24.490 32748   464 I SDPCore : Provider 'OpenGLESDataPlugin' listening for files @ tcp://*:6504
07-22 17:21:24.490 32748   464 I SDPCore : Provider 'OpenGLESDataPlugin' listening for options @ tcp://*:6505
07-22 17:21:24.490 32748   464 I SDPCore : GLES_DP: App is ready.
07-22 17:21:24.500 32748   464 D libEGL  : eglInitialize EGLDisplay = 0xf080737c
07-22 17:21:24.560 32748   464 I SDPCore : GLES_DP: GfxConnection: App [com.android.systemui.recents] Pid [2351] ready to profile
07-22 17:21:24.660 32748   494 I SDPCore : Provider 'PowerDataPlugin' listening for files @ tcp://*:6506
07-22 17:21:24.660 32748   494 I SDPCore : Provider 'PowerDataPlugin' listening for options @ tcp://*:6507
07-22 17:21:24.690 32748   456 I SDPCore : GLES_DP: GfxConnection: Successfully connected to port 20817
07-22 17:21:24.690 32748   533 I SDPCore : GLES_DP: GfxConnection: Sending REPORT_CLIENTS
07-22 17:21:24.690 32748   533 I SDPCore : GLES_DP: Sending QSTREAM Token 0x1020002
07-22 17:21:24.740 32748   533 I SDPCore : GLES_DP: GfxConnection: state is ready.
07-22 17:21:24.740 32748   533 I SDPCore : GLES_DP: Moving ESXConnectionState from state 1 to state 2
07-22 17:21:24.740 32748   533 I SDPCore : GLES_DP: GfxConnection: Got 3 QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS
07-22 17:21:24.740 32748   533 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126020]
07-22 17:21:24.740 32748   533 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126021]
07-22 17:21:24.740 32748   533 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126022]
07-22 17:21:24.750 32748   474 I SDPCore : Provider 'VulkanDataPlugin' listening for files @ tcp://*:6508
07-22 17:21:24.750 32748   474 I SDPCore : Provider 'VulkanDataPlugin' listening for options @ tcp://*:6509
07-22 17:21:24.810 32748   510 I SDPCore : Provider 'SDPTrace Plugin' listening for files @ tcp://*:6510
07-22 17:21:24.810 32748   510 I SDPCore : Provider 'SDPTrace Plugin' listening for options @ tcp://*:6511
07-22 17:21:24.830 32748   520 I SDPCore : Provider 'ThermalDataprovider' listening for files @ tcp://*:6512
07-22 17:21:24.830 32748   520 I SDPCore : Provider 'ThermalDataprovider' listening for options @ tcp://*:6513
07-22 17:21:25.190 32748   456 I SDPCore : GLES_DP: GfxConnection: Successfully connected to port 20817
07-22 17:21:25.200 32748   557 I SDPCore : GLES_DP: GfxConnection: Sending REPORT_CLIENTS
07-22 17:21:25.200 32748   557 I SDPCore : GLES_DP: Sending QSTREAM Token 0x1020002
07-22 17:21:25.250 32748   557 I SDPCore : GLES_DP: GfxConnection: state is ready.
07-22 17:21:25.250 32748   557 I SDPCore : GLES_DP: Moving ESXConnectionState from state 1 to state 2
07-22 17:21:25.250 32748   557 I SDPCore : GLES_DP: GfxConnection: Got 3 QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS
07-22 17:21:25.250 32748   557 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126020]
07-22 17:21:25.250 32748   557 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126021]
07-22 17:21:25.250 32748   557 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126022]
07-22 17:21:25.340 32748   305 I SDPCore : Provider 'CPUDataProvider' listening for files @ tcp://*:6514
07-22 17:21:25.350 32748   305 I SDPCore : Provider 'CPUDataProvider' listening for options @ tcp://*:6515
07-22 17:21:25.700 32748   456 I SDPCore : GLES_DP: GfxConnection: Successfully connected to port 20817
07-22 17:21:25.700 32748   565 I SDPCore : GLES_DP: GfxConnection: Sending REPORT_CLIENTS
07-22 17:21:25.700 32748   565 I SDPCore : GLES_DP: Sending QSTREAM Token 0x1020002
07-22 17:21:25.780 32748   565 I SDPCore : GLES_DP: GfxConnection: state is ready.
07-22 17:21:25.780 32748   565 I SDPCore : GLES_DP: Moving ESXConnectionState from state 1 to state 2
07-22 17:21:25.780 32748   565 I SDPCore : GLES_DP: GfxConnection: Got 3 QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS
07-22 17:21:25.780 32748   565 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126020]
07-22 17:21:25.780 32748   565 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126021]
07-22 17:21:25.780 32748   565 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126022]
07-22 17:21:25.920 32748   486 I SDPCore : Provider 'NetworkDataProvider' listening for files @ tcp://*:6516
07-22 17:21:25.920 32748   486 I SDPCore : Provider 'NetworkDataProvider' listening for options @ tcp://*:6517
07-22 17:21:26.050 32748   321 I SDPCore : Provider 'GGPMDataProvider' listening for files @ tcp://*:6518
07-22 17:21:26.050 32748   321 I SDPCore : Provider 'GGPMDataProvider' listening for options @ tcp://*:6519
07-22 17:21:26.200 32748   456 I SDPCore : GLES_DP: GfxConnection: Successfully connected to port 20817
07-22 17:21:26.210 32748   594 I SDPCore : GLES_DP: GfxConnection: Sending REPORT_CLIENTS
07-22 17:21:26.210 32748   594 I SDPCore : GLES_DP: Sending QSTREAM Token 0x1020002
07-22 17:21:26.310 32748   594 I SDPCore : GLES_DP: GfxConnection: state is ready.
07-22 17:21:26.310 32748   594 I SDPCore : GLES_DP: Moving ESXConnectionState from state 1 to state 2
07-22 17:21:26.310 32748   594 I SDPCore : GLES_DP: GfxConnection: Got 3 QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS
07-22 17:21:26.310 32748   594 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126020]
07-22 17:21:26.310 32748   594 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126021]
07-22 17:21:26.310 32748   594 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126022]
07-22 17:21:26.710 32748   456 I SDPCore : GLES_DP: GfxConnection: Successfully connected to port 20817
07-22 17:21:26.710 32748   595 I SDPCore : GLES_DP: GfxConnection: Sending REPORT_CLIENTS
07-22 17:21:26.710 32748   595 I SDPCore : GLES_DP: Sending QSTREAM Token 0x1020002
07-22 17:21:26.930 32748   595 I SDPCore : GLES_DP: GfxConnection: state is ready.
07-22 17:21:26.930 32748   595 I SDPCore : GLES_DP: Moving ESXConnectionState from state 1 to state 2
07-22 17:21:26.930 32748   595 I SDPCore : GLES_DP: GfxConnection: Got 3 QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS
07-22 17:21:26.930 32748   595 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126020]
07-22 17:21:26.930 32748   595 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126021]
07-22 17:21:26.930 32748   595 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126022]
07-22 17:21:27.210 32748   456 I SDPCore : GLES_DP: GfxConnection: Successfully connected to port 20817
07-22 17:21:27.220 32748   596 I SDPCore : GLES_DP: GfxConnection: Sending REPORT_CLIENTS
07-22 17:21:27.220 32748   596 I SDPCore : GLES_DP: Sending QSTREAM Token 0x1020002
07-22 17:21:27.440 32748   596 I SDPCore : GLES_DP: GfxConnection: state is ready.
07-22 17:21:27.440 32748   596 I SDPCore : GLES_DP: Moving ESXConnectionState from state 1 to state 2
07-22 17:21:27.440 32748   596 I SDPCore : GLES_DP: GfxConnection: Got 3 QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS
07-22 17:21:27.440 32748   596 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126020]
07-22 17:21:27.440 32748   596 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126021]
07-22 17:21:27.440 32748   596 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126022]
07-22 17:21:27.720 32748   456 I SDPCore : GLES_DP: GfxConnection: Successfully connected to port 20817
07-22 17:21:27.720 32748   598 I SDPCore : GLES_DP: GfxConnection: Sending REPORT_CLIENTS
07-22 17:21:27.720 32748   598 I SDPCore : GLES_DP: Sending QSTREAM Token 0x1020002
07-22 17:21:27.750 32748   598 I SDPCore : GLES_DP: GfxConnection: state is ready.
07-22 17:21:27.750 32748   598 I SDPCore : GLES_DP: Moving ESXConnectionState from state 1 to state 2
07-22 17:21:27.750 32748   598 I SDPCore : GLES_DP: GfxConnection: Got 3 QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS
07-22 17:21:27.750 32748   598 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126020]
07-22 17:21:27.750 32748   598 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126021]
07-22 17:21:27.750 32748   598 I SDPCore : GLES_DP: GfxConnection: Got QSTREAM_ESX_CLIENT_STATE_TOKEN_CAPS:[151126022]
 
I did also see a crash on shutdown in sdpservice
 
07-22 15:09:42.034 12049 12049 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
07-22 15:09:42.034 12049 12049 F DEBUG   : Build fingerprint: 'samsung/heroqlteuc/heroqlteatt:6.0.1/MMB29M/G930AUCS2APE1:user/release-keys'
07-22 15:09:42.034 12049 12049 F DEBUG   : Revision: '15'
07-22 15:09:42.034 12049 12049 F DEBUG   : ABI: 'arm'
07-22 15:09:42.034 12049 12049 F DEBUG   : pid: 28786, tid: 28786, name: sdpservice  >>> /data/local/tmp/sdpservice <<<
07-22 15:09:42.034 12049 12049 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x20c
07-22 15:09:42.084 12049 12049 F DEBUG   :     r0 ef807500  r1 f2df9000  r2 f4087f80  r3 00000000
07-22 15:09:42.084 12049 12049 E DEBUG   : AM write failed: Broken pipe
07-22 15:09:42.084 12049 12049 F DEBUG   :     r4 edc22000  r5 f1cb8d8c  r6 f1cc6cf8  r7 f2df9024
07-22 15:09:42.084 12049 12049 F DEBUG   :     r8 f1cc6cec  r9 f1cb8d8c  sl f7584444  fp 0000000c
07-22 15:09:42.084 12049 12049 F DEBUG   :     ip 00000058  sp ffe734f8  lr f19a3d9f  pc f1928902  cpsr 000a0030
07-22 15:09:42.094 12049 12049 F DEBUG   :
07-22 15:09:42.094 12049 12049 F DEBUG   : backtrace:
07-22 15:09:42.094 12049 12049 F DEBUG   :     #00 pc 000ac902  /system/vendor/lib/egl/libGLESv2_adreno.so (_ZN10EsxContext7GlFlushEv+1)
07-22 15:09:42.094 12049 12049 F DEBUG   :     #01 pc 00127d9d  /system/vendor/lib/egl/libGLESv2_adreno.so (_ZN10EglContext16UnmakeCurrentEsxEv+60)
07-22 15:09:42.094 12049 12049 F DEBUG   :     #02 pc 00127e2d  /system/vendor/lib/egl/libGLESv2_adreno.so (_ZN10EglContext13UnmakeCurrentEv+12)
07-22 15:09:42.094 12049 12049 F DEBUG   :     #03 pc 00131aaf  /system/vendor/lib/egl/libGLESv2_adreno.so (_ZN14EglThreadState13UnmakeCurrentEv+14)
07-22 15:09:42.094 12049 12049 F DEBUG   :     #04 pc 00128ad7  /system/vendor/lib/egl/libGLESv2_adreno.so (_ZN13EglThreadList29SearchCurrentDisplayAndUnmakeEP10EglDisplay+86)
07-22 15:09:42.094 12049 12049 F DEBUG   :     #05 pc 001298c3  /system/vendor/lib/egl/libGLESv2_adreno.so (_ZN10EglDisplay9TerminateEv+66)
07-22 15:09:42.094 12049 12049 F DEBUG   :     #06 pc 00129cc5  /system/vendor/lib/egl/libGLESv2_adreno.so (_ZN10EglDisplay7DestroyEv+4)
07-22 15:09:42.094 12049 12049 F DEBUG   :     #07 pc 00129f55  /system/vendor/lib/egl/libGLESv2_adreno.so (_ZN14EglDisplayList7DestroyEv+116)
07-22 15:09:42.094 12049 12049 F DEBUG   :     #08 pc 00129f7d  /system/vendor/lib/egl/libGLESv2_adreno.so (_ZN10EglDisplay32DestroyStaticListsAndStaticMutexEv+28)
07-22 15:09:42.094 12049 12049 F DEBUG   :     #09 pc 00142545  /system/vendor/lib/egl/libGLESv2_adreno.so
07-22 15:09:42.094 12049 12049 F DEBUG   :     #10 pc 0004848b  /system/lib/libc.so (__cxa_finalize+138)
07-22 15:09:42.094 12049 12049 F DEBUG   :     #11 pc 0001675b  /system/lib/libc.so (exit+10)
07-22 15:09:42.094 12049 12049 F DEBUG   :     #12 pc 0001744b  /system/lib/libc.so (__libc_init+46)
07-22 15:09:42.094 12049 12049 F DEBUG   :     #13 pc 00005c18  /data/local/tmp/sdpservice
07-22 15:09:42.894 12049 12049 F DEBUG   :
07-22 15:09:42.894 12049 12049 F DEBUG   : Tombstone written to: /data/tombstones/tombstone_09

 

  • Up0
  • Down0
nicholas.howe
Join Date: 21 Jul 16
Posts: 16
Posted: Sat, 2016-07-23 09:25
Hi Eric, I've uploaded the logcat output I get when connecting the profiler to my phone, starting at service initialized, to pastebin.com:
 
 
I have the phone connected directly to my pc over usb.
 
 
  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Sat, 2016-07-23 11:17

Thanks Nicholas, that will help us. Could you also run 

adb shell getprop ro.build.date.utc

and post the value that's returned?

Eric

  • Up0
  • Down0
nicholas.howe
Join Date: 21 Jul 16
Posts: 16
Posted: Sat, 2016-07-23 22:03

The value returned is 1459492354.

 

  • Up0
  • Down0
BenM
Join Date: 12 May 16
Posts: 29
Posted: Mon, 2016-07-25 08:31

Thanks for posting the data!  We're combing through everything and trying to reproduce here.  This has allowed us to rule out some possible causes, but are still working through other possibilities.

Thanks,

Ben

  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Mon, 2016-07-25 12:03

Thanks again for helping us track down this issue. Could you run

adb shell ls /system/vendor/lib/egl

and post the results for that?

Thanks.

Eric

  • Up0
  • Down0
nicholas.howe
Join Date: 21 Jul 16
Posts: 16
Posted: Mon, 2016-07-25 12:18
That prints:
 
eglSubDriverAndroid.so
libEGL_adreno.so
libGLESv1_CM_adreno.so
libGLESv2_adreno.so
libQTapGLES.so
libq3dtools_adreno.so
libq3dtools_esx.so
 
  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Mon, 2016-07-25 12:37

Thank you again Nicholas. I have another one for you, if you could:

adb shell getprop | grep build

 

  • Up0
  • Down0
nicholas.howe
Join Date: 21 Jul 16
Posts: 16
Posted: Mon, 2016-07-25 12:51
[ro.bootimage.build.date]: [Fri Apr 1 15:32:45 KST 2016]
[ro.bootimage.build.date.utc]: [1459492365]
[ro.bootimage.build.fingerprint]: [samsung/hero2qlteuc/hero2qlteatt:6.0.1/MMB29M/G935AUCU2APD1:user/test-keys]
[ro.build.PDA]: [G935AUCU2APD1]
[ro.build.changelist]: [7617530]
[ro.build.characteristics]: [att]
[ro.build.date]: [Fri Apr  1 15:32:34 KST 2016]
[ro.build.date.utc]: [1459492354]
[ro.build.description]: [hero2qlteuc-user 6.0.1 MMB29M G935AUCU2APD1 release-keys]
[ro.build.display.id]: [MMB29M.G935AUCU2APD1]
[ro.build.fingerprint]: [samsung/hero2qlteuc/hero2qlteatt:6.0.1/MMB29M/G935AUCU2APD1:user/release-keys]
[ro.build.flavor]: [hero2qlteuc-user]
[ro.build.hidden_ver]: [G935AUCU2APD1]
[ro.build.host]: [SWHD4916]
[ro.build.id]: [MMB29M]
[ro.build.product]: [hero2qlteatt]
[ro.build.scafe.cream]: [white]
[ro.build.scafe.shot]: [double]
[ro.build.scafe.size]: [short]
[ro.build.scafe.version]: [2016A]
[ro.build.selinux]: [1]
[ro.build.selinux.enforce]: [1]
[ro.build.tags]: [release-keys]
[ro.build.type]: [user]
[ro.build.user]: [dpi]
[ro.build.version.all_codenames]: [REL]
[ro.build.version.base_os]: []
[ro.build.version.codename]: [REL]
[ro.build.version.incremental]: [G935AUCU2APD1]
[ro.build.version.preview_sdk]: [0]
[ro.build.version.release]: [6.0.1]
[ro.build.version.sdk]: [23]
[ro.build.version.sdl]: [2301]
[ro.build.version.security_patch]: [2016-04-02]
  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Tue, 2016-07-26 14:10

We tracked this down to a bug in Profiler that is triggered by the latest version of ADB. We'll have a new release with a fix available soon.

Thanks again for providing all the extra information - it helped us diagnose the problem more quickly.

Eric

 

  • Up0
  • Down0
pbd
Join Date: 15 Jul 16
Posts: 5
Posted: Tue, 2016-07-26 14:55

Thanks so much!  Great news!

  • Up0
  • Down0
nicholas.howe
Join Date: 21 Jul 16
Posts: 16
Posted: Wed, 2016-07-27 06:36

Woohoo!  Thank you for investigating and resolving this so quickly!  When should we expect the next profiler release?

In the meantime, I might see if I can work with an old version of adb.  Do you know of a build that should function correctly with the profiler?

Thanks!

  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Wed, 2016-07-27 11:33

We'll hopefully have a new release in the next few days to a week.

In our tests ADB v1.0.32 worked ok, but v1.0.36 exposed the bug.

Eric

  • Up0
  • Down0
nicholas.howe
Join Date: 21 Jul 16
Posts: 16
Posted: Tue, 2016-08-02 10:31
I found a copy of ADB 1.0.32 and Snapshot is no longer deactivated!  But when I am in Snapshot view and click the Snapshot button, the Data Explorer displays a message saying "Retrieving Snapshot" but the retrieval doesn't complete.  The Profiler does not hang, but appears content to wait forever for the profile data.
 
This is spewed in logcat when I click on Snapshot:
 
08-02 12:55:45.289 26863 26932 I SDPCore : QGL_DP: Trying to start a capture from QGL DP on a non-vulkan driver device, or don't have a QGL app connected
08-02 12:55:45.289 26863 26932 I SDPCore : QGL_DP: m_gfxConnection->IsQGL() == true
08-02 12:55:45.289 26863 26932 I SDPCore : QGL_DP: m_gfxConnection->AppReady() == false
08-02 12:55:45.319 26863 26923 I SDPCore : Metric activated: API Trace
08-02 12:55:45.319 26863 26923 I SDPCore : GLES_DP : Starting DCAP Capture
08-02 12:55:45.319 26863 26923 I SDPCore : GLES_DP: Sending QSTREAM Token 0x4020040
08-02 12:55:45.319 26863 26923 I SDPCore : GLES_DP: Sending QSTREAM Token 0x4020003
08-02 12:55:45.319 26863 26923 I SDPCore : GLES_DP: Sending QSTREAM Token 0x902000B
08-02 12:55:45.319 26863 26923 I SDPCore : GLES_DP: Sending QSTREAM Token 0x1020006
08-02 12:55:45.319 26863 26923 I SDPCore : GLES_DP: Sending Rendercall Start Request
08-02 12:55:45.319 26863 26923 I SDPCore : GLES_DP: Sending QSTREAM Token 0x102000E
08-02 12:55:45.319 26863 26923 I SDPCore : GLES_DP : m_capturingMask = 2
08-02 12:55:45.319 26863 26923 I SDPCore : Metric deactivated: API Trace
08-02 12:55:46.339 26863 26923 I SDPCore : GLES_DP: Sending Periodic Stop Request
08-02 12:55:46.339 26863 26923 I SDPCore : GLES_DP: Sending QSTREAM Token 0x102000F
08-02 12:55:46.349 26863 26932 I SDPCore : QGL_DP: Trying to end a capture from QGL DP on a non-esx device, or are not currently capturing
 
Does any of that tell you anything about what I'm doing wrong?
 
I uploaded more logging starting from Service initialized to pastebin.com:
 
 
I attempted to filter out log messages from my app that I didn't want to be public.
 
  • Up0
  • Down0
Carlos Dominguez Moderator
Join Date: 27 Jul 15
Location: San Diego
Posts: 110
Posted: Wed, 2016-08-03 11:41

Hi Nicholas,

Everything looks alright on the logcat you provided so I'm curious if Snapdragon Profiler "hangs" because it can't stop the capture. Profiler uses frame delimiters to detect when to start and stop capturing a frame and defaults to eglSwapBuffers for frame delimiters as it's the most common case. We've seen some special cases especially with VR applications that require more advanced methods for frame delimiters. I'm curious if you are using eglSwapBuffers, either way you can look at the "GL Frame delimiters" section in the Options view to play around with alternate ones and see which one best suits your app.

Cheers,

Carlos

  • Up0
  • Down0
pbd
Join Date: 15 Jul 16
Posts: 5
Posted: Mon, 2016-08-08 11:48

Hi guys, any update on when the new version of the profiler might be released?   Thanks!

  • Up0
  • Down0
ToolsPM
Join Date: 15 Feb 13
Posts: 386
Posted: Mon, 2016-08-08 12:27

Watch for a Snapdragon Profiler update this week on the Qualcomm Developer Network. The software was finished last week, but it sometimes takes a few days before it appears online. 

- Rick

  • Up0
  • Down0
nicholas.howe
Join Date: 21 Jul 16
Posts: 16
Posted: Thu, 2016-08-11 08:19
Hi, I still exist!  And I'm still fiddling with this.  Thanks for the suggestion, Carlos.  My "hang" does seem to be somewhat related to the frame delimiter.  I am using GearVR with Unity, so it's not easy for me to determine exactly what API calls are occurring when.  I set "Turn on OpenGL traces" to "Logcat" in "Developer options" and there's no sign of eglSwapBuffers, so that would explain why that delimiter doesn't work.  Last week I was able to capture some textures and shaders using glFlush as the delimiter, although I didn't get any framebuffer or pixel history data, and it only worked intermittently, despite glFlush appearing consistently in the log.  I can't get it to work at all at the moment for some reason.  I'm also trying to get it working with glInsertEventMarkerEXT now.  I think I'm emitting the sdpframe marker, but I currently can't get any of the frame delimiters to cause a capture to occur.  Maybe the next version of the profiler will help.
 
  • Up0
  • Down0
ToolsPM
Join Date: 15 Feb 13
Posts: 386
Posted: Thu, 2016-08-11 11:01

Please try v1.5.2. It was just posted on the download page. 

- Rick

  • Up0
  • Down0
nicholas.howe
Join Date: 21 Jul 16
Posts: 16
Posted: Thu, 2016-08-11 12:31
Thanks, Rick!  The snapshot option shows up correctly now with adb 1.0.36.  I get as far with 1.5.2 and adb 1.0.36 as I was able to get with 1.5.1 and adb 1.0.32.  The capture never completes, no matter which delimiter I use.
 
  • Up0
  • Down0
khawkins Moderator
Join Date: 29 Nov 12
Location: San Diego, CA
Posts: 62
Posted: Thu, 2016-08-11 14:12

Hi,

This might actually be a bug in the driver/Profiler on the device itself that affects apps with multiple contexts. We have a fix, but it requires an OTA. We don't know when this OTA will be delivered unfortunately.

Not a definite reason for the issue, but it's a possible reason for this behavior.

Kevin

  • Up0
  • Down0
nicholas.howe
Join Date: 21 Jul 16
Posts: 16
Posted: Fri, 2016-08-19 08:07
Thanks for all the help!  I recently upgraded Unity version from 5.3.5p2 to 5.4.0p1 and captures are working better.  They now complete consistently using eglSwapBuffers as the frame delimiter.  Framebuffers are still behaving a bit strangely.  When I double click on draw calls, I get 16x16 color, depth and stencil buffers, whereas I expect to get a framebuffer large enough to accomodate a 1024x1024 viewport.  I see 1024x1024 textures with the appropriate content in them from the frame in the resources view under textures, although they are attributed to a different context from the one that executed the draw call.
 
  • Up0
  • Down0
maulik.kaloliya
Join Date: 30 Apr 14
Posts: 1
Posted: Mon, 2017-01-02 22:27

Hi

I am also facing same issue capture new snapshot grayed out with snapdragon profiler v1.5.4 and ADB 1.0.36 on my Samsung S7 Edge

  • Up0
  • Down0
Carlos Dominguez Moderator
Join Date: 27 Jul 15
Location: San Diego
Posts: 110
Posted: Wed, 2017-01-04 14:07

@ maulik.kaloliya,

There's a few things Snapdragon Profiler checks in order to determine if the device connected is capable of snapshot captures but being an S7 Edge I can't think of why it would fail as all checks should pass. Could you please reply with your Android's build date please? (Can be queried by calling "adb shell getprop ro.build.date.utc". 

  • Up0
  • Down0
Carlos Dominguez Moderator
Join Date: 27 Jul 15
Location: San Diego
Posts: 110
Posted: Wed, 2017-01-04 17:13

An alternative to the grayed out Snapshot capture is to bypass the check. This can be achieved by going to File->Settings->Snapshot and unchecking "Check connected devices for snapshot compatibility". If there was an error with the check itself but Snapshot captures are actually available for your device this should suffice. I think this might be the case for your S7 Edge

  • Up0
  • Down0
filipp
Join Date: 18 Mar 14
Posts: 2
Posted: Tue, 2017-01-31 09:23

I have the same issue with Galaxy S7 Edge.

adb shell getprop ro.build.date.utc

outputs 1481769095

Disabled compatibility check, snapshot inspector can be opened but list of available processes is empty :(

ADB 1.0.36

profiler 1.6.0 (mac)

  • Up0
  • Down0
eshaw Moderator
Join Date: 12 May 16
Location: San Diego
Posts: 141
Posted: Tue, 2017-01-31 10:10

Hi filipp,

Please make sure you connect Snapdragon Profiler to your device before starting your app. Once Profiler is connected, launch your app, and as long as it creates an OpenGL context it should show up in the Snapshot list within a few seconds. Also, make sure youre app has internet permissions enabled, as that is required for GPU profiling.

Eric

 

  • Up0
  • Down0
filipp
Join Date: 18 Mar 14
Posts: 2
Posted: Wed, 2017-02-01 02:52

Nevermind, my phone has Mali GPU

this helped:

adb shell ls /system/vendor/lib/egl

  • Up0
  • Down0
onnep
Join Date: 8 Nov 18
Posts: 4
Posted: Fri, 2018-12-21 01:54

I know it is an old post, but since I could not get OnePlus6 to work with the profiler, I took my old S7 to test. It does get a bit further, and actually begins to transfer stuff from phone. However, it always crashes in the middle of the process.

Here is the logcat:
https://pastebin.com/fH94aC47

 

adb shell ls /system/vendor/lib/egl

eglSubDriverAndroid.so
libEGL_adreno.so
libGLESv1_CM_adreno.so
libGLESv2_adreno.so
libQTapGLES.so
libq3dtools_adreno.so
libq3dtools_esx.so
 
adb shell getprop
 

 

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.