summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UpdateNotificationService.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/UpdateNotificationService.java')
-rw-r--r--src/com/android/browser/UpdateNotificationService.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/com/android/browser/UpdateNotificationService.java b/src/com/android/browser/UpdateNotificationService.java
index dc913158..49cf324f 100644
--- a/src/com/android/browser/UpdateNotificationService.java
+++ b/src/com/android/browser/UpdateNotificationService.java
@@ -225,10 +225,8 @@ public class UpdateNotificationService extends IntentService {
showNotification(this, url, version);
}
stream.close();
- } catch (JSONException e) {
- Log.e(LOGTAG, "handleUpdateCheck JSONException : " + e.toString());
- } catch (IOException e) {
- Log.e(LOGTAG, "handleUpdateCheck IOException : " + e.toString());
+ } catch (Exception e) {
+ Log.e(LOGTAG, "handleUpdateCheck Exception : " + e.toString());
} finally {
// always update the timestamp
updateTimeStamp();