qqdown / dyno-droid

Automatically exported from code.google.com/p/dyno-droid
0 stars 0 forks source link

[java] INFO:emulator-5554:Problem occured during Device Prepare #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ant run

What is the expected output? What do you see instead?
>> ... What I see ->
run:
     [java] INFO:Total Number of Test Profiles:1
     [java] INFO:Total Number of Threads scheduled:1
     [java] INFO:Starting to Run Emulator:emulator -avd emu1 -verbose -scale 0.70 -show-kernel -kernel /home/dyno-droid/dynodroid_deploy/dynodroidsetup/kernelfiles/zImage -system /home/dyno-droid/dynodroid_deploy/dynodroidsetup/customimage/system.img -ramdisk /home/dyno-droid/dynodroid_deploy/dynodroidsetup/customimage/ramdisk.img
     [java] INFO:Running_M3:adb -s emulator-5554 logcat
     [java] INFO:Created New DeviceEmulator Object
     [java] INFO:com.redphx.deviceid.apk:Got Device:emulator-5554
     [java] INFO::Got App Strategy..Trying to run the appropriate strategy
     [java] INFO:SMSMonitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:LoadLibraryMonitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:Dex Load Monitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:BroadCastActionTriggerMonitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:BroadCastRegistrationMonitor Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:BroadCastUnRegistrationMonitor Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:AudioServiceMonitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:AndroidServiceMonitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:StartProcessMonitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:AppServiceMonitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:IntentStartMonitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:BroadCastStartMonitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:OutBoundUrlMonitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:OutBoundUrlMonitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:KernelNetworkMonitoring Monitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:KernelFileMonitoring Monitoring Initialized for:edu.gatech.dynodroid.devHandler.DeviceEmulator@70bbf8f7
     [java] INFO:Sucessfully Initialized Log Monitoring
     [java] INFO:Sucessfully started Log Monitoring

We do not expect this:
>>???[java] INFO:emulator-5554:Problem occured during Device Prepare
     [java] INFO::Preparation UnSucessfull..
     [java] INFO::Total Execution Time:1 seconds
     [java] INFO:In destroyDevice
     [java] INFO:Got Lock
     [java] INFO:Before Trying to delete
     [java] INFO:Trying to delete:/root/.android/avd/emu1.avd
     [java] INFO:Trying to delete:/root/.android/avd/emu1.ini
     [java] INFO:Emulator :emulator-5554 destroyed sucessfully
     [java] INFO:-----START RUN SUMMARY-----
     [java] INFO:com.redphx.deviceid.apk:RandomMonkeyTesting:GraphBased:com.redphx.deviceid.apk:/home/dyno-droid/dynodroid_deploy/workingDir/com.redphx.deviceid.apk_RMT_1000:1000::Result:,Preparation UnSucessfull
     [java] INFO:-----END RUN SUMMARY-----
>>???[java] INFO:All Threads Completed Execution..Exiting
BUILD SUCCESSFUL
Total time: 2 minutes 39 seconds

The folder RunStats is empty !!! Since I am a new user of this tool, I was 
trying to check all properties and settings first but it did not work. Code it 
is hard to touch now. Please help to fix it.

What version of the product are you using? On what operating system?
From svn checkout https://dyno-droid.googlecode.com/svn/branches/dynodroid.0.1
Ubuntu x64 14.04 LTS

Original issue reported on code.google.com by Dynodroi...@gmail.com on 30 Jul 2014 at 10:41

GoogleCodeExporter commented 8 years ago
Can you provide the apk you are trying to test this with?

Original comment by makr...@gmail.com on 3 Sep 2014 at 4:03

GoogleCodeExporter commented 8 years ago
This is fixed in the latest version of dynodroid, just pull the trunk (not 0.1)

Original comment by makr...@gmail.com on 19 Sep 2014 at 1:00

GoogleCodeExporter commented 8 years ago
i had the same issue. it works with latest revision. 
Thanks

Original comment by xen...@gmail.com on 5 Dec 2014 at 4:30