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 <ovya...@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
>
>
>
>
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to