Hi,
bumping this up in hopes of getting a reply.

 -Salvatore


On Thu, Jun 18, 2015 at 12:55 PM, Raphael Kubo da Costa
<[email protected]> wrote:
> +Lin, Halton
>
> "Iovene, Salvatore" <[email protected]> writes:
>> Hi,
>> I'm writing a Crosswalk extension on Android, and using a third party
>> library that comes with native *.so libraries.
>> I believe I am loading them correctly, using System.loadlLibrary(...)
>> in a static { ... } block at the beginning of my XWalkExtensionClient
>> implementation.
>>
>> However, when I try to use a class in the third party library, I get
>> the following exception:
>>
>> E/XWalkExtensionManager( 2953): Error in calling methods of external
>> extensions. java.lang.reflect.InvocationTargetException
>> I/chromium( 2953): [INFO:xwalk_extension_renderer_controller.cc(47)]
>> EXTENSION PROCESS DISABLED.
>>
>> I know that InvocationTargetException has a "getCause" method that
>> would return the original exception, so I could know more, but I am
>> unable to access it.
>> It seems that the exception is not thrown all the way to my extension
>> code, so I can't catch it.
>>
>> Any tips on how to proceed to shed some light?
>>
>> Thanks!
>> Salvatore.



-- 
Salvatore Iovene <[email protected]>
Linux Software Engineer
Intel Open Source Technology Center, Finland
Tel.: +358504804026
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to