使用String.format中的%s提高打Log的效率

Log.v(TAG, String.format("Create console %s, command: %s, args: %s",
           this.mShell.getId(),
           this.mShell.getCommand(),
           this.mShell.getArguments()));

你可能感兴趣的:(使用String.format中的%s提高打Log的效率)