chandys / proxoid

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

java.lang.IllegalArgumentException: contentView required: pkg=eu.codlab.proxurdroid id=2130837505 notification=Notification(vibrate=null,sound=null,defaults=0x0,flags=0x0) #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start proxoid
2. Immediately, approximately one time out of two launches it crashes
3.

What is the expected output? What do you see instead?

No crash expected. I see a crash dialog to send a report (I did it several 
times)

What version of the product are you using? On what operating system?

The latest version on the market.
On Android MiniCM 7 (it's android 2.2.1)

Please provide any additional information below.

Here is the stack trace from logcat :

I/ActivityManager( 1437): Start proc eu.codlab.proxurdroid for service 
eu.codlab.proxurdroid/.ProxyService: pid=15021 uid=10077 gids={
3003}
I/ActivityManager( 1437): Process 
com.google.android.apps.maps:LocationFriendService (pid 14991) has died.
I/ActivityManager( 1437): Low Memory: No more background processes.
D/dalvikvm(15011): GC_CONCURRENT freed 240K, 49% free 2924K/5639K, external 
0K/0K, paused 112ms+51ms
D/dalvikvm(14849): GC_CONCURRENT freed 645K, 49% free 3348K/6535K, external 
1337K/1369K, paused 4ms+10ms
W/Service (15021): setForeground: ignoring old API call on 
eu.codlab.proxurdroid.ProxyService
I/3gw.Service(15011): Mobile Network connected - not roaming
D/update  (15021):  2130837504
W/dalvikvm(15021): threadid=10: thread exiting with uncaught exception 
(group=0x40018560)
E/AndroidRuntime(15021): FATAL EXCEPTION: Timer-0
E/AndroidRuntime(15021): java.lang.IllegalArgumentException: contentView 
required: pkg=eu.codlab.proxurdroid id=2130837505 notificatio
n=Notification(vibrate=null,sound=null,defaults=0x0,flags=0x0)
E/AndroidRuntime(15021):        at 
android.os.Parcel.readException(Parcel.java:1326)
E/AndroidRuntime(15021):        at 
android.os.Parcel.readException(Parcel.java:1276)
E/AndroidRuntime(15021):        at 
android.app.INotificationManager$Stub$Proxy.enqueueNotificationWithTag(INotifica
tionManager.java:27
4)
E/AndroidRuntime(15021):        at 
android.app.NotificationManager.notify(NotificationManager.java:133)
E/AndroidRuntime(15021):        at 
android.app.NotificationManager.notify(NotificationManager.java:104)
E/AndroidRuntime(15021):        at 
eu.codlab.proxurdroid.ProxyService.update(ProxyService.java:239)
E/AndroidRuntime(15021):        at 
eu.codlab.proxurdroid.ProxyService.updateNotificationDown(ProxyService.java:244)
E/AndroidRuntime(15021):        at 
eu.codlab.proxurdroid.service.TimerNotif.run(TimerNotif.java:26)
E/AndroidRuntime(15021):        at java.util.Timer$TimerImpl.run(Timer.java:284)
I/3gw.Service(15011): Monitor thread started
I/3gw.Service(15011): Mobile Network connected - not roaming
D/dalvikvm(15021): GC_EXTERNAL_ALLOC freed 79K, 50% free 2721K/5379K, external 
0K/0K, paused 120ms
D/dalvikvm(15011): GC_CONCURRENT freed 502K, 53% free 2857K/5959K, external 
0K/0K, paused 7ms+19ms
D/ProxoidService(15021): OnCreate
I/3gw.Service(15011): Mobile Network connected - not roaming

Original issue reported on code.google.com by cbo...@gmail.com on 20 Jul 2012 at 8:26