Note that there are some explanatory texts on larger screens.

plurals
  1. USHarlo Holmes
    primarykey
    data
    text
    plurals
    1. COThank you for the link, @Michael B. I wonder if the problem lies with my app being a midlet suite (actually comprised of 5 separate apps). I suppose I should try to generate a .jad that explicitly lists the midlets contained in the main module. Of course, I will "RTFM" on my own, but, if anyone has any expertise to share, any boost would be appreciated!
      singulars
    2. COA coworker suggested that I monitor the order in which lifecycle events are called (onCreate, onResume, etc.) So, I've included that relevant info in my log, too: http://pastebin.com/FJPExaJD (certain info, like my package name, has been redacted, and i cut out a lot of logs that were non-relevant to the thread, but the logs is still pure.) Thanks!
      singulars
    3. CO@hakre unfortunately, my error logs only point to the cascade of failure stemming from using an object that does not exist (ie "Trying to get property of non-object" and "Cannot use object of type stdClass as array") which are only thrown when the JSON string fails to resolve (thus resulting JSON object is null.) My log shows no other errors. As stated in the original post, json_last_error was 4. Are there any other places I should look for errors that might shed more light on this?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload