[android-porting] Re: How to enable logs for Android Applications like camera

2009-05-17 Thread Dianne Hackborn
You don't. There may be debug output in the camera app you can turn on by recompiling it with a constant changed, but there is nothing you can just turn on at runtime. On Sun, May 17, 2009 at 9:53 PM, somu wrote: > > Hi I would like to know how to enable logs for camera applications. > > I mean

[android-porting] Re: How to enable logs for Android Applications like camera

2009-05-18 Thread cindy_king_1024
Use the command:logcat ,before debug Hope it help! 在2009-05-18 14:27:55,"Dianne Hackborn" 写道: You don't. There may be debug output in the camera app you can turn on by recompiling it with a constant changed, but there is nothing you can just turn on at runtime. On Sun, May 17, 2009 at 9:53

[android-porting] Re: How to enable logs for Android Applications like camera

2009-05-18 Thread Dave Sparks
You're not really going to find that information from the logs. The call flow involves 3 different processes acting in concert. The only way to understand it is to dig into the source code. On May 17, 9:53 pm, somu wrote: > Hi I would like to know how to enable logs for camera applications. > >

[android-porting] Re: How to enable logs for Android Applications like camera

2009-05-18 Thread Somu
Hi Dev, Can you please explain me how to dig the code also.because i am not able to find the JNI calls. Kindly do the needful. Thanks and Regards Somashekar On Mon, May 18, 2009 at 10:45 PM, Dave Sparks wrote: > > You're not really going to find that information from the logs. The > call flow