Facing the issue with Nexus5 (armabi-v7) and latest sdk ( com.twilio:video-android:1.0.0-beta16 ).
It is working fine if i run application for particular architecture.But crash when i release app in play store.
added Video.setLogLevel(LogLevel.DEBUG);
`04-24 10:43:26.385 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/x-vnd.on2.vp8
04-24 10:43:26.385 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.vp8
04-24 10:43:26.386 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.vp8. Color: 0x13
04-24 10:43:26.387 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/x-vnd.on2.vp9
04-24 10:43:26.387 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.google.vp9.decoder
04-24 10:43:26.387 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: No HW decoder found for mime video/x-vnd.on2.vp9
04-24 10:43:26.387 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc
04-24 10:43:26.387 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc
04-24 10:43:26.388 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13
04-24 10:43:26.390 32736-3888/? D/JVM: AttachCurrentThreadIfNeeded::ctor@[tid=3888]
04-24 10:43:26.390 32736-3888/? D/JVM: Attaching thread to JVM
04-24 10:43:26.391 32736-3888/? D/JVM: JVM::environment@[tid=3888]
04-24 10:43:26.391 32736-3888/? D/JVM: JNIEnvironment::ctor@[tid=3888]
04-24 10:43:26.391 32736-3888/? D/AudioManager: ctor@[tid=3888]
04-24 10:43:26.391 32736-3888/? D/JVM: JNIEnvironment::RegisterNatives(org/webrtc/voiceengine/WebRtcAudioManager)
04-24 10:43:26.391 32736-3888/? D/JVM: NativeRegistration::ctor@[tid=3888]
04-24 10:43:26.391 32736-3888/? D/JVM: NativeRegistration::NewObject@[tid=3888]
04-24 10:43:26.391 32736-3888/? W/System.err: java.lang.NoSuchMethodError: no non-static method "Lorg/webrtc/voiceengine/WebRtcAudioManager;.(Landroid/content/Context;J)V"
04-24 10:43:26.391 32736-3888/? E/rtc: #
Fatal error in ../../webrtc/modules/utility/source/helpers_android.cc, line 51
last system error: 0
Check failed: !jni->ExceptionCheck()
Error during GetMethodID: , (Landroid/content/Context;J)V
@devganiyahitesh1 filed the following issue :
Facing the issue with Nexus5 (armabi-v7) and latest sdk ( com.twilio:video-android:1.0.0-beta16 ). It is working fine if i run application for particular architecture.But crash when i release app in play store. added Video.setLogLevel(LogLevel.DEBUG);
`04-24 10:43:26.385 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/x-vnd.on2.vp8 04-24 10:43:26.385 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.vp8 04-24 10:43:26.386 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.vp8. Color: 0x13 04-24 10:43:26.387 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/x-vnd.on2.vp9 04-24 10:43:26.387 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.google.vp9.decoder 04-24 10:43:26.387 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: No HW decoder found for mime video/x-vnd.on2.vp9 04-24 10:43:26.387 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Trying to find HW decoder for mime video/avc 04-24 10:43:26.387 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found candidate decoder OMX.qcom.video.decoder.avc 04-24 10:43:26.388 32736-32736/? I/org.webrtc.Logging: MediaCodecVideoDecoder: Found target decoder OMX.qcom.video.decoder.avc. Color: 0x13 04-24 10:43:26.390 32736-3888/? D/JVM: AttachCurrentThreadIfNeeded::ctor@[tid=3888] 04-24 10:43:26.390 32736-3888/? D/JVM: Attaching thread to JVM 04-24 10:43:26.391 32736-3888/? D/JVM: JVM::environment@[tid=3888] 04-24 10:43:26.391 32736-3888/? D/JVM: JNIEnvironment::ctor@[tid=3888] 04-24 10:43:26.391 32736-3888/? D/AudioManager: ctor@[tid=3888] 04-24 10:43:26.391 32736-3888/? D/JVM: JNIEnvironment::RegisterNatives(org/webrtc/voiceengine/WebRtcAudioManager) 04-24 10:43:26.391 32736-3888/? D/JVM: NativeRegistration::ctor@[tid=3888] 04-24 10:43:26.391 32736-3888/? D/JVM: NativeRegistration::NewObject@[tid=3888] 04-24 10:43:26.391 32736-3888/? W/System.err: java.lang.NoSuchMethodError: no non-static method "Lorg/webrtc/voiceengine/WebRtcAudioManager;.(Landroid/content/Context;J)V" 04-24 10:43:26.391 32736-3888/? E/rtc: #
Fatal error in ../../webrtc/modules/utility/source/helpers_android.cc, line 51
last system error: 0
Check failed: !jni->ExceptionCheck()
Error during GetMethodID: , (Landroid/content/Context;J)V
#
04-24 10:43:26.511 3890-3888/? A/google-breakpad: -----BEGIN BREAKPAD MICRODUMP----- 04-24 10:43:26.511 3890-3888/? A/google-breakpad: V WebView:55.0.2883.91 04-24 10:43:26.511 3890-3888/? A/google-breakpad: O A arm 04 armv7l google/hammerhead/hammerhead:6.0.1/M4B30X/3237893:user/release-keys 04-24 10:43:26.511 3890-3888/? A/google-breakpad: P webview 04-24 10:43:26.511 3890-3888/? A/google-breakpad: G OpenGL ES 3.0 V@127.0 AU@ (GIT@I96aee987eb)|Qualcomm|Adreno (TM) 330 04-24 10:43:26.517 3890-3888/? A/google-breakpad: H 12C00000 FFFF1000 00B7 41131000 9C326000 0C:2E 0D:16 0E:15 0F:23 10:11 11:01 14:03 15:03 16:04 17:07 18:0D 19:05 1A:03 1C:02 1E:01 04-24 10:43:26.517 3890-3888/? A/google-breakpad: S 0 889FB270 889FB000 00001000 04-24 10:43:26.523 3890-3888/? A/google-breakpad: S 889FB000 1CB19F885400000030B09F8890DD8270000000001CB19F8800174E9CA998C5B41CB19F880000000030B09F8840B09F8800000000E0721213B8B09F88DC000000B4B09F88AB00D05B00174E9C8CB09F88000000008090069478B09F8858B19F88A0B19F8800174E9C80900694010020004300000005002000020000007CB19F888090069400174E9CC01ED4B68C174E9CB0B09F8890DD8270C4B09F881CB19F8834B19F88273994B41CB19F880A58E170000000000A58E170000000000000000000000000000000000000000000000000000000000000000000000000AB00D05B94D5D3B61CB19F8800000000E4B19F8810B19F88DCB19F880100000090DD827000000000CF3CB8B41CB19F880A58E17008E156700A58E17058DE827000000000000000000A58E170010000000400000034B19F88E072121394D5D3B604000000B03AC7B4F83AC7B4F039C7B4183AC7B4403AC7B4743AC7B410FED9B4BC1AAC700001000048076070ECB19F88E4B19F8804000000000000006C81C8B400174E9C 04-24 10:43:26.523 3890-3888/? A/google-breakpad: S 889FB180 4300000043000000E4B19F8890DD8270D0A1D9B47CDECBB4DCB19F8800174E9C04000000D85EDDB404000000D85EDDB468017E8FA92FD1B62099D4B668017E8F0E00000068017E8F8048F19200007E8F8848F192E000000094D5D3B60E0000000053DDB43F42D2B600000000000000001B00000031EDD1B60E00000000C0D7B4E000000000174E9C8090069400C0D7B400174E9C381EC7B4000043000100000088B29F8800174E9C7138ADB4A06ACBB48848F19200F81C9100007E8FC8B29F880CA3D4B68048F192DFFFFFFF0000000030B99F8830B99F8800000000DD78D0B678B99F8880B99F8830B99F88517BD0B678B99F880600000000000000FCB29F88FCB29F881343CEB694B29F88C514CEB680900694DFFFFFFF0A091000757ED0B6CC04D4B600000000FCB29F88C8B29F882404D4B6B0F4CDB645000000A717D288FCB29F88C0514489E1000000D700000000F81C91AB00D05BFCB29F88F8B29F880A000000F7DB3089610831894336DC88000000007C494489C0514489DC364189 04-24 10:43:26.523 3890-3888/? A/google-breakpad: S 889FB300 88364189C051448900000000000000000000000000C51794D7C51794FFC5179401010000FF00000000C51794D7C5179410000000F0364189021000000600000000000000000000000000000000B39F88C0514489000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000AB00D05BC01ED4B68090069420543C92B4B39F887CB49F8861083189F7DB3089C54EDC8880FC3B9268B49F88481BD993210000000B00000080FC3B920A00000038B49F88E8B39F880A0000000A00000039B49F888848F19280FC3B9200007E8F8CB49F880CA3D4B68048F19294D5D3B68848F19280FC3B925B02D2B68CB49F882DB49F880A00000090BA6E0138B49F88B13DDC880A000000000000000100000073FB308980FC3B9200000000000000000000000000000000AB00D05B0065059420543C927CB49F88C01ED4B6020910000065059490BA6E01000000003F35D3886108318902091000775ADC8800650594FFFFFFFF0053DDB400000000 04-24 10:43:26.524 3890-3888/? A/google-breakpad: S 889FB480 020931891D0931890532D388210000000B00000080FC3B9208000000980400000053DDB4E747D2B60100000000000000000000000CA3D4B6010000008048F19294D5D3B60CA3D4B68848F192A94ED2B60000000000000040EBF145D61900000040420F0040420F0000000000EBF145D6DB15000000000000010000004400000080074591C01ED4B628B59F880000000001000000AB00D05B0000000080074591C01ED4B65030438900000000BD29D388AB00D05B6784D2888848F1928001000094D5D3B6110000000053DDB43F42D2B600000000000000002B00000031EDD1B611000000C01ED4B680010000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000060010000C01ED4B6E0B69F8800B69F88AB00D05B0100000080074591C01ED4B6E0B69F880000000000000000 04-24 10:43:26.524 3890-3888/? A/google-breakpad: S 889FB600 01000000952BD388000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000709AD4B62085D0929859DDB40000D0920053DDB42085D0928848F1922085D09200000000B848F192A33BD1B6080000004C00D0924C00D092B848F1928048F192CB3BD1B64C00D0920000D0923952D2B65B02D2B6A475D4B6000000000000000000000000E298B09000000000000000000000000000000000AB00D05B209C259DE4B69F8800000000E0B69F88000000004129D488209C259D10B79F88000000002929D4885CA7AF888098B09010B79F8808B79F880000000067CDD388E098B0907175D2880097B090BB7A41D680CC3689992F31895CA7AF880000000000000000E3AD298900000000000000008BA5AF88C0B89F88010000008098B090F498B090C0B89F8801000000FFFFFFFFFFFFFFFF9151D28800000000000000000000000000000000FFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFF 04-24 10:43:26.524 3890-3888/? A/google-breakpad: S 889FB780 FFFFFFFF90BA6E010000000001000000C01ED4B6B8B79F8816FD3089B9FC308990AC368977FB308907FD30890CFD308900000000E098B09000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000AB00D05B000000003954D2888098B0900000000000000000FFFFFFFFC0B89F8800000000FFFFFFFFC776D288F4DA3089F4DA30890000000000000000000000000000000000000000000000000000000000000000000000006073C28F70B99F8830B99F8878000000848BF9B6 04-24 10:43:26.525 3890-3888/? A/google-breakpad: S 889FB900 3099B09000D08F884D7DD288857DD28830B99F886174D0B64174D0B638B99F884174D0B6451BCEB678B99F880000000030A9AF8830C98F88300F0000E07F00000000000000D08F8830E90F0000100000000000000000000000000000000000004D7DD2886073C28F0000000000707C950100000000F00F0078B99F8830B99F88160000000000000000000000AB00D05B0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000008048F192000000000000000000000000000000000100000000174E9C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 04-24 10:43:26.525 3890-3888/? A/google-breakpad: S 889FBA80 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000009850CB920000000000000000010000008098B09000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 04-24 10:43:26.525 3890-3888/? A/google-breakpad: S 889FBC00 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 04-24 10:43:26.526 3890-3888/? A/google-breakpad: S 889FBD80 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 04-24 10:43:26.526 3890-3888/? A/google-breakpad: S 889FBF00 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 04-24 10:43:26.526 3890-3888/? A/google-breakpad: C 0600004000000000300F00000600000078B99F8880B99F8830B99F88000000000C0100000A00000080900694FCB29F880A0910000600000070B29F88617BD0B6509FD0B610000F400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 04-24 10:43:26.526 3890-3888/? A/google-breakpad: M B6F9B000 00000000 00005000 193A0C499FA710C22C906681C0F89A670 app_process32 04-24 10:43:26.526 3890-3888/? A/google-breakpad: M 72950000 01ED6000 0172D000 000000000000000000000000000000000 system@framework@boot.oat 04-24 10:43:26.526 3890-3888/? A/google-breakpad: M 88AFB000 00000000 00905000 8E2B01ED891DC0BEB6AEFF8DF5E4268D0 libjingle_peerconnection_so.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M 9743F000 00147000 000FA000 000000000000000000000000000000000 base.odex 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M 97DCD000 00000000 00004000 3388B46F29DD79CB14ED38FD27C912980 libOpenSLES.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A01E7000 00000000 00004000 24246BB670B5D5FA004F4D328B8E4D880 libwebviewchromium_plat_support.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A133B000 0114E000 00F98000 000000000000000000000000000000000 base.odex 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A32D4000 00000000 02378000 BF012B766DEF00036DEA227FB4B0FAE60 libwebviewchromium.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A96D4000 00000000 00004000 1186930A8F49E5F02B81F36B4772C0110 libwebviewchromium_loader.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A9779000 00000000 00003000 E86115E8C6E927001B3B1DCAF56028CC0 libjnigraphics.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A977E000 00000000 00008000 36B70CE8129A921488159BD97847C5860 libcompiler_rt.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A9787000 00000000 0000F000 28E59C774D1DC0B81544C4B61E2AF14E0 libandroid.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A9772000 00000000 00447000 C1FD4B15B4837CE09F7C23F1A5CF1CEB0 libsc-a3xx.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A9BE7000 00000000 00114000 8BAB07BC3ED5F869FA8A2C29411CA29F0 libGLESv2_adreno.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A9D31000 00000000 00033000 B7B9D6F14CB892A5D59DE9C6965DFEA80 libGLESv1_CM_adreno.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A9D67000 00000000 00005000 B77504A5EB0AB2A7E06A3BEE532F11710 libadreno_utils.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A9D70000 00000000 0003B000 59375F20F46277C79376B1EA437AB02E0 libgsl.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M A9DAD000 00000000 0002B000 D7A6ADD4D179AD971D22C2B4F0D9E41B0 libEGL_adreno.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M AB18E000 00000000 00018000 B04267D6932192186853403B34A636500 libkeymaster1.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M AB1A9000 00000000 00014000 338DE85845C50CCE08D7E8AB6FC0FCCE0 libsoftkeymasterdevice.so 04-24 10:43:26.527 3890-3888/? A/google-breakpad: M AB213000 00000000 0000B000 3E11CADB98A3CB51AF15D37F5DBDEDE20 libkeystore_binder.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M AB220000 00000000 00017000 3B2F279DF1E89FE66BF63D45988D6D980 libjavacrypto.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M AB236000 00000000 00021000 D9921AE776ABBC9B9DCE747EF8953E8A0 libexif.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M AB263000 00000000 00045000 A5142224674141CEB124E340789824960 libmedia_jni.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M ACC02000 00000000 00009000 BACBBA13BAF63FDD14BF40B84F772D3F0 libkeymaster_messages.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M ACC0D000 00000000 0000E000 3937955766C22021B16578D512D4E9830 libstagefright_amrnb_common.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M ACC1D000 00000000 00015000 B0C5918AE09050178FAEAE43FA29D3600 libmtp.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M AE384000 00000000 00004000 6FB01F06F8AF23A5D85902FA943DAFB80 libkeystore-engine.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M AEE9E000 00000000 001B3000 39950644FB7072A572B1A84D409AF0050 librealm-jni.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M B06C8000 00000000 00034000 E0C932435E0C44EC5DC9E1976D11658B0 libjavacore.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M B074F000 00000000 00003000 05AB783FC39A13A57FB895A250BF1C970 memtrack.msm8974.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M B3646000 00000000 0000A000 325F1F0186F90B27807C3F2EBBF8F8AC0 eglsubAndroid.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M B3658000 00000000 00006000 B2F771B839C52B531AC3E03D8994123E0 libqdutils.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M B3660000 00000000 00005000 5D84C60E5F362D25B277913D222929890 libmemalloc.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M B3876000 00000000 00006000 0D46F308891586D53FEFA888079D88B20 gralloc.msm8974.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M B4857000 00000000 0045B000 6D26BB0DBB493E7ED4A814914ECF27850 libart.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M B4E04000 00000000 00003000 F61906BA1BEB278C34B9A8A6A4AF80820 libsigchain.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M B4E06000 00000000 00A35000 E79326377E168BA620C88135338321A50 libLLVM.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M B588F000 00000000 00035000 1F7A1A279869A393EAC78B57C56445520 libbcinfo.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M B58C7000 00000000 00058000 F994835A343389C79F4C30936C9004B30 libbcc.so 04-24 10:43:26.528 3890-3888/? A/google-breakpad: M B5922000 00000000 0000B000 D8C092C1525B356CB13120FF56BB97380 libcommon_time_client.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5932000 00000000 00017000 444772154CB6CD48C30C918052E56F190 libprotobuf-cpp-lite.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B594D000 00000000 00007000 9EB6557DD2AFBED3942745369C2432330 libstagefright_avc_common.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5957000 00000000 00003000 F830D5FCA8CE68AA16F4E7011897D9500 libstagefright_enc_common.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B595D000 00000000 00004000 DCAE8541CE2FD7D421A500AA705392630 libpowermanager.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5965000 00000000 0001D000 A13A0221FB379E549828C9206B7FA6230 libvorbisidec.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5985000 00000000 00005000 CC4F2FB7800C2C6A6777CD503A198A740 libstagefright_yuv.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B598C000 00000000 0002E000 5B28D6F78B382DEA6AF10CE5F674BEA70 libstagefright_omx.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B59C0000 00000000 0003B000 DA62E34FF93B1765240288A71EAB823B0 libopus.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B59FE000 00000000 00007000 D0FCBF2C2CA22C1F15D8E4B10941F3520 libmediautils.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5A08000 00000000 00016000 D0986C2BED782C8671E5FE07E837B4960 libdrmframework.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5A23000 00000000 0001F000 D0EDA30ECD09284153FDAF4E32DAA51B0 libRScpp.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5A44000 00000000 0003E000 179532B0AE18BF9C1E6CD7E79C75D40F0 libRS.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5A86000 00000000 00007000 86FCEBAFB9790E0EBD115368F48D2C930 libspeexresampler.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5A8F000 00000000 00009000 8C20262CB8CE5045100A935610F791270 libnbaio.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5A9A000 00000000 00012000 D5651523083F8FDC12B0711D98F2B9050 libpcre.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5AAF000 00000000 00005000 186C27905220043491FB10AF8779F9ED0 libwpa_client.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5AB7000 00000000 0006D000 6717CFE62FEECECB00ABD6C1E9233FF70 libGLES_trace.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5B29000 00000000 00064000 392AAD0F679066BE5ED9492EB23572350 libft2.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5B91000 00000000 00025000 7A96CB2ACCBC8E9A57A36DF1777FDA280 libpng.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5BB9000 00000000 00003000 975DFFF3F80C05D28A719CC59D45EF520 libsync.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5BBE000 00000000 00005000 AD54FCB8953F0872A7D7506365A820DF0 libstdc++.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5BC5000 00000000 00010000 68DAA924AA53242911B524DD5F2F365B0 libunwind.so 04-24 10:43:26.529 3890-3888/? A/google-breakpad: M B5C1D000 00000000 00009000 A625E650FD1A868F979B40295D18F37F0 libbase.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5C28000 00000000 00005000 0221BA677798F79F0EDE71D73000B0830 libeffects.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5C2F000 00000000 00003000 5B66E45FEF4A48E1BE145D2A7D196CA90 libstagefright_http_support.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5C36000 00000000 00018000 1378833BA17F4B188F63ACA4D93284E40 libstagefright_foundation.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5C4B000 00000000 00154000 71F570FFDD8FFDA85CA781F3D990FAA40 libstagefright.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5DAB000 00000000 0006D000 CFB26F63B09DAE77611077B596B368B80 libhwui.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5E1E000 00000000 00003000 31F35FE9AE237D34526084C7735BAD710 libradio_metadata.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5E24000 00000000 00004000 359D832D9304E16B432A7F383964CB230 libnativebridge.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5E2B000 00000000 00004000 C87225D3ECC6F5C77A87D8ACC190D75E0 libprocessgroup.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5E32000 00000000 0000E000 E5BF43FB98B262E19922EFAFC405041A0 libminikin.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5E42000 00000000 0000B000 D80CA7515725DD8FAB7948D50CDF5EAA0 libsoundtrigger.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5E51000 00000000 0000B000 91DCA759F70CDD7679C8E9D3A523CA800 libradio.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5E60000 00000000 00004000 82D86258B8C7231531BB04050783E8690 libnetd_client.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5E67000 00000000 0000D000 BEEA59C940CE9D29A335E3F3DE9D0C290 libimg_utils.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B5E71000 00000000 00418000 82AB4D7DADE6D5C118789D0F63E33A850 libpdfium.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B6298000 00000000 00007000 0D95C16E0319BAF0A66F8EE9561484B80 libaudioutils.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B62A2000 00000000 0001B000 989408FFAB506BEA338258520EC0D8A80 libz.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B62C0000 00000000 0004C000 7FBACB0A5DB01E4014768154A89319810 libharfbuzz_ng.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B630F000 00000000 00004000 FD7850F1D6C7CD3BABCBC5EA0AD4815E0 libusbhost.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B6316000 00000000 00038000 274D060A09DE8149C4E1933FD725BA450 libjpeg.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B6339000 00000000 000A8000 9B17D7EC1CAEA2CB8513FD65ADFDC7CA0 libmedia.so 04-24 10:43:26.530 3890-3888/? A/google-breakpad: M B63F7000 00000000 0017A000 94E93744076C64969C2B0177F08614C30 libicui18n.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B6576000 00000000 0011E000 737022BF3716A277DA9D773DBDA6AC420 libicuuc.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B66A4000 00000000 00023000 1B7165386FE605802D368C055589C8880 libssl.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B66CA000 00000000 00090000 F04FF1057C411459F79A9C7BAA88731E0 libcrypto.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B6767000 00000000 00053000 A0B77A1519EC8DA5A6CD4E48511EDCF10 libsonivox.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B67C2000 00000000 0000E000 E0C69154C412CA47264F984B241997B20 libselinux.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B67D3000 00000000 00006000 09840C0CD88A3BD9EF8E92B458432A400 libhardware_legacy.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B67DC000 00000000 00003000 BE1E106B295304277CD701BB7AD933C50 libhardware.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B67E1000 00000000 00004000 B1EDA46D6613B27D961784B34D6DC87C0 libETC1.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B67E7000 00000000 0000D000 8CA0C6B93197C860AAEC6A913B5A81E30 libGLESv2.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B67F6000 00000000 00008000 12DB6B4FBF4C256B18521A7A9C7768590 libGLESv1_CM.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B67F8000 00000000 00064000 98A69E98CAF5A6410304D401BBA5066A0 libEGL.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B686A000 00000000 00063000 563A21DA52824524EFD978971ECEBE930 libsqlite.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B68BF000 00000000 00263000 88A157352C0FA3FFE49492763A7A444A0 libskia.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B6B43000 00000000 00008000 3E55FEDB37E880D84772B7318046BCB80 libcamera_metadata.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B6B49000 00000000 00028000 F159F41CC71E5C5FF2C1A47EEBB2173C0 libcamera_client.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B6B79000 00000000 0003C000 C4CB7CB4954EDCE882441D60420ACB6B0 libinputflinger.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B6BB8000 00000000 0001C000 1ACD55BF512ADF8086813BFE7A26FB970 libinput.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B6BD0000 00000000 00055000 6BE57CD94DF5CE13FA91904D864D13D90 libgui.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B6C33000 00000000 0000D000 9D45E134A41A4A59E527F776AF5AE4FC0 libui.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B6C43000 00000000 00007000 4FCE682A944F5EE77E8DC7B6939050FA0 libnetutils.so 04-24 10:43:26.531 3890-3888/? A/google-breakpad: M B6C4C000 00000000 00007000 2784CC1BA0E241691B489738CC145AC50 libnativehelper.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6C55000 00000000 00014000 57974C7186E91CD6E25891B4663B4A5D0 libexpat.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6C6C000 00000000 00027000 1860FE1627974D5FBD86574F36F2809D0 libandroidfw.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6C96000 00000000 00003000 862C020387AF6F23AB952159C80579E70 libmemtrack.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6C9B000 00000000 00009000 8013F5C42578C880B4427DD0634FA2C30 libbacktrace.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6CA6000 00000000 00020000 5F30D52DD65FD9D4E72DB9E22B4A2D1B0 libm.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6CC8000 00000000 00072000 A004D5DB1BCC805B1B17BFF9AD8DE8860 libc.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6D49000 00000000 0008A000 FE7C3DF45D70A711B6323BF19B6A2C000 libc++.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6DD9000 00000000 00029000 4F4924CEDD6EEC82549212B98F9C83540 libwilhelm.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6DF8000 00000000 000DC000 53E4383102BCBCEAC7193F8C0FE5125D0 libandroid_runtime.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6EE5000 00000000 00029000 9966E0A84C6CB362772E4970F274471C0 libbinder.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6F17000 00000000 00008000 96D4ED3EE6B87C498EF4A82A2AA5DF8A0 liblog.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6F22000 00000000 00018000 4937CBE356A4A147E8364A69DEB2AC890 libutils.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6F3D000 00000000 0000E000 D515AE7FBFE9FBF600AA38A048404C940 libcutils.so 04-24 10:43:26.532 3890-3888/? A/google-breakpad: M B6F79000 00000000 0001D000 0BBFA1D2AB7B7CBE9F683CCF8BBFB0DA0 linker 04-24 10:43:26.532 3890-3888/? A/google-breakpad: -----END BREAKPAD MICRODUMP----- 04-24 10:43:26.555 32736-3888/? W/google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ### 04-24 10:43:26.555 32736-3888/? W/google-breakpad: Chrome build fingerprint: 04-24 10:43:26.555 32736-3888/? W/google-breakpad: 3.0.24 04-24 10:43:26.555 32736-3888/? W/google-breakpad: 20000032 04-24 10:43:26.555 32736-3888/? W/google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ### 04-24 10:43:26.555 32736-3888/? A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 3888 (Thread-1837) 04-24 10:43:26.660 194-194/? A/DEBUG: 04-24 10:43:26.660 194-194/? A/DEBUG: Build fingerprint: 'google/hammerhead/hammerhead:6.0.1/M4B30X/3237893:user/release-keys' 04-24 10:43:26.660 194-194/? A/DEBUG: Revision: '11' 04-24 10:43:26.660 194-194/? A/DEBUG: ABI: 'arm' 04-24 10:43:26.660 194-194/? A/DEBUG: pid: 32736, tid: 3888, name: Thread-1837 >>> com.luvr <<< 04-24 10:43:26.660 194-194/? A/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 04-24 10:43:26.693 194-194/? A/DEBUG: r0 00000000 r1 00000f30 r2 00000006 r3 889fb978 04-24 10:43:26.693 194-194/? A/DEBUG: r4 889fb980 r5 889fb930 r6 00000000 r7 0000010c 04-24 10:43:26.693 194-194/? A/DEBUG: r8 0000000a r9 94069080 sl 889fb2fc fp 0010090a 04-24 10:43:26.693 194-194/? A/DEBUG: ip 00000006 sp 889fb270 lr b6d07b61 pc b6d09f50 cpsr 400f0010 04-24 10:43:26.719 194-194/? A/DEBUG: backtrace: 04-24 10:43:26.719 194-194/? A/DEBUG: #00 pc 00041f50 /system/lib/libc.so (tgkill+12) 04-24 10:43:26.719 194-194/? A/DEBUG: #1 pc 0003fb5d /system/lib/libc.so (pthread_kill+32) 04-24 10:43:26.719 194-194/? A/DEBUG: #2 pc 0001c30f /system/lib/libc.so (raise+10) 04-24 10:43:26.719 194-194/? A/DEBUG: #3 pc 000194c1 /system/lib/libc.so (libc_android_abort+34) 04-24 10:43:26.719 194-194/? A/DEBUG: #4 pc 000174ac /system/lib/libc.so (abort+4) 04-24 10:43:26.720 194-194/? A/DEBUG: #5 pc 002267a3 /data/app/com.luvr-1/lib/arm/libjingle_peerconnection_so.so 04-24 10:43:26.720 194-194/? A/DEBUG: #6 pc 002c863f /data/app/com.luvr-1/lib/arm/libjingle_peerconnection_so.so 04-24 10:43:26.720 194-194/? A/DEBUG: #7 pc 002c9ec1 /data/app/com.luvr-1/lib/arm/libjingle_peerconnection_so.so 04-24 10:43:26.720 194-194/? A/DEBUG: #8 pc 0023853b /data/app/com.luvr-1/lib/arm/libjingle_peerconnection_so.so 04-24 10:43:26.721 194-194/? A/DEBUG: #9 pc 002379b9 /data/app/com.luvr-1/lib/arm/libjingle_peerconnection_so.so 04-24 10:43:26.721 194-194/? A/DEBUG: #10 pc 00237b91 /data/app/com.luvr-1/lib/arm/libjingle_peerconnection_so.so 04-24 10:43:26.721 194-194/? A/DEBUG: #11 pc 0024793d /data/app/com.luvr-1/lib/arm/libjingle_peerconnection_so.so 04-24 10:43:26.721 194-194/? A/DEBUG: #12 pc 00241d65 /data/app/com.luvr-1/lib/arm/libjingle_peerconnection_so.so 04-24 10:43:26.721 194-194/? A/DEBUG: #13 pc 0022c56f /data/app/com.luvr-1/lib/arm/libjingle_peerconnection_so.so 04-24 10:43:26.722 194-194/? A/DEBUG: #14 pc 0022a18f /data/app/com.luvr-1/lib/arm/libjingle_peerconnection_so.so 04-24 10:43:26.722 194-194/? A/DEBUG: #15 pc 0022c6c5 /data/app/com.luvr-1/lib/arm/libjingle_peerconnection_so.so 04-24 10:43:26.722 194-194/? A/DEBUG: #16 pc 0022cd83 /data/app/com.luvr-1/lib/arm/libjingle_peerconnection_so.so 04-24 10:43:26.722 194-194/? A/DEBUG: #17 pc 0003f45f /system/lib/libc.so (_ZL15__pthread_startPv+30) 04-24 10:43:26.722 194-194/? A/DEBUG: #18 pc 00019b43 /system/lib/libc.so (start_thread+6) 04-24 10:43:27.659 194-194/? W/debuggerd: type=1400 audit(0.0:3118): avc: denied { read } for name="kgsl-3d0" dev="tmpfs" ino=5747 scontext=u:r:debuggerd:s0 tcontext=u:object_r:gpu_device:s0 tclass=chr_file permissive=0 04-24 10:43:27.829 194-194/? W/debuggerd: type=1400 audit(0.0:3119): avc: denied { read } for name="kgsl-3d0" dev="tmpfs" ino=5747 scontext=u:r:debuggerd:s0 tcontext=u:object_r:gpu_device:s0 tclass=chr_file permissive=0 04-24 10:43:28.140 194-194/? A/DEBUG: Tombstone written to: /data/tombstones/tombstone_05 04-24 10:43:28.140 194-194/? E/DEBUG: AM write failed: Broken pipe 04-24 10:43:28.142 778-3892/? W/ActivityManager: Force finishing activity com.luvr/.activity.MainHostActivity 04-24 10:43:28.151 778-795/? I/BootReceiver: Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE) 04-24 10:43:28.219 188-188/? E/lowmemorykiller: Error writing /proc/32736/oom_score_adj; errno=22 `