Hello =)
I'm new to Android development,
and I'm trying to modify some framework code to
print logs about when service methods are called and returned.

Naturally, I looked for a location to intercept and augment the Binder
object,
but since only the IBinder interface is passed around up to
ServiceConnection.onServiceConnected,
and *.Stub.asInterface is created by the aidl tool,
I can't seem to find a place to do this.

Has anyone tried something like this before?
All I'm trying to do is figure out how much time I'm spending in
Service methods...
Any advice will be valued

Thanks to everyone in advance!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to