02-15 12:39:09.543 1549-1549/? E/rtc: # # Fatal error in ../../webrtc/modules/utility/source/helpers_android.cc, line 68 # last system error: 2 # Check failed: !jni->ExceptionCheck() # Error during FindClass: org/webrtc/voiceengine/BuildInfo #02-15 12:39:09.544 1549-1549/? A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 1549 (m.vypii.android)--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/fceff300-db2d-44dd-89d7-96c3299dbe50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
What Android device and OS version is used?
On Wed, Feb 15, 2017 at 12:48 PM, 'Pony Hugger' via discuss-webrtc <discuss...@googlegroups.com> wrote:
Hi there!I get the following error, when i try to initialize a connection with libjingle_peerconnection revision 16624:02-15 12:39:09.543 1549-1549/? E/rtc: ## Fatal error in ../../webrtc/modules/utility/source/helpers_android.cc, line 68# last system error: 2# Check failed: !jni->ExceptionCheck()# Error during FindClass: org/webrtc/voiceengine/BuildInfo#02-15 12:39:09.544 1549-1549/? A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 1549 (m.vypii.android)
Everything was working fine until revision 16107, while 16232, 16404, 16567, 16603, 16611, and 16624 failed with that error message.Any ideas?Cheers!Kay
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/941c7855-9585-4bb7-a851-65044a3c9e23%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/941c7855-9585-4bb7-a851-65044a3c9e23%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/4834cc22-fc08-4adb-ad0d-53d69232f947%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/867071c5-27c3-4267-9cef-d13535a3d136%40googlegroups.com.
This sounds like you need to link with audio_device_java.jar.
+mbonadei, who was working on this area. Was linking to audio_device_java.jar not necessary until recently?
Hi Pony and Taylor,'audio_device_java' was already necessary but it was included in 'libjingle_peerconnection_java' through a workaround that was violating the package boundaries:android_library("libjingle_peerconnection_java") {java_files = [# This is package boundary violation, we want to avoid this."//webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/BuildInfo.java","//webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioEffects.java","//webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioManager.java","//webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioRecord.java","//webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioTrack.java","//webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java","api/org/webrtc/AudioSource.java",[...]So we refactored the target in these two commits:At the beginning we included audio_device_java through the 'srcjar' attribute but after a review we decided to avoid to rely on that feature of 'android_library' and we created a new target: '//webrtc/sdk/android:libwebrtc' which creates a jar with everything.Pony, can you try to depend on '//webrtc/sdk/android:libwebrtc'? In this way you can avoid to declare two dependencies.Let me know.Mirko
On Wednesday, February 15, 2017 at 7:45:09 PM UTC+1, Taylor Brandstetter wrote:
This sounds like you need to link with audio_device_java.jar.
+mbonadei, who was working on this area. Was linking to audio_device_java.jar not necessary until recently?
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/d4ded4db-3f47-473d-a365-269fc63dcadb%40googlegroups.com.
Hi,You should modify the script to include libwebrtc.jar instead of libjingle_peerconnection_java.jar and base_java.jar.Regards,Sami Kalliomäki
On Thu, Feb 16, 2017 at 12:16 PM, 'Pony Hugger' via discuss-webrtc <discuss...@googlegroups.com> wrote:
Hi Mirko,yes, i am using that script - corresponding to the instructions here:
https://github.com/pristineio/webrtc-build-scriptsBest regards,
Kay
Am Donnerstag, 16. Februar 2017 12:11:47 UTC+1 schrieb mbon...@webrtc.org:Hi Kay,are you using this[1] script?Mirko
On Thursday, February 16, 2017 at 11:55:33 AM UTC+1, Pony Hugger wrote:Hi Mirko,do you want me to include that dependency in my build.gradle file or do i have to link to it somehow for the libjingle_peerconnection build? I am quite limited regarding the peerconnection build, as i am using Pristine's build scripts.Cheers!Kay
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/d7ad0cca-b5e6-4b99-8a8d-9a763791f501%40googlegroups.com.
Hi,Oh, it is not built by default. You can build it by manually specifying the target i.e. "ninja -C out/Debug libwebrtc".Regards,Sami Kalliomäki
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CAD-mH0HN8kJixKmkC0yZP6svdXC06eJQ-Xmv4i4Au6oOKuxO4g%40mail.gmail.com.
As always, please provide detailed information from the beginning when asking questions like this.The fact that https://github.com/pristineio/webrtc-build-scripts was used for this build makes me think the primary forum for reporting issues with that (which is not maintained by the WebRTC team) should be filed at https://github.com/pristineio/webrtc-build-scripts/issues rather than at this list.
On Thu, Feb 16, 2017 at 12:52 PM, Sami Kalliomäki <sa...@webrtc.org> wrote:
Hi,Oh, it is not built by default. You can build it by manually specifying the target i.e. "ninja -C out/Debug libwebrtc".Regards,Sami Kalliomäki
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/d7ad0cca-b5e6-4b99-8a8d-9a763791f501%40googlegroups.com.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.