Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Here you should submit your bug reports with logcat.
  • Page:
  • 1

TOPIC:

Crash on book opening on Android 5 years 7 months ago #14122

  • dleguin
  • dleguin's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
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,
Attachments:

Please Log in or Create an account to join the conversation.

Crash on book opening on Android 5 years 7 months ago #14123

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
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?

Please Log in or Create an account to join the conversation.

Crash on book opening on Android 5 years 7 months ago #14134

  • dleguin
  • dleguin's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
Hi, the developers eventually found the cause of the crashes. It was due to the use of ProGuard.

Please Log in or Create an account to join the conversation.

Crash on book opening on Android 5 years 6 months ago #14137

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
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;

Please Log in or Create an account to join the conversation.

Last edit: by radaee.
  • Page:
  • 1
Powered by Kunena Forum