/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/ShortcutActivity.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/ShortcutActivity.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1735 by torben, Thu Mar 15 19:46:10 2012 UTC revision 1736 by torben, Thu Mar 15 19:48:09 2012 UTC
# Line 46  public class ShortcutActivity extends Ac Line 46  public class ShortcutActivity extends Ac
46                  try {                  try {
47                                  osp.loadStations(this);                                  osp.loadStations(this);
48                          }                                                                                                                        }                                                                                              
                         catch (InvalidClassException e) {  
                                 Log.i("TrainInfo", "invalid class - do a new download of stationlist");  
                         }  
49                          catch (Exception e) {                          catch (Exception e) {
50                                  Toast.makeText(this, "" + e.getMessage(), Toast.LENGTH_SHORT).show();                                  Toast.makeText(this, "" + e.getMessage(), Toast.LENGTH_SHORT).show();
51                                  Log.e("TrainInfo", "load error", e);                                  Log.e("TrainInfo", "load error", e);

Legend:
Removed from v.1735  
changed lines
  Added in v.1736

  ViewVC Help
Powered by ViewVC 1.1.20