mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
opt: enable debug stacktrace output & add json serde check
This commit is contained in:
@@ -564,7 +564,7 @@ void androidChannelInit() {
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
debugPrint("MethodCallHandler err:$e");
|
||||
debugPrintStack(label: "MethodCallHandler err:$e");
|
||||
}
|
||||
return "";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user