hi group

i have a service class written which gives notification(Toast dialog)
on every life cycle method call back. when i run my application all
works well.

but when run this service class from my test project the toast message
are not displayed.

it give the following log for the toast message

08-05 18:05:42.097: INFO/TestRunner(1763): started:
testService(com.android.example.testing.dummyapp.test.ServiceTest)
08-05 18:05:42.317: INFO/NotificationService(581): enqueueToast
pkg=com.android.example.testing.dummyapp
callback=android.app.itransientnotification$stub$pr...@43703378
duration=0
08-05 18:05:47.366: INFO/NotificationService(581): enqueueToast
pkg=com.android.example.testing.dummyapp
callback=android.app.itransientnotification$stub$pr...@436faa18
duration=1
08-05 18:05:52.407: INFO/NotificationService(581): enqueueToast
pkg=com.android.example.testing.dummyapp
callback=android.app.itransientnotification$stub$pr...@43720e40
duration=1
08-05 18:05:57.443: INFO/TestRunner(1763): finished:
testService(com.android.example.testing.dummyapp.test.ServiceTest)
08-05 18:05:57.447: INFO/TestRunner(1763): passed:
testService(com.android.example.testing.dummyapp.test.ServiceTest)


i want that the toast message should also be displayed on subsequent
calls to life cycle methods



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

Reply via email to