platform_system_core/libvndksupport
Jiyong Park 0b3c24bd4f fix: ATRACE does not work for libs loaded in sphal namespace
From O, libutils.so is loaded twice. Once in the default namespace and
once in the sphal namespace for vendor libs. However, since the
framework only communicates with the instance loaded in the default
namespace, report_sysprop_change() event is not notified to the instance
in sphal namespace. This causes ATRACE to not work for vendor libs
loaded in sphal namespace.

So, the instance loaded in default namespace now explicitly redirects
the event to the other instance.

Bug: 62084107
Test: start an app, run 'adb shell atrace gfx --stream'. atrace from the
graphics driver are visible.

Change-Id: Ia6c2ca6bcb9a8849ebb09b5c38d60480c92d4571
2017-05-27 15:32:01 +09:00
..
include/vndksupport add libvndksupport 2017-05-15 11:35:30 +09:00
tests add libvndksupport 2017-05-15 11:35:30 +09:00
Android.bp fix: ATRACE does not work for libs loaded in sphal namespace 2017-05-27 15:32:01 +09:00
libvndksupport.map.txt add libvndksupport 2017-05-15 11:35:30 +09:00
linker.c add libvndksupport 2017-05-15 11:35:30 +09:00