Giter Site home page Giter Site logo

dyno-droid's People

Watchers

 avatar

dyno-droid's Issues

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

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 [email protected] on 30 Jul 2014 at 10:41

InstrumentedActivity

I can only see InstrumentedActivity.java1 and InstrumentedActivity.java2, but 
not InstrumentedActivity.java
This resulted in 3 errors in EmmaInstrumentation.java, where 
EmmaInstrumentation.class is required.
Am I missing something

Original issue reported on code.google.com by [email protected] on 26 Jul 2013 at 5:51

Issue about compiling classes

What steps will reproduce the problem?
1. Just after i typed 'ant compile'


What is the expected output? What do you see instead?
It says that "error : cannot find symbol" in class MethodProfilingStatus.
Cannot find the ON variable.

What version of the product are you using? On what operating system?
Currently using ANDROID SDK 4.2.2 on linux x64 system.

Please provide any additional information below.
I'm supposing that is the SDK version cause the problem?


Original issue reported on code.google.com by [email protected] on 26 Oct 2013 at 2:56

coverage.ec missing from bin directory

I followed all instructions in the manual and tried to generate the coverage 
report for several different apps but only the coverage.em file was generated 
in the bin directory for all of them. I didn't have any issue with the 
emulator, as several emulators worked in parallel in the different apps, and 
the build was successful (no errors in the log), but the coverage report was 
not generated.

I tried that on two different systems, one that uses MAC-OS and another using 
Ubuntu - the result was the same.

PS: I'm adding in the 'apps' folder only the source code of the apps. I'm 
attaching one of the apps.



Original issue reported on code.google.com by [email protected] on 29 Jun 2015 at 2:55

InvalidAttributesException: Provided Data for App Instrumentation is invalid

What steps will reproduce the problem?
1. Copy the source code folder of AppSwitch 
(https://f-droid.org/repository/browse/?fdfilter=ch.blinken&fdid=ch.blinkenlight
s.android.apnswitch) into the apps folder.
2. Run "ant run"

What is the expected output? What do you see instead?
I expected coverage results as in other apps.

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/paulodebarros/repository/dyno-droid-read-only/deploy/dynodroidsetup/kernelfiles/zImage -system /home/paulodebarros/repository/dyno-droid-read-only/deploy/dynodroidsetup/customimage/system.img -ramdisk /home/paulodebarros/repository/dyno-droid-read-only/deploy/dynodroidsetup/customimage/ramdisk.img
     [java] INFO:Running_M3:adb -s emulator-5554 logcat
     [java] INFO:Created New DeviceEmulator Object
     [java] INFO:ch.blinkenlights.android.apnswitch:Got Device:emulator-5554
     [java] ERROR:Unable to get Main Activity from AndroidManifest.xml
     [java] EXCEPTION: Stack Trace:
     [java] javax.naming.directory.InvalidAttributesException: Provided Data for App Instrumentation is invalid..refer log for more details
     [java]     at edu.gatech.dynodroid.appHandler.AppInstrumenter.<init>(AppInstrumenter.java:66)
     [java]     at edu.gatech.dynodroid.appHandler.AppSrcHandler.<init>(AppSrcHandler.java:49)
     [java]     at edu.gatech.dynodroid.master.TestProfileHandler.run(MainHarness.java:373)
     [java]     at java.lang.Thread.run(Thread.java:745)
     [java] Provided Data for App Instrumentation is invalid..refer log for more details
     [java] INFO:In destroyDevice
     [java] INFO:Got Lock
     [java] INFO:Before Trying to delete
     [java] INFO:Trying to delete:/home/paulodebarros/.android/avd/emu1.avd
     [java] INFO:Trying to delete:/home/paulodebarros/.android/avd/emu1.ini
     [java] INFO:Emulator :emulator-5554 destroyed sucessfully
     [java] INFO:-----START RUN SUMMARY-----
     [java] INFO:ch.blinkenlights.android.apnswitch:WidgetBasedTesting:RandomBiasBased:ch.blinkenlights.android.apnswitch:/home/paulodebarros/repository/dyno-droid-read-only/deploy/workingDir/ch.blinkenlights.android.apnswitch_WBT_RandomBiasBased_100:100::Result:,Problem Occured..
     [java] INFO:-----END RUN SUMMARY-----
     [java] INFO:All Threads Completed Execution..Exiting
     [java] EXCEPTION: Stack Trace:
     [java] javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted. Learn more at
     [java] 535 5.7.8  https://support.google.com/mail/answer/14257 b16sm12901005qga.48 - gsmtp
     [java]
     [java]     at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:823)
     [java]     at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:756)
     [java]     at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:673)
     [java]     at javax.mail.Service.connect(Service.java:295)
     [java]     at edu.gatech.dynodroid.reporting.TestProfileReporting.sendCompletionMail(TestProfileReporting.java:44)
     [java]     at edu.gatech.dynodroid.master.MainHarness.main(MainHarness.java:103)
     [java] 535-5.7.8 Username and Password not accepted. Learn more at
     [java] 535 5.7.8  https://support.google.com/mail/answer/14257 b16sm12901005qga.48 - gsmtp
     [java]


The only file generated was CompleteTestProfile.log, and its output can be 
found in part of the log above.


What version of the product are you using? On what operating system?
Trunk version of Dyno-droid. Ubuntu 12.04 64 bits.

Please provide any additional information below.
dynodroid.properties file is attached.

Original issue reported on code.google.com by [email protected] on 21 Jul 2015 at 3:56

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.