added print stack trace
This commit is contained in:
parent
3879546818
commit
bdd35d551f
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue