nehaarya2003 / moloko

Automatically exported from code.google.com/p/moloko
GNU General Public License v3.0
0 stars 0 forks source link

Crash during notification click #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
java.lang.RuntimeException: Unable to start service 
dev.drsoran.moloko.notification.MolokoNotificationService@42468f08 with Intent 
{ 
act=dev.drsoran.moloko.util.Intents.Action.NOTIFICATION_SERVICE_NOTIFICATION_CLI
CKED cmp=dev.drsoran.moloko/.notification.MolokoNotificationService 
bnds=[0,242][720,370] (has extras) }: java.lang.RuntimeException: 
MolokoNotificationService encountered an exception. Stopping self.
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2673)
at android.app.ActivityThread.access$1900(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1331)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5039)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.RuntimeException: MolokoNotificationService encountered an 
exception. Stopping self.
at 
dev.drsoran.moloko.notification.MolokoNotificationService.onStartCommand(MolokoN
otificationService.java:90)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2656)
... 10 more
Caused by: java.lang.IllegalStateException: MolokoNotificationManager is not 
started
at 
dev.drsoran.moloko.notification.MolokoNotificationManager.checkMolokoNotificatio
nManagerIsStarted(MolokoNotificationManager.java:238)
at 
dev.drsoran.moloko.notification.MolokoNotificationManager.onNotificationClicked(
MolokoNotificationManager.java:146)
at 
dev.drsoran.moloko.notification.MolokoNotificationService.handleNotificationClic
ked(MolokoNotificationService.java:150)
at 
dev.drsoran.moloko.notification.MolokoNotificationService.onStartCommand(MolokoN
otificationService.java:73)
... 11 more
java.lang.RuntimeException: MolokoNotificationService encountered an exception. 
Stopping self.
at 
dev.drsoran.moloko.notification.MolokoNotificationService.onStartCommand(MolokoN
otificationService.java:90)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2656)
at android.app.ActivityThread.access$1900(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1331)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5039)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.IllegalStateException: MolokoNotificationManager is not 
started
at 
dev.drsoran.moloko.notification.MolokoNotificationManager.checkMolokoNotificatio
nManagerIsStarted(MolokoNotificationManager.java:238)
at 
dev.drsoran.moloko.notification.MolokoNotificationManager.onNotificationClicked(
MolokoNotificationManager.java:146)
at 
dev.drsoran.moloko.notification.MolokoNotificationService.handleNotificationClic
ked(MolokoNotificationService.java:150)
at 
dev.drsoran.moloko.notification.MolokoNotificationService.onStartCommand(MolokoN
otificationService.java:73)
... 11 more
java.lang.IllegalStateException: MolokoNotificationManager is not started
at 
dev.drsoran.moloko.notification.MolokoNotificationManager.checkMolokoNotificatio
nManagerIsStarted(MolokoNotificationManager.java:238)
at 
dev.drsoran.moloko.notification.MolokoNotificationManager.onNotificationClicked(
MolokoNotificationManager.java:146)
at 
dev.drsoran.moloko.notification.MolokoNotificationService.handleNotificationClic
ked(MolokoNotificationService.java:150)
at 
dev.drsoran.moloko.notification.MolokoNotificationService.onStartCommand(MolokoN
otificationService.java:73)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2656)
at android.app.ActivityThread.access$1900(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1331)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5039)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by ronny.roehricht on 14 Feb 2013 at 5:08

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r725.

Original comment by ronny.roehricht on 16 Feb 2013 at 9:42