<?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: getting ShapefileFeatureTable.finalize()  timed out after 10 seconds exception in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getting-shapefilefeaturetable-finalize-timed-out/m-p/368572#M2426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a reason why you are calling finalize() manually?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be called when that object is garbage collected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2017 17:22:37 GMT</pubDate>
    <dc:creator>AlexanderNohe1</dc:creator>
    <dc:date>2017-06-19T17:22:37Z</dc:date>
    <item>
      <title>getting ShapefileFeatureTable.finalize()  timed out after 10 seconds exception</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getting-shapefilefeaturetable-finalize-timed-out/m-p/368571#M2425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting a random error from ShapefileFeatureTable.finalize() &amp;nbsp;timed out after 10 seconds&amp;nbsp;&lt;BR /&gt;I have no idea how to fix it, Please suggest?&lt;BR /&gt;&lt;BR /&gt;The exception logs are described below:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;i.e. AndroidRuntime: FATAL EXCEPTION: FinalizerWatchdogDaemon&lt;BR /&gt; Process: com.mylakemaps, PID: 25548&lt;BR /&gt; java.util.concurrent.TimeoutException: com.esri.core.geodatabase.ShapefileFeatureTable.finalize() timed out after 10 seconds&lt;BR /&gt; at com.esri.core.geodatabase.Geodatabase.nativeRelease(Native Method)&lt;BR /&gt; at com.esri.core.geodatabase.Geodatabase.d(SourceFile:309)&lt;BR /&gt; at com.esri.core.geodatabase.Geodatabase.dispose(SourceFile:304)&lt;BR /&gt; at com.esri.core.geodatabase.ShapefileFeatureTable.dispose(SourceFile:323)&lt;BR /&gt; at com.esri.core.geodatabase.ShapefileFeatureTable.finalize(SourceFile:329)&lt;BR /&gt; at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:229)&lt;BR /&gt; at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:207)&lt;BR /&gt; at java.lang.Thread.run(Thread.java:818)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 11:40:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getting-shapefilefeaturetable-finalize-timed-out/m-p/368571#M2425</guid>
      <dc:creator>KestutisKaladinskas</dc:creator>
      <dc:date>2017-06-19T11:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: getting ShapefileFeatureTable.finalize()  timed out after 10 seconds exception</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getting-shapefilefeaturetable-finalize-timed-out/m-p/368572#M2426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a reason why you are calling finalize() manually?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be called when that object is garbage collected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 17:22:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getting-shapefilefeaturetable-finalize-timed-out/m-p/368572#M2426</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-06-19T17:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: getting ShapefileFeatureTable.finalize()  timed out after 10 seconds exception</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getting-shapefilefeaturetable-finalize-timed-out/m-p/368573#M2427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not calling finalize() manually, &lt;/P&gt;&lt;PRE style="color: #000000; background-color: #ffffff; font-size: 9.0pt;"&gt;ShapefileFeatureTable mTable = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;ShapefileFeatureTable(mSdcard);&lt;/PRE&gt;&lt;P&gt;Above line of code causing it randomly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 13:10:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getting-shapefilefeaturetable-finalize-timed-out/m-p/368573#M2427</guid>
      <dc:creator>KestutisKaladinskas</dc:creator>
      <dc:date>2017-06-21T13:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: getting ShapefileFeatureTable.finalize()  timed out after 10 seconds exception</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getting-shapefilefeaturetable-finalize-timed-out/m-p/368574#M2428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version of the runtime are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 13:37:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getting-shapefilefeaturetable-finalize-timed-out/m-p/368574#M2428</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-06-21T13:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: getting ShapefileFeatureTable.finalize()  timed out after 10 seconds exception</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getting-shapefilefeaturetable-finalize-timed-out/m-p/368575#M2429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm using arcgis-android:10.2.8-1 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 10:56:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/getting-shapefilefeaturetable-finalize-timed-out/m-p/368575#M2429</guid>
      <dc:creator>KestutisKaladinskas</dc:creator>
      <dc:date>2017-06-23T10:56:02Z</dc:date>
    </item>
  </channel>
</rss>

