[android-developers] Android monkey script executes slow on Lollipop

2016-01-25 Thread Eric W.H. Huang
down votefavorite I used adb shell and command "monkey -v -f click.m 1" to run following monkey script. type = user count= 1 speed= 1 start data >>DispatchPointer(1, 1,0, 720, 390, 0, 0, 0,0,0,0, 0

[android-developers] [Android Monkey] How to pass a continual 25 hrs' Monkey testing

2012-03-09 Thread wang summer
Hi, I am trying Monkey testing on android devices, and here met several questions during my running Monkey testing on my tablet. 1. How to deal with the issue that the device will be shutted down by device itself during automated Monkey testing? 2. Is there any requirement from Google to say that

[android-developers] Android monkey feature ? : adb shell monkey -p com.asus.davinci.medianote -v 500 --hprof

2011-12-06 Thread MobileScorpio
Dear Android Developers, About Android Monkey Feature: http://developer.android.com/guide/developing/tools/monkey.html ... Command Options Reference The table below lists all options you can include on the Monkey command line. CategoryOption Description ... Debugging --hprof If set,

[android-developers] Android monkey feature ? : adb shell monkey -p com.asus.davinci.medianote -v 500 --hprof

2011-12-06 Thread MobileScorpio
Dear Android Developers, About Android Monkey Feature: http://developer.android.com/guide/developing/tools/monkey.html ... Command Options Reference The table below lists all options you can include on the Monkey command line. CategoryOption Description ... Debugging --hprof If set,

Re: [android-developers] Android Monkey.

2011-11-23 Thread Mark Murphy
On Tue, Nov 22, 2011 at 3:51 PM, naveen raj wrote: > a) How do I know, what are the events generated by android Monkey ? Add the -v switch to get a dump of the events. > b) Can I define the events for android monkey ? AFAIK, no. You can describe what percentage of events to allocate to differen

[android-developers] Android Monkey.

2011-11-22 Thread naveen raj
Hi , I have few questions regarding android monkey. a) How do I know, what are the events generated by android Monkey ? b) Can I define the events for android monkey ? c) Does this android monkey tool works for all android devices (for ex: Android tablets) ? Regards Naveen -- You received

[android-developers] android monkey runner

2011-07-12 Thread yanamala siddaiah
pls tell me step by step , how to use this. how to write scripts for monkey runner .. thanks siddaiah -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Android monkey tool script

2010-03-24 Thread zafar
Android Monkey tool can use user supplied script to run, but very few information are present in this regarding to writing android monkey script. one guy only copied the stuff from source code and apart from that no information is present. Can anyone tell abount the sysntax of android monkey scri

[android-developers] Android Monkey Testing.

2010-01-07 Thread satish
Hi All, I am executing Monkey testing on a Android device. The command i am using is "adb shell monkey -p com.android.calculator2 -v 5000 > monkey-calculator.txt" When we execute this command i suppose it should send 5000 events to the device.In my case after sending event #150900 it stop