• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Debugging/Profiling Applications directly on Android Phone

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any way of profile or debug an application developed with Android, by using a proxy between my computer and the android enabled phone?
I mean, using the application directly on the phone, and seeing the debug/profile information in proxied computer screen.
 
Author
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Is there any way of profile or debug an application developed with Android, by using a proxy between my computer and the android enabled phone?
I mean, using the application directly on the phone, and seeing the debug/profile information in proxied computer screen.



Apparently yes, through Eclipse. Since I am not an Eclipse user, though, I have not tried it personally.
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
With my experience of JME .....
I can say we need a some sort of a console or a log file to which i can write to know...
whats happening on the device ....

otherwise I have to just guess .....!!!
 
Tomas Augusto Muller
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jean Paul Farte wrote:With my experience of JME .....
I can say we need a some sort of a console or a log file to which i can write to know...
whats happening on the device ....

otherwise I have to just guess .....!!!




Would be nice to see in Android SDK, an proxy software working with a plugin available under Eclipse or NetBeans installations.
With the Device Explorer (also available in SDK), connected with the device, we can see the memory/CPU usage, launch midlets, and another useful informations about profiling and debugging.
Also we have a console to see the messages generated by the application.

Recently I bought the C902 (Sony Ericsson) and the SDK have this.

I'm not a JME programmer right now. But I like to be aware about what's going on in this area, and I want to learn
Correct me if I'm wrong at some point.

 
Let's get him boys! We'll make him read this tiny ad!
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic