gavinzheng / chrometophone

Automatically exported from code.google.com/p/chrometophone
0 stars 0 forks source link

Crashes on XOOM/Honeycomb #291

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm able to connect my account to the app OK, but upon sending clipboard, I get 
a crash. Sent in the crash report 3 times, so you can find it in the history on 
your backend.

IllegalArgumentException with argument 0's Intent being null.

Original issue reported on code.google.com by archon810 on 13 Mar 2011 at 8:24

GoogleCodeExporter commented 9 years ago
I don't know if this is the same issue but it sounds very similar. I am on a 
Galaxy Nexus on ITL41F and I get a FC when I send the clipboard contents from 
Chrome. They get copied to the clipboard but there is no notification. 

There is a null pointer that crashes the app when it tries to show a 
notification.

From Logcat:

12-11 22:02:03.709: E/AndroidRuntime(13714): FATAL EXCEPTION: 
IntentService[stp.chrome@gmail.com]
12-11 22:02:03.709: E/AndroidRuntime(13714): java.lang.NullPointerException
12-11 22:02:03.709: E/AndroidRuntime(13714):    at 
android.app.PendingIntent.getActivity(PendingIntent.java:195)
12-11 22:02:03.709: E/AndroidRuntime(13714):    at 
com.google.android.apps.chrometophone.LauncherUtils.generateNotification(Launche
rUtils.java:61)
12-11 22:02:03.709: E/AndroidRuntime(13714):    at 
com.google.android.apps.chrometophone.C2DMReceiver.onMessage(C2DMReceiver.java:9
2)
12-11 22:02:03.709: E/AndroidRuntime(13714):    at 
com.google.android.c2dm.C2DMBaseReceiver.onHandleIntent(C2DMBaseReceiver.java:10
7)
12-11 22:02:03.709: E/AndroidRuntime(13714):    at 
android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
12-11 22:02:03.709: E/AndroidRuntime(13714):    at 
android.os.Handler.dispatchMessage(Handler.java:99)
12-11 22:02:03.709: E/AndroidRuntime(13714):    at 
android.os.Looper.loop(Looper.java:137)
12-11 22:02:03.709: E/AndroidRuntime(13714):    at 
android.os.HandlerThread.run(HandlerThread.java:60)

Original comment by brian.w....@gmail.com on 12 Dec 2011 at 3:21