ViRb3 / magisk-frida

🔐 Run frida-server on boot with Magisk, always up-to-date
919 stars 123 forks source link

restart system not found frida-server in $F_TARGETDIR #4

Closed enjoyMiracle closed 4 years ago

enjoyMiracle commented 4 years ago

Piexl 2 android 9 magisk20.3

when installed magisk-frida

截屏2020-02-1122 29 32

restart system

截屏2020-02-1122 30 47
ViRb3 commented 4 years ago

Could you please describe the issue in a bit more detail? It seems to be an issue with Magisk rather than with this module.

enjoyMiracle commented 4 years ago

upgrade magisk Canary build and install magisk-frida log:

2020-02-12 11:26:21.539 3906-7174/com.topjohnwu.magisk D/SHELL_IN: grep -q '#MAGISK' /data/user/0/com.topjohnwu.magisk/cache/flash/updater-script
2020-02-12 11:26:21.544 3906-7174/com.topjohnwu.magisk D/SHELL_IN: cd /data/user/0/com.topjohnwu.magisk/cache/flash
2020-02-12 11:26:21.544 3906-7174/com.topjohnwu.magisk D/SHELL_IN: BOOTMODE=true sh update-binary dummy 1 /data/user/0/com.topjohnwu.magisk/cache/flash/install.zip
2020-02-12 11:26:21.571 3906-7308/com.topjohnwu.magisk D/SHELLOUT: - Current boot slot: _a
2020-02-12 11:26:21.577 3906-7308/com.topjohnwu.magisk D/SHELLOUT: - Device is system-as-root
2020-02-12 11:26:21.595 3906-7307/com.topjohnwu.magisk D/SHELLOUT: Archive:  /data/user/0/com.topjohnwu.magisk/cache/flash/install.zip
2020-02-12 11:26:21.595 3906-7307/com.topjohnwu.magisk D/SHELLOUT:   inflating: module.prop
2020-02-12 11:26:21.609 3906-7307/com.topjohnwu.magisk D/SHELLOUT: Archive:  /data/user/0/com.topjohnwu.magisk/cache/flash/install.zip
2020-02-12 11:26:21.609 3906-7307/com.topjohnwu.magisk D/SHELLOUT:   inflating: post-fs-data.sh
2020-02-12 11:26:21.609 3906-7307/com.topjohnwu.magisk D/SHELLOUT:   inflating: service.sh
2020-02-12 11:26:21.609 3906-7307/com.topjohnwu.magisk D/SHELLOUT:   inflating: system.prop
2020-02-12 11:26:21.609 3906-7307/com.topjohnwu.magisk D/SHELLOUT:   inflating: install.sh
2020-02-12 11:26:21.609 3906-7307/com.topjohnwu.magisk D/SHELLOUT:   inflating: module.prop
2020-02-12 11:26:21.610 3906-7308/com.topjohnwu.magisk D/SHELLOUT:  
2020-02-12 11:26:21.610 3906-7308/com.topjohnwu.magisk D/SHELLOUT:     ********************************************
2020-02-12 11:26:21.611 3906-7308/com.topjohnwu.magisk D/SHELLOUT:     *               MagiskFrida                *
2020-02-12 11:26:21.611 3906-7308/com.topjohnwu.magisk D/SHELLOUT:     ********************************************
2020-02-12 11:26:21.611 3906-7308/com.topjohnwu.magisk D/SHELLOUT:  
2020-02-12 11:26:21.611 3906-7308/com.topjohnwu.magisk D/SHELLOUT: - Detected architecture: arm64
2020-02-12 11:26:21.611 3906-7308/com.topjohnwu.magisk D/SHELLOUT: - Extracting module files
2020-02-12 11:26:23.674 3906-7307/com.topjohnwu.magisk D/SHELLOUT: Archive:  /data/user/0/com.topjohnwu.magisk/cache/flash/install.zip
2020-02-12 11:26:23.674 3906-7307/com.topjohnwu.magisk D/SHELLOUT:   inflating: frida-server-arm
2020-02-12 11:26:23.674 3906-7307/com.topjohnwu.magisk D/SHELLOUT:   inflating: frida-server-arm64
2020-02-12 11:26:23.674 3906-7307/com.topjohnwu.magisk D/SHELLOUT:   inflating: frida-server-x86
2020-02-12 11:26:23.674 3906-7307/com.topjohnwu.magisk D/SHELLOUT:   inflating: frida-server-x86_64
2020-02-12 11:26:23.677 3906-7307/com.topjohnwu.magisk D/SHELLOUT: mv: can't create '/data/adb/modules_update/magisk-frida/system/xbin/frida-server': Permission denied
2020-02-12 11:26:23.707 3906-7308/com.topjohnwu.magisk D/SHELLOUT: - Setting permissions
2020-02-12 11:26:23.734 3906-7307/com.topjohnwu.magisk D/SHELLOUT: chown: /data/adb/modules_update/magisk-frida/system/xbin/frida-server: No such file or directory
2020-02-12 11:26:23.743 3906-7308/com.topjohnwu.magisk D/SHELLOUT: - Done
2020-02-12 11:26:23.747 3906-7308/com.topjohnwu.magisk D/SHELL_IN: cd /
2020-02-12 11:26:23.747 3906-7308/com.topjohnwu.magisk D/SHELL_IN: rm -rf /data/user/0/com.topjohnwu.magisk/cache/flash /dev/tmp
ViRb3 commented 4 years ago

Thanks for the logs! The problem seems to be a permission denied when moving the frida-server binary from /tmp to /system/xbin:

mv: can't create '/data/adb/modules_update/magisk-frida/system/xbin/frida-server': Permission denied

I'm not sure why this could be happening. Have you tried on Magisk stable instead of canary?

enjoyMiracle commented 4 years ago

Magisk stable install is ok

2020-02-13 11:32:12.332 7129-9597/com.topjohnwu.magisk D/SHELL_IN: grep -q '#MAGISK' /data/user/0/com.topjohnwu.magisk/cache/flash/updater-script
2020-02-13 11:32:12.345 7129-9597/com.topjohnwu.magisk D/SHELL_IN: cd /data/user/0/com.topjohnwu.magisk/cache/flash
2020-02-13 11:32:12.345 7129-9597/com.topjohnwu.magisk D/SHELL_IN: BOOTMODE=true sh update-binary dummy 1 /data/user/0/com.topjohnwu.magisk/cache/flash/install.zip
2020-02-13 11:32:12.356 7129-9588/com.topjohnwu.magisk D/SHELLOUT: - Current boot slot: _b
2020-02-13 11:32:12.362 7129-9588/com.topjohnwu.magisk D/SHELLOUT: - Device is system-as-root
2020-02-13 11:32:12.377 7129-9929/com.topjohnwu.magisk D/SHELLOUT: Archive:  /data/user/0/com.topjohnwu.magisk/cache/flash/install.zip
2020-02-13 11:32:12.377 7129-9929/com.topjohnwu.magisk D/SHELLOUT:   inflating: module.prop
2020-02-13 11:32:12.399 7129-9929/com.topjohnwu.magisk D/SHELLOUT: Archive:  /data/user/0/com.topjohnwu.magisk/cache/flash/install.zip
2020-02-13 11:32:12.399 7129-9929/com.topjohnwu.magisk D/SHELLOUT:   inflating: post-fs-data.sh
2020-02-13 11:32:12.399 7129-9929/com.topjohnwu.magisk D/SHELLOUT:   inflating: service.sh
2020-02-13 11:32:12.399 7129-9929/com.topjohnwu.magisk D/SHELLOUT:   inflating: system.prop
2020-02-13 11:32:12.399 7129-9929/com.topjohnwu.magisk D/SHELLOUT:   inflating: install.sh
2020-02-13 11:32:12.399 7129-9929/com.topjohnwu.magisk D/SHELLOUT:   inflating: module.prop
2020-02-13 11:32:12.400 7129-9588/com.topjohnwu.magisk D/SHELLOUT:  
2020-02-13 11:32:12.401 7129-9588/com.topjohnwu.magisk D/SHELLOUT:     ********************************************
2020-02-13 11:32:12.401 7129-9588/com.topjohnwu.magisk D/SHELLOUT:     *               MagiskFrida                *
2020-02-13 11:32:12.401 7129-9588/com.topjohnwu.magisk D/SHELLOUT:     ********************************************
2020-02-13 11:32:12.401 7129-9588/com.topjohnwu.magisk D/SHELLOUT:  
2020-02-13 11:32:12.402 7129-9588/com.topjohnwu.magisk D/SHELLOUT: - Detected architecture: arm64
2020-02-13 11:32:12.402 7129-9588/com.topjohnwu.magisk D/SHELLOUT: - Extracting module files
2020-02-13 11:32:14.468 7129-9929/com.topjohnwu.magisk D/SHELLOUT: Archive:  /data/user/0/com.topjohnwu.magisk/cache/flash/install.zip
2020-02-13 11:32:14.468 7129-9929/com.topjohnwu.magisk D/SHELLOUT:   inflating: frida-server-arm
2020-02-13 11:32:14.468 7129-9929/com.topjohnwu.magisk D/SHELLOUT:   inflating: frida-server-arm64
2020-02-13 11:32:14.468 7129-9929/com.topjohnwu.magisk D/SHELLOUT:   inflating: frida-server-x86
2020-02-13 11:32:14.468 7129-9929/com.topjohnwu.magisk D/SHELLOUT:   inflating: frida-server-x86_64
2020-02-13 11:32:14.531 7129-9588/com.topjohnwu.magisk D/SHELLOUT: - Setting permissions
2020-02-13 11:32:14.608 7129-9588/com.topjohnwu.magisk D/SHELLOUT: - Done
2020-02-13 11:32:14.611 7129-9588/com.topjohnwu.magisk D/SHELL_IN: cd /
2020-02-13 11:32:14.611 7129-9588/com.topjohnwu.magisk D/SHELL_IN: rm -rf /data/user/0/com.topjohnwu.magisk/cache/flash /dev/tmp

but after reboot system /data/adb/modules/magisk-frida have nothing, like my first say

2020-02-13 11:35:16.704 1-1/? W/init: type=1400 audit(0.0:14): avc: denied { relabelfrom } for name="magisk-frida" dev="sda45" ino=835615 scontext=u:r:init:s0 tcontext=u:object_r:system_file:s0 tclass=dir permissive=0
2020-02-13 11:35:16.707 1-1/? W/init: type=1400 audit(0.0:21): avc: denied { relabelfrom } for name="MagiskHidePropsConf" dev="sda45" ino=835816 scontext=u:r:init:s0 tcontext=u:object_r:system_file:s0 tclass=dir permissive=0
2020-02-13 11:35:16.717 1-1/? W/init: type=1400 audit(0.0:69): avc: denied { relabelfrom } for name="magisk-frida" dev="sda45" ino=835617 scontext=u:r:init:s0 tcontext=u:object_r:system_file:s0 tclass=dir permissive=0
2020-02-13 11:35:19.474 776-776/? I/Magisk: Magisk v20.3(20300) daemon started
2020-02-13 11:35:19.475 776-776/? I/Magisk: * Device API level: 29
2020-02-13 11:35:19.503 776-777/? I/Magisk: ** post-fs-data mode running
2020-02-13 11:35:19.504 776-777/? I/Magisk: * Initializing Magisk environment
2020-02-13 11:35:19.508 776-777/? I/Magisk: * Mounting mirrors
2020-02-13 11:35:19.508 776-777/? I/Magisk: mount: /sbin/.magisk/mirror/vendor
2020-02-13 11:35:19.508 776-777/? I/Magisk: mount: /sbin/.magisk/mirror/data
2020-02-13 11:35:19.508 776-777/? I/Magisk: link: /sbin/.magisk/mirror/system
2020-02-13 11:35:19.508 776-777/? I/Magisk: link: /sbin/.magisk/mirror/product
2020-02-13 11:35:19.508 776-777/? I/Magisk: * Setting up internal busybox
2020-02-13 11:35:19.517 776-777/? I/Magisk: * Running post-fs-data.d scripts
2020-02-13 11:35:19.518 776-777/? I/Magisk: Upgrade / New module: magisk-frida
2020-02-13 11:35:19.528 776-777/? I/Magisk: * Running module post-fs-data scripts
2020-02-13 11:35:19.528 776-777/? I/Magisk: MagiskHidePropsConf: exec [post-fs-data.sh]
2020-02-13 11:35:19.564 776-777/? I/Magisk: * Loading modules
2020-02-13 11:35:19.564 776-777/? I/Magisk: MagiskHidePropsConf: loading [system.prop]
2020-02-13 11:35:19.564 776-777/? I/Magisk: MagiskHidePropsConf: constructing magic mount structure
2020-02-13 11:35:19.564 776-777/? I/Magisk: magisk-frida: constructing magic mount structure
2020-02-13 11:35:19.565 776-777/? I/Magisk: busybox-ndk: constructing magic mount structure
2020-02-13 11:35:19.567 776-777/? I/Magisk: mnt_tmpfs : /system/bin
2020-02-13 11:35:19.567 776-777/? I/Magisk: bind_mount: /system/bin/props
2020-02-13 11:35:19.567 776-777/? I/Magisk: copy_link : /system/bin/rdev
2020-02-13 11:35:19.567 776-777/? I/Magisk: copy_link : /system/bin/mkfs.reiser
2020-02-13 11:35:19.567 776-777/? I/Magisk: copy_link : /system/bin/fsfreeze
2020-02-13 11:35:19.567 776-777/? I/Magisk: copy_link : /system/bin/logread
2020-02-13 11:35:19.567 776-777/? I/Magisk: copy_link : /system/bin/setfont
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/dumpleases
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/pstree
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/kbd_mode
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/nc
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/fatattr
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/nandwrite
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/rdate
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/reformime
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/watch
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/blkdiscard
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/sum
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/hd
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/ubidetach
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/man
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/lzma
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/flash_eraseall
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/brctl
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/depmod
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/ubiupdatevol
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/udhcpc
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/ed
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/fakeidentd
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/xzcat
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/fsync
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/ipneigh
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/iostat
2020-02-13 11:35:19.568 776-777/? I/Magisk: copy_link : /system/bin/unxz
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/poweroff
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/chattr
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/zcip
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/ts
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/tftp
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/mpstat
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/cttyhack
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/setserial
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/ftpd
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/ar
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/fsck
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/makedevs
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/shuf
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/unlzma
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/lsattr
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/wget
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/chvt
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/dnsd
2020-02-13 11:35:19.569 776-777/? I/Magisk: copy_link : /system/bin/crontab
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/beep
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/uncompress
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/mkfs.vfat
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/ubirename
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/iprule
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/raidautorun
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/nmeter
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/lzcat
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/lsscsi
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/ipaddr
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/flash_lock
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/nslookup
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/udhcpd
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/makemime
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/unexpand
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/hush
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/run-parts
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/rtcwake
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/nanddump
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/bbconfig
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/ifdown
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/smemcap
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/ifup
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/vconfig
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/mkdosfs
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/devmem
2020-02-13 11:35:19.570 776-777/? I/Magisk: copy_link : /system/bin/dumpkmap
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/setconsole
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/iproute
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/udpsvd
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/scriptreplay
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/syslogd
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/fdflush
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/killall5
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/ifenslave
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/hdparm
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/traceroute6
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/watchdog
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/udhcpc6
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/switch_root
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/setuidgid
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/ubimkvol
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/run-init
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/link
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/fdformat
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/iptunnel
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/whois
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/nologin
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/install
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/getopt
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/sendmail
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/hexedit
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/fbsplash
2020-02-13 11:35:19.571 776-777/? I/Magisk: copy_link : /system/bin/rev
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/xz
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/eject
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/iplink
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/partprobe
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/start-stop-daemon
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/unshare
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/loadfont
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/uevent
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/ubirsvol
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/fgconsole
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/setkeycodes
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/acpid
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/slattach
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/arping
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/ubiattach
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/mkfs.minix
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/unlzop
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/traceroute
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/tftpd
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/volname
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/lzop
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/factor
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/readprofile
2020-02-13 11:35:19.572 776-777/? I/Magisk: copy_link : /system/bin/sha3sum
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/klogd
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/reset
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/adjtimex
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/telnet
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/resize
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/fdisk
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/less
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/mesg
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/vi
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/arp
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/ubirmvol
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/tunctl
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/dnsdomainname
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/pipe_progress
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/fstrim
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/pwdx
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/rx
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/telnetd
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/pscan
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/lzopcat
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/fold
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/popmaildir
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/ifplugd
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/dhcprelay
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/flash_unlock
2020-02-13 11:35:19.573 776-777/? I/Magisk: copy_link : /system/bin/fsck.minix
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/crond
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/[
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/ttysize
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/setlogcons
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/route
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/ftpget
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/script
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/ipcs
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/findfs
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/rfkill
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/chat
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/resume
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/loadkmap
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/ftpput
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/powertop
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/shred
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/openvt
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/tcpsvd
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/dc
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/unzip
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/nbd-client
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/ipcalc
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/hexdump
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/svok
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/pivot_root
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/inetd
2020-02-13 11:35:19.574 776-777/? I/Magisk: copy_link : /system/bin/showkey
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/[[
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/setpriv
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/ipcrm
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/nuke
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/fbset
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/setfattr
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/conspy
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/freeramdisk
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/arch
2020-02-13 11:35:19.575 776-777/? I/Magisk: bind_mount: /system/bin/busybox
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/test
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/ash
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/nameif
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/ether-wake
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/httpd
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/fuser
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/unlink
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/deallocvt
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/ssl_client
2020-02-13 11:35:19.575 776-777/? I/Magisk: bind_mount: /system/bin/abb
2020-02-13 11:35:19.575 776-777/? I/Magisk: copy_link : /system/bin/acpi
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/adbd
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/am
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/apexd
2020-02-13 11:35:19.576 776-777/? I/Magisk: copy_link : /system/bin/app_process
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/app_process32
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/app_process64
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/applypatch
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/appops
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/appwidget
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/art_apex_boot_integrity
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/ashmemd
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/atrace
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/audioserver
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/auditctl
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/awk
2020-02-13 11:35:19.576 776-777/? I/Magisk: copy_link : /system/bin/base64
2020-02-13 11:35:19.576 776-777/? I/Magisk: copy_link : /system/bin/basename
2020-02-13 11:35:19.576 776-777/? I/Magisk: copy_link : /system/bin/bc
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/bcc
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/blank_screen
2020-02-13 11:35:19.576 776-777/? I/Magisk: bind_mount: /system/bin/blkid
2020-02-13 11:35:19.576 776-777/? I/Magisk: copy_link : /system/bin/blockdev
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/bmgr
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/bootanimation
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/bootstat
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/bootstrap
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/bpfloader
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/bu
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/bugreport
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/bugreportz
2020-02-13 11:35:19.577 776-777/? I/Magisk: copy_link : /system/bin/bunzip2
2020-02-13 11:35:19.577 776-777/? I/Magisk: copy_link : /system/bin/bzcat
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/bzip2
2020-02-13 11:35:19.577 776-777/? I/Magisk: copy_link : /system/bin/cal
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/cameraserver
2020-02-13 11:35:19.577 776-777/? I/Magisk: copy_link : /system/bin/cat
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/charger
2020-02-13 11:35:19.577 776-777/? I/Magisk: copy_link : /system/bin/chcon
2020-02-13 11:35:19.577 776-777/? I/Magisk: copy_link : /system/bin/chgrp
2020-02-13 11:35:19.577 776-777/? I/Magisk: copy_link : /system/bin/chmod
2020-02-13 11:35:19.577 776-777/? I/Magisk: copy_link : /system/bin/chown
2020-02-13 11:35:19.577 776-777/? I/Magisk: copy_link : /system/bin/chroot
2020-02-13 11:35:19.577 776-777/? I/Magisk: copy_link : /system/bin/chrt
2020-02-13 11:35:19.577 776-777/? I/Magisk: copy_link : /system/bin/cksum
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/clatd
2020-02-13 11:35:19.577 776-777/? I/Magisk: copy_link : /system/bin/clear
2020-02-13 11:35:19.577 776-777/? I/Magisk: bind_mount: /system/bin/cmd
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/cmp
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/comm
2020-02-13 11:35:19.578 776-777/? I/Magisk: bind_mount: /system/bin/content
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/cp
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/cpio
2020-02-13 11:35:19.578 776-777/? I/Magisk: bind_mount: /system/bin/cppreopts.sh
2020-02-13 11:35:19.578 776-777/? I/Magisk: bind_mount: /system/bin/crash_dump32
2020-02-13 11:35:19.578 776-777/? I/Magisk: bind_mount: /system/bin/crash_dump64
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/cut
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/dalvikvm
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/dalvikvm32
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/dalvikvm64
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/date
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/dd
2020-02-13 11:35:19.578 776-777/? I/Magisk: bind_mount: /system/bin/debuggerd
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/defrag.f2fs
2020-02-13 11:35:19.578 776-777/? I/Magisk: bind_mount: /system/bin/device_config
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/dex2oat
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/dexdiag
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/dexdump
2020-02-13 11:35:19.578 776-777/? I/Magisk: copy_link : /system/bin/dexlist
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/dexoptanalyzer
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/df
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/diff
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/dirname
2020-02-13 11:35:19.579 776-777/? I/Magisk: bind_mount: /system/bin/dmctl
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/dmesg
2020-02-13 11:35:19.579 776-777/? I/Magisk: bind_mount: /system/bin/dnsmasq
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/dos2unix
2020-02-13 11:35:19.579 776-777/? I/Magisk: bind_mount: /system/bin/dpm
2020-02-13 11:35:19.579 776-777/? I/Magisk: bind_mount: /system/bin/drmserver
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/du
2020-02-13 11:35:19.579 776-777/? I/Magisk: bind_mount: /system/bin/dumpstate
2020-02-13 11:35:19.579 776-777/? I/Magisk: bind_mount: /system/bin/dumpsys
2020-02-13 11:35:19.579 776-777/? I/Magisk: bind_mount: /system/bin/e2fsck
2020-02-13 11:35:19.579 776-777/? I/Magisk: bind_mount: /system/bin/e2fsdroid
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/echo
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/egrep
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/env
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/expand
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/expr
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/fallocate
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/false
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/fgrep
2020-02-13 11:35:19.579 776-777/? I/Magisk: copy_link : /system/bin/file
2020-02-13 11:35:19.580 776-777/? I/Magisk: copy_link : /system/bin/find
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/flags_health_check
2020-02-13 11:35:19.580 776-777/? I/Magisk: copy_link : /system/bin/flock
2020-02-13 11:35:19.580 776-777/? I/Magisk: copy_link : /system/bin/fmt
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/folio_daemon
2020-02-13 11:35:19.580 776-777/? I/Magisk: copy_link : /system/bin/free
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/fsck.f2fs
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/fsck_msdos
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/fsverity_init
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/gatekeeperd
2020-02-13 11:35:19.580 776-777/? I/Magisk: copy_link : /system/bin/getconf
2020-02-13 11:35:19.580 776-777/? I/Magisk: copy_link : /system/bin/getenforce
2020-02-13 11:35:19.580 776-777/? I/Magisk: copy_link : /system/bin/getevent
2020-02-13 11:35:19.580 776-777/? I/Magisk: copy_link : /system/bin/getprop
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/gpuservice
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/grep
2020-02-13 11:35:19.580 776-777/? I/Magisk: copy_link : /system/bin/groups
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/gsi_tool
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/gsid
2020-02-13 11:35:19.580 776-777/? I/Magisk: copy_link : /system/bin/gunzip
2020-02-13 11:35:19.580 776-777/? I/Magisk: copy_link : /system/bin/gzip
2020-02-13 11:35:19.580 776-777/? I/Magisk: copy_link : /system/bin/head
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/healthd
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/heapprofd
2020-02-13 11:35:19.580 776-777/? I/Magisk: bind_mount: /system/bin/hid
2020-02-13 11:35:19.581 776-777/? I/Magisk: copy_link : /system/bin/hostname
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/hw
2020-02-13 11:35:19.581 776-777/? I/Magisk: copy_link : /system/bin/hwclock
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/hwservicemanager
2020-02-13 11:35:19.581 776-777/? I/Magisk: copy_link : /system/bin/i2cdetect
2020-02-13 11:35:19.581 776-777/? I/Magisk: copy_link : /system/bin/i2cdump
2020-02-13 11:35:19.581 776-777/? I/Magisk: copy_link : /system/bin/i2cget
2020-02-13 11:35:19.581 776-777/? I/Magisk: copy_link : /system/bin/i2cset
2020-02-13 11:35:19.581 776-777/? I/Magisk: copy_link : /system/bin/iconv
2020-02-13 11:35:19.581 776-777/? I/Magisk: copy_link : /system/bin/id
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/idmap
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/idmap2
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/idmap2d
2020-02-13 11:35:19.581 776-777/? I/Magisk: copy_link : /system/bin/ifconfig
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/ime
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/incident
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/incident_helper
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/incidentd
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/init
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/init.elabel.sh
2020-02-13 11:35:19.581 776-777/? I/Magisk: copy_link : /system/bin/inotifyd
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/input
2020-02-13 11:35:19.581 776-777/? I/Magisk: copy_link : /system/bin/insmod
2020-02-13 11:35:19.581 776-777/? I/Magisk: bind_mount: /system/bin/installd
2020-02-13 11:35:19.581 776-777/? I/Magisk: copy_link : /system/bin/ionice
2020-02-13 11:35:19.582 776-777/? I/Magisk: bind_mount: /system/bin/iorapd
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/iorenice
2020-02-13 11:35:19.582 776-777/? I/Magisk: bind_mount: /system/bin/ip
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/ip-wrapper-1.0
2020-02-13 11:35:19.582 776-777/? I/Magisk: bind_mount: /system/bin/ip6tables
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/ip6tables-restore
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/ip6tables-save
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/ip6tables-wrapper-1.0
2020-02-13 11:35:19.582 776-777/? I/Magisk: bind_mount: /system/bin/iptables
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/iptables-restore
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/iptables-save
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/iptables-wrapper-1.0
2020-02-13 11:35:19.582 776-777/? I/Magisk: bind_mount: /system/bin/keystore
2020-02-13 11:35:19.582 776-777/? I/Magisk: bind_mount: /system/bin/keystore_cli_v2
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/kill
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/killall
2020-02-13 11:35:19.582 776-777/? I/Magisk: bind_mount: /system/bin/ld.mc
2020-02-13 11:35:19.582 776-777/? I/Magisk: bind_mount: /system/bin/librank
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/linker
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/linker64
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/linker_asan
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/linker_asan64
2020-02-13 11:35:19.582 776-777/? I/Magisk: bind_mount: /system/bin/lmkd
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/ln
2020-02-13 11:35:19.582 776-777/? I/Magisk: copy_link : /system/bin/load_policy
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/locksettings
2020-02-13 11:35:19.583 776-777/? I/Magisk: copy_link : /system/bin/log
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/logcat
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/logd
2020-02-13 11:35:19.583 776-777/? I/Magisk: copy_link : /system/bin/logname
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/logwrapper
2020-02-13 11:35:19.583 776-777/? I/Magisk: copy_link : /system/bin/losetup
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/lpdump
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/lpdumpd
2020-02-13 11:35:19.583 776-777/? I/Magisk: copy_link : /system/bin/ls
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/lshal
2020-02-13 11:35:19.583 776-777/? I/Magisk: copy_link : /system/bin/lsmod
2020-02-13 11:35:19.583 776-777/? I/Magisk: copy_link : /system/bin/lsof
2020-02-13 11:35:19.583 776-777/? I/Magisk: copy_link : /system/bin/lspci
2020-02-13 11:35:19.583 776-777/? I/Magisk: copy_link : /system/bin/lsusb
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/make_f2fs
2020-02-13 11:35:19.583 776-777/? I/Magisk: copy_link : /system/bin/md5sum
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/mdnsd
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/media
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/mediadrmserver
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/mediaextractor
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/mediametrics
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/mediaserver
2020-02-13 11:35:19.583 776-777/? I/Magisk: copy_link : /system/bin/microcom
2020-02-13 11:35:19.583 776-777/? I/Magisk: bind_mount: /system/bin/migrate_legacy_obb_data.sh
2020-02-13 11:35:19.584 776-777/? I/Magisk: bind_mount: /system/bin/mini-keyctl
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/mkdir
2020-02-13 11:35:19.584 776-777/? I/Magisk: bind_mount: /system/bin/mke2fs
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/mkfifo
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/mkfs.ext2
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/mkfs.ext3
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/mkfs.ext4
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/mknod
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/mkswap
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/mktemp
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/modinfo
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/modprobe
2020-02-13 11:35:19.584 776-777/? I/Magisk: bind_mount: /system/bin/monkey
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/more
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/mount
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/mountpoint
2020-02-13 11:35:19.584 776-777/? I/Magisk: bind_mount: /system/bin/move_widevine_data.sh
2020-02-13 11:35:19.584 776-777/? I/Magisk: bind_mount: /system/bin/mtpd
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/mv
2020-02-13 11:35:19.584 776-777/? I/Magisk: bind_mount: /system/bin/ndc
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/ndc-wrapper-1.0
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/netcat
2020-02-13 11:35:19.584 776-777/? I/Magisk: bind_mount: /system/bin/netd
2020-02-13 11:35:19.584 776-777/? I/Magisk: copy_link : /system/bin/netstat
2020-02-13 11:35:19.585 776-777/? I/Magisk: bind_mount: /system/bin/netutils-wrapper-1.0
2020-02-13 11:35:19.585 776-777/? I/Magisk: bind_mount: /system/bin/newfs_msdos
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/nice
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/nl
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/nohup
2020-02-13 11:35:19.585 776-777/? I/Magisk: bind_mount: /system/bin/notify_traceur.sh
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/nproc
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/nsenter
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/oatdump
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/od
2020-02-13 11:35:19.585 776-777/? I/Magisk: bind_mount: /system/bin/otapreopt
2020-02-13 11:35:19.585 776-777/? I/Magisk: bind_mount: /system/bin/otapreopt_chroot
2020-02-13 11:35:19.585 776-777/? I/Magisk: bind_mount: /system/bin/otapreopt_script
2020-02-13 11:35:19.585 776-777/? I/Magisk: bind_mount: /system/bin/otapreopt_slot
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/paste
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/patch
2020-02-13 11:35:19.585 776-777/? I/Magisk: bind_mount: /system/bin/perfetto
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/pgrep
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/pidof
2020-02-13 11:35:19.585 776-777/? I/Magisk: bind_mount: /system/bin/ping
2020-02-13 11:35:19.585 776-777/? I/Magisk: bind_mount: /system/bin/ping6
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/pkill
2020-02-13 11:35:19.585 776-777/? I/Magisk: bind_mount: /system/bin/pm
2020-02-13 11:35:19.585 776-777/? I/Magisk: copy_link : /system/bin/pmap
2020-02-13 11:35:19.586 776-777/? I/Magisk: bind_mount: /system/bin/pppd
2020-02-13 11:35:19.586 776-777/? I/Magisk: bind_mount: /system/bin/preloads_copy.sh
2020-02-13 11:35:19.586 776-777/? I/Magisk: bind_mount: /system/bin/preopt2cachename
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/printenv
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/printf
2020-02-13 11:35:19.586 776-777/? I/Magisk: bind_mount: /system/bin/procrank
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/profman
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/ps
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/pwd
2020-02-13 11:35:19.586 776-777/? I/Magisk: bind_mount: /system/bin/racoon
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/readlink
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/realpath
2020-02-13 11:35:19.586 776-777/? I/Magisk: bind_mount: /system/bin/reboot
2020-02-13 11:35:19.586 776-777/? I/Magisk: bind_mount: /system/bin/recovery-persist
2020-02-13 11:35:19.586 776-777/? I/Magisk: bind_mount: /system/bin/recovery-refresh
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/renice
2020-02-13 11:35:19.586 776-777/? I/Magisk: bind_mount: /system/bin/requestsync
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/resize.f2fs
2020-02-13 11:35:19.586 776-777/? I/Magisk: bind_mount: /system/bin/resize2fs
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/restorecon
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/rm
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/rmdir
2020-02-13 11:35:19.586 776-777/? I/Magisk: copy_link : /system/bin/rmmod
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/rss_hwm_reset
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/run-as
2020-02-13 11:35:19.587 776-777/? I/Magisk: copy_link : /system/bin/runcon
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/schedtest
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/screencap
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/screenrecord
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/sdcard
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/secdiscard
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/secilc
2020-02-13 11:35:19.587 776-777/? I/Magisk: copy_link : /system/bin/sed
2020-02-13 11:35:19.587 776-777/? I/Magisk: copy_link : /system/bin/sendevent
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/sensorservice
2020-02-13 11:35:19.587 776-777/? I/Magisk: copy_link : /system/bin/seq
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/service
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/servicemanager
2020-02-13 11:35:19.587 776-777/? I/Magisk: copy_link : /system/bin/setenforce
2020-02-13 11:35:19.587 776-777/? I/Magisk: copy_link : /system/bin/setprop
2020-02-13 11:35:19.587 776-777/? I/Magisk: copy_link : /system/bin/setsid
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/settings
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/sgdisk
2020-02-13 11:35:19.587 776-777/? I/Magisk: bind_mount: /system/bin/sh
2020-02-13 11:35:19.587 776-777/? I/Magisk: copy_link : /system/bin/sha1sum
2020-02-13 11:35:19.587 776-777/? I/Magisk: copy_link : /system/bin/sha224sum
2020-02-13 11:35:19.587 776-777/? I/Magisk: copy_link : /system/bin/sha256sum
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/sha384sum
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/sha512sum
2020-02-13 11:35:19.588 776-777/? I/Magisk: bind_mount: /system/bin/showmap
2020-02-13 11:35:19.588 776-777/? I/Magisk: bind_mount: /system/bin/simpleperf
2020-02-13 11:35:19.588 776-777/? I/Magisk: bind_mount: /system/bin/simpleperf_app_runner
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/sleep
2020-02-13 11:35:19.588 776-777/? I/Magisk: bind_mount: /system/bin/sload_f2fs
2020-02-13 11:35:19.588 776-777/? I/Magisk: bind_mount: /system/bin/sm
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/sort
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/split
2020-02-13 11:35:19.588 776-777/? I/Magisk: bind_mount: /system/bin/ss
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/start
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/stat
2020-02-13 11:35:19.588 776-777/? I/Magisk: bind_mount: /system/bin/statsd
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/stop
2020-02-13 11:35:19.588 776-777/? I/Magisk: bind_mount: /system/bin/storaged
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/strings
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/stty
2020-02-13 11:35:19.588 776-777/? I/Magisk: bind_mount: /system/bin/surfaceflinger
2020-02-13 11:35:19.588 776-777/? I/Magisk: bind_mount: /system/bin/svc
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/swapoff
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/swapon
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/sync
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/sysctl
2020-02-13 11:35:19.588 776-777/? I/Magisk: copy_link : /system/bin/tac
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/tail
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/tar
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/taskset
2020-02-13 11:35:19.589 776-777/? I/Magisk: bind_mount: /system/bin/tc
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/tc-wrapper-1.0
2020-02-13 11:35:19.589 776-777/? I/Magisk: bind_mount: /system/bin/tcpdump
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/tee
2020-02-13 11:35:19.589 776-777/? I/Magisk: bind_mount: /system/bin/telecom
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/time
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/timeout
2020-02-13 11:35:19.589 776-777/? I/Magisk: bind_mount: /system/bin/tombstoned
2020-02-13 11:35:19.589 776-777/? I/Magisk: bind_mount: /system/bin/toolbox
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/top
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/touch
2020-02-13 11:35:19.589 776-777/? I/Magisk: bind_mount: /system/bin/toybox
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/tr
2020-02-13 11:35:19.589 776-777/? I/Magisk: bind_mount: /system/bin/traced
2020-02-13 11:35:19.589 776-777/? I/Magisk: bind_mount: /system/bin/traced_probes
2020-02-13 11:35:19.589 776-777/? I/Magisk: bind_mount: /system/bin/trigger_perfetto
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/true
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/truncate
2020-02-13 11:35:19.589 776-777/? I/Magisk: copy_link : /system/bin/tty
2020-02-13 11:35:19.589 776-777/? I/Magisk: bind_mount: /system/bin/tune2fs
2020-02-13 11:35:19.589 776-777/? I/Magisk: bind_mount: /system/bin/tzdatacheck
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/ueventd
2020-02-13 11:35:19.590 776-777/? I/Magisk: bind_mount: /system/bin/uiautomator
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/ulimit
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/umount
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/uname
2020-02-13 11:35:19.590 776-777/? I/Magisk: bind_mount: /system/bin/uncrypt
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/uniq
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/unix2dos
2020-02-13 11:35:19.590 776-777/? I/Magisk: bind_mount: /system/bin/update_engine
2020-02-13 11:35:19.590 776-777/? I/Magisk: bind_mount: /system/bin/update_verifier
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/uptime
2020-02-13 11:35:19.590 776-777/? I/Magisk: bind_mount: /system/bin/usbd
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/usleep
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/uudecode
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/uuencode
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/uuidgen
2020-02-13 11:35:19.590 776-777/? I/Magisk: bind_mount: /system/bin/vdc
2020-02-13 11:35:19.590 776-777/? I/Magisk: bind_mount: /system/bin/viewcompiler
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/vmstat
2020-02-13 11:35:19.590 776-777/? I/Magisk: bind_mount: /system/bin/vold
2020-02-13 11:35:19.590 776-777/? I/Magisk: bind_mount: /system/bin/vold_prepare_subdirs
2020-02-13 11:35:19.590 776-777/? I/Magisk: bind_mount: /system/bin/vr
2020-02-13 11:35:19.590 776-777/? I/Magisk: bind_mount: /system/bin/wait_for_keymaster
2020-02-13 11:35:19.590 776-777/? I/Magisk: bind_mount: /system/bin/watchdogd
2020-02-13 11:35:19.590 776-777/? I/Magisk: copy_link : /system/bin/wc
2020-02-13 11:35:19.591 776-777/? I/Magisk: copy_link : /system/bin/which
2020-02-13 11:35:19.591 776-777/? I/Magisk: copy_link : /system/bin/whoami
2020-02-13 11:35:19.591 776-777/? I/Magisk: bind_mount: /system/bin/wificond
2020-02-13 11:35:19.591 776-777/? I/Magisk: bind_mount: /system/bin/wm
2020-02-13 11:35:19.591 776-777/? I/Magisk: copy_link : /system/bin/xargs
2020-02-13 11:35:19.591 776-777/? I/Magisk: copy_link : /system/bin/xxd
2020-02-13 11:35:19.591 776-777/? I/Magisk: copy_link : /system/bin/yes
2020-02-13 11:35:19.591 776-777/? I/Magisk: copy_link : /system/bin/zcat
2020-02-13 11:35:20.386 776-1104/? I/Magisk: ** late_start service mode running
2020-02-13 11:35:20.387 776-1104/? I/Magisk: * Running service.d scripts
2020-02-13 11:35:20.387 776-1104/? I/Magisk: * Running module service scripts
2020-02-13 11:35:20.387 776-1104/? I/Magisk: MagiskHidePropsConf: exec [service.sh]
2020-02-13 11:35:20.396 776-1104/? I/Magisk: magisk-frida: exec [service.sh]
2020-02-13 11:35:22.081 1501-1501/? I/PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package com.topjohnwu.magisk (protectionLevel=66 flags=0x3848be46)
2020-02-13 11:35:22.969 1501-1542/? I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW flg=0x18000020 pkg=com.topjohnwu.magisk cmp=com.topjohnwu.magisk/a.m (has extras)} from uid 0
2020-02-13 11:35:23.009 1501-1542/? I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW flg=0x18000020 cmp=com.topjohnwu.magisk/a.m (has extras)} from uid 0
2020-02-13 11:35:23.245 1501-1542/? I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW flg=0x18000020 pkg=com.topjohnwu.magisk cmp=com.topjohnwu.magisk/a.m (has extras)} from uid 0
2020-02-13 11:35:23.296 1501-1542/? I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW flg=0x18000020 pkg=com.topjohnwu.magisk cmp=com.topjohnwu.magisk/a.m (has extras)} from uid 0
2020-02-13 11:35:23.369 1501-1542/? I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW flg=0x18000020 pkg=com.topjohnwu.magisk cmp=com.topjohnwu.magisk/a.m (has extras)} from uid 0
2020-02-13 11:35:23.649 1501-2187/? I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW flg=0x18000020 pkg=com.topjohnwu.magisk cmp=com.topjohnwu.magisk/a.m (has extras)} from uid 0
2020-02-13 11:35:23.730 1501-2187/? I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW flg=0x18000020 pkg=com.topjohnwu.magisk cmp=com.topjohnwu.magisk/a.m (has extras)} from uid 0
2020-02-13 11:35:23.867 1501-1542/? I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW flg=0x18000020 pkg=com.topjohnwu.magisk cmp=com.topjohnwu.magisk/a.m (has extras)} from uid 0
2020-02-13 11:35:23.983 1501-1501/? I/PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package com.topjohnwu.magisk (protectionLevel=66 flags=0x38c8be46)
2020-02-13 11:35:24.034 1501-2034/? I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW flg=0x18000020 pkg=com.topjohnwu.magisk cmp=com.topjohnwu.magisk/a.m (has extras)} from uid 0
2020-02-13 11:35:24.266 1501-2034/? I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW flg=0x18000020 pkg=com.topjohnwu.magisk cmp=com.topjohnwu.magisk/a.m (has extras)} from uid 0
2020-02-13 11:35:24.279 1501-1501/? I/PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package com.topjohnwu.magisk (protectionLevel=66 flags=0x38c8be46)
2020-02-13 11:35:24.284 1501-2187/? I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW flg=0x18000020 pkg=com.topjohnwu.magisk cmp=com.topjohnwu.magisk/a.m (has extras)} from uid 0
2020-02-13 11:35:24.396 1501-1554/? I/ActivityManager: Start proc 2521:com.topjohnwu.magisk/u0a193 for activity {com.topjohnwu.magisk/a.m}
2020-02-13 11:35:24.439 1501-2488/? I/ActivityTaskManager: START u0 {act=android.intent.action.VIEW flg=0x18000020 pkg=com.topjohnwu.magisk cmp=com.topjohnwu.magisk/a.m (has extras)} from uid 0
2020-02-13 11:35:24.590 2521-2521/com.topjohnwu.magisk W/ContextImpl: Failed to ensure /data/user/0/com.topjohnwu.magisk/cache: mkdir failed: ENOENT (No such file or directory)
2020-02-13 11:35:24.591 2521-2521/com.topjohnwu.magisk W/ContextImpl: Failed to update user.inode_cache: stat failed: ENOENT (No such file or directory)
2020-02-13 11:35:24.602 2521-2521/com.topjohnwu.magisk I/MultiDex: VM with version 2.1.0 has multidex support
2020-02-13 11:35:24.602 2521-2521/com.topjohnwu.magisk I/MultiDex: Installing application
2020-02-13 11:35:24.602 2521-2521/com.topjohnwu.magisk I/MultiDex: VM has multidex support, MultiDex support library is disabled.
2020-02-13 11:35:24.625 2521-2775/com.topjohnwu.magisk W/ContextImpl: Failed to ensure /data/user/0/com.topjohnwu.magisk/databases: mkdir failed: ENOENT (No such file or directory)
2020-02-13 11:35:24.692 2521-2775/com.topjohnwu.magisk E/SQLiteLog: (14) cannot open file at line 36683 of [c255889bd9]
2020-02-13 11:35:24.692 2521-2775/com.topjohnwu.magisk E/SQLiteLog: (14) os_unix.c:36683: (2) open(/data/user/0/com.topjohnwu.magisk/databases/androidx.work.workdb) - 
2020-02-13 11:35:24.695 2521-2775/com.topjohnwu.magisk E/SQLiteDatabase: Failed to open database '/data/user/0/com.topjohnwu.magisk/databases/androidx.work.workdb'.
    android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
        at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
        at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
        at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
        at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
        at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
        at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
        at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915)
        at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895)
        at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759)
        at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748)
        at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374)
        at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:317)
        at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.getWritableSupportDatabase(FrameworkSQLiteOpenHelper.java:92)
        at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper.getWritableDatabase(FrameworkSQLiteOpenHelper.java:53)
        at androidx.room.RoomDatabase.beginTransaction(RoomDatabase.java:352)
        at androidx.work.impl.utils.ForceStopRunnable.cleanUp(ForceStopRunnable.java:135)
        at androidx.work.impl.utils.ForceStopRunnable.run(ForceStopRunnable.java:79)
        at androidx.work.impl.utils.SerialExecutor$Task.run(SerialExecutor.java:91)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:919)
2020-02-13 11:35:24.698 2521-2775/com.topjohnwu.magisk E/AndroidRuntime: FATAL EXCEPTION: pool-3-thread-1
    Process: com.topjohnwu.magisk, PID: 2521
    android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
        at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
        at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
        at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
        at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
        at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
        at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
        at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915)
        at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895)
        at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759)
        at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748)
        at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374)
        at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:317)
        at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.getWritableSupportDatabase(FrameworkSQLiteOpenHelper.java:92)
        at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper.getWritableDatabase(FrameworkSQLiteOpenHelper.java:53)
        at androidx.room.RoomDatabase.beginTransaction(RoomDatabase.java:352)
        at androidx.work.impl.utils.ForceStopRunnable.cleanUp(ForceStopRunnable.java:135)
        at androidx.work.impl.utils.ForceStopRunnable.run(ForceStopRunnable.java:79)
        at androidx.work.impl.utils.SerialExecutor$Task.run(SerialExecutor.java:91)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:919)
2020-02-13 11:35:24.705 2521-2775/com.topjohnwu.magisk E/App: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
        at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
        at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
        at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
        at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
        at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
        at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
        at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915)
        at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895)
        at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759)
        at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748)
        at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:374)
        at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:317)
        at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper$OpenHelper.getWritableSupportDatabase(FrameworkSQLiteOpenHelper.java:92)
        at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper.getWritableDatabase(FrameworkSQLiteOpenHelper.java:53)
        at androidx.room.RoomDatabase.beginTransaction(RoomDatabase.java:352)
        at androidx.work.impl.utils.ForceStopRunnable.cleanUp(ForceStopRunnable.java:135)
        at androidx.work.impl.utils.ForceStopRunnable.run(ForceStopRunnable.java:79)
        at androidx.work.impl.utils.SerialExecutor$Task.run(SerialExecutor.java:91)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:919)
2020-02-13 11:35:24.709 2521-2775/com.topjohnwu.magisk I/opjohnwu.magis: System.exit called, status: 1
2020-02-13 11:35:24.709 2521-2775/com.topjohnwu.magisk I/AndroidRuntime: VM exiting with result code 1, cleanup skipped.
2020-02-13 11:35:24.725 1501-2488/? I/ActivityManager: Process com.topjohnwu.magisk (pid 2521) has died: prcp TOP 
2020-02-13 11:35:25.118 1501-1546/? W/ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{b1aca8e u0 com.topjohnwu.magisk/a.m t-1 f}
2020-02-13 11:35:27.049 776-3416/? I/Magisk: ** boot_complete triggered

so i use magisk canary build and have same error on install

mv: can't create '/data/adb/modules_update/magisk-frida/system/xbin/frida-server': Permission denied

It seems to be an issue with Magisk @topjohnwu magisk install options Preserve AVB 2.0/dm-verify and Preserve force encryption

ViRb3 commented 4 years ago

This has been fixed in #9, also present on 20.4 stable. Please re-open if the issue still remains.