|
|
@ -374,6 +374,7 @@ public class ContactInfo {
|
|
|
|
if (isRecoverable(ex, context))
|
|
|
|
if (isRecoverable(ex, context))
|
|
|
|
Log.i(ex);
|
|
|
|
Log.i(ex);
|
|
|
|
else {
|
|
|
|
else {
|
|
|
|
|
|
|
|
if (!(ex instanceof FileNotFoundException))
|
|
|
|
Log.w(ex);
|
|
|
|
Log.w(ex);
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
file.createNewFile();
|
|
|
|
file.createNewFile();
|
|
|
|