litesuits / litesuits/android-common
shellutils出现的问题
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
操作如下命令
List commendList = new ArrayList<>();
commendList.add("adb shell");
commendList.add("mount -o remount /system");
commendList.add("cp -------.so /system/lib");
ShellUtil.CommandResult commandResult = ShellUtil.execCommand(commendList, false, true);
result = process.waitFor()执行到此处 没结果 怎么回事
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with ShellUtil.execCommand and the process.waitFor() call shown in the report. Reproduce the command sequence involving adb shell, remount, and copying the .so file, then trace why waitFor() produces no result. Done means the cause is identified and the command execution behavior is corrected or clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100