RootTools icon indicating copy to clipboard operation
RootTools copied to clipboard

ArrayIndexOutOfBoundsException

Open DamonChen117 opened this issue 6 years ago • 2 comments

java.lang.ArrayIndexOutOfBoundsException: length=0; index=0 at com.stericson.RootTools.internal.RootToolsInternalMethods$6.commandOutput(RootToolsInternalMethods.java:675) at com.stericson.RootShell.execution.Command.output(Command.java:288) at com.stericson.RootShell.execution.Shell$3.run(Shell.java:693) at java.lang.Thread.run(Thread.java:818)

DamonChen117 avatar Sep 07 '18 03:09 DamonChen117

#86

JcChimjj avatar Sep 12 '18 01:09 JcChimjj

This seems to be an error coming from your code itself. Do you have any array which are either uninitialized or size 0?

SourceDiver42 avatar Sep 05 '19 21:09 SourceDiver42