forked from GitHub/gf-core
in case of parse error report the token on Android
This commit is contained in:
@@ -117,7 +117,7 @@ public class Translator {
|
|||||||
return output;
|
return output;
|
||||||
} catch (ParseError e) {
|
} catch (ParseError e) {
|
||||||
Log.e(TAG, "Parse error: " + e);
|
Log.e(TAG, "Parse error: " + e);
|
||||||
return "parse error"; // TODO: no no no
|
return "parse error: " + e.getMessage(); // TODO: no no no
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user