<?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 Android Mobile Crashes are Very high in Adobe Analytics in Adobe Experience Cloud Mobile Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/android-mobile-crashes-are-very-high-in-adobe-analytics/m-p/238536#M290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have implemented Analytics code in Android and iOS applications and data is getting captured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its very strange that the crashes for Android is very high. While iOS is much lesser, not sure what is the issue. Is there some definition from Adobe how the crashes is calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way where can we get to know reason for a crash for both the Apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we do some additional tagging to reduce crashes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tirumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Nov 2017 07:35:00 GMT</pubDate>
    <dc:creator>tirumalac260025</dc:creator>
    <dc:date>2017-11-03T07:35:00Z</dc:date>
    <item>
      <title>Android Mobile Crashes are Very high in Adobe Analytics</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/android-mobile-crashes-are-very-high-in-adobe-analytics/m-p/238536#M290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have implemented Analytics code in Android and iOS applications and data is getting captured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its very strange that the crashes for Android is very high. While iOS is much lesser, not sure what is the issue. Is there some definition from Adobe how the crashes is calculated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way where can we get to know reason for a crash for both the Apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we do some additional tagging to reduce crashes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tirumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 07:35:00 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/android-mobile-crashes-are-very-high-in-adobe-analytics/m-p/238536#M290</guid>
      <dc:creator>tirumalac260025</dc:creator>
      <dc:date>2017-11-03T07:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Android Mobile Crashes are Very high in Adobe Analytics</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/android-mobile-crashes-are-very-high-in-adobe-analytics/m-p/238537#M291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tirumal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crashes are calculated as part of the LifeCycle metrics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When lifecycle metrics are implemented, a call is made to 'Config.collectLifecycleData' in the 'OnResume' method of each activity. In the 'onPause' method, a call is made to 'Config.pauseCollectingLifeCycleData'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 'pauseCollectingLifeCycleData', a flag is set to indicate a graceful exit. When the app is launched again or resumed, 'collectLifecycleData' checks this flag. If the app did not exit successfully as determined by the flag status, an 'a.CrashEvent' context data is sent with the next call and a crash event is reported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To ensure accurate crash reporting, you must call 'pauseCollectingLifeCycleData' in the 'onPause' method of each activity. Additionally, please make sure you are using the latest SDK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 05:39:13 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/android-mobile-crashes-are-very-high-in-adobe-analytics/m-p/238537#M291</guid>
      <dc:creator>Abhijeet_Mishra</dc:creator>
      <dc:date>2017-11-06T05:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Android Mobile Crashes are Very high in Adobe Analytics</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/android-mobile-crashes-are-very-high-in-adobe-analytics/m-p/238538#M292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tirumal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more information on Andriod Application Crashes implementation, kindly go through the &lt;A href="https://marketing.adobe.com/resources/help/en_US/mobile/android/crashes.html" title="https://marketing.adobe.com/resources/help/en_US/mobile/android/crashes.html"&gt;Track App Crashes&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of your Activities should correctly call&lt;SAMP class="ph codeph"&gt;collectLifecycleData()&lt;/SAMP&gt;and&lt;SAMP class="ph codeph"&gt;pauseCollectingLifecycleData().&lt;/SAMP&gt;&lt;SAMP class="ph codeph"&gt;&lt;/SAMP&gt;&lt;SAMP class="ph codeph"&gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 02:30:14 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/android-mobile-crashes-are-very-high-in-adobe-analytics/m-p/238538#M292</guid>
      <dc:creator>PratheepArunRaj</dc:creator>
      <dc:date>2017-11-10T02:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Android Mobile Crashes are Very high in Adobe Analytics</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/android-mobile-crashes-are-very-high-in-adobe-analytics/m-p/238539#M293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Abhijeet for the details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 02:41:21 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/android-mobile-crashes-are-very-high-in-adobe-analytics/m-p/238539#M293</guid>
      <dc:creator>tirumalac260025</dc:creator>
      <dc:date>2017-11-10T02:41:21Z</dc:date>
    </item>
  </channel>
</rss>

