i need information related android open source project have started looking reverse engineering.
how can debug android system services (other logger option) e.g notification, network (i using eclipse juno). can debug stock apps finding hard luck system services.
is there way view layout xml "graphical representational" in eclipse aosp e.g calendar app, calculator app etc.
guys have done google around these no luck. need opinions/insight on these please.
help appreciated. thank you.
the debugging depends on process service hosted in.
if want debug activitymanager, network services, hosted in java application called system_server.
to debug these types of services, please check debugging android java framework services article.
if service hosted in pure native application (i.e. surfaceflinger), need gdb/gdbserver type setup debug them. please check debugging native framework services on how this.
Comments
Post a Comment