how to debug crashes?

  • 1
  • Problem
  • Updated 4 years ago
Hi all;
using my PGB app on android 6 broke a specific use case in my app that uses pinch zoom and animation using sencha touch. every time this use case is executed there is an app crash. using weinre did not help as there are no errors in console pre crash
I would like to hear your suggestions on how I should continue debugging this. if there a crash file somewhere on my phone? other debugging options I can use?
thanks!
also, I though cli 6.0.0 would fix this because it adds marshmallow support per http://bit.ly/1Vgabve but it didnt help...
Photo of gkatz

gkatz

  • 186 Posts
  • 5 Reply Likes

Posted 4 years ago

  • 1
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@Gkatz,
have you resolved your issue?
Jesse
Photo of gkatz

gkatz

  • 186 Posts
  • 5 Reply Likes
Hi Jesse;
no it was not solved...
I will try to bypass it by changing my code but in general I would like to know how to debug such cases...
any ideas?
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@Gkatz,
it appears your issue is with the UI. That is, when you "(the issue is when it) uses pinch zoom and animation using sencha touch."

As nice as I can be, this is an issue with "sencha touch". They have a forum, I would start by describing your issue (maybe with more detail). And ask where there might be better documentation to fix the issue. In all likelyhood, someone will give you the answer, and *maybe* point to the documentation.

If the point you towards documentation, and you don't understand it, let them know.

Best of Luck
Jesse
Photo of gkatz

gkatz

  • 186 Posts
  • 5 Reply Likes
@Jesse
maybe I did not explain my self correctly.
my mobile web app works perfectly fine on a browser.
when going hybrid mode (with PGB), and only on marshmallow I get crashes of the app.
so my question was what kind of debug tools can I use?
Is there a crash file somewhere where I can look at stack traces?
thanks
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@Gkatz,
I can't tell you because your are using Sencha Touch - which I know nothing about. As far as I know, it is just another UI framework - like ionic or bootstrap.

Again, your questions are best asked at the Sencha forum. They use this framework there. The developers that have issue with Sencha go to the Sencha forum.

Any debug tools - for the Sencha framework, is known on that forum.
Any crash file(s) - for the Sencha framework, are known on that forum.

I can't give you an answer to something I know nothing about.

FWIW: Someone might come along and have an answer, but you would have better luck asking at the sencha forum.

Here is a list of forums that support Cordova/Phonegap. Sencha is listed there.

https://github.com/jessemonroy650/top-phonegap-mistakes/blob/master/cordova-phonegap-forums.md

Jesse