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

Comprehension of a method in android/GT_APP/app/src/main/java/com/tencent/wstt/gt/log/logcat/ArrayUtil.java #93

Open 129124 opened 3 years ago

129124 commented 3 years ago

Hi there, when I was reading the code of the function "public static boolean contains(int[] arr, int value)" in android/GT_APP/app/src/main/java/com/tencent/wstt/gt/log/logcat/ArrayUtil.java, I found it has no Javadoc. I would like to contribute by adding “determine whether a given int array contains the given string. @param arr the array to compare. @param value the value to compare. ". Can you please check if this is reasonable? Thanks.