()
| 59 | |
| 60 | //创建HashMap对象用这个方法就好了 |
| 61 | function newHashMap() { |
| 62 | var HashMapClz = Java.use('java.util.HashMap'); |
| 63 | return HashMapClz.$new(); |
| 64 | } |
| 65 | |
| 66 | function methodInBeat(invokeId, timestamp, methodName, executor) { |
| 67 | var startTime = timestamp; |
nothing calls this directly
no outgoing calls
no test coverage detected