History log of /frameworks/base/services/core/java/com/android/server/am/NativeCrashListener.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b9eb093c3cb49c3ac44823d5a0d818e66b9bbcd3 04-Nov-2016 Josh Gao <jmgao@google.com> Remove peercred check from NativeCrashListener.

crash_dump will be running as the user of the process that crashed. Use
selinux to restrict access instead.

Bug: http://b/30705528
Change-Id: Ief69b16499d9cb56b120d58eca8db511b521a11a
/frameworks/base/services/core/java/com/android/server/am/NativeCrashListener.java
404fd65e436df7600bbb1b495720f8d1288b0d9d 23-Apr-2016 Christopher Tate <ctate@google.com> Raise native-crash socket timeout

Stack unwinding can sometimes legitimately take more than 2 seconds.

Bug 28210681

Change-Id: If6fb30c5111e9c85ce98d36a97faa0b5f21bc04d
/frameworks/base/services/core/java/com/android/server/am/NativeCrashListener.java
e64f3e3fee8933f2703f616f656583b3923d1b8f 15-Jul-2015 Neil Fuller <nfuller@google.com> Fix NativeCrashListener

In the move from InetUnixAddress to UnixSocketAddress
commit e9d537506bf19375fb932ac7d25ac9a9e3aef61d did not modify
the Os.accept() call in NativeCrashListener. It was passing
an empty InetSocketAddress.

The type could have been changed, but the peer address is
never used and it is safe to pass a null.

Bug: 3106438
Change-Id: I2a61221c4504657b3e1de848b0b493f202726126
/frameworks/base/services/core/java/com/android/server/am/NativeCrashListener.java
e9d537506bf19375fb932ac7d25ac9a9e3aef61d 07-Jul-2015 Neil Fuller <nfuller@google.com> Switch from InetUnixAddress to UnixSocketAddress

UnixSocketAddress is replacing InetUnixAddress.

Bug: 3106438
Change-Id: I7c03fa357adfb3221908294fd254c8faae91fd1b
/frameworks/base/services/core/java/com/android/server/am/NativeCrashListener.java
02e857441fcc27134f335aee659d553641a2b2ab 25-Apr-2014 Elliott Hughes <enh@google.com> am 5f5ca3bc: am 31a1dd2a: Merge "Use the suggested public API instead of libcore.os."

* commit '5f5ca3bc98fb773ee905289300595ad95d5ffabe':
Use the suggested public API instead of libcore.os.
d720ef541d06be87de3b3e03c1e7fb349299a21f 23-Apr-2014 Neil Fuller <nfuller@google.com> am caf6497b: am 683cf1bf: Merge "Changes to support asynchronous close interruption"

* commit 'caf6497b9a0347da7d5acbe678adc2c8187176c0':
Changes to support asynchronous close interruption
4ccb823a9f62e57f9d221f83a97e82967e79a9e5 17-Jan-2014 Jeff Brown <jeffbrown@google.com> Refactor display manager service to new pattern.

Transform DisplayManagerService into a SystemService and start cleaning
up other local services that it uses from window manager and input manager.

Clean up service thread initialization.

Remove unnecessary static variables from ActivityManagerService.

It's starting to become clear that we really need a better way to manage
service dependencies. Boot phases don't quite cut it.

Change-Id: If319dbd7cbfbd4812fe55ece969e818d4b20755b
/frameworks/base/services/core/java/com/android/server/am/NativeCrashListener.java
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/NativeCrashListener.java