Those errors don't look like they're from your app...

And if they are you are violating security somehow and haven't
specified an appropriate permission.

Find the portion of the log that corresponds to your app (it should
have your activity name on the error line..)

You could do a "logcat | grep Trial1" or something like that

kris

On Mon, Jan 23, 2012 at 5:38 AM, sharath <[email protected]> wrote:
> this are errors diaplyed in logcat
>
>     01-23 16:04:50.574: ERROR/Zygote(34): setreuid() failed. errno: 2
> 01-23 16:04:50.574: ERROR/Zygote(34): setreuid() failed. errno: 17
> 01-23 16:04:50.574: ERROR/BatteryService(40): usbOnlinePath not found
> 01-23 16:04:50.574: ERROR/BatteryService(40): batteryVoltagePath not found
> 01-23 16:04:50.574: ERROR/BatteryService(40): batteryTemperaturePath not
> found
> 01-23 16:04:50.574: ERROR/SurfaceFlinger(40): Couldn't open
> /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
> 01-23 16:05:31.213: ERROR/EventHub(40): could not get driver version for
> /dev/input/mouse0, Not a typewriter
> 01-23 16:05:31.213: ERROR/EventHub(40): could not get driver version for
> /dev/input/mice, Not a typewriter
> 01-23 16:05:33.392: ERROR/System(40): Failure starting core service
> 01-23 16:05:33.392: ERROR/System(40): java.lang.SecurityException
> 01-23 16:05:33.392: ERROR/System(40):     at
> android.os.BinderProxy.transact(Native Method)
> 01-23 16:05:33.392: ERROR/System(40):     at
> android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146)
> 01-23 16:05:33.392: ERROR/System(40):     at
> android.os.ServiceManager.addService(ServiceManager.java:72)
> 01-23 16:05:33.392: ERROR/System(40):     at
> com.android.server.ServerThread.run(SystemServer.java:184)
> 01-23 16:05:39.652: ERROR/SoundPool(40): error loading
> /system/media/audio/ui/Effect_Tick.ogg
> 01-23 16:05:39.662: ERROR/SoundPool(40): error loading
> /system/media/audio/ui/KeypressStandard.ogg
> 01-23 16:05:39.672: ERROR/SoundPool(40): error loading
> /system/media/audio/ui/KeypressSpacebar.ogg
> 01-23 16:05:39.682: ERROR/SoundPool(40): error loading
> /system/media/audio/ui/KeypressDelete.ogg
> 01-23 16:05:39.703: ERROR/SoundPool(40): error loading
> /system/media/audio/ui/KeypressReturn.ogg
> 01-23 16:05:44.872: ERROR/ThrottleService(40): Could not open GPS
> configuration file /etc/gps.conf
> 01-23 16:05:48.102: ERROR/logwrapper(150): executing /system/bin/tc failed:
> No such file or directory
> 01-23 16:05:48.162: ERROR/logwrapper(151): executing /system/bin/tc failed:
> No such file or directory
> 01-23 16:05:48.242: ERROR/logwrapper(152): executing /system/bin/tc failed:
> No such file or directory
> 01-23 16:06:17.390: ERROR/HierarchicalStateMachine(40): TetherMaster -
> unhandledMessage: msg.what=3
>
> is this sufficient for debugging??? thank u for reply...plz help me out
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to