RenderHeads / UnityPlugin-AVProMovieCapture

AVPro Movie Capture is a Unity Plugin for advanced video capture to AVI/MP4/MOV files
https://renderheads.com/products/avpro-movie-capture/
49 stars 8 forks source link

[Bug] Android crash #419

Closed cihadturhan closed 3 weeks ago

cihadturhan commented 3 months ago

Unity Version

2022.3.22f1

AVPro Movie Capture Version

5.3.0-MOBILE

Which platform(s) are you using?

iOS, Android

Which OS version(s) are you using?

Android 13

Which rendering API(s) are you using?

Vulkan

Hardware

POCO gust (POCO C65) OnePlus6T (OnePlus6T)

Which capture component are you using?

Capture From Screen

Capture mode

Realtime

Which output mode are you using?

Video file

Video codecs

H264

Audio source

None

Audio codecs

AAC

Any other component configuration

No response

The issue

Hi, I've got multiple reports on some android devices crashes. Game engine build fingerprint: 2022.3.22f1;IL2CPP;Release;StripEngineCode:1;OptimizedFramePacing:1;

Log output

### Crash 1

Thread
decStrong() called on 0x<sanitized> too many times
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 4773 >>> com.creativetechnology.beatbounce <<<

backtrace:
  #00  pc 0x000000000008ce34  /apex/com.android.runtime/lib64/bionic/libc.so (abort+164)
  #01  pc 0x000000000076f890  /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+120)
  #02  pc 0x00000000000357d0  /apex/com.android.art/lib64/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_0::__invoke(char const*)+80)
  #03  pc 0x0000000000006f14  /system/lib64/liblog.so (__android_log_assert+308)
  #04  pc 0x000000000000f144  /system/lib64/libutils.so (android::RefBase::decStrong(void const*) const+164)
  #05  pc 0x00000000000229d0  /system/lib64/libmediandk.so (AMediaMuxer_delete.cfi+80)
  #06  pc 0x00000000000838ec  /data/app/~~WIPYQXQgc7K8Y1xEoX6XHQ==/com.creativetechnology.beatbounce-r6CF-9hp_Qy0IR4WSJE7pg==/lib/arm64/libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1)
  #07  pc 0x0000000000085c74  /data/app/~~WIPYQXQgc7K8Y1xEoX6XHQ==/com.creativetechnology.beatbounce-r6CF-9hp_Qy0IR4WSJE7pg==/lib/arm64/libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1)
  #08  pc 0x00000000000fbbcc  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+204)
  #09  pc 0x000000000008e670  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)

Crash 2

FORTIFY: pthread_mutex_lock called on a destroyed mutex (0x920f9ac8)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 27926 >>> com.creativetechnology.beatbounce <<<

backtrace:
  #00  pc 0x0000000000062d1e  /apex/com.android.runtime/lib/bionic/libc.so (abort+138)
  #01  pc 0x000000000006409b  /apex/com.android.runtime/lib/bionic/libc.so (__fortify_fatal(char const*, ...)+26)
  #02  pc 0x00000000000adfc9  /apex/com.android.runtime/lib/bionic/libc.so (HandleUsingDestroyedMutex(pthread_mutex_t*, char const*)+24)
  #03  pc 0x00000000000ade8f  /apex/com.android.runtime/lib/bionic/libc.so (pthread_mutex_lock+138)
  #04  pc 0x000000000005f404  /data/app/~~s_FqHp6Q-wPzf1s1snrjEA==/com.creativetechnology.beatbounce-CitcPTPlgzMItB4OggfbBQ==/lib/arm/libAVProMovieCaptureNative.so (BuildId: fe3629efaf6178fd2af1dd9cac7c00fccd7a61e6)
  #05  pc 0x000000000004d3d3  /data/app/~~s_FqHp6Q-wPzf1s1snrjEA==/com.creativetechnology.beatbounce-CitcPTPlgzMItB4OggfbBQ==/lib/arm/libAVProMovieCaptureNative.so (BuildId: fe3629efaf6178fd2af1dd9cac7c00fccd7a61e6)
  #06  pc 0x000000000004f191  /data/app/~~s_FqHp6Q-wPzf1s1snrjEA==/com.creativetechnology.beatbounce-CitcPTPlgzMItB4OggfbBQ==/lib/arm/libAVProMovieCaptureNative.so (BuildId: fe3629efaf6178fd2af1dd9cac7c00fccd7a61e6)
  #07  pc 0x00000000000ad29f  /apex/com.android.runtime/lib/bionic/libc.so (__pthread_start(void*)+40)
  #08  pc 0x0000000000063d1b  /apex/com.android.runtime/lib/bionic/libc.so (__start_thread+30)

Crash 3

RefBase: object 0x<sanitized> with strong count 1 deleted. Double owned?
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 17069 >>> com.creativetechnology.beatbounce <<<

backtrace:
  #00  pc 0x0000000000059b38  /apex/com.android.runtime/lib64/bionic/libc.so (abort+164)
  #01  pc 0x0000000000771ae0  /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+904)
  #02  pc 0x00000000000357d0  /apex/com.android.art/lib64/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_0::__invoke(char const*)+80)
  #03  pc 0x0000000000006ec8  /system/lib64/liblog.so (__android_log_assert+308)
  #04  pc 0x00000000000105cc  /system/lib64/libutils.so (android::RefBase::~RefBase()+320)
  #05  pc 0x00000000000aa6cc  /system/lib64/libsfplugin_ccodec.so (android::GraphicBlockBuffer::~GraphicBlockBuffer()+16)
  #06  pc 0x000000000001003c  /system/lib64/libutils.so (android::RefBase::decStrong(void const*) const+108)
  #07  pc 0x000000000001bffc  /system/lib64/libmediandk.so (android::Vector<android::sp<android::MediaCodecBuffer> >::do_destroy(void*, unsigned long) const+84)
  #08  pc 0x0000000000016428  /system/lib64/libutils.so (android::VectorImpl::_shrink(unsigned long, unsigned long)+600)
  #09  pc 0x000000000001ce54  /system/lib64/libmediandk.so (AMediaCodec_delete.cfi+160)
  #10  pc 0x00000000000813f0  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1)
  #11  pc 0x00000000000812c0  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1)
  #12  pc 0x000000000008d2f0  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1)
  #13  pc 0x000000000005fe88  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1)
  #14  pc 0x0000000003af7a70  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libil2cpp.so (BuildId: 6c410eca419e9c4ceae0bf9d1edaeda80739796d)
  #15  pc 0x0000000003afbf24  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libil2cpp.so (BuildId: 6c410eca419e9c4ceae0bf9d1edaeda80739796d)
  #16  pc 0x0000000003aff6b4  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libil2cpp.so (BuildId: 6c410eca419e9c4ceae0bf9d1edaeda80739796d)
  #17  pc 0x0000000003afbb28  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libil2cpp.so (BuildId: 6c410eca419e9c4ceae0bf9d1edaeda80739796d)
  #18  pc 0x0000000001d72e18  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libil2cpp.so (BuildId: 6c410eca419e9c4ceae0bf9d1edaeda80739796d)
  #19  pc 0x0000000001d72d64  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libil2cpp.so (BuildId: 6c410eca419e9c4ceae0bf9d1edaeda80739796d)
  #20  pc 0x0000000000654110  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #21  pc 0x0000000000663cb4  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #22  pc 0x00000000006664ec  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #23  pc 0x00000000006afa00  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #24  pc 0x0000000000671690  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #25  pc 0x00000000004a2044  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #26  pc 0x000000000057220c  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #27  pc 0x00000000005729d8  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #28  pc 0x000000000056bd7c  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #29  pc 0x0000000000585758  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #30  pc 0x000000000058a900  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #31  pc 0x000000000058a824  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #32  pc 0x000000000058b430  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #33  pc 0x000000000058bf78  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #34  pc 0x00000000005742a8  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #35  pc 0x00000000005742e8  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #36  pc 0x000000000057457c  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #37  pc 0x00000000006e7b2c  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #38  pc 0x00000000006ff2cc  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/lib/arm64/libunity.so (BuildId: 24a669563e12e2ec)
  #39  pc 0x00000000001b5514  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/oat/arm64/base.odex (art_jni_trampoline+116)
  #40  pc 0x0000000000440f80  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/oat/arm64/base.odex (com.unity3d.player.UnityPlayer$F$a.handleMessage+1232)
  #41  pc 0x00000000009b29bc  /data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat (android.os.Handler.dispatchMessage+124)
  #42  pc 0x00000000009b6434  /data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat (android.os.Looper.loopOnce+980)
  #43  pc 0x00000000009b5fc4  /data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat (android.os.Looper.loop+916)
  #44  pc 0x0000000000441acc  /data/app/~~Ff_OpUKE4ZiiYwKXLGrUxw==/com.creativetechnology.beatbounce-sTV-O_el1MqJeUvCTxvj7w==/oat/arm64/base.odex (com.unity3d.player.UnityPlayer$F.run+652)
  #45  pc 0x000000000033eba4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612)
  #46  pc 0x000000000023a9ac  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+144)
  #47  pc 0x000000000053b98c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1600)
  #48  pc 0x000000000053b33c  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallbackWithUffdGc(void*)+8)
  #49  pc 0x00000000000be888  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+208)
  #50  pc 0x000000000005b370  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64)
Chris-RH commented 3 months ago
  1. It would be helpful to have a full, unfiltered logcat in txt format
  2. Is it reproducible in a new project running only the capture from screen demo project?
  3. Are both phones definitely Android 13?
  4. Is it occurring on any other devices?
cihadturhan-st commented 3 months ago
  1. It would be helpful to have a full, unfiltered logcat in txt format

Unfortunately, the reports are from Google play and it doesn’t show any logs afaik.

  1. Is it reproducible in a new project running only the capture from screen demo project?

I didn’t see any issues on my device and I can’t share demo project with those users.

  1. Are both phones definitely Android 13?
  2. Is it occurring on any other devices?

Here is the report: image

Chris-RH commented 3 months ago

OK, that's not a huge amount to go on. The dev team is on annual leave at the moment, so we'll review this when they get back.

cihadturhan commented 3 months ago

OK, that's not a huge amount to go on. The dev team is on annual leave at the moment, so we'll review this when they get back.

Thanks, meanwhile I'm talking to some of the users. If I find something concrete I will share it.

Chris-RH commented 2 months ago

I'm going to close this for now as we don't have enough information to go on. Please feel free to reopen when you can reproduce it.

cihadturhan commented 2 months ago

I integrated two different crash reporting libraries but none of them gave meaningful info because the crash occurs in low-level code.

Just recently I integrated firebase and uploaded sourcemaps and this is the call stack

Example one:

          null pointer dereference: SIGABRT  0x0000000000000000
#00 pc 0x9ce10 libc.so (BuildId: f5f7a5dceb6ab17a1a448521eb52ce18)
#01 pc 0x9cde0 libc.so (BuildId: f5f7a5dceb6ab17a1a448521eb52ce18)
#02 pc 0x92ffd0 libart.so (BuildId: 3b4ed3e67a9a04e3a37d259cd59da05b)
#03 pc 0x160fc libbase.so (BuildId: 42d41ca7c77853791d096606e7186547)
#04 pc 0x7060 liblog.so (BuildId: 0f997d9aa97b9075a420958a903b4ccb)
#05 pc 0x101a8 libutils.so (BuildId: 267ba2041a69a401110f388720a8e47b)
#06 pc 0x264bc libmediandk.so (BuildId: 43850a88a1298d82672f78da7018d9ef)
#07 pc 0x838ec libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1)
#08 pc 0x85c74 libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1)
#09 pc 0x104fe4 libc.so (BuildId: f5f7a5dceb6ab17a1a448521eb52ce18)
#10 pc 0x9e77c libc.so (BuildId: f5f7a5dceb6ab17a1a448521eb52ce18)
cihadturhan commented 2 months ago

Any idea why I can't see the detailed logs on firebase although I uploaded symbols? Is this because your your prebuilt binary don't have symbols?

Another crash report:

Crashed: Thread: SIGSEGV  0x000000726c943000
#00 pc 0x852e8 libc.so (BuildId: 351225fa1d718acf9e00214d7dd5d405)
#01 pc 0x828dc libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1)
#02 pc 0x825d8 libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1)
#03 pc 0x85c74 libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1)
#04 pc 0xeb5c0 libc.so (BuildId: 351225fa1d718acf9e00214d7dd5d405)
#05 pc 0x8ae78 libc.so (BuildId: 351225fa1d718acf9e00214d7dd5d405)
cihadturhan commented 1 month ago

I'm going to close this for now as we don't have enough information to go on. Please feel free to reopen when you can reproduce it.

Hello, I finally understood the problem. The problem was something different than I thought.

During recording on Android (maybe also on iOS too)

https://github.com/user-attachments/assets/edd69267-81b9-4e94-b9d0-62817406eb48

ADB LOG BELOW 10-03 17:29:04.238 8641 8703 W Settings: Setting always_finish_activities has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value. 10-03 17:29:04.626 8641 8641 W OnBackInvokedCallback: OnBackInvokedCallback is not enabled for the application. 10-03 17:29:04.626 8641 8641 W OnBackInvokedCallback: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest. 10-03 17:29:04.809 8641 9462 W Parcel : Expecting binder but got null! 10-03 17:29:05.300 8641 9484 W ColorUtils: expected specified color aspects (0:0:0:0) 10-03 17:29:05.317 8641 9484 W Codec2Client: query -- param skipped: index = 1107298332. 10-03 17:29:05.321 8641 9484 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:05.321 8641 9484 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:05.321 8641 9484 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:05.321 8641 9484 W Codec2Client: query -- param skipped: index = 2684356609. 10-03 17:29:05.491 8641 8641 W RenderThread: type=1400 audit(0.0:21931): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:05.511 8641 8641 W RenderThread: type=1400 audit(0.0:21932): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:05.531 8641 8641 W RenderThread: type=1400 audit(0.0:21933): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:05.559 8641 8641 W RenderThread: type=1400 audit(0.0:21935): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:05.576 8641 9495 W ColorUtils: expected specified color aspects (0:0:0:0) 10-03 17:29:05.575 8641 8641 W RenderThread: type=1400 audit(0.0:21936): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:05.592 8641 9495 W Codec2Client: query -- param skipped: index = 1107298332. 10-03 17:29:05.592 8641 9495 W CCodec : This behavior is subject to change. It is recommended that app developers double check whether the requested max input size is in reasonable range. 10-03 17:29:05.596 8641 9495 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:05.596 8641 9495 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:05.596 8641 9495 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:05.597 8641 9495 W Codec2Client: query -- param skipped: index = 2684356609. 10-03 17:29:06.515 8641 8641 W RenderThread: type=1400 audit(0.0:21988): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:06.531 8641 8641 W RenderThread: type=1400 audit(0.0:21989): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:06.567 8641 8641 W RenderThread: type=1400 audit(0.0:21991): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:06.583 8641 8641 W RenderThread: type=1400 audit(0.0:21992): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:06.749 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:06.749 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:06.749 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:07.527 8641 8641 W RenderThread: type=1400 audit(0.0:22049): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:07.551 8641 8641 W RenderThread: type=1400 audit(0.0:22050): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:07.567 8641 8641 W RenderThread: type=1400 audit(0.0:22051): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:07.579 8641 8641 W RenderThread: type=1400 audit(0.0:22052): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:07.595 8641 8641 W RenderThread: type=1400 audit(0.0:22053): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:07.765 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:07.765 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:07.765 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:08.535 8641 8641 W RenderThread: type=1400 audit(0.0:22109): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:08.547 8641 8641 W RenderThread: type=1400 audit(0.0:22110): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:08.555 8641 8641 W RenderThread: type=1400 audit(0.0:22111): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:08.575 8641 8641 W RenderThread: type=1400 audit(0.0:22112): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:08.591 8641 8641 W RenderThread: type=1400 audit(0.0:22113): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:08.784 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:08.784 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:08.784 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:09.543 8641 8641 W RenderThread: type=1400 audit(0.0:22169): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:09.555 8641 8641 W RenderThread: type=1400 audit(0.0:22170): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:09.583 8641 8641 W RenderThread: type=1400 audit(0.0:22171): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:09.595 8641 8641 W RenderThread: type=1400 audit(0.0:22172): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:09.611 8641 8641 W RenderThread: type=1400 audit(0.0:22173): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:09.822 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:09.822 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:09.822 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:10.551 8641 8641 W RenderThread: type=1400 audit(0.0:22229): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:10.567 8641 8641 W RenderThread: type=1400 audit(0.0:22230): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:10.587 8641 8641 W RenderThread: type=1400 audit(0.0:22231): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:10.607 8641 8641 W RenderThread: type=1400 audit(0.0:22232): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:10.623 8641 8641 W RenderThread: type=1400 audit(0.0:22233): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:10.853 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:10.853 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:10.853 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:11.563 8641 8641 W RenderThread: type=1400 audit(0.0:22290): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:11.583 8641 8641 W RenderThread: type=1400 audit(0.0:22291): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:11.599 8641 8641 W RenderThread: type=1400 audit(0.0:22292): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:11.627 8641 8641 W RenderThread: type=1400 audit(0.0:22293): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:11.639 8641 8641 W RenderThread: type=1400 audit(0.0:22294): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:11.867 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:11.867 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:11.867 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:12.587 8641 8641 W RenderThread: type=1400 audit(0.0:22351): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:12.627 8641 8641 W RenderThread: type=1400 audit(0.0:22353): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:12.635 8641 8641 W RenderThread: type=1400 audit(0.0:22354): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:12.647 8641 8641 W RenderThread: type=1400 audit(0.0:22355): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:12.863 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:12.863 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:12.863 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:13.599 8641 8641 W RenderThread: type=1400 audit(0.0:22411): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:13.615 8641 8641 W RenderThread: type=1400 audit(0.0:22412): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:13.631 8641 8641 W RenderThread: type=1400 audit(0.0:22413): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:13.647 8641 8641 W RenderThread: type=1400 audit(0.0:22414): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:13.663 8641 8641 W RenderThread: type=1400 audit(0.0:22415): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:13.916 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:13.916 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:13.916 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:14.615 8641 8641 W RenderThread: type=1400 audit(0.0:22472): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:14.627 8641 8641 W RenderThread: type=1400 audit(0.0:22473): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:14.643 8641 8641 W RenderThread: type=1400 audit(0.0:22474): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:14.655 8641 8641 W RenderThread: type=1400 audit(0.0:22475): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:14.671 8641 8641 W RenderThread: type=1400 audit(0.0:22476): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:14.938 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:14.940 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:14.940 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:15.627 8641 8641 W RenderThread: type=1400 audit(0.0:22533): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:15.643 8641 8641 W RenderThread: type=1400 audit(0.0:22534): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:15.659 8641 8641 W RenderThread: type=1400 audit(0.0:22535): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:15.683 8641 8641 W RenderThread: type=1400 audit(0.0:22536): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:15.695 8641 8641 W RenderThread: type=1400 audit(0.0:22537): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:15.950 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:15.950 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:15.950 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:16.643 8641 8641 W RenderThread: type=1400 audit(0.0:22592): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:16.659 8641 8641 W RenderThread: type=1400 audit(0.0:22593): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:16.675 8641 8641 W RenderThread: type=1400 audit(0.0:22594): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:16.687 8641 8641 W RenderThread: type=1400 audit(0.0:22595): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:16.703 8641 8641 W RenderThread: type=1400 audit(0.0:22596): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:17.025 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:17.026 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:17.026 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:17.651 8641 8641 W RenderThread: type=1400 audit(0.0:22653): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:17.675 8641 8641 W RenderThread: type=1400 audit(0.0:22654): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:17.683 8641 8641 W RenderThread: type=1400 audit(0.0:22655): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:17.699 8641 8641 W RenderThread: type=1400 audit(0.0:22656): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:17.715 8641 8641 W RenderThread: type=1400 audit(0.0:22657): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:18.079 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:18.079 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:18.079 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:18.663 8641 8641 W RenderThread: type=1400 audit(0.0:22713): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:18.679 8641 8641 W RenderThread: type=1400 audit(0.0:22714): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:18.699 8641 8641 W RenderThread: type=1400 audit(0.0:22715): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:18.715 8641 8641 W RenderThread: type=1400 audit(0.0:22716): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:18.731 8641 8641 W RenderThread: type=1400 audit(0.0:22717): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:19.153 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:19.153 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:19.153 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:19.679 8641 8641 W RenderThread: type=1400 audit(0.0:22774): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:19.691 8641 8641 W RenderThread: type=1400 audit(0.0:22775): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:19.707 8641 8641 W RenderThread: type=1400 audit(0.0:22776): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:19.723 8641 8641 W RenderThread: type=1400 audit(0.0:22777): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:19.743 8641 8641 W RenderThread: type=1400 audit(0.0:22778): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:20.174 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:20.174 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:20.174 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:20.691 8641 8641 W RenderThread: type=1400 audit(0.0:22835): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:20.715 8641 8641 W RenderThread: type=1400 audit(0.0:22836): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:20.735 8641 8641 W RenderThread: type=1400 audit(0.0:22837): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:20.759 8641 8641 W RenderThread: type=1400 audit(0.0:22839): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:21.194 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:21.194 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:21.194 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:21.703 8641 8641 W RenderThread: type=1400 audit(0.0:22896): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:21.731 8641 8641 W RenderThread: type=1400 audit(0.0:22897): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:21.747 8641 8641 W RenderThread: type=1400 audit(0.0:22898): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:21.771 8641 8641 W RenderThread: type=1400 audit(0.0:22899): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:21.791 8641 8641 W RenderThread: type=1400 audit(0.0:22900): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:22.223 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:22.223 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:22.223 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:22.719 8641 8641 W RenderThread: type=1400 audit(0.0:22956): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:22.735 8641 8641 W RenderThread: type=1400 audit(0.0:22957): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:22.747 8641 8641 W RenderThread: type=1400 audit(0.0:22958): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:22.767 8641 8641 W RenderThread: type=1400 audit(0.0:22959): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:23.246 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:23.246 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:23.247 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:23.715 8641 8641 W RenderThread: type=1400 audit(0.0:23016): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:23.731 8641 8641 W RenderThread: type=1400 audit(0.0:23017): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:23.751 8641 8641 W RenderThread: type=1400 audit(0.0:23018): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:23.763 8641 8641 W RenderThread: type=1400 audit(0.0:23019): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:23.779 8641 8641 W RenderThread: type=1400 audit(0.0:23020): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:24.268 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:24.268 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:24.268 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:24.727 8641 8641 W RenderThread: type=1400 audit(0.0:23077): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:24.743 8641 8641 W RenderThread: type=1400 audit(0.0:23078): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:24.763 8641 8641 W RenderThread: type=1400 audit(0.0:23079): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:24.783 8641 8641 W RenderThread: type=1400 audit(0.0:23080): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:24.795 8641 8641 W RenderThread: type=1400 audit(0.0:23081): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:25.274 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:25.274 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:25.274 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:25.743 8641 8641 W RenderThread: type=1400 audit(0.0:23138): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:25.763 8641 8641 W RenderThread: type=1400 audit(0.0:23139): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:25.779 8641 8641 W RenderThread: type=1400 audit(0.0:23140): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:25.791 8641 8641 W RenderThread: type=1400 audit(0.0:23141): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:25.811 8641 8641 W RenderThread: type=1400 audit(0.0:23142): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:26.309 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:26.309 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:26.309 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:26.783 8641 8641 W RenderThread: type=1400 audit(0.0:23184): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:26.811 8641 8641 W RenderThread: type=1400 audit(0.0:23185): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:26.863 8641 8641 W RenderThread: type=1400 audit(0.0:23186): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:26.895 8641 8641 W RenderThread: type=1400 audit(0.0:23187): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:26.943 8641 8641 W RenderThread: type=1400 audit(0.0:23188): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:27.301 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:27.302 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:27.302 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:27.811 8641 8641 W RenderThread: type=1400 audit(0.0:23210): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:27.859 8641 8641 W RenderThread: type=1400 audit(0.0:23211): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:27.891 8641 8641 W RenderThread: type=1400 audit(0.0:23212): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:27.943 8641 8641 W RenderThread: type=1400 audit(0.0:23213): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:27.975 8641 8641 W RenderThread: type=1400 audit(0.0:23214): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:28.298 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:28.298 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:28.298 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:28.855 8641 8641 W RenderThread: type=1400 audit(0.0:23236): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:28.887 8641 8641 W RenderThread: type=1400 audit(0.0:23237): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:28.939 8641 8641 W RenderThread: type=1400 audit(0.0:23238): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:28.975 8641 8641 W RenderThread: type=1400 audit(0.0:23239): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:29.023 8641 8641 W RenderThread: type=1400 audit(0.0:23240): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:29.295 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:29.295 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:29.295 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:29.887 8641 8641 W RenderThread: type=1400 audit(0.0:23263): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:29.935 8641 8641 W RenderThread: type=1400 audit(0.0:23264): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:29.967 8641 8641 W RenderThread: type=1400 audit(0.0:23265): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:30.019 8641 8641 W RenderThread: type=1400 audit(0.0:23266): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:30.051 8641 8641 W RenderThread: type=1400 audit(0.0:23267): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:30.292 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:30.293 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:30.293 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:30.931 8641 8641 W RenderThread: type=1400 audit(0.0:23289): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:30.967 8641 8641 W RenderThread: type=1400 audit(0.0:23290): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:31.015 8641 8641 W RenderThread: type=1400 audit(0.0:23291): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:31.051 8641 8641 W RenderThread: type=1400 audit(0.0:23292): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:31.099 8641 8641 W RenderThread: type=1400 audit(0.0:23293): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:31.292 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:31.292 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:31.292 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:31.963 8641 8641 W RenderThread: type=1400 audit(0.0:23315): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:32.011 8641 8641 W RenderThread: type=1400 audit(0.0:23316): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:32.047 8641 8641 W RenderThread: type=1400 audit(0.0:23317): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:32.095 8641 8641 W RenderThread: type=1400 audit(0.0:23318): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:32.131 8641 8641 W RenderThread: type=1400 audit(0.0:23319): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:32.286 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:32.286 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:32.286 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:32.967 8641 8641 W RenderThread: type=1400 audit(0.0:23340): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:33.011 8641 8641 W RenderThread: type=1400 audit(0.0:23341): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:33.043 8641 8641 W RenderThread: type=1400 audit(0.0:23342): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:33.091 8641 8641 W RenderThread: type=1400 audit(0.0:23343): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:33.127 8641 8641 W RenderThread: type=1400 audit(0.0:23344): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:33.285 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:33.285 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:33.285 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:34.007 8641 8641 W RenderThread: type=1400 audit(0.0:23366): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:34.039 8641 8641 W RenderThread: type=1400 audit(0.0:23367): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:34.091 8641 8641 W RenderThread: type=1400 audit(0.0:23368): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:34.123 8641 8641 W RenderThread: type=1400 audit(0.0:23369): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:34.175 8641 8641 W RenderThread: type=1400 audit(0.0:23370): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:34.279 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:34.280 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:34.280 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:35.039 8641 8641 W RenderThread: type=1400 audit(0.0:23392): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:35.087 8641 8641 W RenderThread: type=1400 audit(0.0:23393): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:35.119 8641 8641 W RenderThread: type=1400 audit(0.0:23394): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:35.171 8641 8641 W RenderThread: type=1400 audit(0.0:23395): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:35.203 8641 8641 W RenderThread: type=1400 audit(0.0:23396): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:35.278 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:35.278 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:35.278 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:36.083 8641 8641 W RenderThread: type=1400 audit(0.0:23418): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:36.119 8641 8641 W RenderThread: type=1400 audit(0.0:23419): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:36.167 8641 8641 W RenderThread: type=1400 audit(0.0:23420): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:36.199 8641 8641 W RenderThread: type=1400 audit(0.0:23421): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:36.251 8641 8641 W RenderThread: type=1400 audit(0.0:23422): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:36.273 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:36.274 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:36.274 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:37.115 8641 8641 W RenderThread: type=1400 audit(0.0:23444): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:37.163 8641 8641 W RenderThread: type=1400 audit(0.0:23445): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:37.199 8641 8641 W RenderThread: type=1400 audit(0.0:23446): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:37.247 8641 8641 W RenderThread: type=1400 audit(0.0:23447): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:37.271 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:37.271 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:37.271 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:37.283 8641 8641 W RenderThread: type=1400 audit(0.0:23448): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:38.159 8641 8641 W RenderThread: type=1400 audit(0.0:23470): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:38.195 8641 8641 W RenderThread: type=1400 audit(0.0:23471): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:38.243 8641 8641 W RenderThread: type=1400 audit(0.0:23472): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:38.269 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:38.269 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:38.269 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:38.283 8641 8641 W RenderThread: type=1400 audit(0.0:23473): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:38.299 8641 8641 W RenderThread: type=1400 audit(0.0:23474): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:39.163 8641 8641 W RenderThread: type=1400 audit(0.0:23495): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:39.191 8641 8641 W RenderThread: type=1400 audit(0.0:23496): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:39.239 8641 8641 W RenderThread: type=1400 audit(0.0:23497): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:39.264 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:39.264 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:39.264 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:39.275 8641 8641 W RenderThread: type=1400 audit(0.0:23498): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:39.295 8641 8641 W RenderThread: type=1400 audit(0.0:23499): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:40.187 8641 8641 W RenderThread: type=1400 audit(0.0:23521): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:40.239 8641 8641 W RenderThread: type=1400 audit(0.0:23522): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:40.263 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:40.263 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:40.263 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:40.279 8641 8641 W RenderThread: type=1400 audit(0.0:23523): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:40.295 8641 8641 W RenderThread: type=1400 audit(0.0:23524): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:40.315 8641 8641 W RenderThread: type=1400 audit(0.0:23525): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:41.235 8641 8641 W RenderThread: type=1400 audit(0.0:23547): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:41.260 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:41.260 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:41.261 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:41.283 8641 8641 W RenderThread: type=1400 audit(0.0:23548): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:41.299 8641 8641 W RenderThread: type=1400 audit(0.0:23549): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:41.319 8641 8641 W RenderThread: type=1400 audit(0.0:23550): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:41.355 8641 8641 W RenderThread: type=1400 audit(0.0:23551): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:41.365 8641 8962 W cr_MediaCodecBridge: Releasing: c2.unisoc.avc.decoder 10-03 17:29:41.382 8641 8962 W cr_MediaCodecBridge: Codec released 10-03 17:29:42.255 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:42.255 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:42.255 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:42.267 8641 8641 W RenderThread: type=1400 audit(0.0:23573): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:42.287 8641 8641 W RenderThread: type=1400 audit(0.0:23574): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:42.319 8641 8641 W RenderThread: type=1400 audit(0.0:23575): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:42.351 8641 8641 W RenderThread: type=1400 audit(0.0:23576): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:42.399 8641 8641 W RenderThread: type=1400 audit(0.0:23577): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:43.254 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:43.254 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:43.254 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:43.287 8641 8641 W RenderThread: type=1400 audit(0.0:23599): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:43.295 8641 8641 W RenderThread: type=1400 audit(0.0:23600): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:43.347 8641 8641 W RenderThread: type=1400 audit(0.0:23601): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:43.395 8641 8641 W RenderThread: type=1400 audit(0.0:23602): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:43.427 8641 8641 W RenderThread: type=1400 audit(0.0:23603): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:44.254 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:44.254 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:44.255 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:44.291 8641 8641 W RenderThread: type=1400 audit(0.0:23624): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:44.311 8641 8641 W RenderThread: type=1400 audit(0.0:23625): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:44.359 8641 8641 W RenderThread: type=1400 audit(0.0:23626): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:44.407 8641 8641 W RenderThread: type=1400 audit(0.0:23627): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:44.443 8641 8641 W RenderThread: type=1400 audit(0.0:23628): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:45.263 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:45.264 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:45.264 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:45.307 8641 8641 W RenderThread: type=1400 audit(0.0:23650): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:45.355 8641 8641 W RenderThread: type=1400 audit(0.0:23651): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:45.407 8641 8641 W RenderThread: type=1400 audit(0.0:23652): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:45.439 8641 8641 W RenderThread: type=1400 audit(0.0:23653): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:45.487 8641 8641 W RenderThread: type=1400 audit(0.0:23654): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:46.262 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:46.263 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:46.264 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:46.315 8641 8641 W RenderThread: type=1400 audit(0.0:23675): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:46.355 8641 8641 W RenderThread: type=1400 audit(0.0:23676): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:46.403 8641 8641 W RenderThread: type=1400 audit(0.0:23677): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:46.435 8641 8641 W RenderThread: type=1400 audit(0.0:23678): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:46.487 8641 8641 W RenderThread: type=1400 audit(0.0:23679): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:47.260 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:47.260 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:47.260 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:47.319 8641 8641 W RenderThread: type=1400 audit(0.0:23700): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:47.351 8641 8641 W RenderThread: type=1400 audit(0.0:23701): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:47.399 8641 8641 W RenderThread: type=1400 audit(0.0:23702): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:47.435 8641 8641 W RenderThread: type=1400 audit(0.0:23703): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:47.483 8641 8641 W RenderThread: type=1400 audit(0.0:23704): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:48.255 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:48.255 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:48.255 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:48.347 8641 8641 W RenderThread: type=1400 audit(0.0:23726): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:48.395 8641 8641 W RenderThread: type=1400 audit(0.0:23727): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:48.431 8641 8641 W RenderThread: type=1400 audit(0.0:23728): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:48.479 8641 8641 W RenderThread: type=1400 audit(0.0:23729): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:48.515 8641 8641 W RenderThread: type=1400 audit(0.0:23730): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:49.251 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:49.251 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:49.251 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:49.359 8641 8641 W RenderThread: type=1400 audit(0.0:23751): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:49.411 8641 8641 W RenderThread: type=1400 audit(0.0:23752): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:49.443 8641 8641 W RenderThread: type=1400 audit(0.0:23753): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:49.495 8641 8641 W RenderThread: type=1400 audit(0.0:23754): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:49.527 8641 8641 W RenderThread: type=1400 audit(0.0:23755): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:50.265 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:50.265 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:50.265 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:50.407 8641 8641 W RenderThread: type=1400 audit(0.0:23777): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:50.439 8641 8641 W RenderThread: type=1400 audit(0.0:23778): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:50.491 8641 8641 W RenderThread: type=1400 audit(0.0:23779): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:50.523 8641 8641 W RenderThread: type=1400 audit(0.0:23780): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:50.579 8641 8641 W RenderThread: type=1400 audit(0.0:23781): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:51.262 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:51.262 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:51.262 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:51.435 8641 8641 W RenderThread: type=1400 audit(0.0:23803): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:51.487 8641 8641 W RenderThread: type=1400 audit(0.0:23804): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:51.519 8641 8641 W RenderThread: type=1400 audit(0.0:23805): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:51.571 8641 8641 W RenderThread: type=1400 audit(0.0:23806): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:51.603 8641 8641 W RenderThread: type=1400 audit(0.0:23807): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:52.261 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:52.261 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:52.261 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:52.483 8641 8641 W RenderThread: type=1400 audit(0.0:23829): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:52.515 8641 8641 W RenderThread: type=1400 audit(0.0:23830): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:52.579 8641 8641 W RenderThread: type=1400 audit(0.0:23831): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:52.599 8641 8641 W RenderThread: type=1400 audit(0.0:23832): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:52.651 8641 8641 W RenderThread: type=1400 audit(0.0:23833): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:53.257 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:53.257 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:53.257 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:53.515 8641 8641 W RenderThread: type=1400 audit(0.0:23855): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:53.567 8641 8641 W RenderThread: type=1400 audit(0.0:23856): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:53.595 8641 8641 W RenderThread: type=1400 audit(0.0:23857): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:53.647 8641 8641 W RenderThread: type=1400 audit(0.0:23858): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:53.679 8641 8641 W RenderThread: type=1400 audit(0.0:23859): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:54.253 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:54.253 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:54.253 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:54.563 8641 8641 W RenderThread: type=1400 audit(0.0:23881): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:54.595 8641 8641 W RenderThread: type=1400 audit(0.0:23882): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:54.643 8641 8641 W RenderThread: type=1400 audit(0.0:23883): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:54.679 8641 8641 W RenderThread: type=1400 audit(0.0:23884): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:54.727 8641 8641 W RenderThread: type=1400 audit(0.0:23885): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:55.250 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:55.250 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:55.250 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:55.575 8641 8641 W RenderThread: type=1400 audit(0.0:23906): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:55.611 8641 8641 W RenderThread: type=1400 audit(0.0:23907): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:55.659 8641 8641 W RenderThread: type=1400 audit(0.0:23908): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:55.691 8641 8641 W RenderThread: type=1400 audit(0.0:23909): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:55.743 8641 8641 W RenderThread: type=1400 audit(0.0:23910): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:56.266 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:56.266 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:56.266 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:56.603 8641 8641 W RenderThread: type=1400 audit(0.0:23932): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:56.655 8641 8641 W RenderThread: type=1400 audit(0.0:23933): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:56.687 8641 8641 W RenderThread: type=1400 audit(0.0:23934): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:56.739 8641 8641 W RenderThread: type=1400 audit(0.0:23935): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:56.771 8641 8641 W RenderThread: type=1400 audit(0.0:23936): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:57.260 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:57.260 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:57.261 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:57.651 8641 8641 W RenderThread: type=1400 audit(0.0:23958): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:57.687 8641 8641 W RenderThread: type=1400 audit(0.0:23959): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:57.735 8641 8641 W RenderThread: type=1400 audit(0.0:23960): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:57.771 8641 8641 W RenderThread: type=1400 audit(0.0:23961): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:57.819 8641 8641 W RenderThread: type=1400 audit(0.0:23962): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:58.257 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:58.257 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:58.258 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:58.683 8641 8641 W RenderThread: type=1400 audit(0.0:23984): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:58.731 8641 8641 W RenderThread: type=1400 audit(0.0:23985): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:58.767 8641 8641 W RenderThread: type=1400 audit(0.0:23986): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:58.815 8641 8641 W RenderThread: type=1400 audit(0.0:23987): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:58.847 8641 8641 W RenderThread: type=1400 audit(0.0:23988): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:59.254 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:29:59.254 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:29:59.254 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:29:59.731 8641 8641 W RenderThread: type=1400 audit(0.0:24010): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:59.763 8641 8641 W RenderThread: type=1400 audit(0.0:24011): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:59.811 8641 8641 W RenderThread: type=1400 audit(0.0:24012): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:59.847 8641 8641 W RenderThread: type=1400 audit(0.0:24013): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:29:59.895 8641 8641 W RenderThread: type=1400 audit(0.0:24014): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:00.255 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:00.255 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:00.255 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:00.743 8641 8641 W RenderThread: type=1400 audit(0.0:24035): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:00.779 8641 8641 W RenderThread: type=1400 audit(0.0:24036): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:00.827 8641 8641 W RenderThread: type=1400 audit(0.0:24037): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:00.859 8641 8641 W RenderThread: type=1400 audit(0.0:24038): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:00.907 8641 8641 W RenderThread: type=1400 audit(0.0:24039): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:01.265 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:01.265 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:01.265 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:01.783 8641 8641 W RenderThread: type=1400 audit(0.0:24061): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:01.823 8641 8641 W RenderThread: type=1400 audit(0.0:24062): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:01.855 8641 8641 W RenderThread: type=1400 audit(0.0:24063): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:01.907 8641 8641 W RenderThread: type=1400 audit(0.0:24064): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:01.939 8641 8641 W RenderThread: type=1400 audit(0.0:24065): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:02.262 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:02.262 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:02.262 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:02.823 8641 8641 W RenderThread: type=1400 audit(0.0:24087): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:02.851 8641 8641 W RenderThread: type=1400 audit(0.0:24088): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:02.903 8641 8641 W RenderThread: type=1400 audit(0.0:24089): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:02.935 8641 8641 W RenderThread: type=1400 audit(0.0:24090): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:02.987 8641 8641 W RenderThread: type=1400 audit(0.0:24091): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:03.259 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:03.259 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:03.259 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:03.851 8641 8641 W RenderThread: type=1400 audit(0.0:24113): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:03.899 8641 8641 W RenderThread: type=1400 audit(0.0:24114): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:03.935 8641 8641 W RenderThread: type=1400 audit(0.0:24115): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:03.983 8641 8641 W RenderThread: type=1400 audit(0.0:24116): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:04.019 8641 8641 W RenderThread: type=1400 audit(0.0:24117): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:04.256 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:04.256 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:04.256 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:04.907 8641 8641 W RenderThread: type=1400 audit(0.0:24139): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:04.931 8641 8641 W RenderThread: type=1400 audit(0.0:24140): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:04.979 8641 8641 W RenderThread: type=1400 audit(0.0:24141): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:05.015 8641 8641 W RenderThread: type=1400 audit(0.0:24142): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:05.063 8641 8641 W RenderThread: type=1400 audit(0.0:24143): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:05.253 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:05.253 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:05.253 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:05.927 8641 8641 W RenderThread: type=1400 audit(0.0:24165): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:05.979 8641 8641 W RenderThread: type=1400 audit(0.0:24166): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:06.011 8641 8641 W RenderThread: type=1400 audit(0.0:24167): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:06.059 8641 8641 W RenderThread: type=1400 audit(0.0:24168): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:06.095 8641 8641 W RenderThread: type=1400 audit(0.0:24169): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:06.250 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:06.250 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:06.250 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:06.975 8641 8641 W RenderThread: type=1400 audit(0.0:24191): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:07.007 8641 8641 W RenderThread: type=1400 audit(0.0:24192): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:07.055 8641 8641 W RenderThread: type=1400 audit(0.0:24193): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:07.091 8641 8641 W RenderThread: type=1400 audit(0.0:24194): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:07.139 8641 8641 W RenderThread: type=1400 audit(0.0:24195): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:07.246 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:07.246 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:07.246 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:08.003 8641 8641 W RenderThread: type=1400 audit(0.0:24217): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:08.055 8641 8641 W RenderThread: type=1400 audit(0.0:24218): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:08.087 8641 8641 W RenderThread: type=1400 audit(0.0:24219): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:08.139 8641 8641 W RenderThread: type=1400 audit(0.0:24220): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:08.171 8641 8641 W RenderThread: type=1400 audit(0.0:24221): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:08.246 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:08.246 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:08.246 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:09.051 8641 8641 W RenderThread: type=1400 audit(0.0:24243): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:09.083 8641 8641 W RenderThread: type=1400 audit(0.0:24244): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:09.135 8641 8641 W RenderThread: type=1400 audit(0.0:24245): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:09.167 8641 8641 W RenderThread: type=1400 audit(0.0:24246): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:09.219 8641 8641 W RenderThread: type=1400 audit(0.0:24247): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:09.243 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:09.243 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:09.243 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:10.055 8641 8641 W RenderThread: type=1400 audit(0.0:24268): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:10.083 8641 8641 W RenderThread: type=1400 audit(0.0:24269): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:10.131 8641 8641 W RenderThread: type=1400 audit(0.0:24270): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:10.163 8641 8641 W RenderThread: type=1400 audit(0.0:24271): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:10.215 8641 8641 W RenderThread: type=1400 audit(0.0:24272): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:10.237 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:10.237 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:10.237 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:11.079 8641 8641 W RenderThread: type=1400 audit(0.0:24294): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:11.127 8641 8641 W RenderThread: type=1400 audit(0.0:24295): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:11.163 8641 8641 W RenderThread: type=1400 audit(0.0:24296): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:11.211 8641 8641 W RenderThread: type=1400 audit(0.0:24297): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:11.235 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:11.235 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:11.235 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:11.247 8641 8641 W RenderThread: type=1400 audit(0.0:24298): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:12.127 8641 8641 W RenderThread: type=1400 audit(0.0:24320): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:12.163 8641 8641 W RenderThread: type=1400 audit(0.0:24321): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:12.207 8641 8641 W RenderThread: type=1400 audit(0.0:24322): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:12.233 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:12.236 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:12.236 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:12.255 8641 8641 W RenderThread: type=1400 audit(0.0:24323): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:13.139 8641 8641 W RenderThread: type=1400 audit(0.0:24345): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:13.171 8641 8641 W RenderThread: type=1400 audit(0.0:24346): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:13.223 8641 8641 W RenderThread: type=1400 audit(0.0:24347): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:13.246 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:13.247 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:13.247 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:13.259 8641 8641 W RenderThread: type=1400 audit(0.0:24348): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:13.275 8641 8641 W RenderThread: type=1400 audit(0.0:24349): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:14.171 8641 8641 W RenderThread: type=1400 audit(0.0:24371): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:14.219 8641 8641 W RenderThread: type=1400 audit(0.0:24372): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:14.242 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:14.243 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:14.243 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:14.251 8641 8641 W RenderThread: type=1400 audit(0.0:24373): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:14.271 8641 8641 W RenderThread: type=1400 audit(0.0:24374): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:14.287 8641 8641 W RenderThread: type=1400 audit(0.0:24375): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:15.215 8641 8641 W RenderThread: type=1400 audit(0.0:24397): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:15.243 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:15.244 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:15.245 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:15.251 8641 8641 W RenderThread: type=1400 audit(0.0:24398): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:15.267 8641 8641 W RenderThread: type=1400 audit(0.0:24399): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:15.295 8641 8641 W RenderThread: type=1400 audit(0.0:24400): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:15.335 8641 8641 W RenderThread: type=1400 audit(0.0:24401): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:16.237 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:16.237 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:16.237 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:16.247 8641 8641 W RenderThread: type=1400 audit(0.0:24423): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:16.283 8641 8641 W RenderThread: type=1400 audit(0.0:24424): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:16.299 8641 8641 W RenderThread: type=1400 audit(0.0:24425): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:16.327 8641 8641 W RenderThread: type=1400 audit(0.0:24426): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:16.379 8641 8641 W RenderThread: type=1400 audit(0.0:24427): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:17.235 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:17.235 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:17.235 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:17.263 8641 8641 W RenderThread: type=1400 audit(0.0:24449): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:17.279 8641 8641 W RenderThread: type=1400 audit(0.0:24450): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:17.327 8641 8641 W RenderThread: type=1400 audit(0.0:24451): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:17.375 8641 8641 W RenderThread: type=1400 audit(0.0:24452): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:17.407 8641 8641 W RenderThread: type=1400 audit(0.0:24453): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:18.231 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:18.231 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:18.231 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:18.275 8641 8641 W RenderThread: type=1400 audit(0.0:24475): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:18.323 8641 8641 W RenderThread: type=1400 audit(0.0:24476): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:18.375 8641 8641 W RenderThread: type=1400 audit(0.0:24477): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:18.407 8641 8641 W RenderThread: type=1400 audit(0.0:24478): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:18.455 8641 8641 W RenderThread: type=1400 audit(0.0:24479): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:19.230 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:19.230 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:19.230 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:19.279 8641 8641 W RenderThread: type=1400 audit(0.0:24500): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:19.327 8641 8641 W RenderThread: type=1400 audit(0.0:24501): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:19.371 8641 8641 W RenderThread: type=1400 audit(0.0:24502): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:19.403 8641 8641 W RenderThread: type=1400 audit(0.0:24503): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:19.451 8641 8641 W RenderThread: type=1400 audit(0.0:24504): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:20.227 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:20.228 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:20.228 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:20.287 8641 8641 W RenderThread: type=1400 audit(0.0:24525): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:20.319 8641 8641 W RenderThread: type=1400 audit(0.0:24526): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:20.367 8641 8641 W RenderThread: type=1400 audit(0.0:24527): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:20.399 8641 8641 W RenderThread: type=1400 audit(0.0:24528): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:20.451 8641 8641 W RenderThread: type=1400 audit(0.0:24529): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:21.225 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:21.225 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:21.225 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:21.299 8641 8641 W RenderThread: type=1400 audit(0.0:24550): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:21.347 8641 8641 W RenderThread: type=1400 audit(0.0:24551): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:21.399 8641 8641 W RenderThread: type=1400 audit(0.0:24552): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:21.431 8641 8641 W RenderThread: type=1400 audit(0.0:24553): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:21.487 8641 8641 W RenderThread: type=1400 audit(0.0:24554): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:22.252 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:22.252 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:22.252 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:22.343 8641 8641 W RenderThread: type=1400 audit(0.0:24576): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:22.395 8641 8641 W RenderThread: type=1400 audit(0.0:24577): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:22.427 8641 8641 W RenderThread: type=1400 audit(0.0:24578): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:22.479 8641 8641 W RenderThread: type=1400 audit(0.0:24579): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:22.511 8641 8641 W RenderThread: type=1400 audit(0.0:24580): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:23.249 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:23.249 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:23.249 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:23.391 8641 8641 W RenderThread: type=1400 audit(0.0:24602): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:23.423 8641 8641 W RenderThread: type=1400 audit(0.0:24603): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:23.475 8641 8641 W RenderThread: type=1400 audit(0.0:24604): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:23.507 8641 8641 W RenderThread: type=1400 audit(0.0:24605): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:23.559 8641 8641 W RenderThread: type=1400 audit(0.0:24606): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:24.246 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:24.246 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:24.246 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:24.419 8641 8641 W RenderThread: type=1400 audit(0.0:24628): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:24.471 8641 8641 W RenderThread: type=1400 audit(0.0:24629): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:24.503 8641 8641 W RenderThread: type=1400 audit(0.0:24630): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:24.555 8641 8641 W RenderThread: type=1400 audit(0.0:24631): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:24.587 8641 8641 W RenderThread: type=1400 audit(0.0:24632): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:25.246 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:25.246 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:25.246 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:25.467 8641 8641 W RenderThread: type=1400 audit(0.0:24654): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:25.503 8641 8641 W RenderThread: type=1400 audit(0.0:24655): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:25.551 8641 8641 W RenderThread: type=1400 audit(0.0:24656): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:25.583 8641 8641 W RenderThread: type=1400 audit(0.0:24657): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:25.635 8641 8641 W RenderThread: type=1400 audit(0.0:24658): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:26.240 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:26.240 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:26.240 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:26.499 8641 8641 W RenderThread: type=1400 audit(0.0:24680): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:26.551 8641 8641 W RenderThread: type=1400 audit(0.0:24681): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:26.579 8641 8641 W RenderThread: type=1400 audit(0.0:24682): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:26.631 8641 8641 W RenderThread: type=1400 audit(0.0:24683): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:26.663 8641 8641 W RenderThread: type=1400 audit(0.0:24684): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:27.237 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:27.237 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:27.237 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:27.547 8641 8641 W RenderThread: type=1400 audit(0.0:24706): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:27.579 8641 8641 W RenderThread: type=1400 audit(0.0:24707): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:27.627 8641 8641 W RenderThread: type=1400 audit(0.0:24708): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:27.663 8641 8641 W RenderThread: type=1400 audit(0.0:24709): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:27.711 8641 8641 W RenderThread: type=1400 audit(0.0:24710): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:28.234 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:28.234 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:28.234 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:28.575 8641 8641 W RenderThread: type=1400 audit(0.0:24732): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:28.627 8641 8641 W RenderThread: type=1400 audit(0.0:24733): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:28.659 8641 8641 W RenderThread: type=1400 audit(0.0:24734): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:28.707 8641 8641 W RenderThread: type=1400 audit(0.0:24735): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:28.743 8641 8641 W RenderThread: type=1400 audit(0.0:24736): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:29.232 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:29.232 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:29.232 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:29.623 8641 8641 W RenderThread: type=1400 audit(0.0:24758): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:29.655 8641 8641 W RenderThread: type=1400 audit(0.0:24759): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:29.703 8641 8641 W RenderThread: type=1400 audit(0.0:24760): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:29.743 8641 8641 W RenderThread: type=1400 audit(0.0:24761): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:29.787 8641 8641 W RenderThread: type=1400 audit(0.0:24762): avc: denied { getattr } for name="/" dev="dmabuf" ino=1 scontext=u:r:untrusted_app:s0:c59,c281,c512,c768 tcontext=u:object_r:unlabeled:s0 tclass=filesystem permissive=0 app=com.creativetechnology.beatbounce 10-03 17:30:30.227 8641 9494 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:30.227 8641 9494 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:30.227 8641 9494 W Codec2Client: query -- param skipped: index = 1610614798. 10-03 17:30:30.397 8641 8641 E SurfaceSyncer: Failed to find sync for id=0 10-03 17:30:30.397 8641 8641 E SurfaceSyncer: Failed to find sync for id=1 10-03 17:30:30.397 8641 8641 E SurfaceSyncer: Failed to find sync for id=2 10-03 17:30:30.495 8641 8703 E mali_gralloc: Requested R8 format is not supported with this allocator. R8 format is only supported with the AIDL allocator 10-03 17:30:30.495 8641 8703 E mali_gralloc: ERROR: Unrecognized and/or unsupported format 0x38 and usage 0xb00 10-03 17:30:30.499 8641 8703 E mali_gralloc: Requested R8 format is not supported with this allocator. R8 format is only supported with the AIDL allocator 10-03 17:30:30.499 8641 8703 E mali_gralloc: ERROR: Unrecognized and/or unsupported format 0x38 and usage 0xb00 10-03 17:30:30.552 8641 9550 W AudioTrack: Use of stream types is deprecated for operations other than volume control 10-03 17:30:30.552 8641 9550 W AudioTrack: See the documentation of AudioTrack() for what to use instead with android.media.AudioAttributes to qualify your playback use case 10-03 17:30:30.564 8641 8655 W AidlConversion: aidl2legacy_AudioChannelLayout_audio_channel_mask_t: no legacy output audio_channel_mask_t found for AudioChannelLayout{layoutMask: 16} 10-03 17:30:30.643 8641 9557 W ColorUtils: expected specified color aspects (0:0:0:0) 10-03 17:30:30.653 8641 9557 W ColorUtils: expected specified color aspects (0:0:0:0) 10-03 17:30:30.655 8641 9557 W ColorUtils: expected specified color aspects (0:0:0:0) 10-03 17:30:30.655 8641 9557 W Codec2Client: query -- param skipped: index = 1107298332. 10-03 17:30:30.655 8641 9557 W Codec2Client: query -- param skipped: index = 3254781982. 10-03 17:30:30.658 8641 9557 W Codec2Client: query -- param skipped: index = 2684356609. 10-03 17:30:30.668 8641 9557 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:30.668 8641 9557 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:30.669 8641 9557 W Codec2Client: query -- param skipped: index = 2684356609. 10-03 17:30:30.735 8641 9561 W ColorUtils: expected specified color aspects (0:0:0:0) 10-03 17:30:30.749 8641 9561 W ColorUtils: expected specified color aspects (0:0:0:0) 10-03 17:30:30.751 8641 9561 W ColorUtils: expected specified color aspects (0:0:0:0) 10-03 17:30:30.752 8641 9561 W Codec2Client: query -- param skipped: index = 1107298332. 10-03 17:30:30.752 8641 9561 W Codec2Client: query -- param skipped: index = 3254781982. 10-03 17:30:30.757 8641 9561 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:30.757 8641 9561 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:30.757 8641 9561 W Codec2Client: query -- param skipped: index = 2684356609. 10-03 17:30:30.853 8641 9564 W Codec2Client: query -- param skipped: index = 1107298332. 10-03 17:30:30.859 8641 9564 W Codec2Client: query -- param skipped: index = 1342179345. 10-03 17:30:30.859 8641 9564 W Codec2Client: query -- param skipped: index = 2415921170. 10-03 17:30:30.860 8641 9564 W Codec2Client: query -- param skipped: index = 3254792206. 10-03 17:30:30.860 8641 9564 W Codec2Client: query -- param skipped: index = 3254792194. 10-03 17:30:30.968 8641 8962 W cr_MediaCodecBridge: Releasing: c2.unisoc.avc.decoder 10-03 17:30:30.990 8641 8962 W cr_MediaCodecBridge: Codec released 10-03 17:30:31.052 8641 8877 W UnityAds: com.unity3d.services.core.configuration.ExperimentObject.getAppliedRule() (line:43) :: Invalid rule current for experiment 10-03 17:30:31.101 8641 9596 W ConnectionStatusConfig: Dynamic lookup for intent failed for action: com.google.android.gms.ads.service.START 10-03 17:31:55.258 8641 8652 W System : A resource failed to call end. 10-03 17:31:57.553 8641 8641 E SurfaceSyncer: Failed to find sync for id=0 10-03 17:31:57.553 8641 8641 E SurfaceSyncer: Failed to find sync for id=1 10-03 17:31:57.553 8641 8641 E SurfaceSyncer: Failed to find sync for id=2 10-03 17:31:57.553 8641 8641 E SurfaceSyncer: Failed to find sync for id=3 10-03 17:31:57.596 8641 8641 E SurfaceSyncer: Failed to find sync for id=0 10-03 17:31:57.596 8641 8641 E SurfaceSyncer: Failed to find sync for id=1 10-03 17:31:57.596 8641 8641 E SurfaceSyncer: Failed to find sync for id=2 10-03 17:31:57.596 8641 8641 E SurfaceSyncer: Failed to find sync for id=3 10-03 17:31:57.627 8641 8703 E mali_gralloc: Requested R8 format is not supported with this allocator. R8 format is only supported with the AIDL allocator 10-03 17:31:57.628 8641 8703 E mali_gralloc: ERROR: Unrecognized and/or unsupported format 0x38 and usage 0xb00 10-03 17:31:57.630 8641 8908 W System.err: java.lang.ClassNotFoundException: com.huawei.hms.ads.identifier.AdvertisingIdClient 10-03 17:31:57.630 8641 8908 W System.err: at java.lang.Class.classForName(Native Method) 10-03 17:31:57.630 8641 8908 W System.err: at java.lang.Class.forName(Class.java:454) 10-03 17:31:57.630 8641 8908 W System.err: at java.lang.Class.forName(Class.java:379) 10-03 17:31:57.630 8641 8908 W System.err: at com.gameanalytics.sdk.utilities.Reflection.invokeStaticMethod(Reflection.java:64) 10-03 17:31:57.630 8641 8908 W System.err: at com.gameanalytics.sdk.utilities.Reflection.getAdvertisingInfoObject(Reflection.java:16) 10-03 17:31:57.630 8641 8908 W System.err: at com.gameanalytics.sdk.utilities.Reflection.getAdId(Reflection.java:23) 10-03 17:31:57.630 8641 8908 W System.err: at com.gameanalytics.sdk.utilities.GAUtilities.getOAID(GAUtilities.java:254) 10-03 17:31:57.630 8641 8908 W System.err: at com.gameanalytics.sdk.device.GADevice.getOAID(GADevice.java:274) 10-03 17:31:57.630 8641 8908 W System.err: at com.gameanalytics.sdk.state.GAState.getIdentifier(GAState.java:1551) 10-03 17:31:57.630 8641 8908 W System.err: at com.gameanalytics.sdk.state.GAState.getInitAnnotations(GAState.java:1491) 10-03 17:31:57.630 8641 8908 W System.err: at com.gameanalytics.sdk.http.GAHTTPApi.requestInitReturningDict(GAHTTPApi.java:231) 10-03 17:31:57.630 8641 8908 W System.err: at com.gameanalytics.sdk.state.GAState.startNewSession(GAState.java:902) 10-03 17:31:57.630 8641 8908 W System.err: at com.gameanalytics.sdk.state.GAState.resumeSessionAndStartQueue(GAState.java:1095) 10-03 17:31:57.630 8641 8908 W System.err: at com.gameanalytics.sdk.GameAnalytics$51.execute(GameAnalytics.java:2931) 10-03 17:31:57.630 8641 8908 W System.err: at com.gameanalytics.sdk.threading.GAThreading$1.run(GAThreading.java:32) 10-03 17:31:57.631 8641 8908 W System.err: at java.util.TimerThread.mainLoop(Timer.java:563) 10-03 17:31:57.631 8641 8908 W System.err: at java.util.TimerThread.run(Timer.java:513) 10-03 17:31:57.631 8641 8908 W System.err: Caused by: java.lang.ClassNotFoundException: com.huawei.hms.ads.identifier.AdvertisingIdClient 10-03 17:31:57.631 8641 8908 W System.err: ... 17 more 10-03 17:31:57.631 8641 8703 E mali_gralloc: Requested R8 format is not supported with this allocator. R8 format is only supported with the AIDL allocator 10-03 17:31:57.631 8641 8703 E mali_gralloc: ERROR: Unrecognized and/or unsupported format 0x38 and usage 0xb00 10-03 17:31:57.633 8641 8908 W System.err: java.lang.ClassNotFoundException: com.huawei.hms.ads.identifier.AdvertisingIdClient 10-03 17:31:57.634 8641 8908 W System.err: at java.lang.Class.classForName(Native Method) 10-03 17:31:57.634 8641 8908 W System.err: at java.lang.Class.forName(Class.java:454) 10-03 17:31:57.634 8641 8908 W System.err: at java.lang.Class.forName(Class.java:379) 10-03 17:31:57.634 8641 8908 W System.err: at com.gameanalytics.sdk.utilities.Reflection.invokeStaticMethod(Reflection.java:64) 10-03 17:31:57.634 8641 8908 W System.err: at com.gameanalytics.sdk.utilities.Reflection.getAdvertisingInfoObject(Reflection.java:16) 10-03 17:31:57.634 8641 8908 W System.err: at com.gameanalytics.sdk.utilities.Reflection.getAdId(Reflection.java:23) 10-03 17:31:57.634 8641 8908 W System.err: at com.gameanalytics.sdk.utilities.GAUtilities.getOAID(GAUtilities.java:254) 10-03 17:31:57.634 8641 8908 W System.err: at com.gameanalytics.sdk.device.GADevice.getOAID(GADevice.java:274) 10-03 17:31:57.634 8641 8908 W System.err: at com.gameanalytics.sdk.state.GAState.getIdentifier(GAState.java:1551) 10-03 17:31:57.634 8641 8908 W System.err: at com.gameanalytics.sdk.state.GAState.getInitAnnotations(GAState.java:1491) 10-03 17:31:57.634 8641 8908 W System.err: at com.gameanalytics.sdk.http.GAHTTPApi.requestInitReturningDict(GAHTTPApi.java:231) 10-03 17:31:57.634 8641 8908 W System.err: at com.gameanalytics.sdk.state.GAState.startNewSession(GAState.java:902) 10-03 17:31:57.634 8641 8908 W System.err: at com.gameanalytics.sdk.state.GAState.resumeSessionAndStartQueue(GAState.java:1095) 10-03 17:31:57.634 8641 8908 W System.err: at com.gameanalytics.sdk.GameAnalytics$51.execute(GameAnalytics.java:2931) 10-03 17:31:57.634 8641 8908 W System.err: at com.gameanalytics.sdk.threading.GAThreading$1.run(GAThreading.java:32) 10-03 17:31:57.634 8641 8908 W System.err: at java.util.TimerThread.mainLoop(Timer.java:563) 10-03 17:31:57.634 8641 8908 W System.err: at java.util.TimerThread.run(Timer.java:513) 10-03 17:31:57.634 8641 8908 W System.err: Caused by: java.lang.ClassNotFoundException: com.huawei.hms.ads.identifier.AdvertisingIdClient 10-03 17:31:57.634 8641 8908 W System.err: ... 17 more 10-03 17:31:57.635 8641 8908 W System.err: java.lang.ClassNotFoundException: com.huawei.hms.ads.identifier.AdvertisingIdClient 10-03 17:31:57.637 8641 8908 W System.err: at java.lang.Class.classForName(Native Method) 10-03 17:31:57.637 8641 8908 W System.err: at java.lang.Class.forName(Class.java:454) 10-03 17:31:57.637 8641 8908 W System.err: at java.lang.Class.forName(Class.java:379) 10-03 17:31:57.637 8641 8908 W System.err: at com.gameanalytics.sdk.utilities.Reflection.invokeStaticMethod(Reflection.java:64) 10-03 17:31:57.637 8641 8908 W System.err: at com.gameanalytics.sdk.utilities.Reflection.getAdvertisingInfoObject(Reflection.java:16) 10-03 17:31:57.637 8641 8908 W System.err: at com.gameanalytics.sdk.utilities.Reflection.getAdId(Reflection.java:23) 10-03 17:31:57.637 8641 8908 W System.err: at com.gameanalytics.sdk.utilities.GAUtilities.getOAID(GAUtilities.java:254) 10-03 17:31:57.637 8641 8908 W System.err: at com.gameanalytics.sdk.device.GADevice.getOAID(GADevice.java:274) 10-03 17:31:57.637 8641 8908 W System.err: at com.gameanalytics.sdk.state.GAState.getIdentifier(GAState.java:1551) 10-03 17:31:57.637 8641 8908 W System.err: at com.gameanalytics.sdk.state.GAState.getInitAnnotations(GAState.java:1491) 10-03 17:31:57.637 8641 8908 W System.err: at com.gameanalytics.sdk.http.GAHTTPApi.requestInitReturningDict(GAHTTPApi.java:231) 10-03 17:31:57.637 8641 8908 W System.err: at com.gameanalytics.sdk.state.GAState.startNewSession(GAState.java:902) 10-03 17:31:57.637 8641 8908 W System.err: at com.gameanalytics.sdk.state.GAState.resumeSessionAndStartQueue(GAState.java:1095) 10-03 17:31:57.637 8641 8908 W System.err: at com.gameanalytics.sdk.GameAnalytics$51.execute(GameAnalytics.java:2931) 10-03 17:31:57.637 8641 8908 W System.err: at com.gameanalytics.sdk.threading.GAThreading$1.run(GAThreading.java:32) 10-03 17:31:57.637 8641 8908 W System.err: at java.util.TimerThread.mainLoop(Timer.java:563) 10-03 17:31:57.637 8641 8908 W System.err: at java.util.TimerThread.run(Timer.java:513) 10-03 17:31:57.637 8641 8908 W System.err: Caused by: java.lang.ClassNotFoundException: com.huawei.hms.ads.identifier.AdvertisingIdClient 10-03 17:31:57.637 8641 8908 W System.err: ... 17 more 10-03 17:32:30.445 8641 8703 W Unity : Disabling the capture component before file writing has completed is NOT advised 10-03 17:32:30.445 8641 8703 W Unity : #0 0x7536f74068 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #1 0x75374eb044 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #2 0x7536c08f94 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #3 0x7536c08e84 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #4 0x7518ff35f4 (libil2cpp.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #5 0x7518ff3540 (libil2cpp.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #6 0x7536e7e624 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #7 0x7536e8e1c8 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #8 0x7536e90a00 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #9 0x7536ed9f14 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #10 0x7536e9bc6c (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #11 0x7536ccc6d8 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #12 0x7536ccc778 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #13 0x7536cccbac (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #14 0x7536d9ceb8 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #15 0x7536d9626c (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #16 0x7536dafc48 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #17 0x7536db4df0 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #18 0x7536db4d14 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #19 0x7536db5920 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #20 0x7536db6468 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #21 0x7536d9e798 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #22 0x7536d9e7d8 (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #23 0x7536d9ea6c (libunity.so) ? 0x0 10-03 17:32:30.445 8641 8703 W Unity : #24 0x7536f12040 (libunity.so) ? 0x0 10-03 17:32:30.447 8641 9694 W AudioTrack: Use of stream types is deprecated for operations other than volume control 10-03 17:32:30.447 8641 9694 W AudioTrack: See the documentation of AudioTrack() for what to use instead with android.media.AudioAttributes to qualify your playback use case 10-03 17:32:30.524 8641 8705 W AidlConversion: aidl2legacy_AudioChannelLayout_audio_channel_mask_t: no legacy output audio_channel_mask_t found for AudioChannelLayout{layoutMask: 16} 10-03 17:32:30.549 8641 8703 E MPEG4Writer: Stop() called but track is not started or stopped 10-03 17:32:30.549 8641 8703 E MPEG4Writer: Stop() called but track is not started or stopped --------- beginning of crash 10-03 17:32:30.551 8641 9569 F libc : FORTIFY: pthread_mutex_lock called on a destroyed mutex (0xb4000076ea256d40) 10-03 17:32:30.559 8641 8802 F libc : FORTIFY: pthread_mutex_lock called on a destroyed mutex (0xb4000076ca49f2f8) 10-03 17:32:30.618 8641 8703 W Unity : Releasing render texture that is set to be RenderTexture.active! 10-03 17:32:30.618 8641 8703 W Unity : #0 0x7536f74068 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #1 0x75374eb044 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #2 0x7536d2f474 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #3 0x7536d2fcf8 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #4 0x7536cc5d4c (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #5 0x7536cc5544 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #6 0x7536d4d344 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #7 0x7536d4d1b0 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #8 0x7536d960d4 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #9 0x7536db0044 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #10 0x7536db4d14 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #11 0x7536db5920 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #12 0x7536db6468 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #13 0x7536d9e798 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #14 0x7536d9e7d8 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #15 0x7536d9ea6c (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #16 0x7536f12040 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #17 0x7536f299e4 (libunity.so) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : #18 0x75d7261754 (libart.so) art_quick_generic_jni_trampoline 0x94 10-03 17:32:30.618 8641 8703 W Unity : #19 0x75d700a2b0 (libart.so) nterp_helper 0xfb0 10-03 17:32:30.618 8641 8703 W Unity : #20 0x9c2c0d70 (memfd:jit-cache (deleted)) ? 0x0 10-03 17:32:30.618 8641 8703 W Unity : 10-03 17:32:30.649 8641 8703 E Unity : Object reference not set to an instance of an object. 10-03 17:32:30.649 8641 8703 E Unity : #0 0x7536f74068 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #1 0x75374eb044 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #2 0x7536c08f94 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #3 0x7536c08e84 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #4 0x751919b784 (libil2cpp.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #5 0x7518ff35f4 (libil2cpp.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #6 0x7518ff3540 (libil2cpp.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #7 0x7536e7e624 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #8 0x7536e8e1c8 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #9 0x7536e9cf00 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #10 0x7536e9d128 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #11 0x7536e9d908 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #12 0x7536ce84ac (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #13 0x7536d9e798 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #14 0x7536d9e7d8 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #15 0x7536d9ea6c (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #16 0x7536f12040 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #17 0x7536f299e4 (libunity.so) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : #18 0x75d7261754 (libart.so) art_quick_generic_jni_trampoline 0x94 10-03 17:32:30.649 8641 8703 E Unity : #19 0x75d700a2b0 (libart.so) nterp_helper 0xfb0 10-03 17:32:30.649 8641 8703 E Unity : #20 0x9c2c0d70 (memfd:jit-cache (deleted)) ? 0x0 10-03 17:32:30.649 8641 8703 E Unity : 10-03 17:32:30.730 8641 9689 E SwappyVk: Failed to wait for fence 2 10-03 17:32:30.773 8641 8703 E Unity : NullReferenceException: Object reference not set to an instance of an object. 10-03 17:32:30.773 8641 8703 E Unity : at _Project.Scripts.WorldRuntimeController.Update () [0x00000] in <00000000000000000000000000000000>:0 10-03 17:32:30.773 8641 8703 E Unity : 10-03 17:32:31.132 8641 9689 E SwappyVk: Failed to wait for fence 2 10-03 17:32:32.472 8641 9567 E CRASH : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 10-03 17:32:32.472 8641 9567 E CRASH : Version '2022.3.22f1 (887be4894c44)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a' 10-03 17:32:32.472 8641 9567 E CRASH : Build fingerprint: 'realme/RMX3760/RE58C2:13/TP1A.220624.014/T.R4T2.1695744802:user/release-keys' 10-03 17:32:32.472 8641 9569 E CRASH : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 10-03 17:32:32.472 8641 9569 E CRASH : Version '2022.3.22f1 (887be4894c44)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a' 10-03 17:32:32.472 8641 9569 E CRASH : Build fingerprint: 'realme/RMX3760/RE58C2:13/TP1A.220624.014/T.R4T2.1695744802:user/release-keys' 10-03 17:32:32.472 8641 9569 E CRASH : Revision: '0' 10-03 17:32:32.472 8641 9569 E CRASH : ABI: 'arm64' 10-03 17:32:32.472 8641 9569 E CRASH : Timestamp: 2024-10-03 17:32:32.472906680+0000 10-03 17:32:32.472 8641 9569 E CRASH : pid: 8641, tid: 9569, name: UnityMain >>> com.creativetechnology.beatbounce <<< 10-03 17:32:32.472 8641 9569 E CRASH : uid: 16459 10-03 17:32:32.472 8641 9569 E CRASH : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- 10-03 17:32:32.472 8641 9569 E CRASH : x0 0000000000000000 x1 0000000000002561 x2 0000000000000006 x3 00000074505488d0 10-03 17:32:32.473 8641 9569 E CRASH : x4 0000000080808080 x5 0000000080808080 x6 0000000080808080 x7 8080808080808080 10-03 17:32:32.473 8641 9569 E CRASH : x8 00000000000000f0 x9 000000786d35da30 x10 0000000000000001 x11 000000786d39e5e0 10-03 17:32:32.473 8641 9569 E CRASH : x12 0101010101010101 x13 000002b914aa21a2 x14 00206b864b46f480 x15 0000000000000028 10-03 17:32:32.473 8641 9569 E CRASH : x16 000000786d40bd58 x17 000000786d3e7280 x18 000000737e9d4000 x19 00000000000021c1 10-03 17:32:32.473 8641 9569 E CRASH : x20 0000000000002561 x21 00000000ffffffff x22 00000000000014e0 x23 0000000000000001 10-03 17:32:32.473 8641 9567 E CRASH : Revision: '0' 10-03 17:32:32.473 8641 9567 E CRASH : ABI: 'arm64' 10-03 17:32:32.473 8641 9567 E CRASH : Timestamp: 2024-10-03 17:32:32.473165718+0000 10-03 17:32:32.473 8641 9567 E CRASH : pid: 8641, tid: 9567, name: UnityMain >>> com.creativetechnology.beatbounce <<< 10-03 17:32:32.473 8641 9567 E CRASH : uid: 16459 10-03 17:32:32.473 8641 9567 E CRASH : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr -------- 10-03 17:32:32.473 8641 9567 E CRASH : x0 000000755d1a0000 x1 0000005efc4c4000 x2 0000000000139fb0 x3 000000755d263fc0 10-03 17:32:32.473 8641 9567 E CRASH : x4 0000005efc5fe000 x5 000000755d39e000 x6 5b5a5b5a5b5a595b x7 5b5a5a5b5a5b5b5c 10-03 17:32:32.473 8641 9567 E CRASH : x8 5b5a595a5b5c5b5b x9 5a57595c5e5c5c5b x10 5b5c5b5c5d5a5a5b x11 5a5a5a5a5a5a5c5d 10-03 17:32:32.473 8641 9567 E CRASH : x12 5c5c5b5a5b5c5c5a x13 595a5b5b5a5a5c5a x14 0000000000000002 x15 0000000026762762 10-03 17:32:32.473 8641 9567 E CRASH : x16 000000734e0f45f8 x17 000000786d38ae20 x18 000000737db7c000 x19 0000000000000000 10-03 17:32:32.473 8641 9567 E CRASH : x20 00000000002fcff9 x21 0000000000000780 x22 00000074509efb34 x23 000000755d1a0000 10-03 17:32:32.473 8641 9567 E CRASH : x24 0000005efc400000 x25 0000000000000440 x26 0020c49ba5e32ce8 x27 0000000000000000 10-03 17:32:32.473 8641 9567 E CRASH : x28 00000074509efb38 x29 00000074509efa90 10-03 17:32:32.473 8641 9567 E CRASH : lr 000000734e08a834 sp 00000074509efa80 pc 000000786d38add8 pst 0000000020001000 10-03 17:32:32.473 8641 9569 E CRASH : x24 b4000076ea256d6c x25 0000000000000001 x26 0000000000f4caaa x27 0000000000000008 10-03 17:32:32.473 8641 9567 E CRASH : backtrace: 10-03 17:32:32.473 8641 9567 E CRASH : #00 pc 000000000004edd8 /apex/com.android.runtime/lib64/bionic/libc.so (__memcpy+296) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.473 8641 9567 E CRASH : #01 pc 0000000000082830 /data/app/~~3e_GVhue6ZU0vCih6XWMhw==/com.creativetechnology.beatbounce-jtC2RtX434oxzkDpE2wycw==/lib/arm64/libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1) 10-03 17:32:32.473 8641 9567 E CRASH : #02 pc 00000000000825d8 /data/app/~~3e_GVhue6ZU0vCih6XWMhw==/com.creativetechnology.beatbounce-jtC2RtX434oxzkDpE2wycw==/lib/arm64/libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1) 10-03 17:32:32.473 8641 9567 E CRASH : #03 pc 0000000000085c74 /data/app/~~3e_GVhue6ZU0vCih6XWMhw==/com.creativetechnology.beatbounce-jtC2RtX434oxzkDpE2wycw==/lib/arm64/libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1) 10-03 17:32:32.473 8641 9569 E CRASH : x28 00000000000fe000 x29 0000007450548950 10-03 17:32:32.473 8641 9567 E CRASH : #04 pc 00000000000c163c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+204) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.473 8641 9567 E CRASH : #05 pc 0000000000054930 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.473 8641 9569 E CRASH : lr 000000786d38f0c8 sp 00000074505488b0 pc 000000786d38f0f4 pst 0000000000001000 10-03 17:32:32.490 8641 9569 E CRASH : backtrace: 10-03 17:32:32.490 8641 9569 E CRASH : #00 pc 00000000000530f4 /apex/com.android.runtime/lib64/bionic/libc.so (abort+164) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.565 8641 9569 E CRASH : #01 pc 0000000000054f7c /apex/com.android.runtime/lib64/bionic/libc.so (fdopendir) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.625 8641 9569 E CRASH : #02 pc 00000000000c29dc /apex/com.android.runtime/lib64/bionic/libc.so (NonPI::MutexLockWithTimeout(pthread_mutex_internal_t*, bool, timespec const*)) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.625 8641 9569 E CRASH : #03 pc 00000000000c2870 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_mutex_lock+208) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.625 8641 8802 E CRASH : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 10-03 17:32:32.625 8641 8802 E CRASH : Version '2022.3.22f1 (887be4894c44)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a' 10-03 17:32:32.625 8641 8802 E CRASH : Build fingerprint: 'realme/RMX3760/RE58C2:13/TP1A.220624.014/T.R4T2.1695744802:user/release-keys' 10-03 17:32:32.625 8641 8802 E CRASH : Revision: '0' 10-03 17:32:32.625 8641 8802 E CRASH : ABI: 'arm64' 10-03 17:32:32.625 8641 8802 E CRASH : Timestamp: 2024-10-03 17:32:32.625693641+0000 10-03 17:32:32.625 8641 8802 E CRASH : pid: 8641, tid: 8802, name: mali-cmar-backe >>> com.creativetechnology.beatbounce <<< 10-03 17:32:32.625 8641 8802 E CRASH : uid: 16459 10-03 17:32:32.625 8641 8802 E CRASH : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- 10-03 17:32:32.625 8641 8802 E CRASH : x0 0000000000000000 x1 0000000000002262 x2 0000000000000006 x3 000000747049c780 10-03 17:32:32.625 8641 8802 E CRASH : x4 6b6b60621f6a626e x5 6b6b60621f6a626e x6 6b6b60621f6a626e x7 7f7f7f7f7f7f7f7f 10-03 17:32:32.625 8641 8802 E CRASH : x8 00000000000000f0 x9 000000786d35da30 x10 0000000000000001 x11 000000786d39e5e0 10-03 17:32:32.625 8641 8802 E CRASH : x12 00000000024ee438 x13 000002b914ad4639 x14 0020e5984b457d80 x15 0000000026762762 10-03 17:32:32.625 8641 8802 E CRASH : x16 000000786d40bd58 x17 000000786d3e7280 x18 000000745bc0e000 x19 00000000000021c1 10-03 17:32:32.625 8641 8802 E CRASH : x20 0000000000002262 x21 00000000ffffffff x22 000000747049d000 x23 0000000000000000 10-03 17:32:32.625 8641 8802 E CRASH : x24 b4000077da1ae508 x25 0000000000000000 x26 b40000753e550878 x27 0000000000000001 10-03 17:32:32.625 8641 8802 E CRASH : x28 b4000077da1ae400 x29 000000747049c800 10-03 17:32:32.625 8641 8802 E CRASH : lr 000000786d38f0c8 sp 000000747049c760 pc 000000786d38f0f4 pst 0000000000001000 10-03 17:32:32.641 8641 8802 E CRASH : backtrace: 10-03 17:32:32.641 8641 8802 E CRASH : #00 pc 00000000000530f4 /apex/com.android.runtime/lib64/bionic/libc.so (abort+164) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.641 8641 9569 E CRASH : #04 pc 00000000000c0a38 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_cond_timedwait+152) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.656 8641 8802 E CRASH : #01 pc 0000000000054f7c /apex/com.android.runtime/lib64/bionic/libc.so (fdopendir) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.671 8641 8802 E CRASH : #02 pc 00000000000c29dc /apex/com.android.runtime/lib64/bionic/libc.so (NonPI::MutexLockWithTimeout(pthread_mutex_internal_t*, bool, timespec const*)) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.671 8641 9569 E CRASH : #05 pc 000000000009d234 /data/app/~~3e_GVhue6ZU0vCih6XWMhw==/com.creativetechnology.beatbounce-jtC2RtX434oxzkDpE2wycw==/lib/arm64/libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1) 10-03 17:32:32.671 8641 8802 E CRASH : #03 pc 00000000000c2870 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_mutex_lock+208) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.671 8641 9569 E CRASH : #06 pc 0000000000083830 /data/app/~~3e_GVhue6ZU0vCih6XWMhw==/com.creativetechnology.beatbounce-jtC2RtX434oxzkDpE2wycw==/lib/arm64/libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1) 10-03 17:32:32.686 8641 8802 E CRASH : #04 pc 00000000017c3590 /vendor/lib64/egl/libGLES_mali.so (BuildId: fa0ac1216ba04df0) 10-03 17:32:32.701 8641 8802 E CRASH : #05 pc 00000000017c56b8 /vendor/lib64/egl/libGLES_mali.so (BuildId: fa0ac1216ba04df0) 10-03 17:32:32.701 8641 9569 E CRASH : #07 pc 0000000000085c74 /data/app/~~3e_GVhue6ZU0vCih6XWMhw==/com.creativetechnology.beatbounce-jtC2RtX434oxzkDpE2wycw==/lib/arm64/libAVProMovieCaptureNative.so (BuildId: a3cae5fa030a0d8d0d1eb78a6cfb2e6c58e2a8c1) 10-03 17:32:32.716 8641 8802 E CRASH : #06 pc 00000000017dcf14 /vendor/lib64/egl/libGLES_mali.so (BuildId: fa0ac1216ba04df0) 10-03 17:32:32.716 8641 8802 E CRASH : #07 pc 00000000017dff20 /vendor/lib64/egl/libGLES_mali.so (BuildId: fa0ac1216ba04df0) 10-03 17:32:32.716 8641 9569 E CRASH : #08 pc 00000000000c163c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+204) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.716 8641 8802 E CRASH : #08 pc 00000000000c163c /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+204) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.716 8641 9569 E CRASH : #09 pc 0000000000054930 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.716 8641 8802 E CRASH : #09 pc 0000000000054930 /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 465a4e4f3474259498fde6338e6bc02a) 10-03 17:32:32.993 8641 9567 E CRASH : Forwarding signal 11 10-03 17:32:32.993 8641 9567 F libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x755d264000 in tid 9567 (UnityMain), pid 8641 (logy.beatbounce) 10-03 17:32:33.817 8641 8802 E CRASH : Forwarding signal 6

Couple of questions:


I will still implement my workaround, but could you reopen the issue and fix this crash on your end as well?

cihadturhan commented 1 month ago

Forgot to ping you @Chris-RH @AndrewRH @MorrisRH

Chris-RH commented 1 month ago

Are you able to provide the logcat in txt format please? that's pretty difficult to parse as it is

cihadturhan commented 1 month ago

Are you able to provide the logcat in txt format please? that's pretty difficult to parse as it is

logs.txt

cihadturhan commented 1 month ago

Hi @Chris-RH, I disabled scene switching when there is recording on progress and it reduced crashes drastically.

image

However, there are still some crashes happening from FMOD, I wonder if you use FMOD in any of the stages.

[libunity.so] FMOD::DSPPitchShift::resetCallback(FMOD_DSP_STATE*)

Sample attributes:
[motorola cancunf (moto g54 5G)](https://play.google.com/console/u/0/developers/4940193866272130552/app/4973866357303823618/vitals/crashes/dd6b62044d45a046385621b2078242ab/details?days=28&versionCode=157&isUserPerceived=true#)
[Android 14 (SDK 34)](https://play.google.com/console/u/0/developers/4940193866272130552/app/4973866357303823618/vitals/crashes/dd6b62044d45a046385621b2078242ab/details?days=28&versionCode=157&isUserPerceived=true#)
Version: 157 (2.1.1)Occurred: 2 hours ago
Game engine build fingerprint:
2022.3.22f1;IL2CPP;Release;StripEngineCode:1;OptimizedFramePacing:1;
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 19960 >>> com.creativetechnology.beatbounce <<<

backtrace:
  #00  pc 0x000000000008cf84  /apex/com.android.runtime/lib64/bionic/libc.so (memset+196)
  #01  pc 0x0000000000f0d4d0  /data/app/~~6QeDsGmzyIWjrxKbqIVbGQ==/com.creativetechnology.beatbounce-ZA0Bgj81oT6m0ST9R3XNtA==/lib/arm64/libunity.so
Chris-RH commented 1 month ago

Hi @cihadturhan

We don't use FMOD in any of the stages.

Chris-RH commented 3 weeks ago

I'm going to close this one now. If you find anything AVPro specific, please get back to us :)