Closed GoogleCodeExporter closed 9 years ago
Code review:
http://codereview.appspot.com/1705050
Caused by:
Root of the null pointer exceptions points to:
getIntent().getComponent().getClassName()
which means there are cases when the component is null.
Fixed by:
added a guard condition to check whether component is null or not before
accessing getClassName.
Original comment by renc...@gmail.com
on 29 Jun 2010 at 5:42
Created a separate issue 103 for the database leak problem found in logs.
Original comment by renc...@gmail.com
on 29 Jun 2010 at 5:47
Checked-in on r780.
Original comment by renc...@gmail.com
on 29 Jun 2010 at 7:38
Original comment by renc...@gmail.com
on 29 Jun 2010 at 7:38
Refix checked-in on r783.
Original comment by renc...@gmail.com
on 30 Jun 2010 at 3:56
Original issue reported on code.google.com by
renc...@gmail.com
on 29 Jun 2010 at 5:00Attachments: