Skip to content

Commit

Permalink
1、删除日志
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Aug 8, 2024
1 parent c33d1a0 commit f752278
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ class MethodParamNamesScanner(inputStreamBytes: ByteArray) {
val index = localVariables[l].index
if ("this" != varName)
varNames[index] = (LocalVariable(index, varName))
if (name.contains("getData22")){
printLog("name=$name,desc=$desc,size=$size,varName=$varName,index=$index")
}
}

val sortedMap = varNames.entries.sortedBy { it.key }.associate { it.toPair() }
Expand Down

0 comments on commit f752278

Please sign in to comment.