drop mysterious exception that seems to happen only on one emulator

and that can be safely dropped then.
This commit is contained in:
Eric House 2016-03-11 18:20:53 -08:00
parent 7f4729ad73
commit 054cf5bf52

View file

@ -385,8 +385,8 @@ public class ConnStatusHandler {
String as64 = XWPrefs.getPrefsString( context,
R.string.key_connstat_data );
if ( null != as64 && 0 < as64.length() ) {
byte[] bytes = XwJNI.base64Decode( as64 );
try {
byte[] bytes = XwJNI.base64Decode( as64 );
ObjectInputStream ois =
new ObjectInputStream( new ByteArrayInputStream(bytes) );
s_records =