SYMBOL INDEX (14 symbols across 1 files) FILE: app/src/main/java/com/sfysoft/android/xposed/shelling/XposedEntry.java class XposedEntry (line 31) | public class XposedEntry implements IXposedHookLoadPackage { method log (line 51) | private static void log(String text) { method log (line 55) | private static void log(Throwable throwable) { method handleLoadPackage (line 59) | @Override method getSavingPath (line 93) | @SuppressWarnings("SameParameterValue") class ClassLoaderHook (line 99) | private static class ClassLoaderHook extends XC_MethodHook { method ClassLoaderHook (line 104) | @SuppressLint("PrivateApi") method shouldSkip (line 116) | boolean shouldSkip(String className) { method afterHookedMethod (line 132) | @Override class DexOutputTask (line 158) | private class DexOutputTask implements Runnable { method DexOutputTask (line 170) | DexOutputTask(String savingDirectory) { method DexOutputTask (line 175) | DexOutputTask(String savingDirectory, method run (line 181) | @Override method write (line 236) | void write(Object dex) {