t/android: Remove unnecessary toString for log

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

View file

@ -151,7 +151,7 @@ public class VrModeStatus extends Fragment {
try {
context.startActivity(intent);
} catch (AndroidRuntimeException exception) {
Log.w("Monado", "Got exception trying to start VR listener settings: " + exception.toString());
Log.w("Monado", "Got exception trying to start VR listener settings: " + exception);
}
}