My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 2976: NPE in DeskClock
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Oct 2014


Sign in to add a comment
 
Reported by markusme...@gmail.com, Oct 18, 2014
************************************************************
***** NOTE: THIS BUG TRACKER IS FOR GERRIT CODE REVIEW *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, INTERNAL *****
***** ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC.    *****
***** THOSE ISSUE BELONG IN DIFFERENT ISSUE TRACKERS!  *****
************************************************************

Affected Version: Latest nightly

What steps will reproduce the problem?
1.setup an alarm
2.toggle the on off switch
3.

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


Please provide any additional information below.

E/AndroidRuntime( 4379): FATAL EXCEPTION: main
E/AndroidRuntime( 4379): Process: com.android.deskclock, PID: 4379
E/AndroidRuntime( 4379): java.lang.NullPointerException
E/AndroidRuntime( 4379): 	at com.android.deskclock.AlarmClockFragment$AlarmItemAdapter.getRingToneTitle(AlarmClockFragment.java:1701)
E/AndroidRuntime( 4379): 	at com.android.deskclock.AlarmClockFragment$AlarmItemAdapter.bindExpandArea(AlarmClockFragment.java:1586)
E/AndroidRuntime( 4379): 	at com.android.deskclock.AlarmClockFragment$AlarmItemAdapter.expandAlarm(AlarmClockFragment.java:1776)
E/AndroidRuntime( 4379): 	at com.android.deskclock.AlarmClockFragment$AlarmItemAdapter.bindView(AlarmClockFragment.java:1444)
E/AndroidRuntime( 4379): 	at com.android.deskclock.AlarmClockFragment$AlarmItemAdapter.getView(AlarmClockFragment.java:1116)
E/AndroidRuntime( 4379): 	at android.widget.AbsListView.obtainView(AbsListView.java:2255)
E/AndroidRuntime( 4379): 	at android.widget.ListView.makeAndAddView(ListView.java:1790)
E/AndroidRuntime( 4379): 	at android.widget.ListView.fillSpecific(ListView.java:1337)
E/AndroidRuntime( 4379): 	at android.widget.ListView.layoutChildren(ListView.java:1608)
E/AndroidRuntime( 4379): 	at android.widget.AbsListView.onLayout(AbsListView.java:2087)
E/AndroidRuntime( 4379): 	at android.view.View.layout(View.java:14841)
E/AndroidRuntime( 4379): 	at android.view.ViewGroup.layout(ViewGroup.java:4631)
E/AndroidRuntime( 4379): 	at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
E/AndroidRuntime( 4379): 	at android.widget.FrameLayout.onLayout(FrameLayout.java:388)
E/AndroidRuntime( 4379): 	at android.view.View.layout(View.java:14841)
E/AndroidRuntime( 4379): 	at android.view.ViewGroup.layout(ViewGroup.java:4631)
E/AndroidRuntime( 4379): 	at android.support.v4.view.ViewPager.onLayout(ViewPager.java:1589)
E/AndroidRuntime( 4379): 	at android.view.View.layout(View.java:14841)
E/AndroidRuntime( 4379): 	at android.view.ViewGroup.layout(ViewGroup.java:4631)
E/AndroidRuntime( 4379): 	at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
E/AndroidRuntime( 4379): 	at android.widget.FrameLayout.onLayout(FrameLayout.java:388)
E/AndroidRuntime( 4379): 	at android.view.View.layout(View.java:14841)
E/AndroidRuntime( 4379): 	at android.view.ViewGroup.layout(ViewGroup.java:4631)
E/AndroidRuntime( 4379): 	at com.android.internal.widget.ActionBarOverlayLayout.onLayout(ActionBarOverlayLayout.java:374)
E/AndroidRuntime( 4379): 	at android.view.View.layout(View.java:14841)
E/AndroidRuntime( 4379): 	at android.view.ViewGroup.layout(ViewGroup.java:4631)

logcat_DC_NPE.txt
486 KB   View   Download
Oct 21, 2014
Project Member #1 david.pu...@sonymobile.com
************************************************************
***** NOTE: THIS BUG TRACKER IS FOR GERRIT CODE REVIEW *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, INTERNAL *****
***** ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC.    *****
***** THOSE ISSUE BELONG IN DIFFERENT ISSUE TRACKERS!  *****
************************************************************
Status: Invalid
Sign in to add a comment

Powered by Google Project Hosting