History log of /frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bfc2331f2f0bee2c12fe8f9cc8a2f3cca05feb86 11-May-2017 Dianne Hackborn <hackbod@google.com> Fix issue #38210653: Few more tweaks of job scheduler

- Now keep track of the time a job was enqueued, and order
the pending list by that.
- Added configuration constants for rescheduling: maximum
times to reschedule, minimum backoff times.
- Fixed printing of active jobs -- the method to get the current
JobStatus was old and didn't require the caller to hold a
lock, so made a copy, which didn't contain all the data we were
interested in. Now with our simple locking, we can just make
that require the caller hold a lock and return the real
JobStatus object.
- Include oom_adj and procstate when printing information about
processes being killed.
- Expanded documentation of BroadcastReceiver.goAsync().

Test: bit CtsJobSchedulerTestCases:*

Change-Id: I2e45f181e45be9836c74cbff1b844ffdf6e93019
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
f965f4038cfe775bfee973850d62caf3138076c8 05-May-2017 Dianne Hackborn <hackbod@google.com> Fix issue #38037532: Toasts cause apps to become foreground

ForegroundToken is now ImportanceToken, and doesn't actually
cause an app to become foreground (that is not needed for
toasts anyway).

Also improved output and logging -- new logs for changing
in key uid stats, and when force stopping services after a
uid goes idle.

Test: manual

Change-Id: I44dd391bb8d37857be1359f4b7021dc8d2cd0285
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
97c6d3d492ce085239b8c8bd6d752cbd05a69f35 09-Nov-2016 Jeff Sharkey <jsharkey@android.com> Add event logging for UserState transitions.

Event log sticks around longer, and will help debug timing issues.

Test: builds and boots
Bug: 32719353
Change-Id: Ie19f76a341c58a8efee0eb1edbf183c22e9c5270
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
6cda19cab2bcd6d538f98782bd315c6c7ff5a4d5 15-Jun-2016 Chong Zhang <chz@google.com> Remove mFocusedActivity in AM and only keep focused stack

- Remove mFocusedActivity and replace it with resumed activity
where applicable.

- Remove setFocusedActivityLocked and related recursions, only
keep track of focused stack.

- Update focus app with WM at resume time.

- Some clean up of startActivityUnchecked, make sure each of the
setTaskFromXXX methods set up the focused stack properly, and
remove the extra setFocusedActivityLocked before starting.

bug: 29937415

Change-Id: Ib93d3f4d9cded0aa3b480d0d423435c536b7e7b5
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
1dbff801aeac52a4525f085d1346cc8741c00d30 15-Apr-2016 Joe Onorato <joeo@google.com> Add an event log for when the memfactor changes.

Bug: 28113068
Change-Id: I84902d5f7f811fd49fa85ff4847cf21b258b62c0
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
cd7043e99abd14fd586ab6bf37a40c55cd529f3e 28-Feb-2016 Wale Ogunwale <ogunwale@google.com> Add activity onStop lifecycle to event logs.

Also added reasons why onPause and onResume are called.

Bug: 27384433
Change-Id: If6c304f577b601511f6d9b948061d2cfa0dcb970
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
f0a44183cd49cd937bf6c4f17f20fd615e441dc4 08-Jan-2016 Thierry Strudel <tstrudel@google.com> Report SwapPss in am_pss reports

Change-Id: I5d3aa7f9d4b7b0b167ec214fa50fdf665cdc328f
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
d045c829a470b7c95daaa4786f7164ee8130546c 02-Dec-2015 Wale Ogunwale <ogunwale@google.com> Prevent windows in pinned stack from gaining window focus.

Windows in the pinned stack shouldn't receive input keys, so we prevent
they from gaining window focus so the focus/input keys goes to the stack
below the pinned stack.

Also, cleaned up some code.

Bug: 25580816
Change-Id: Iea1f944d167310233c3dbaea140a4ada568bb815
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
925d0d1369f118d9eb4a05a7d088eda19b733436 24-Sep-2015 Wale Ogunwale <ogunwale@google.com> Make home stack move like another stack.

Previously the home stack was either positioned at the top or bottom
of the stack list. This type of movement was okay when there was mainly
2 stacks (home and app), but doesn't work in all cases where we have
multiple stacks.
For example:
1. Launch any activity in the freeform stack
2. Press the home button
3. Launch a translucent or dialog activity
In this case you would except the home stack to be seen behind the
translucent activity since that is the stack the user is coming from,
but you see the freeform stack instead since the home stack was moved
to the bottom of all stacks when the translucent activity was launched.
We no longer move the home stack to the bottom when a new
activity/task/stack comes to the front.

Bug: 23626353
Change-Id: Ic506acc8528e63b8e7f999dd88a450bee6fb4552
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
1a5da04902ab47fb499c07ef5948450f2815e09e 24-Jan-2015 Dianne Hackborn <hackbod@google.com> Record memory data in event log as we collect it for procstats.

Change-Id: I37d6d87aac0c400ea402ae20e6174fd851d3c1f9
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
a92cbad2a916b3893311672ae643070f8306f477 30-Jan-2015 Dianne Hackborn <hackbod@google.com> Improve messaging of pre boot apps.

Have the system take care of showing the boot message
as it runs pre boot apps, rather than relying on them
doing this on their own.

Change-Id: Ife6db0691907cf413311dafb4b023e63e8795a79
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
299f960e5e5837da44cd81692388f3cbd5d2c362 26-Jan-2015 Craig Mautner <cmautner@google.com> Add reason string for bringing stack to front

Additional debug and useful information.
Also removed am_resume_activity verbosity and refactored method to
eliminate unused parameter.

For bug 17721767.

Change-Id: Ie1c0652a38a0c6ae6db27a52a9e5da29e252e300
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
de313753d0fd0173d0558518d9a410fdc0127c76 22-Jan-2015 Craig Mautner <cmautner@google.com> Even more debug for bug 17721767.

This time adding events for stack movement and focus change.

Change-Id: Icdff9763ac2daf85c615992fa2c8e418e907908c
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags
9158825f9c41869689d6b1786d7c7aa8bdd524ce 22-Nov-2013 Amith Yamasani <yamasani@google.com> Move some system services to separate directories

Refactored the directory structure so that services can be optionally
excluded. This is step 1. Will be followed by another change that makes
it possible to remove services from the build.

Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85
/frameworks/base/services/core/java/com/android/server/am/EventLogTags.logtags