[Lldb-commits] [PATCH] D11935: Fetch SDK version from PlatformAndroid

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 11 09:27:40 PDT 2015


ovyalov accepted this revision.
ovyalov added a comment.
This revision is now accepted and ready to land.

Looks good.


================
Comment at: source/Plugins/Platform/Android/PlatformAndroid.cpp:292
@@ +291,3 @@
+                                  1);
+    if (error.Fail() || status != 0 || version_string.empty())
+        return 0;
----------------
Please add logging in case of error.


http://reviews.llvm.org/D11935





More information about the lldb-commits mailing list