<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Download of symbolized file is failing on Android API 23 device."
href="https://llvm.org/bugs/show_bug.cgi?id=24917">24917</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Download of symbolized file is failing on Android API 23 device.
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>other
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ovyalov@google.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>PlatformAndroid::DownloadSymbolFile is failing to download a file produced by
oatdump - for example, attempt to fetch symbol file like
/data/data/com.google.ovyalov.ndktestW/lldb/tmp/tmp.jVj9R5/symbolized.oat is
failing with 'Permission denied' most likely because 'adb pull' runs as shell
user.
As a more general suggestion, PlatformAndroid::GetFile can check whether target
file is accessible (e.g., via AdbClient::Stat)- if not, fallback to base
Platform::GetFile.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>