aux/android: Remove unnecessary toString for log

Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
utzcoz 2023-04-02 19:28:20 +08:00 committed by Jakob Bornecrantz
parent a4cea7c0e3
commit d30b015b39

View file

@ -131,7 +131,7 @@ public final class NativeCounterpart {
} catch (InterruptedException e) {
e.printStackTrace();
Log.i(TAG,
"Interrupted while waiting for native code to finish up: " + e.toString());
"Interrupted while waiting for native code to finish up: " + e);
return false;
}