added print stack trace

This commit is contained in:
unknown 2014-06-04 20:47:21 +03:00
parent 3879546818
commit bdd35d551f

View file

@ -447,7 +447,7 @@ public class TourViewActivity extends SherlockFragmentActivity {
try { try {
dlg.dismiss(); dlg.dismiss();
} catch (Exception ex){ } catch (Exception ex){
ex.printStackTrace();
} }
startTourView(); startTourView();
}; };