From 0988970c1fca780f51ba4f2dce6afebdfef7f292 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 19 Jul 2016 21:26:12 -0300 Subject: Fixed properly not save signals that already exist in their base scenes, closes #5656 --- platform/android/export/export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/android/export/export.cpp') diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index 83f729271..f4fafc4fa 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -1573,7 +1573,7 @@ void EditorExportPlatformAndroid::_device_poll_thread(void *ud) { String dp; Error err = OS::get_singleton()->execute(adb,args,true,NULL,&dp,&ec); - print_line("RV: "+itos(ec)); + Vector props = dp.split("\n"); String vendor; String device; -- cgit v1.2.3-70-g09d2