Android crash : /data/user/0/[my app]/cache/WebView is not a directory












1















Hi I'm in a bit of bind here.
My app doesn't use webview anywhere, and my most frequent crash in Crashlytics is this error : /data/user/0/[myApp]/cache/WebView is not a directory.



The stack trace is minified despite me not using Proguard to minify/obfuscate so it's probably a lib I'm using.



Caused by java.lang.IllegalArgumentException: /data/user/0/[myApp]/cache/WebView is not a directory.
at bHS.<init>(SourceFile:58)
at akR.a(SourceFile:7)
at aoN.call(SourceFile:7)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at aoR.run(SourceFile:2)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)


I'm thinking adMob since it's the only thing that could use a webView or maybe crashlytics itself ?



Has anyone encounter this problem or any lead on how to fix it ?
I tried creating this folder on app startup but it's deleted.










share|improve this question



























    1















    Hi I'm in a bit of bind here.
    My app doesn't use webview anywhere, and my most frequent crash in Crashlytics is this error : /data/user/0/[myApp]/cache/WebView is not a directory.



    The stack trace is minified despite me not using Proguard to minify/obfuscate so it's probably a lib I'm using.



    Caused by java.lang.IllegalArgumentException: /data/user/0/[myApp]/cache/WebView is not a directory.
    at bHS.<init>(SourceFile:58)
    at akR.a(SourceFile:7)
    at aoN.call(SourceFile:7)
    at java.util.concurrent.FutureTask.run(FutureTask.java:237)
    at aoR.run(SourceFile:2)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
    at java.lang.Thread.run(Thread.java:761)


    I'm thinking adMob since it's the only thing that could use a webView or maybe crashlytics itself ?



    Has anyone encounter this problem or any lead on how to fix it ?
    I tried creating this folder on app startup but it's deleted.










    share|improve this question

























      1












      1








      1








      Hi I'm in a bit of bind here.
      My app doesn't use webview anywhere, and my most frequent crash in Crashlytics is this error : /data/user/0/[myApp]/cache/WebView is not a directory.



      The stack trace is minified despite me not using Proguard to minify/obfuscate so it's probably a lib I'm using.



      Caused by java.lang.IllegalArgumentException: /data/user/0/[myApp]/cache/WebView is not a directory.
      at bHS.<init>(SourceFile:58)
      at akR.a(SourceFile:7)
      at aoN.call(SourceFile:7)
      at java.util.concurrent.FutureTask.run(FutureTask.java:237)
      at aoR.run(SourceFile:2)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
      at java.lang.Thread.run(Thread.java:761)


      I'm thinking adMob since it's the only thing that could use a webView or maybe crashlytics itself ?



      Has anyone encounter this problem or any lead on how to fix it ?
      I tried creating this folder on app startup but it's deleted.










      share|improve this question














      Hi I'm in a bit of bind here.
      My app doesn't use webview anywhere, and my most frequent crash in Crashlytics is this error : /data/user/0/[myApp]/cache/WebView is not a directory.



      The stack trace is minified despite me not using Proguard to minify/obfuscate so it's probably a lib I'm using.



      Caused by java.lang.IllegalArgumentException: /data/user/0/[myApp]/cache/WebView is not a directory.
      at bHS.<init>(SourceFile:58)
      at akR.a(SourceFile:7)
      at aoN.call(SourceFile:7)
      at java.util.concurrent.FutureTask.run(FutureTask.java:237)
      at aoR.run(SourceFile:2)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
      at java.lang.Thread.run(Thread.java:761)


      I'm thinking adMob since it's the only thing that could use a webView or maybe crashlytics itself ?



      Has anyone encounter this problem or any lead on how to fix it ?
      I tried creating this folder on app startup but it's deleted.







      android admob crashlytics






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 27 '18 at 12:29









      Jean-Philippe GireJean-Philippe Gire

      738410




      738410
























          1 Answer
          1






          active

          oldest

          votes


















          0














          According to this post on the "android-webview-dev" Google Group by a chromium dev:




          That looks like a real bug, and it would never show up in our crash reporting because that's crashing in crash handling code.




          So it looks like the crash is within Chromium's crash reporting code which... doesn't help you much.



          Can you reproduce it at all, or have any users told you how it happened? Additionally, is there any additional information available on Crashlytics (e.g. it only happens on certain Android versions / certain devices)?






          share|improve this answer



















          • 1





            It's diversified, all android versions/devices , sometimes I can see in another thread an exception in my code, sometimes not. I harmonized the support lib versions in my app recently and this crash is happening less than before since then so it's all good.

            – Jean-Philippe Gire
            Dec 6 '18 at 16:05











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53499728%2fandroid-crash-data-user-0-my-app-cache-webview-is-not-a-directory%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          According to this post on the "android-webview-dev" Google Group by a chromium dev:




          That looks like a real bug, and it would never show up in our crash reporting because that's crashing in crash handling code.




          So it looks like the crash is within Chromium's crash reporting code which... doesn't help you much.



          Can you reproduce it at all, or have any users told you how it happened? Additionally, is there any additional information available on Crashlytics (e.g. it only happens on certain Android versions / certain devices)?






          share|improve this answer



















          • 1





            It's diversified, all android versions/devices , sometimes I can see in another thread an exception in my code, sometimes not. I harmonized the support lib versions in my app recently and this crash is happening less than before since then so it's all good.

            – Jean-Philippe Gire
            Dec 6 '18 at 16:05
















          0














          According to this post on the "android-webview-dev" Google Group by a chromium dev:




          That looks like a real bug, and it would never show up in our crash reporting because that's crashing in crash handling code.




          So it looks like the crash is within Chromium's crash reporting code which... doesn't help you much.



          Can you reproduce it at all, or have any users told you how it happened? Additionally, is there any additional information available on Crashlytics (e.g. it only happens on certain Android versions / certain devices)?






          share|improve this answer



















          • 1





            It's diversified, all android versions/devices , sometimes I can see in another thread an exception in my code, sometimes not. I harmonized the support lib versions in my app recently and this crash is happening less than before since then so it's all good.

            – Jean-Philippe Gire
            Dec 6 '18 at 16:05














          0












          0








          0







          According to this post on the "android-webview-dev" Google Group by a chromium dev:




          That looks like a real bug, and it would never show up in our crash reporting because that's crashing in crash handling code.




          So it looks like the crash is within Chromium's crash reporting code which... doesn't help you much.



          Can you reproduce it at all, or have any users told you how it happened? Additionally, is there any additional information available on Crashlytics (e.g. it only happens on certain Android versions / certain devices)?






          share|improve this answer













          According to this post on the "android-webview-dev" Google Group by a chromium dev:




          That looks like a real bug, and it would never show up in our crash reporting because that's crashing in crash handling code.




          So it looks like the crash is within Chromium's crash reporting code which... doesn't help you much.



          Can you reproduce it at all, or have any users told you how it happened? Additionally, is there any additional information available on Crashlytics (e.g. it only happens on certain Android versions / certain devices)?







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 5 '18 at 18:08









          JakeSteamJakeSteam

          2,49152440




          2,49152440








          • 1





            It's diversified, all android versions/devices , sometimes I can see in another thread an exception in my code, sometimes not. I harmonized the support lib versions in my app recently and this crash is happening less than before since then so it's all good.

            – Jean-Philippe Gire
            Dec 6 '18 at 16:05














          • 1





            It's diversified, all android versions/devices , sometimes I can see in another thread an exception in my code, sometimes not. I harmonized the support lib versions in my app recently and this crash is happening less than before since then so it's all good.

            – Jean-Philippe Gire
            Dec 6 '18 at 16:05








          1




          1





          It's diversified, all android versions/devices , sometimes I can see in another thread an exception in my code, sometimes not. I harmonized the support lib versions in my app recently and this crash is happening less than before since then so it's all good.

          – Jean-Philippe Gire
          Dec 6 '18 at 16:05





          It's diversified, all android versions/devices , sometimes I can see in another thread an exception in my code, sometimes not. I harmonized the support lib versions in my app recently and this crash is happening less than before since then so it's all good.

          – Jean-Philippe Gire
          Dec 6 '18 at 16:05




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53499728%2fandroid-crash-data-user-0-my-app-cache-webview-is-not-a-directory%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Contact image not getting when fetch all contact list from iPhone by CNContact

          count number of partitions of a set with n elements into k subsets

          A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks