offspring / chrometophone

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

Crash when sending text on Galaxy Nexus #418

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Symptoms:
The app work as intended when i send a link to open in Chrometophone .
But when i'm sending text to the phone , the app crash 

i've managed to get the crash trace with an app named alogcat

W/dalvikvm(29388): threadid=12: thread exiting with uncaught exception 
(group=0x40a5a1f8)
E/AndroidRuntime(29388): FATAL EXCEPTION: IntentService[stp.chrome@gmail.com]
E/AndroidRuntime(29388): java.lang.NullPointerException
E/AndroidRuntime(29388): at 
android.app.PendingIntent.getActivity(PendingIntent.java:195)
E/AndroidRuntime(29388): at 
com.google.android.apps.chrometophone.LauncherUtils.generateNotification(Launche
rUtils.java:61)
E/AndroidRuntime(29388): at 
com.google.android.apps.chrometophone.C2DMReceiver.onMessage(C2DMReceiver.java:9
2)
E/AndroidRuntime(29388): at 
com.google.android.c2dm.C2DMBaseReceiver.onHandleIntent(C2DMBaseReceiver.java:10
7)
E/AndroidRuntime(29388): at 
android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
E/AndroidRuntime(29388): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(29388): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(29388): at android.os.HandlerThread.run(HandlerThread.java:60)
I/WindowManager( 411): createSurface Window{41e24198 paused=false}: DRAW NOW 
PENDING
I/dalvikvm(29473): Turning on JNI app bug workarounds for target SDK version 
8...
I/Process (29388): Sending signal. PID: 29388 SIG: 9
I/ActivityManager( 411): Process com.google.android.apps.chrometophone (pid 
29388) has died.
W/AudioFlinger(27584): session id 77 not found for pid 27584
W/ActivityManager( 411): Scheduling restart of crashed service 
com.google.android.apps.chrometophone/.C2DMReceiver in 5000ms
I/WindowManager( 411): WIN DEATH: Window{41c59338 
com.google.android.apps.chrometophone/com.google.android.apps.chrometophone.Hist
oryActivity paused=false}

The phone is under Wifi coverage
The phone is runing Android 4.0.2 On the Samsung Glaxy Nexus

Original issue reported on code.google.com by Fabien.G...@gmail.com on 26 Jan 2012 at 2:05

GoogleCodeExporter commented 8 years ago
Fixed in 2.3.0.

Original comment by burke.da...@gmail.com on 2 Feb 2012 at 12:39