summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Gao2016-10-18 20:17:52 -0500
committerJosh Gao2017-01-17 15:57:57 -0600
commitcbe70cb0a8cb0171f3802273050e851a47b090ed (patch)
tree87a2805f11d9fa5283fe169d9b155f5b08a94f85 /include/private/android_filesystem_config.h
parent4c5c9db17b55bfcb2d62eec158440d0e794e30bb (diff)
downloadplatform-system-core-cbe70cb0a8cb0171f3802273050e851a47b090ed.tar.gz
platform-system-core-cbe70cb0a8cb0171f3802273050e851a47b090ed.tar.xz
platform-system-core-cbe70cb0a8cb0171f3802273050e851a47b090ed.zip
debuggerd: advance our amazing bet.
Remove debuggerd in favor of a helper process that gets execed by crashing processes. Bug: http://b/30705528 Test: debuggerd_test Change-Id: I9906c69473989cbf7fe5ea6cccf9a9c563d75906
Diffstat (limited to 'include/private/android_filesystem_config.h')
-rw-r--r--include/private/android_filesystem_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index eb71fb82d..7db28d8f4 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -126,6 +126,7 @@
126#define AID_MEDIA_AUDIO 1055 /* GID for audio files on internal media storage */ 126#define AID_MEDIA_AUDIO 1055 /* GID for audio files on internal media storage */
127#define AID_MEDIA_VIDEO 1056 /* GID for video files on internal media storage */ 127#define AID_MEDIA_VIDEO 1056 /* GID for video files on internal media storage */
128#define AID_MEDIA_IMAGE 1057 /* GID for image files on internal media storage */ 128#define AID_MEDIA_IMAGE 1057 /* GID for image files on internal media storage */
129#define AID_TOMBSTONED 1058 /* tombstoned user */
129/* Changes to this file must be made in AOSP, *not* in internal branches. */ 130/* Changes to this file must be made in AOSP, *not* in internal branches. */
130 131
131#define AID_SHELL 2000 /* adb and debug shell user */ 132#define AID_SHELL 2000 /* adb and debug shell user */