- 28 May 2012
- 2
- 21
Hi guys,
My phone keeps crashing when i want to open playstore. Already did wipe cache. I copied the error log:
java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:278)
at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273)
at java.util.concurrent.FutureTask.setException(FutureTask.java:124)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
at java.util.concurrent.FutureTask.run(FutureTask.java:137)
at java.lang.Thread.run(Thread.java:856)
Caused by: java.lang.NullPointerException
at com.google.android.gsf.update.Download.removeAllDownloads(Download.java:41)
at com.google.android.gsf.update.SystemUpdateService$UpdateTask.cancelUpdate(SystemUpdateService.java:847)
at com.google.android.gsf.update.SystemUpdateService$UpdateTask.checkUpdateState(SystemUpdateService.java:353)
at com.google.android.gsf.update.SystemUpdateService$UpdateTask.doInBackground(SystemUpdateService.java:296)
at com.google.android.gsf.update.SystemUpdateService$UpdateTask.doInBackground(SystemUpdateService.java:288)
at android.os.AsyncTask$2.call(AsyncTask.java:264)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
... 2 more
Help would be appreciated!
My phone keeps crashing when i want to open playstore. Already did wipe cache. I copied the error log:
java.lang.RuntimeException: An error occured while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:278)
at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273)
at java.util.concurrent.FutureTask.setException(FutureTask.java:124)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
at java.util.concurrent.FutureTask.run(FutureTask.java:137)
at java.lang.Thread.run(Thread.java:856)
Caused by: java.lang.NullPointerException
at com.google.android.gsf.update.Download.removeAllDownloads(Download.java:41)
at com.google.android.gsf.update.SystemUpdateService$UpdateTask.cancelUpdate(SystemUpdateService.java:847)
at com.google.android.gsf.update.SystemUpdateService$UpdateTask.checkUpdateState(SystemUpdateService.java:353)
at com.google.android.gsf.update.SystemUpdateService$UpdateTask.doInBackground(SystemUpdateService.java:296)
at com.google.android.gsf.update.SystemUpdateService$UpdateTask.doInBackground(SystemUpdateService.java:288)
at android.os.AsyncTask$2.call(AsyncTask.java:264)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
... 2 more
Help would be appreciated!