[Lldb-commits] [PATCH] D13162: Change oat symbolization code for android to work on non-rooted devices

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 29 16:49:35 PDT 2015


ovyalov added inline comments.

================
Comment at: source/Plugins/Platform/Android/PlatformAndroid.cpp:341
@@ -347,1 +340,3 @@
+            AdbClient adb(m_device_id);
+
             StreamString command;
----------------
I tried this CL on my device and it's failing to download a symbol file - "Failed to pull file: No such file or directory". As I can see tmpdir isn't fully cleared from tail symbols, like \r\n


Repository:
  rL LLVM

http://reviews.llvm.org/D13162





More information about the lldb-commits mailing list