Nickolay Makhyboroda

Results 8 comments of Nickolay Makhyboroda
trafficstars

Thanks for your response! I've tried both codegen methods, and haven't tried reflection. So, is dynamic codegen confirmed not to be an option for Android?

I've managed to replace Gson with your library (Reflective mode). It does work faster (up to three times)! Nicely done! Can't wait for you explanation of how to work with...

Hi. I've tried to build your sample project for android, but keep getting following exception in the Gradle Console during the assemly: ``` Exception in thread "main" java.lang.ClassNotFoundException: com.example.myapplication.DemoCodegenConfig at...

Thanks for your fast replies! Your fix works fine in the sample project. However, I have some complications in implementing it into my team's project. The dependency on your library...

Hi! Sorry for no participating in resolving the issue for so long time. Was busy with some other stuff, so I sticked with reflective approach for a while. Finally, I've...

Hi! I have other fatal exception: A/libc: Fatal signal 5 (SIGTRAP), code -6 (SI_TKILL) with no other trace in logcat. Crashes on a regular basis.

Here is a more detailed log for the other device: `2020-04-25 11:11:05.307 28045-28314/com.test123.app A/libc: Fatal signal 5 (SIGTRAP), code -6 (SI_TKILL) in tid 28314 (pool-5-thread-2), pid 28045 (est123.app) 2020-04-25 11:11:05.507...

Hi! I just checked out the 6.1.0. It is more stable, but calling **V8.lowMemoryNotification()** leads to the immediate fatal error: ``` Fatal signal 5 (SIGTRAP), code -6 (SI_TKILL) in tid...