Closed 4gus71n closed 6 years ago
I checked the META-INF of the very same .apk that we uploaded into the Playstore It seems to be fine. Also, if this happened because a corrupted apk we should have a lot more of reports about this crash. Currently we only had one crash report about this.
Closing this issue a dev on the team found out that we were missing some file when offuscating the code through Proguard.
java/org/kaazing/getaway/. java/org/kaazing/net/auth/. java/org/kaazing/net/http/. java/org/kaazing/net/impl/. java/org/kaazing/net/auth/. java/org/kaazing/net/ws/.
The Proguard's lines that we were missing:
keep class org.kaazing.* { ; } keep interface org.kaazing.* { ; }
Hi,
Description: I stumbled across a very weird bug in the App in which I'm working on. I'm working in an Android App. I'm using the
compile 'org.kaazing:gateway.client.java:5.1.0.3'
version. Basically we only had one report of this issue in only one device. But we would like to know if you guys know the cause behind this crash. Please let me know if I can give you more info.Stacktrace:
Client code: This is the code that we are using in the App to connect. Is in an Android Service.