Ramble01 / droidbox

Automatically exported from code.google.com/p/droidbox
0 stars 0 forks source link

Script hangs forever #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running the script on an APK file.

What is the expected output? What do you see instead?
The script should hang indefinitely.

What version of the product are you using? On what operating system?
The most recent version

Please provide any additional information below.
Hey, I'm working on some research, and I"m trying to use DroidBox to profile a 
few hundred APKs, I am able to close the application by pressing ctrl+C, but I 
was wondering if there was a more elegant way to end the script.

I think the problem is because the threads aren't closing because the 
application is still running in the emulator?

Original issue reported on code.google.com by sudh...@gmail.com on 24 Jun 2012 at 3:19

GoogleCodeExporter commented 9 years ago
As workaround for that issue, i saved the PID of Droidbox in my script and 
killed it after the time i want.

Original comment by 5hp...@gmail.com on 3 Jul 2012 at 8:00

GoogleCodeExporter commented 9 years ago
in the 2.3 beta version it hungs until the main activiy is closed again, even 
after the graphs and treemap is created.

Original comment by 5hp...@gmail.com on 28 Aug 2012 at 10:44