mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-06 20:25:08 +00:00
@@ -301,10 +301,10 @@ class EditorExportPlatformAndroid : public EditorExportPlatform {
|
||||
args.push_back(d.id);
|
||||
args.push_back("shell");
|
||||
args.push_back("getprop");
|
||||
int ec;
|
||||
int ec2;
|
||||
String dp;
|
||||
|
||||
OS::get_singleton()->execute(adb, args, true, NULL, &dp, &ec);
|
||||
OS::get_singleton()->execute(adb, args, true, NULL, &dp, &ec2);
|
||||
|
||||
Vector<String> props = dp.split("\n");
|
||||
String vendor;
|
||||
|
||||
Reference in New Issue
Block a user