Home | History | Annotate | Download | only in camera

Lines Matching refs:ex

86             } catch (SecurityException ex) {
87 Log.i(TAG, "fail to request location update, ignore", ex);
88 } catch (IllegalArgumentException ex) {
89 Log.d(TAG, "provider does not exist " + ex.getMessage());
98 } catch (SecurityException ex) {
99 Log.i(TAG, "fail to request location update, ignore", ex);
100 } catch (IllegalArgumentException ex) {
101 Log.d(TAG, "provider does not exist " + ex.getMessage());
112 } catch (Exception ex) {
113 Log.i(TAG, "fail to remove location listners, ignore", ex);