I have some question about debugging into mulet.
I used to debug addons or apps into the WebIde and Mulet is a little bit different. The WebIde has the list of the apps installed on the phone and you can launch them clicking on one name. I don’t know if Mulet has a list like this one. I just check urls into iframes and use them to debug.
To debug a specific app, I can access by an url like this one:
chrome://gaia/content/clock/index.html Is it the right way to debug an app?
Moreover, what is the procedure to restore an app on kanikani branch?
Move one dead_app from the dead_apps folder into the apps folder and make it work as chrome. That’s it?
I notice that the homescreen has a lot of logs into the console but for example when I launched the clock app, there are absolutely no warnings or errors into the console. It seems really strange… So I’m not sure, I’m debugging with the good method.
Thanks for your help.