Skip to content
Commit 655e3f03 authored by Patrick Bellasi's avatar Patrick Bellasi
Browse files

libs/wlgen/rtapp: fix calibration for versions of Android >=N



Apparently, since Android N, by default when running a command via ADB
the STDERR is not forwarded along with the STDOUT and thus the RTApp
calibration fails because we are not able to parse the pLoad value.

This patch force every execution of RTApp to append the STDERR on STDOUT
thus granting to collect from the host side all the output generated by
the application.

Signed-off-by: default avatarPatrick Bellasi <patrick.bellasi@arm.com>
parent 59f91b2f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment