commit | 4fc5c95c966615b971a8d67dc63b384ae691fb11 | [log] [tgz] |
---|---|---|
author | Tom Taylor <tomtaylor@google.com> | Tue Mar 26 12:22:56 2013 -0700 |
committer | Tom Taylor <tomtaylor@google.com> | Tue Mar 26 12:22:56 2013 -0700 |
tree | ecc8d7ff7962ee3e4b05161083e187a526ac460a | |
parent | 8f0f70c88a16f784deddfc1511503226b17798ca [diff] |
StringIndexOutOfBoundsException in Chips during monkey run Bug 8478568 The code was looking for a comma and not finding one, but since the length of the token was zero, the "if" clause was executed and tried to make a substring of length -1. Change-Id: Ic876fd6b5880c452b27083fb23cf78da994e0225