On Sep 5, 4:19 pm, Shawn Brown <[email protected]> wrote:
> W/dalvikvm( 9042): No implementation found for native
> Lcom/intel/bluetooth/BluetoothStackBlueZ;.isNativeCodeLoaded ()Z

This means somebody tried to call a native method, but no
implementation could be found.  The VM throws an UnsatisfiedLinkError.

> D/dalvikvm( 9042): Trying to load lib
> /data/data/com.example.android.helloactivity/lib/libbluecove.so
> 0x430c6ec8
> D/dalvikvm( 9042): Added shared lib
> /data/data/com.example.android.helloactivity/lib/libbluecove.so
> 0x430c6ec8
>
> Does it mean that BluetoothStackBlueZ;.isNativeCodeLoaded wasn't found
> so it loaded libbluecove.so?

There's no cause and effect here.  Something tried to use a call, and
failed.  It apparently consumed or ignored the exception.  The same
code, or unrelated code, then loaded a shared library.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to