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

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 30 08:37:47 PDT 2015


I haven't managed to reproduce the issue you reported (what OS and Android
version do you use?), but based on the description this change (not
committed in yet) might fix the issue: http://reviews.llvm.org/D13293. Can
you take a look?

Thanks,
Tamas

On Wed, Sep 30, 2015 at 12:49 AM Oleksiy Vyalov <ovyalov at google.com> wrote:

> 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
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150930/52917040/attachment-0001.html>


More information about the lldb-commits mailing list