Stericson / RootShell

233 stars 101 forks source link

RootShell.exists(file,isDir) running root way program termination #22

Closed jiaming4work closed 6 years ago

jiaming4work commented 6 years ago

file="/data/data/com.tencent.tim" isDir=true this dir does not exists when this running in the exists function and current stage is using root way , current step is

RootShell.getShell(true).add(command); >> commandWait(RootShell.getShell(true), command);

when i push f9 to countinue ,program termination, and i can't confirm it's dir Permissions problem, is it ? sorry my english is bad, i was testing this on 7.1.2 and 5.1 (physical device) If it is my fault, sorry to disturb