This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class Video { | |
| private ExoPlayer mExoPlayer; | |
| private MediaSource mMediaSource; | |
| private StyledPlayerView playerView; | |
| private float mVolume; | |
| private String mTitle; | |
| private long mDuration; | |
| private Context context; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class Video { | |
| private ExoPlayer mExoPlayer; | |
| private MediaSource mMediaSource; | |
| private StyledPlayerView playerView; | |
| private float mVolume; | |
| private String mTitle; | |
| private long mDuration; | |
| private Context context; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2021-12-20 17:22:26.126 7475-7622/com.antiquelogic.crickslab E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb | |
| 2021-12-20 17:22:26.132 7475-7622/com.antiquelogic.crickslab E/FrameEvents: updateAcquireFence: Did not find frame. | |
| 2021-12-20 17:22:26.134 15627-7792/? E/PQ: [PQ][PQSessionManager] pPQSessionListHandle = NULL | |
| 2021-12-20 17:22:26.138 15627-7772/? E/Hal3ARaw: [setStereoParams] Dev(1) StereoQ has Error message (setStereoParams){#2048:vendor/mediatek/proprietary/hardware/mtkcam/aaa/source/isp_50/wrapper/Hal3ARawImp.cpp} | |
| 2021-12-20 17:22:26.141 15627-22537/? E/mtkcam-FeatureSettingPolicy-Oplus: [getMotorState] open sys/class/motor/move_state failed!!! (getMotorState){#1325:vendor/mediatek/proprietary/hardware/mtkcam3/pipeline/policy/../../oplus/pipeline/policy/OplusFeatureSettingPolicy.cpp} | |
| 2021-12-20 17:22:26.152 7961-7961/? E/oid.documentsu: No package ID ff found for ID 0xffffffff. | |
| 2021-12-20 17:22:26.159 7475-7622/com.antiquelogic.crickslab E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb | |
| 2021-12- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I/chatty: uid=10714(com.pedro.rtpstreamer) RenderThread identical 2 lines | |
| E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb | |
| E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb | |
| [AUX]GuiExtAuxCheckAuxPath:593: Null anb | |
| E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb | |
| I/chatty: uid=10714(com.pedro.rtpstreamer) RenderThread identical 2 lines | |
| E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb | |
| E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb | |
| I/chatty: uid=10714(com.pedro.rtpstreamer) RenderThread identical 7 lines | |
| E/GPUAUX: [AUX]GuiExtAuxCheckAuxPath:593: Null anb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.novatore.jumanji; | |
| /** | |
| * Created by mts3_ on 12/12/2017. | |
| */ | |
| import android.content.Context; | |
| import android.content.Intent; | |
| import android.content.SharedPreferences; | |
| import android.provider.CalendarContract; |