com.android.commands.monkey.Monkey.java
private boolean checkInternalConfiguration() {
...
if (!"TAG_LAST_KEYCODE".equals(lastKeyName)) {
System.err.println("** Error: Key names array malformed
(internal error).");
return false;
}
}
On Jul 15, 10:02 pm, Samuel Quiring <[email protected]> wrote:
> Have you changed either KeyEvent.java or MonkeySourceRandom.java?
>
> On Wed, Jul 15, 2009 at 4:54 AM, Carlos Fernandes <
>
> [email protected]> wrote:
>
> > adb shell monkey -v 1 --throttle 300 -s 99118763 --ignore-security-
> > exceptions -p 12000;
> > :Monkey: seed=0 count=1
>
> > :IncludeCategory: android.intent.category.LAUNCHER
> > :IncludeCategory: android.intent.category.MONKEY
> > ** Error: Key names array malformed (internal error).
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---