<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API crash no log in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-crash-no-log/m-p/217315#M11342</link>
    <description>Are you sure you're not getting an error message? I would definitely expect some exception if the app crashed. Perhaps your log is set to a filter that isn't showing the message?&lt;BR /&gt;&lt;BR /&gt;If not, can you share a sample project that reproduce the issue so we can investigate?</description>
    <pubDate>Fri, 21 Apr 2017 17:52:30 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-04-21T17:52:30Z</dc:date>
    <item>
      <title>API crash no log</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-crash-no-log/m-p/217096#M11308</link>
      <description>&lt;P&gt;I am getting a kind of weird error with my client request, every time the code gets to&lt;/P&gt;&lt;PRE&gt; client.users().getCurrentAccount()&lt;/PRE&gt;&lt;P&gt;it seems to crash with no error reporting, the app just stops. Did I se up somthing wrong? I am using the token generated from my account.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;Account account1;&lt;BR /&gt; &lt;SPAN&gt;final &lt;/SPAN&gt;String ACCESS_Token = &lt;SPAN&gt;"&amp;lt;redacted&amp;gt;"&lt;/SPAN&gt;;&lt;BR /&gt;&lt;SPAN&gt;//create dropbox clirent&lt;BR /&gt;&lt;/SPAN&gt;DbxRequestConfig config = &lt;SPAN&gt;new &lt;/SPAN&gt;DbxRequestConfig(&lt;SPAN&gt;"dropbox/java-tutorial"&lt;/SPAN&gt;);&lt;BR /&gt;DbxClientV2 client = &lt;SPAN&gt;new &lt;/SPAN&gt;DbxClientV2(config, ACCESS_Token);&lt;BR /&gt;&lt;BR /&gt;     &lt;SPAN&gt;try &lt;/SPAN&gt;{&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         TextView TV1bx = (TextView) findViewById(R.id.&lt;SPAN&gt;TV1&lt;/SPAN&gt;);&lt;BR /&gt;         account1 = client.users().getCurrentAccount();&lt;BR /&gt;         String accountID = account1.getAccountId();&lt;BR /&gt;         &lt;BR /&gt;         TV1bx.setText(accountID);&lt;BR /&gt;         &lt;BR /&gt;&lt;BR /&gt;     } &lt;SPAN&gt;catch &lt;/SPAN&gt;(DbxException e1) {&lt;BR /&gt;         e1.printStackTrace();&lt;BR /&gt;     }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:23:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-crash-no-log/m-p/217096#M11308</guid>
      <dc:creator>Pinged</dc:creator>
      <dc:date>2019-05-29T09:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: API crash no log</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-crash-no-log/m-p/217172#M11324</link>
      <description>&lt;P&gt;Your code looks fine, and it's working for me (as long as I remove the&amp;nbsp;TextView code).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you say "the app just stops" though, does the app actually stop running, or is it hung on something? If it's the former, I would certainly expect some sort of error or output. If it's the latter though, perhaps the network call isn't completing for some reason. (E.g., Do you have any firewall, proxy, etc. that may be interfering?)&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:54:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-crash-no-log/m-p/217172#M11324</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-20T21:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: API crash no log</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-crash-no-log/m-p/217275#M11334</link>
      <description>&lt;P&gt;I am using android, the app just stops all together and crashes. The debugger doesn't even work.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 14:28:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-crash-no-log/m-p/217275#M11334</guid>
      <dc:creator>Pinged</dc:creator>
      <dc:date>2017-04-21T14:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: API crash no log</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-crash-no-log/m-p/217315#M11342</link>
      <description>Are you sure you're not getting an error message? I would definitely expect some exception if the app crashed. Perhaps your log is set to a filter that isn't showing the message?&lt;BR /&gt;&lt;BR /&gt;If not, can you share a sample project that reproduce the issue so we can investigate?</description>
      <pubDate>Fri, 21 Apr 2017 17:52:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-crash-no-log/m-p/217315#M11342</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-21T17:52:30Z</dc:date>
    </item>
  </channel>
</rss>

