most of the services are packed under frameworks/base/services

in this case,
d...@deva-ubunt:/data/omap4/l27.9$ grep -iR
"system_server" /frameworks/base/services/*
java/com/android/server/SystemServer.java:                // Disable the JIT
for the system_server process
java/com/android/server/SystemServer.java:            // Enable the JIT for
the system_server process
java/com/android/server/SystemServer.java:
 SamplingProfilerIntegration.writeSnapshot("system_server");
java/com/android/server/am/ActivityManagerService.java:            prefix =
"system_server_";
java/com/android/server/am/ActivityManagerService.java:
 sb.append("Process: system_server\n");
jni/Android.mk:    libsystem_server \



On Mon, Nov 29, 2010 at 11:00 PM, Elvis Dowson <[email protected]>wrote:

> Hi,
>       Which source files go into the system_process runtime process
> that gets displayed in the DDMS devices window? Is it just frameworks/
> base or are there some additional components that go into it?
>
> I want to create an eclipse project to debug the system_process
> runtime process, to set break points and step through the source code.
>
> Elvis Dowson
>
> --
> unsubscribe: 
> [email protected]<android-porting%[email protected]>
> website: http://groups.google.com/group/android-porting
>



-- 
Regards,
Deva
www.bittoggler.com

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to