We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I saw theses in the logcat.
Similar issue to https://code.google.com/p/roottools/issues/detail?id=49 but, still re-producing on version 3.4 on gt-p7310 android 4.0.4, NOT rooted
05-09 12:06:27.633: I/System(15680): Failed to destroy process 15802 05-09 12:06:27.673: I/System(15680): libcore.io.ErrnoException: kill failed: ESRCH (No such process) 05-09 12:06:27.673: I/System(15680): at libcore.io.Posix.kill(Native Method) 05-09 12:06:27.673: I/System(15680): at libcore.io.ForwardingOs.kill(ForwardingOs.java:77) 05-09 12:06:27.673: I/System(15680): at java.lang.ProcessManager$ProcessImpl.destroy(ProcessManager.java:257) 05-09 12:06:27.673: I/System(15680): at com.stericson.RootTools.execution.Shell$3.run(Shell.java:449) 05-09 12:06:27.673: I/System(15680): at java.lang.Thread.run(Thread.java:856) 05-09 12:06:27.683: D/ActionBarSherlock(15680): [getActionBar] [....] 05-09 12:06:27.833: D/ActionBarSherlock(15680): [getActionBar] 05-09 12:06:27.833: I/System(15680): Failed to destroy process 15816 05-09 12:06:27.843: I/System(15680): libcore.io.ErrnoException: kill failed: ESRCH (No such process) 05-09 12:06:27.843: I/System(15680): at libcore.io.Posix.kill(Native Method) 05-09 12:06:27.843: I/System(15680): at libcore.io.ForwardingOs.kill(ForwardingOs.java:77) 05-09 12:06:27.843: I/System(15680): at java.lang.ProcessManager$ProcessImpl.destroy(ProcessManager.java:257) 05-09 12:06:27.843: I/System(15680): at com.stericson.RootTools.execution.Shell$3.run(Shell.java:449) 05-09 12:06:27.843: I/System(15680): at java.lang.Thread.run(Thread.java:856) [more similar ErrnoException]
maybe this can help you: https://groups.google.com/forum/#!topic/android-developers/VcjXWBosQ88
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I saw theses in the logcat.
Similar issue to https://code.google.com/p/roottools/issues/detail?id=49
but, still re-producing on version 3.4 on gt-p7310 android 4.0.4, NOT rooted
maybe this can help you:
https://groups.google.com/forum/#!topic/android-developers/VcjXWBosQ88
The text was updated successfully, but these errors were encountered: