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.39k stars 1.03k forks source link

contribute javadoc to a method in android/GT_APP/app/src/main/java/com/tencent/wstt/gt/log/logcat/SaveLogHelper.java #90

Open 129124 opened 4 years ago

129124 commented 4 years ago

Hi there, when I was reading the code of the function "public static File getFile(String filename)" in android/GT_APP/app/src/main/java/com/tencent/wstt/gt/log/logcat/SaveLogHelper.java, I found it has no Javadoc. I would like to contribute by adding “returns the file of the file located of the given file system.@param filename the new file". Can you please check if this is correct? Thanks.