ElderDrivers / EdXposed

Elder driver Xposed Framework.
https://edxp.meowcat.org/
GNU General Public License v3.0
5.46k stars 632 forks source link

Log is not being written #263

Closed Mikanoshi closed 5 years ago

Mikanoshi commented 5 years ago

Magisk module installation does not copy common/util_functions.sh, so logcat does not start and no logs are being written. https://github.com/ElderDrivers/EdXposed/blob/master/edxp-core/template_override/META-INF/com/google/android/update-binary

androidacy-user commented 5 years ago

I experienced the same issue: Neither module nor verbose logs are ever written

muhviehstah commented 5 years ago

same here

rushiranpise commented 5 years ago

i face the same, btw here is a temporary fix for it by

@Mikanoshi  You can get common\util_functions.sh file from EdXposed magisk module zip and copy it to /data/adb/modules/riru_edxposed_sandhook/ (if you use SandHook), logs should work then after reboot.

MlgmXyysd commented 5 years ago

Fixed in ElderDrivers/EdXposed@6d1690f.