• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
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.

 
A magnificient life is loaded with tough challenges. En garde tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic