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 <sbq...@gmail.com> wrote:
> Have you changed either KeyEvent.java or MonkeySourceRandom.java?
>
> On Wed, Jul 15, 2009 at 4:54 AM, Carlos Fernandes <
>
> carlos.e.fernan...@gmail.com> 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 android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to