[jira] [Commented] (CB-13139) Android 8.0.0 / App restarts when bringing it back from background on physical device

2017-08-09 Thread Jonas Verhaert (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16119888#comment-16119888
 ] 

Jonas Verhaert commented on CB-13139:
-

This issue can be closed.

We bought today a second Google Pixel C with the same setup and the issue isn't 
manifesting. We tested the cordova app aswel as the chrome browser.

Thanks for the support and the time.


With kind regards,

Jonas Verhaert

> Android 8.0.0 / App restarts when bringing it back from background on 
> physical device
> -
>
> Key: CB-13139
> URL: https://issues.apache.org/jira/browse/CB-13139
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: Android 8.0.0 on the Google Pixel C tablet, not on phones
>Reporter: Jonas Verhaert
>Assignee: Joe Bowser
>Priority: Minor
>  Labels: android, android8.0, chromium
>
> *Application Version Chrome*
> Chrome 59.0.3071.125
> *Operating System*
> Android 8.0.0; Pixel C Build / OPP4.170623.014
> *Steps to reproduce*
> * Open a cordova app on an Android O device (like the Google Pixel C)
> * Send the app to the background
> * Bring the app back to the front
> *Expected result*
> Like in previous versions of Android the app should be untouched / page 
> should not be reloaded
> *Actual result*
> Something with chromium goes wrong and the webview restarts.
> *Side note*
> I have seen the the android activity monitor that chromium is relaunching the 
> page. Chromium itself has the same issue and I opened a bug on their issue 
> tracker : https://bugs.chromium.org/p/chromium/issues/detail?id=751039
> *App to test*
> We created a git repo where we have a hello world example that we used to 
> prove this case : https://github.com/panisrob/cordova_app
> *Recording issue*
> We recorded the issue here : 
> https://www.youtube.com/watch?v=MJeQM_7NQz8



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13139) Android 8.0.0 / App restarts when bringing it back from background on physical device

2017-08-08 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16118793#comment-16118793
 ] 

Joe Bowser commented on CB-13139:
-

[~JonasV] This sounds like a Pixel C issue if the problem isn't manifesting.  
The Nexus 5X should in theory have the same problems, but there's something on 
the firmware that's probably causing it to go in the background.  Given your 
investigation, I'm going to lower the priority since it's clearly just the 
Pixel C on a Dev Firmware that hasn't been released.

Thanks for doing the legwork on this issue.  Currently my Nexus 5X is MIA, so I 
only have my Pixel phone to test Android O issues on.

> Android 8.0.0 / App restarts when bringing it back from background on 
> physical device
> -
>
> Key: CB-13139
> URL: https://issues.apache.org/jira/browse/CB-13139
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: Android 8.0.0 on the Google Pixel C tablet, not on phones
>Reporter: Jonas Verhaert
>Assignee: Joe Bowser
>  Labels: android, android8.0, chromium
>
> *Application Version Chrome*
> Chrome 59.0.3071.125
> *Operating System*
> Android 8.0.0; Pixel C Build / OPP4.170623.014
> *Steps to reproduce*
> * Open a cordova app on an Android O device (like the Google Pixel C)
> * Send the app to the background
> * Bring the app back to the front
> *Expected result*
> Like in previous versions of Android the app should be untouched / page 
> should not be reloaded
> *Actual result*
> Something with chromium goes wrong and the webview restarts.
> *Side note*
> I have seen the the android activity monitor that chromium is relaunching the 
> page. Chromium itself has the same issue and I opened a bug on their issue 
> tracker : https://bugs.chromium.org/p/chromium/issues/detail?id=751039
> *App to test*
> We created a git repo where we have a hello world example that we used to 
> prove this case : https://github.com/panisrob/cordova_app
> *Recording issue*
> We recorded the issue here : 
> https://www.youtube.com/watch?v=MJeQM_7NQz8



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13139) Android 8.0.0 / App restarts when bringing it back from background on physical device

2017-08-03 Thread Jonas Verhaert (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16112677#comment-16112677
 ] 

Jonas Verhaert commented on CB-13139:
-

I tested the chrome 60.x beta on the Google Pixel C and it still has the same 
restart issue. 

> Android 8.0.0 / App restarts when bringing it back from background on 
> physical device
> -
>
> Key: CB-13139
> URL: https://issues.apache.org/jira/browse/CB-13139
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: Android 8.0.0 on a physical device like the Google Pixel 
> C
>Reporter: Jonas Verhaert
>Assignee: Joe Bowser
>  Labels: android, android8.0, chromium
>
> *Application Version Chrome*
> Chrome 59.0.3071.125
> *Operating System*
> Android 8.0.0; Pixel C Build / OPP4.170623.014
> *Steps to reproduce*
> * Open a cordova app on an Android O device (like the Google Pixel C)
> * Send the app to the background
> * Bring the app back to the front
> *Expected result*
> Like in previous versions of Android the app should be untouched / page 
> should not be reloaded
> *Actual result*
> Something with chromium goes wrong and the webview restarts.
> *Side note*
> I have seen the the android activity monitor that chromium is relaunching the 
> page. Chromium itself has the same issue and I opened a bug on their issue 
> tracker : https://bugs.chromium.org/p/chromium/issues/detail?id=751039
> *App to test*
> We created a git repo where we have a hello world example that we used to 
> prove this case : https://github.com/panisrob/cordova_app
> *Recording issue*
> We recorded the issue here : 
> https://www.youtube.com/watch?v=MJeQM_7NQz8



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13139) Android 8.0.0 / App restarts when bringing it back from background on physical device

2017-08-03 Thread Jonas Verhaert (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16112662#comment-16112662
 ] 

Jonas Verhaert commented on CB-13139:
-

Second update,

I just tested it also on a nexus phone with Android 8 and the test app and the 
problem isn't manifesting. 

The information about this device is : 

The chrome application version :
Chrome 60.0.3112.78

Operation System :
Android 8.0.0; Nexus 5X Build/OPP4.170623.014

The big difference between the two is the installed Chrome version, will go 
deeper into it.

> Android 8.0.0 / App restarts when bringing it back from background on 
> physical device
> -
>
> Key: CB-13139
> URL: https://issues.apache.org/jira/browse/CB-13139
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: Android 8.0.0 on a physical device like the Google Pixel 
> C
>Reporter: Jonas Verhaert
>Assignee: Joe Bowser
>  Labels: android, android8.0, chromium
>
> *Application Version Chrome*
> Chrome 59.0.3071.125
> *Operating System*
> Android 8.0.0; Pixel C Build / OPP4.170623.014
> *Steps to reproduce*
> * Open a cordova app on an Android O device (like the Google Pixel C)
> * Send the app to the background
> * Bring the app back to the front
> *Expected result*
> Like in previous versions of Android the app should be untouched / page 
> should not be reloaded
> *Actual result*
> Something with chromium goes wrong and the webview restarts.
> *Side note*
> I have seen the the android activity monitor that chromium is relaunching the 
> page. Chromium itself has the same issue and I opened a bug on their issue 
> tracker : https://bugs.chromium.org/p/chromium/issues/detail?id=751039
> *App to test*
> We created a git repo where we have a hello world example that we used to 
> prove this case : https://github.com/panisrob/cordova_app
> *Recording issue*
> We recorded the issue here : 
> https://www.youtube.com/watch?v=MJeQM_7NQz8



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13139) Android 8.0.0 / App restarts when bringing it back from background on physical device

2017-08-02 Thread Jonas Verhaert (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16112270#comment-16112270
 ] 

Jonas Verhaert commented on CB-13139:
-

Hello Joe, 

The chrome application version is: 
Chrome 59.0.3071.125

The operating system is : 
Android 8.0.0; Pixel C Build / OPP4.170623.014

I also updated it in the description.

> Android 8.0.0 / App restarts when bringing it back from background on 
> physical device
> -
>
> Key: CB-13139
> URL: https://issues.apache.org/jira/browse/CB-13139
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: Android 8.0.0 on a physical device like the Google Pixel 
> C
>Reporter: Jonas Verhaert
>Assignee: Joe Bowser
>  Labels: android, android8.0, chromium
>
> *Steps to reproduce*
> * Open a cordova app on an Android O device (like the Google Pixel C)
> * Send the app to the background
> * Bring the app back to the front
> *Expected result*
> Like in previous versions of Android the app should be untouched / page 
> should not be reloaded
> *Actual result*
> Something with chromium goes wrong and the webview restarts.
> *Side note*
> I have seen the the android activity monitor that chromium is relaunching the 
> page. Chromium itself has the same issue and I opened a bug on their issue 
> tracker : https://bugs.chromium.org/p/chromium/issues/detail?id=751039
> *App to test*
> We created a git repo where we have a hello world example that we used to 
> prove this case : https://github.com/panisrob/cordova_app
> *Recording issue*
> We recorded the issue here : 
> https://www.youtube.com/watch?v=MJeQM_7NQz8



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13139) Android 8.0.0 / App restarts when bringing it back from background on physical device

2017-08-02 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16111416#comment-16111416
 ] 

Joe Bowser commented on CB-13139:
-

I can't reproduce this on the Google Pixel phone.  Is it possible that this 
issue is confined to the Pixel C? Could this be a memory constraint, since 
there's clear garbage collection happening in this stack trace?  That's what it 
looks like and if it's an upstream bug, there's literally nothing that we can 
do about this.

> Android 8.0.0 / App restarts when bringing it back from background on 
> physical device
> -
>
> Key: CB-13139
> URL: https://issues.apache.org/jira/browse/CB-13139
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: cordova@7.0.0
> Environment: Android 8.0.0 on a physical device like the Google Pixel 
> C
>Reporter: Jonas Verhaert
>Assignee: Joe Bowser
>  Labels: android, android8.0, chromium
>
> *Steps to reproduce*
> * Open a cordova app on an Android O device (like the Google Pixel C)
> * Send the app to the background
> * Bring the app back to the front
> *Expected result*
> Like in previous versions of Android the app should be untouched / page 
> should not be reloaded
> *Actual result*
> Something with chromium goes wrong and the webview restarts.
> *Side note*
> I have seen the the android activity monitor that chromium is relaunching the 
> page. Chromium itself has the same issue and I opened a bug on their issue 
> tracker : https://bugs.chromium.org/p/chromium/issues/detail?id=751039
> *App to test*
> We created a git repo where we have a hello world example that we used to 
> prove this case : https://github.com/panisrob/cordova_app
> *Recording issue*
> We recorded the issue here : 
> https://www.youtube.com/watch?v=MJeQM_7NQz8



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13139) Android 8.0.0 / App restarts when bringing it back from background on physical device

2017-08-02 Thread Jonas Verhaert (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110715#comment-16110715
 ] 

Jonas Verhaert commented on CB-13139:
-

*send to foreground log*

08-02 13:03:22.873: W/zygote64(516): Checksum mismatch for dex 
SystemUIGoogle.apk:classes2.dex
08-02 13:03:48.856: I/audio_cras_dsp(251): pipeline created
08-02 13:03:48.856: D//system/bin/audioserver(251): instantiate source
08-02 13:03:48.856: D//system/bin/audioserver(251): instantiate drc
08-02 13:03:48.856: D//system/bin/audioserver(251): instantiate eq2
08-02 13:03:48.856: D//system/bin/audioserver(251): instantiate sink
08-02 13:03:48.856: D//system/bin/audioserver(251): connect audio buf 0 to 
output_source:0 (out)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect audio buf 1 to 
output_source:1 (out)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect audio buf 0 to 
drc:0 (in)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect audio buf 1 to 
drc:1 (in)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect audio buf 0 to 
drc:2 (out)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect audio buf 1 to 
drc:3 (out)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect control (val=1) to 
drc:4 (in)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect control (val=0) to 
drc:5 (in)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect control (val=1) to 
drc:6 (in)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect control (val=-36) 
to drc:7 (in)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect control (val=18) to 
drc:8 (in)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect control (val=20) to 
drc:9 (in)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect control (val=0.003) 
to drc:10 (in)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect control (val=0.2) 
to drc:11 (in)
08-02 13:03:48.856: D//system/bin/audioserver(251): connect control (val=3) to 
drc:12 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=450) 
to drc:13 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=1) to 
drc:14 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=-33) 
to drc:15 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=20) to 
drc:16 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=23) to 
drc:17 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=0.003) 
to drc:18 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=0.2) 
to drc:19 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=6) to 
drc:20 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=2200) 
to drc:21 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=1) to 
drc:22 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=-18) 
to drc:23 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=20) to 
drc:24 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=6) to 
drc:25 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=0.003) 
to drc:26 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=0.2) 
to drc:27 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=-1) to 
drc:28 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect audio buf 0 to 
eq2:0 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect audio buf 1 to 
eq2:1 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect audio buf 0 to 
eq2:2 (out)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect audio buf 1 to 
eq2:3 (out)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=2) to 
eq2:4 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=330) 
to eq2:5 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=0) to 
eq2:6 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=0) to 
eq2:7 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=2) to 
eq2:8 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=330) 
to eq2:9 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=0) to 
eq2:10 (in)
08-02 13:03:48.857: D//system/bin/audioserver(251): connect control (val=0) to 
eq2:11 (in)
08-02 13:03:48.858: D//system/bin/audioserver(251): connect control (val=6) to 
eq2:12 (in)
08-02 13:03:48.858: D//system/bin/audioserver(251): connect control (val=550) 
to eq2:13 (in)
08-02 13:03:48.858: D//system/bin/audioserver(251): connect control (val=3) to 
eq2:14 (in)
08-02 13:03:48.858: D//system/bin/audioserver(251): co

[jira] [Commented] (CB-13139) Android 8.0.0 / App restarts when bringing it back from background on physical device

2017-08-02 Thread Jonas Verhaert (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110713#comment-16110713
 ] 

Jonas Verhaert commented on CB-13139:
-

*Send to background log*

08-02 13:03:08.626: I/audio_cras_dsp(251): pipeline created
08-02 13:03:08.626: D//system/bin/audioserver(251): instantiate source
08-02 13:03:08.626: D//system/bin/audioserver(251): instantiate drc
08-02 13:03:08.626: D//system/bin/audioserver(251): instantiate eq2
08-02 13:03:08.626: D//system/bin/audioserver(251): instantiate sink
08-02 13:03:08.626: D//system/bin/audioserver(251): connect audio buf 0 to 
output_source:0 (out)
08-02 13:03:08.626: D//system/bin/audioserver(251): connect audio buf 1 to 
output_source:1 (out)
08-02 13:03:08.626: D//system/bin/audioserver(251): connect audio buf 0 to 
drc:0 (in)
08-02 13:03:08.626: D//system/bin/audioserver(251): connect audio buf 1 to 
drc:1 (in)
08-02 13:03:08.626: D//system/bin/audioserver(251): connect audio buf 0 to 
drc:2 (out)
08-02 13:03:08.626: D//system/bin/audioserver(251): connect audio buf 1 to 
drc:3 (out)
08-02 13:03:08.626: D//system/bin/audioserver(251): connect control (val=1) to 
drc:4 (in)
08-02 13:03:08.626: D//system/bin/audioserver(251): connect control (val=0) to 
drc:5 (in)
08-02 13:03:08.626: D//system/bin/audioserver(251): connect control (val=1) to 
drc:6 (in)
08-02 13:03:08.626: D//system/bin/audioserver(251): connect control (val=-36) 
to drc:7 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=18) to 
drc:8 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=20) to 
drc:9 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=0.003) 
to drc:10 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=0.2) 
to drc:11 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=3) to 
drc:12 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=450) 
to drc:13 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=1) to 
drc:14 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=-33) 
to drc:15 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=20) to 
drc:16 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=23) to 
drc:17 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=0.003) 
to drc:18 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=0.2) 
to drc:19 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=6) to 
drc:20 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=2200) 
to drc:21 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=1) to 
drc:22 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=-18) 
to drc:23 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=20) to 
drc:24 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=6) to 
drc:25 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=0.003) 
to drc:26 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=0.2) 
to drc:27 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=-1) to 
drc:28 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect audio buf 0 to 
eq2:0 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect audio buf 1 to 
eq2:1 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect audio buf 0 to 
eq2:2 (out)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect audio buf 1 to 
eq2:3 (out)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=2) to 
eq2:4 (in)
08-02 13:03:08.627: D//system/bin/audioserver(251): connect control (val=330) 
to eq2:5 (in)
08-02 13:03:08.628: D//system/bin/audioserver(251): connect control (val=0) to 
eq2:6 (in)
08-02 13:03:08.628: D//system/bin/audioserver(251): connect control (val=0) to 
eq2:7 (in)
08-02 13:03:08.628: D//system/bin/audioserver(251): connect control (val=2) to 
eq2:8 (in)
08-02 13:03:08.628: D//system/bin/audioserver(251): connect control (val=330) 
to eq2:9 (in)
08-02 13:03:08.628: D//system/bin/audioserver(251): connect control (val=0) to 
eq2:10 (in)
08-02 13:03:08.628: D//system/bin/audioserver(251): connect control (val=0) to 
eq2:11 (in)
08-02 13:03:08.628: D//system/bin/audioserver(251): connect control (val=6) to 
eq2:12 (in)
08-02 13:03:08.628: D//system/bin/audioserver(251): connect control (val=550) 
to eq2:13 (in)
08-02 13:03:08.628: D//system/bin/audioserver(251): connect control (val=3) to 
eq2:14 (in)
08-02 13:03:08.628: D//system/bin/audioserver(251): connect control (val=-10) 
to eq2:15 (in)
08-02 13:03:08.628: D//system/bin/audioserver(251): conn