- Posts: 2
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Here you should submit your bug reports with logcat.
Crash on book opening on Android
IP: 92.154.81.171
7 years 6 months ago #14122
by dleguin
Crash on book opening on Android was created by dleguin
Hi all,
We've had major issues of app crashing on Android, with the logs indicating it comes from Radaee lib.
It only occured on our app on Android (not iOS), and not even on the app sample we had made to demonstrate for functionality demonstration.
I've attached the logs. We've found a workaround by disabling the "cacheEnabled" setting, but we would like a long term fix.
Regards,
We've had major issues of app crashing on Android, with the logs indicating it comes from Radaee lib.
It only occured on our app on Android (not iOS), and not even on the app sample we had made to demonstrate for functionality demonstration.
I've attached the logs. We've found a workaround by disabling the "cacheEnabled" setting, but we would like a long term fix.
Regards,
IP: 37.183.44.177
7 years 6 months ago #14123
by support
Replied by support on topic Crash on book opening on Android
May you clarify, you're not able to reproduce the crash on the demo application, isn't it?
Which kind of customizations have you done on the framework?
Which version of our SDK are you using?
Which kind of customizations have you done on the framework?
Which version of our SDK are you using?
IP: 92.154.81.171
7 years 6 months ago #14134
by dleguin
Replied by dleguin on topic Crash on book opening on Android
Hi, the developers eventually found the cause of the crashes. It was due to the use of ProGuard.
IP: 111.196.240.101
7 years 6 months ago - 7 years 6 months ago #14137
by radaee
Replied by radaee on topic Crash on book opening on Android
this shall happen draw pages before PDFLayout.vOpen() or after PDFLayout.vClose().
you can add following line codes at begin of PDFLayout.vDraw();
if(m_doc == null) return;
you can add following line codes at begin of PDFLayout.vDraw();
if(m_doc == null) return;
Last edit: 7 years 6 months ago by radaee.
Time to create page: 0.413 seconds