I think I was right - now I have Android compiled as TARGET_BUILD_TYPE=debug and viola, I can see all the debug messages, esp. from the system-server and my framework addition...
It's really sad, that there are so few informations about the build- system of Android, even on the official porting site on source.android.com Does anybody now some good background information about this topic? Greetz Dudero On 8 Apr., 10:24, Dudero <[email protected]> wrote: > Hello, > > I have added my own service+manager into the android framework. I'm > just in debugging, but I can't see any logcat messages which are sent > from my manager. > > My manager is locatet at frameworks/base/core/java/android/os/ > MyManager.java > > And my test application can get an instance of it (the reference is > not null) but I can't see any logcat messages from this component?! > > Does it perhaps come because I build my Android as > TARGET_BUILD_TYPE=release - so if I had choosen TYPE=debug then I > could see all messages? -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
