Tencent / GT

GT (Great Tit) is a portable debugging tool for bug hunting and performance tuning on smartphones anytime and anywhere just as listening music with Walkman. GT can act as the Integrated Debug Environment by directly running on smartphones.
http://gt.qq.com
4.4k stars 1.03k forks source link

add javadoc to a method in GT/android/GT_APP/app/src/main/java/com/tencent/wstt/gt/OutPara.java #87

Open 129124 opened 4 years ago

129124 commented 4 years ago

Hi there, when I was reading the code of the function "public void setValue(String value)" in GT/android/GT_APP/app/src/main/java/com/tencent/wstt/gt/OutPara.java , I found it has no Javadoc. I would like to contribute by adding “sets the encapsulated value to the given value.@param value". Can you please check if this is correct? thanks.

129124 commented 4 years ago

Besides, my understanding of the function "public void log(long pid, int level, String tag, String msg)" in android/GT_APP/app/src/main/java/com/tencent/wstt/gt/GTBinder.java is "send a debug log message.@param log the row number @param leve the tag @param msg the message you would like logged". Can you please also check if this is correct? thanks.