QA/Fennec/Move Android decoder out of app process: Difference between revisions

no edit summary
No edit summary
Line 131: Line 131:
** When you use the command line "adb shell ps |grep mozilla” , there will be one process. In my case today:
** When you use the command line "adb shell ps |grep mozilla” , there will be one process. In my case today:
u0_a122  6502  160  1092768 196780 ffffffff 00000000 S org.mozilla.fennec_aurora
u0_a122  6502  160  1092768 196780 ffffffff 00000000 S org.mozilla.fennec_aurora
===Date:06-06-2017===
* Ran tests using Ubuntu (64-bit) | Tester: Mihai Ninu
** Prerequisites: Launch Firefox (Fennec) -> Go to '''"about:config"''' -> Find '''"media.android-remote-codec.enabled"''' and enable it
** Watch a video on: Prestigio PSP5508DUO (Android 4.4.2)
** Open console and use the command line '''"adb shell ps |ag mozilla”'''
** There will be two or more processes that will be displayed. For example:
u0_a122  7845  160  1085188 172744 ffffffff 00000000 S org.mozilla.fennec_aurora
u0_a122  8003  160  561808 25848 ffffffff 00000000 S org.mozilla.fennec_aurora:media
** Disable the preference
** When you use the command line '''"adb shell ps |ag mozilla”''' there will be one process before playing a video.


=Bug Work=
=Bug Work=
1,023

edits