Method
showErrorLog
(ins, error = "\tMethod null implementation or attach by other intercepter")
Source from the content-addressed store, hash-verified
| 698 | printCtx(method.relativeVirtualAddress, 1, 1, LogColor.WHITE, 1); |
| 699 | } |
| 700 | function showErrorLog(ins, error = "\tMethod null implementation or attach by other intercepter") { |
| 701 | LOGE(`\t${method.virtualAddress} -> ${ins} -> ${ins.toMatchPattern()} `); |
| 702 | LOGE(error); |
| 703 | } |
| 704 | } |
| 705 | } |
| 706 | static needShowLOG = (method, enterType = "onEnter") => { |
Callers
nothing calls this directly
Tested by
no test coverage detected