Getting this crash and error:A/libc: Fatal signal 11 (SIGSEGV), code 2, fault addr 0x71470900 in tid 4130 (ftcards.rewards)
(not getting any further exception details)
every time the app comes back from the background, after the app memory was cleaned.
when this happens the first backendless query failes.
I am calling Backendless.Data.of(“TABLE_NAME”).find(dataQuery, callback);
and never reaching handleResponse or handleFault
I tried calling Backendless.initApp(…) again in this case, but still the same crash
Thanks