mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
Weird merge error. Yo dawg, I heard you like catching exceptions, so we put a catch around your catch. FAIL
This commit is contained in:
parent
e7411e8260
commit
4ecbaa79cf
@ -447,12 +447,7 @@ public class ContactAccessorSdk5 extends ContactAccessor {
|
||||
}
|
||||
return contact;
|
||||
}
|
||||
catch (JSONException e) {
|
||||
Log.e(LOG_TAG,e.getMessage(),e);
|
||||
}
|
||||
return contact;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Take the search criteria passed into the method and create a SQL WHERE clause.
|
||||
* @param fields the properties to search against
|
||||
|
Loading…
Reference in New Issue
Block a user