Android Question User Crahses

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I am getting crash reports that look like the following:

B4X:
~i:** Service (httputils2service) Start **
~i:** Service (httputils2service) Start ** ResponseError. Reason: Not Found, Response: <!DOCTYPE HTML> <html>
  <head>
  <title>404 Error - Page Not Found</title>
  <style>
  #ad_frame{ height:800px; width:100%; }
  body{ margin:0; border: 0; padding: 0; }
  </style>
  <script src=/ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  <script type=ext/javascript" language=avaScript">
  var url =http://www.iyfipgun.com/?dn=
  + document.domain + '&pid=OL6F2H4';
  $(document).ready(function() {
  $('#ad_frame').attr('src', url);
  });
  </script>
  </head>
  <body>
  <iframe id=d_frame" src=ttp://www.iyfipgun.com/"
  frameborder=" scrolling=o">

  <!-- browser does not support iframe's -->
  </iframe>
  </body>
</html>

And this one.

B4X:
owser does not support iframe's -->
  </iframe>
  </body>
</html>

And another
B4X:
  frameborder=" scrolling=o">
  <!-- browser does not support iframe's -->
  </iframe>
  </body>
</html>

Then my program crashes trying to hide window.

Now the code works find on a lot of different devices.

Would any of the above cause a panel not to get create?

BobVal
 
Top