Fixing bug where EditEventActivity crashed on HTC Sensation.
Opening the EditEventActivity was crashing on the HTC Sensation, because that device crashes on Log.WTF. The device was incorrectly reading the timezones from R.array, causing the WTF. For now, the WTF has been changed to Log.e, and extra logging has been inserted to attempt to identify the root of the error. Bug: 7633862 Change-Id: I666357b651a4a099c431d5a6c9b47437c3e5240c
Loading
Please register or sign in to comment