Skip to content

[Feature] 不要自动扫描/storage/emulated/0/下的文件 #464

@pnqx

Description

@pnqx

我用rclone把某个网盘挂载到了 /storage/emulated/0/-/rclone/.mount/ 目录,然后打开咱这个app但不进行任何操作,它也会疯狂扫描挂载的目录。相关的日志如下:

root ~# fuser -m /storage/emulated/0/-/rclone/.mount/
/storage/emulated/0/-/rclone/.mount: 13044

root ~# ps -ef | grep 13044
root     13044 12618  6 15:57 ?        00:00:57 com.xayah.databackup.foss:root:0
root     14345 14270  1 16:11 pts/0    00:00:00 grep 13044

root ~# ps -ef | grep 12618
root     12618 12613  0 15:54 ?        00:00:00 sh
root     13044 12618  6 15:57 ?        00:00:57 com.xayah.databackup.foss:root:0
root     14352 14270  2 16:11 pts/0    00:00:00 grep 12618

root ~# ps -ef | grep 12613
root     12613 12579  0 15:54 ?        00:00:00 /system/bin/sh
root     12618 12613  0 15:54 ?        00:00:00 sh
root     14354 14270  2 16:11 pts/0    00:00:00 grep 12613

root ~# ps -ef | grep 12579
u0_a56   12579  1011  3 15:54 ?        00:00:31 com.xayah.databackup.foss
root     12613 12579  0 15:54 ?        00:00:00 /system/bin/sh
root     14356 14270  2 16:11 pts/0    00:00:00 grep 12579

root ~# lsof -p 13044 | grep /storage/emulated/0/-/rclone/.mount
main    13044 root  77r      DIR               0,49        0 17028270074025884925 /storage/emulated/0/-/rclone/.mount/alist/中国移动云盘/foobar

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions