History log of /frameworks/base/packages/FakeOemFeatures/AndroidManifest.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0afc34128417799f3eec6c1b1df62a93214e2eb 29-Feb-2012 Dianne Hackborn <hackbod@google.com> Whoops forgot this change.

Should have been creating a few more processes.

Change-Id: I59d8c89c989fff7965122c5a9d798138ef156857
/frameworks/base/packages/FakeOemFeatures/AndroidManifest.xml
d459f4bbfcfe4989a0e2298b3cfd36064b386b88 28-Feb-2012 Dianne Hackborn <hackbod@google.com> You could think of this as what an OEM might do.

Except it does nothing.

But eat resources.

Yum, yum!

Current we create five processes. The main process sucks up 16MB of
RAM and creates a full-screen window; only on high-end devices does
the window (and process) use the GPU.

The second through fourth processes just sits there not really doing
anything except using process overhead.

The fifth process runs a background service, slowing eating RAM until
it gets killed by the system (as the system will ultimately do with
background services). It also creates a full-screen window, and always
uses the GPU even on low-end devices.

Change-Id: Ibe9e25f7dbd889f4dc83eed6a3c09b9b0437b4e3
/frameworks/base/packages/FakeOemFeatures/AndroidManifest.xml