Revision ba093b9c
Added by Leszek Koltunski over 2 years ago
src/main/java/org/distorted/external/RubikFiles.java | ||
---|---|---|
127 | 127 |
|
128 | 128 |
return true; |
129 | 129 |
} |
130 |
catch(IOException ioe)
|
|
130 |
catch(Exception e)
|
|
131 | 131 |
{ |
132 |
android.util.Log.e("D", "Exception trying to save "+name+" : "+ioe.getMessage() );
|
|
132 |
android.util.Log.e("D", "Exception trying to save "+name+" : "+e.getMessage() ); |
|
133 | 133 |
return false; |
134 | 134 |
} |
135 | 135 |
} |
Also available in: Unified diff
Minor.