()
| 18 | var firstdiscovery = false; |
| 19 | |
| 20 | export function getStacks() { |
| 21 | return Java.use("android.util.Log").getStackTraceString(Java.use("java.lang.Exception").$new()) + ""; |
| 22 | } |
| 23 | |
| 24 | export function showStacks() { |
| 25 | Java.perform(function () { |
no outgoing calls
no test coverage detected