/// M: [PMS Recovery] static int do_change_uid_root(char **arg, char reply[REPLY_MAX]) { return change_uid_root(arg[0], atoi(arg[1])); }
/// M: [PMS Recovery] static int do_change_uid_root(char **arg, char reply[REPLY_MAX]) { ALOGD("do_change_uid_root : %s %s", arg[0], arg[1]); return change_uid_root(arg[0], atoi(arg[1])); }