Go to file
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
build Add Dalvik heap definition for 7" xhdpi devices. 2013-05-06 15:06:20 -07:00
cmds ART profiler 2014-03-07 12:35:52 -08:00
data/etc Adding PackageManager feature strings for stepcounter and stepdetector. 2013-10-13 14:53:45 -07:00
include Fixed apparent copy/paste mistake 2014-02-05 11:19:04 +08:00
libs Merge "gui: Fix return code assert in CpuConsumer_test." 2014-03-04 21:05:41 +00:00
opengl hwc test: 64-bit compilation error 2014-03-04 09:11:04 -08:00
services Virtual Display async mode is overridden 2014-02-21 16:10:54 -08:00
MODULE_LICENSE_APACHE2
NOTICE