Merge branch 'master' into keyboard

This commit is contained in:
rustdesk
2022-12-09 19:51:15 +08:00
16 changed files with 101 additions and 70 deletions

View File

@@ -564,7 +564,7 @@ void androidChannelInit() {
}
}
} catch (e) {
debugPrint("MethodCallHandler err:$e");
debugPrintStack(label: "MethodCallHandler err:$e");
}
return "";
});