(String str)
| 49 | } |
| 50 | |
| 51 | public static void logi(String str) { |
| 52 | try { |
| 53 | Log.i("TMoe", str); |
| 54 | XposedBridge.log(str); |
| 55 | } catch (NoClassDefFoundError e) { |
| 56 | Log.i("Xposed", str); |
| 57 | Log.i("EdXposed-Bridge", str); |
| 58 | Log.i("LSPosed-Bridge", str); |
| 59 | } |
| 60 | } |
| 61 | |
| 62 | public static void logw(String str) { |
| 63 | Log.i("TMoe", str); |
no test coverage detected