Hi, any android shell command is just a symbolic link to single executable toolbox ( /system/bin/toolbox)
you can check the source @ https://android.googlesource.com/platform/system/core/+/jb-mr1-release/toolbox/ modify it, build it, update /system/bin/toolbox with latest binary, and first make sure new binary is pushed with some custom trace added to new toolbox., then test your changes., On Tue, Jan 22, 2013 at 10:26 PM, Michelle Villegas <[email protected] > wrote: > HI, is just that i am trying to debug some commands of the shell of > Android ICS (and the shell itself), but i haven't succeded, every change > that i've made to the source code of the commands, no change is done, so i > dont know what exactly must to be done to modify and debug the source code > of the Android's shell. > > Best Regards > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- Regards, Deva -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
