replicant-frameworks_native/cmds
Dave Allison d93707342a ART profiler
Add args to the installd commands for profiler usage.
Make installd create the profile files and allow apps
to write to them.

The profile files are in /data/dalvik-cache/profiles.  This
central location is needed due to permissions issues with
dex2oat reading from an app's data directory.  The solution
is to put the profile file in a directory owned by the
install user and make the file writeable by the shared group
id of for the app.  The app can read and write to these files
only in the profiles directory.  The 'system' user also needs
to be able to read the files in order to determine the amount
of change to the file over time.

Bug: 12877748
Change-Id: I9b8e59e3bd7df8a1bf60fa7ffd376a24ba0eb42f

Conflicts:
	cmds/installd/commands.c
2014-03-07 12:35:52 -08:00
..
atrace Add support for mmc trace events 2013-07-03 12:32:50 -07:00
bugreport Move non-Java commands over from frameworks/base 2012-10-24 10:45:23 -07:00
dumpstate Convert all selinux_android_restorecon and _setfilecon calls to new API. 2014-02-07 09:36:11 -05:00
dumpsys add dumpsys -l to list available services 2013-06-13 16:32:26 -07:00
flatland fix build. optional test broke. 2013-08-14 18:22:02 -07:00
installd ART profiler 2014-03-07 12:35:52 -08:00
ip-up-vpn Add liblog 2013-04-09 21:55:39 -07:00
rawbu Add a note about emulated sdcard in rawbu usage dump 2013-06-14 10:43:39 -07:00
screenshot Add libpng include path 2013-08-26 16:48:46 -07:00
service libutils clean-up 2013-05-07 18:28:11 -07:00
servicemanager Use 64 bit binder interface if TARGET_USES_64_BIT_BINDER _or_ TARGET_IS_64_BIT is set. 2014-02-03 14:48:36 -08:00