0% found this document useful (0 votes)
145 views10 pages

Fpsecrashlog

The document contains log output from an Android application crash. It shows a java.lang.ArrayIndexOutOfBoundsException error along with the stack trace and system logs detailing the crash. The logs also provide information about the device CPU and runtime environment.

Uploaded by

MiodragGrgurovic
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
145 views10 pages

Fpsecrashlog

The document contains log output from an Android application crash. It shows a java.lang.ArrayIndexOutOfBoundsException error along with the stack trace and system logs detailing the crash. The logs also provide information about the device CPU and runtime environment.

Uploaded by

MiodragGrgurovic
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 10

--------- beginning of crash

10-22 20:28:01.609 E/AndroidRuntime(11418): FATAL EXCEPTION: main


10-22 20:28:01.609 E/AndroidRuntime(11418): Process: com.emulator.fpse, PID: 11418
10-22 20:28:01.609 E/AndroidRuntime(11418):
java.lang.ArrayIndexOutOfBoundsException: length=8; index=8
10-22 20:28:01.609 E/AndroidRuntime(11418): at
java.util.Arrays$ArrayList.get(Arrays.java:3769)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
com.emulator.fpse.a.getView(SourceFile:35)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.widget.AbsListView.obtainView(AbsListView.java:2437)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.widget.ListView.measureHeightOfChildren(ListView.java:1429)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.widget.ListView.onMeasure(ListView.java:1336)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.View.measure(View.java:22116)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6654)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.View.measure(View.java:22116)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
com.android.internal.widget.AlertDialogLayout.tryOnMeasure(AlertDialogLayout.java:1
44)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
com.android.internal.widget.AlertDialogLayout.onMeasure(AlertDialogLayout.java:69)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.View.measure(View.java:22116)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6654)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.View.measure(View.java:22116)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6654)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.View.measure(View.java:22116)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6654)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
com.android.internal.policy.DecorView.onMeasure(DecorView.java:740)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.View.measure(View.java:22116)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:2500)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1539)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1830)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1441)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7171)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.Choreographer$CallbackRecord.run(Choreographer.java:979)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.Choreographer.doCallbacks(Choreographer.java:791)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.Choreographer.doFrame(Choreographer.java:726)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:965)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.os.Handler.handleCallback(Handler.java:789)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.os.Handler.dispatchMessage(Handler.java:98)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.os.Looper.loop(Looper.java:164)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
android.app.ActivityThread.main(ActivityThread.java:6710)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
java.lang.reflect.Method.invoke(Native Method)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
10-22 20:28:01.609 E/AndroidRuntime(11418): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:770)
--------- beginning of main
10-23 09:39:34.232 W/zygote (15717): Using default instruction set features for
ARM CPU variant (cortex-a9) using conservative defaults
10-23 09:39:34.297 I/MultiDex(15717): VM with version 2.1.0 has multidex support
10-23 09:39:34.297 I/MultiDex(15717): Installing application
10-23 09:39:34.297 I/MultiDex(15717): VM has multidex support, MultiDex support
library is disabled.
10-23 09:39:34.350 V/Info (15717): CPU info available from file /proc/cpuinfo:
10-23 09:39:34.365 V/Info (15717): processor : 0
10-23 09:39:34.365 V/Info (15717): BogoMIPS : 38.40
10-23 09:39:34.365 V/Info (15717): Features : half thumb fastmult vfp edsp neon
vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32
10-23 09:39:34.365 V/Info (15717): CPU implementer : 0x51
10-23 09:39:34.365 V/Info (15717): CPU architecture: 8
10-23 09:39:34.365 V/Info (15717): CPU variant : 0x2
10-23 09:39:34.365 V/Info (15717): CPU part : 0x201
10-23 09:39:34.365 V/Info (15717): CPU revision : 1
10-23 09:39:34.365 V/Info (15717):
10-23 09:39:34.365 V/Info (15717): processor : 1
10-23 09:39:34.365 V/Info (15717): BogoMIPS : 38.40
10-23 09:39:34.365 V/Info (15717): Features : half thumb fastmult vfp edsp neon
vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32
10-23 09:39:34.365 V/Info (15717): CPU implementer : 0x51
10-23 09:39:34.365 V/Info (15717): CPU architecture: 8
10-23 09:39:34.365 V/Info (15717): CPU variant : 0x2
10-23 09:39:34.365 V/Info (15717): CPU part : 0x201
10-23 09:39:34.365 V/Info (15717): CPU revision : 1
10-23 09:39:34.365 V/Info (15717):
10-23 09:39:34.365 V/Info (15717): processor : 2
10-23 09:39:34.365 V/Info (15717): BogoMIPS : 38.40
10-23 09:39:34.365 V/Info (15717): Features : half thumb fastmult vfp edsp neon
vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32
10-23 09:39:34.365 V/Info (15717): CPU implementer : 0x51
10-23 09:39:34.365 V/Info (15717): CPU architecture: 8
10-23 09:39:34.365 V/Info (15717): CPU variant : 0x2
10-23 09:39:34.365 V/Info (15717): CPU part : 0x205
10-23 09:39:34.365 V/Info (15717): CPU revision : 1
10-23 09:39:34.365 V/Info (15717):
10-23 09:39:34.365 V/Info (15717): processor : 3
10-23 09:39:34.365 V/Info (15717): BogoMIPS : 38.40
10-23 09:39:34.365 V/Info (15717): Features : half thumb fastmult vfp edsp neon
vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32
10-23 09:39:34.365 V/Info (15717): CPU implementer : 0x51
10-23 09:39:34.365 V/Info (15717): CPU architecture: 8
10-23 09:39:34.365 V/Info (15717): CPU variant : 0x2
10-23 09:39:34.365 V/Info (15717): CPU part : 0x205
10-23 09:39:34.365 V/Info (15717): CPU revision : 1
10-23 09:39:34.365 V/Info (15717):
10-23 09:39:34.365 V/Info (15717): Hardware : Qualcomm Technologies, Inc
MSM8996pro
10-23 09:39:34.365 V/Info (15717): �������������������
10-23 09:39:34.369 I/AudioManagerEx(15717): AudioManagerEx created
10-23 09:39:34.371 V/AudioSystem(15717): ioConfigChanged: [Update mIoDescriptors]
add ioHandle = 21 -> descriptor = 0xdb42078c
10-23 09:39:34.371 V/AudioSystem(15717): ioConfigChanged() new output opened 21
samplingRate 48000, format 0x1 channel mask 0x3 frameCount 1920 deviceId 2
10-23 09:39:34.371 I/F_PATH (15717): CPU arch:armv8l
10-23 09:39:34.371 V/AudioSystem(15717): ioConfigChanged: [Update mIoDescriptors]
add ioHandle = 29 -> descriptor = 0xdb42078c
10-23 09:39:34.371 V/AudioSystem(15717): ioConfigChanged() new output opened 29
samplingRate 48000, format 0x5 channel mask 0x3 frameCount 1152 deviceId 5
10-23 09:39:34.371 V/AudioSystem(15717): ioConfigChanged: [Update mIoDescriptors]
add ioHandle = 13 -> descriptor = 0xdbba678c
10-23 09:39:34.371 V/AudioSystem(15717): ioConfigChanged() new output opened 13
samplingRate 48000, format 0x5 channel mask 0x3 frameCount 960 deviceId 2
10-23 09:39:34.390 E/CORES (15717): NB CORE:4
10-23 09:39:34.390 E/FPSE (15717): Model:LG-H870
10-23 09:39:34.602 I/zygote (15717): Do partial code cache collection, code=9KB,
data=22KB
10-23 09:39:34.602 I/zygote (15717): After code cache collection, code=9KB,
data=22KB
10-23 09:39:34.602 I/zygote (15717): Increasing code cache capacity to 128KB
10-23 09:39:34.621 E/FPSE (15717): Version n:747
10-23 09:39:34.629 D/PhoneWindow(15717): windowLightStatusBar : false, disable
View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
10-23 09:39:34.694 I/zygote (15717): Do partial code cache collection, code=45KB,
data=46KB
10-23 09:39:34.694 I/zygote (15717): After code cache collection, code=45KB,
data=46KB
10-23 09:39:34.694 I/zygote (15717): Increasing code cache capacity to 256KB
10-23 09:39:34.708 W/linker (15717):
"/data/data/com.emulator.fpse/files/libspuplugin.so" has text relocations. This is
wasting memory and prevents security hardening. Please fix.
10-23 09:39:34.751 W/linker (15717): "/data/app/com.emulator.fpse-
RdFXrHPV5nH4YsMmbfWbgA==/lib/arm/libfpse.so" has text relocations. This is wasting
memory and prevents security hardening. Please fix.
10-23 09:39:34.762 I/zygote (15717): Compiler allocated 7MB to compile void
com.emulator.fpse.Main.q()
10-23 09:39:34.849 D/PhoneWindow(15717): windowLightStatusBar : false, disable
View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
10-23 09:39:34.869 D/OpenGLRenderer(15717): HWUI GL Pipeline
10-23 09:39:34.879 D/BezellessGripSuppressionFilter(15717): getdisplaysize, x :
1440 y : 2880
10-23 09:39:34.892 D/PROCINFO(15717): Neon instructions detected
10-23 09:39:34.892 E/libfpse (15717): CPU architecture:8
10-23 09:39:34.892 D/PROCINFO(15717): Neon instructions detected
10-23 09:39:34.892 E/libfpse (15717): CPU architecture:8
10-23 09:39:34.892 D/PROCINFO(15717): Neon instructions detected
10-23 09:39:34.892 E/libfpse (15717): CPU architecture:8
10-23 09:39:34.892 D/PROCINFO(15717): Neon instructions detected
10-23 09:39:34.892 E/libfpse (15717): CPU architecture:8
10-23 09:39:34.900 E/FPSE (15717): READING FILE: /storage/emulated/0/Disney's
Hercules Action Game (v1.1)/Disney's Hercules Action Game (v1.1).bin
10-23 09:39:34.904 E/FPSE (15717): READING FILE: /storage/emulated/0/Disney's
Hercules Action Game (v1.1)/Disney's Hercules Action Game (v1.1).cue
10-23 09:39:34.909 W/System.err(15717): java.io.FileNotFoundException:
/storage/emulated/0/.fpse/titles/SLUS-01029 (No such file or directory)
10-23 09:39:34.909 W/System.err(15717): at java.io.FileInputStream.open0(Native
Method)
10-23 09:39:34.909 W/System.err(15717): at
java.io.FileInputStream.open(FileInputStream.java:200)
10-23 09:39:34.909 W/System.err(15717): at
java.io.FileInputStream.<init>(FileInputStream.java:150)
10-23 09:39:34.909 W/System.err(15717): at
java.io.FileInputStream.<init>(FileInputStream.java:103)
10-23 09:39:34.909 W/System.err(15717): at
com.emulator.fpse.Main$ac.a(SourceFile:4956)
10-23 09:39:34.909 W/System.err(15717): at
com.emulator.fpse.Main$ac.doInBackground(SourceFile:4469)
10-23 09:39:34.909 W/System.err(15717): at
android.os.AsyncTask$2.call(AsyncTask.java:333)
10-23 09:39:34.909 W/System.err(15717): at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
10-23 09:39:34.909 W/System.err(15717): at
android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:245)
10-23 09:39:34.909 W/System.err(15717): at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
10-23 09:39:34.909 W/System.err(15717): at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
10-23 09:39:34.909 W/System.err(15717): at java.lang.Thread.run(Thread.java:764)
10-23 09:39:34.939 I/zygote (15717): Compiler allocated 4MB to compile void
com.emulator.fpse.g.b()
10-23 09:39:34.967 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button17a.png (No such file or directory)
10-23 09:39:34.979 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button18a.png (No such file or directory)
10-23 09:39:34.989 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button19a.png (No such file or directory)
10-23 09:39:35.042 I/zygote (15717): Do full code cache collection, code=107KB,
data=109KB
10-23 09:39:35.042 I/zygote (15717): After code cache collection, code=62KB,
data=62KB
10-23 09:39:35.066 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button20a.png (No such file or directory)
10-23 09:39:35.079 I/zygote (15717): Do partial code cache collection, code=62KB,
data=62KB
10-23 09:39:35.079 I/zygote (15717): After code cache collection, code=62KB,
data=62KB
10-23 09:39:35.079 I/zygote (15717): Increasing code cache capacity to 512KB
10-23 09:39:35.080 I/zygote (15717): Compiler allocated 4MB to compile void
com.emulator.fpse.g.b()
10-23 09:39:35.132 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button21a.png (No such file or directory)
10-23 09:39:35.144 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button22a.png (No such file or directory)
10-23 09:39:35.156 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button23a.png (No such file or directory)
10-23 09:39:35.168 I/zygote (15717): Compiler allocated 4MB to compile void
com.emulator.fpse.g.b()
10-23 09:39:35.170 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button24a.png (No such file or directory)
10-23 09:39:35.182 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button25a.png (No such file or directory)
10-23 09:39:35.184 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button26a.png (No such file or directory)
10-23 09:39:35.186 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button27a.png (No such file or directory)
10-23 09:39:35.279 D/BezellessGripSuppressionFilter(15717): getdisplaysize, x :
1440 y : 2880
10-23 09:39:35.291 I/Adreno (15717): QUALCOMM build : 14c0496,
Ida6448821d
10-23 09:39:35.291 I/Adreno (15717): Build Date : 01/08/18
10-23 09:39:35.291 I/Adreno (15717): OpenGL ES Shader Compiler Version:
EV031.22.00.01
10-23 09:39:35.291 I/Adreno (15717): Local Branch :
10-23 09:39:35.291 I/Adreno (15717): Remote Branch :
refs/tags/AU_LINUX_ANDROID_LA.UM.6.5.R1.08.00.00.312.043
10-23 09:39:35.291 I/Adreno (15717): Remote Branch : NONE
10-23 09:39:35.291 I/Adreno (15717): Reconstruct Branch : NOTHING
10-23 09:39:35.292 I/vndksupport(15717): sphal namespace is not configured for this
process. Loading /vendor/lib/hw/gralloc.msm8996.so from the current namespace
instead.
10-23 09:39:35.296 I/Adreno (15717): PFP: 0x005ff087, ME: 0x005ff063
10-23 09:39:35.301 I/OpenGLRenderer(15717): Initialized EGL, version 1.4
10-23 09:39:35.302 D/OpenGLRenderer(15717): Swap behavior 2
10-23 09:39:35.367 D/PhoneWindow(15717): windowLightStatusBar : false, disable
View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
10-23 09:39:35.379 D/BezellessGripSuppressionFilter(15717): getdisplaysize, x :
1440 y : 2880
10-23 09:39:35.386 I/DpmTcmClient(15717): RegisterTcmMonitor from:
com.android.okhttp.TcmIdleTimerMonitor
10-23 09:39:35.392 D/NetworkSecurityConfig(15717): No Network Security Config
specified, using platform default
10-23 09:39:35.397 I/vndksupport(15717): sphal namespace is not configured for this
process. Loading /vendor/lib/hw/gralloc.msm8996.so from the current namespace
instead.
--------- beginning of system
10-23 09:39:35.506 I/Timeline(15717): Timeline: Activity_idle id:
android.os.BinderProxy@d150ba5 time:75069440
10-23 09:39:36.112 E/Decompress(15717): unzip java.lang.NullPointerException:
Attempt to invoke virtual method 'boolean
java.lang.String.contentEquals(java.lang.CharSequence)' on a null object reference
10-23 09:39:36.157 D/PhoneWindow(15717): windowLightStatusBar : false, disable
View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
10-23 09:39:36.171 D/BezellessGripSuppressionFilter(15717): getdisplaysize, x :
1440 y : 2880
10-23 09:39:37.224 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:39:37.313 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:39:40.119 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:39:40.199 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:39:46.984 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:39:47.195 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:39:51.774 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:39:52.102 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:39:52.104 I/TouchFlickNoti(15717): CHANGE DOWN TO UP vectorVelocity:-737
10-23 09:39:52.784 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:39:52.924 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:39:52.927 I/TouchFlickNoti(15717): CHANGE DOWN TO UP vectorVelocity:0
10-23 09:39:53.203 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:39:53.394 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:39:53.396 I/TouchFlickNoti(15717): CHANGE DOWN TO UP vectorVelocity:-3576
10-23 09:40:03.117 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:03.185 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:10.807 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:10.935 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:12.150 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:12.227 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:12.229 I/AudioManagerEx(15717): AudioManagerEx created
10-23 09:40:12.245 D/PhoneWindow(15717): windowLightStatusBar : false, disable
View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
10-23 09:40:12.278 D/BezellessGripSuppressionFilter(15717): getdisplaysize, x :
1440 y : 2880
10-23 09:40:13.324 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:13.368 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:13.509 D/PhoneWindow(15717): windowLightStatusBar : false, disable
View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
10-23 09:40:13.540 D/BezellessGripSuppressionFilter(15717): getdisplaysize, x :
1440 y : 2880
10-23 09:40:14.986 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:15.050 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:15.354 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button17a.png (No such file or directory)
10-23 09:40:15.357 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button18a.png (No such file or directory)
10-23 09:40:15.362 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button19a.png (No such file or directory)
10-23 09:40:15.366 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button20a.png (No such file or directory)
10-23 09:40:15.370 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button21a.png (No such file or directory)
10-23 09:40:15.372 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button22a.png (No such file or directory)
10-23 09:40:15.374 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button23a.png (No such file or directory)
10-23 09:40:15.378 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button24a.png (No such file or directory)
10-23 09:40:15.379 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button25a.png (No such file or directory)
10-23 09:40:15.381 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button26a.png (No such file or directory)
10-23 09:40:15.382 E/BitmapFactory(15717): Unable to decode stream:
java.io.FileNotFoundException:
/data/user/0/com.emulator.fpse/files/skin/button27a.png (No such file or directory)
10-23 09:40:15.450 D/PROCINFO(15717): Neon instructions detected
10-23 09:40:15.450 E/libfpse (15717): CPU architecture:8
10-23 09:40:15.450 D/PROCINFO(15717): Neon instructions detected
10-23 09:40:15.451 E/libfpse (15717): CPU architecture:8
10-23 09:40:15.451 D/PROCINFO(15717): Neon instructions detected
10-23 09:40:15.451 E/libfpse (15717): CPU architecture:8
10-23 09:40:15.451 D/PROCINFO(15717): Neon instructions detected
10-23 09:40:15.451 E/libfpse (15717): CPU architecture:8
10-23 09:40:15.454 E/libfpse (15717): [SLES]: Requested audio latency: 120 ms.
10-23 09:40:15.467 E/libfpse (15717): [SLES]: Setting audio latency: Block size =
4096, Blocks = 5, Total = 20480 ...
10-23 09:40:15.467 D/ (15717): PlayerBase::PlayerBase()
10-23 09:40:15.467 D/ (15717): TrackPlayerBase::TrackPlayerBase()
10-23 09:40:15.467 I/libOpenSLES(15717): AudioPlayer realize -
AUDIOPLAYER_FROM_PCM_BUFFERQUEUE
10-23 09:40:15.467 D/AudioTrack(15717): set(): streamType 3, sampleRate 44100,
format 0x1, channelMask 0x3, frameCount 0, flags #104, notificationFrames
4294967291, sessionId 2217, transferType 0, uid -1, pid -1
10-23 09:40:15.480 E/libfpse (15717): Shaders compiled
10-23 09:40:15.485 I/chatty (15717): uid=10489(u0_a489) identical 16 lines
10-23 09:40:15.485 E/libfpse (15717): Shaders compiled
10-23 09:40:15.558 E/libfpse (15717): Alloc size:6291456
10-23 09:40:15.621 I/LicenseChecker(15717): Binding to licensing service.
10-23 09:40:15.669 I/LicenseChecker(15717): Calling checkLicense on service for
com.emulator.fpse
10-23 09:40:15.670 I/LicenseChecker(15717): Start monitoring timeout.
10-23 09:40:16.466 I/LicenseChecker(15717): Received response.
10-23 09:40:16.466 I/LicenseChecker(15717): Clearing timeout.
10-23 09:40:25.626 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:25.689 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:25.813 I/zygote (15717): Compiler allocated 4MB to compile void
com.emulator.fpse.g.onDraw(android.graphics.Canvas)
10-23 09:40:26.112 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:26.163 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:26.318 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:26.378 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:26.399 I/zygote (15717): Compiler allocated 4MB to compile void
com.emulator.fpse.g.a(boolean[], int[], int[], int)
10-23 09:40:26.484 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:26.551 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:26.642 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:26.708 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:32.410 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:32.468 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:32.639 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:32.732 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:32.913 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:32.971 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_UP
10-23 09:40:33.999 I/ViewRootImpl(15717): ViewRoot's Touch Event : ACTION_DOWN
10-23 09:40:34.010 D/PhoneWindow(15717): windowLightStatusBar : false, disable
View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
10-23 09:40:34.030 D/BezellessGripSuppressionFilter(15717): getdisplaysize, x :
1440 y : 2880
10-23 09:40:34.043 D/AndroidRuntime(15717): Shutting down VM
10-23 09:40:34.043 E/AndroidRuntime(15717): FATAL EXCEPTION: main
10-23 09:40:34.043 E/AndroidRuntime(15717): Process: com.emulator.fpse, PID: 15717
10-23 09:40:34.043 E/AndroidRuntime(15717):
java.lang.ArrayIndexOutOfBoundsException: length=8; index=8
10-23 09:40:34.043 E/AndroidRuntime(15717): at
java.util.Arrays$ArrayList.get(Arrays.java:3769)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
com.emulator.fpse.a.getView(SourceFile:35)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.widget.AbsListView.obtainView(AbsListView.java:2437)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.widget.ListView.measureHeightOfChildren(ListView.java:1429)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.widget.ListView.onMeasure(ListView.java:1336)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.View.measure(View.java:22116)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6654)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.View.measure(View.java:22116)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
com.android.internal.widget.AlertDialogLayout.tryOnMeasure(AlertDialogLayout.java:1
44)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
com.android.internal.widget.AlertDialogLayout.onMeasure(AlertDialogLayout.java:69)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.View.measure(View.java:22116)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6654)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.View.measure(View.java:22116)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6654)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.View.measure(View.java:22116)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6654)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
com.android.internal.policy.DecorView.onMeasure(DecorView.java:740)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.View.measure(View.java:22116)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:2500)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1539)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1830)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1441)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7171)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.Choreographer$CallbackRecord.run(Choreographer.java:979)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.Choreographer.doCallbacks(Choreographer.java:791)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.Choreographer.doFrame(Choreographer.java:726)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:965)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.os.Handler.handleCallback(Handler.java:789)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.os.Handler.dispatchMessage(Handler.java:98)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.os.Looper.loop(Looper.java:164)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
android.app.ActivityThread.main(ActivityThread.java:6710)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
java.lang.reflect.Method.invoke(Native Method)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
10-23 09:40:34.043 E/AndroidRuntime(15717): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:770)
10-23 09:40:34.101 D/AudioTrack(15717): stop() called with 817152 frames delivered
10-23 09:40:34.101 D/ (15717): PlayerBase::stop() from IPlayer
10-23 09:40:36.603 W/zygote (15958): Using default instruction set features for
ARM CPU variant (cortex-a9) using conservative defaults
10-23 09:40:36.651 I/MultiDex(15958): VM with version 2.1.0 has multidex support
10-23 09:40:36.651 I/MultiDex(15958): Installing application
10-23 09:40:36.651 I/MultiDex(15958): VM has multidex support, MultiDex support
library is disabled.
10-23 09:40:36.693 V/Info (15958): CPU info available from file /proc/cpuinfo:
10-23 09:40:36.709 V/Info (15958): processor : 0
10-23 09:40:36.709 V/Info (15958): BogoMIPS : 38.40
10-23 09:40:36.709 V/Info (15958): Features : half thumb fastmult vfp edsp neon
vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32
10-23 09:40:36.709 V/Info (15958): CPU implementer : 0x51
10-23 09:40:36.709 V/Info (15958): CPU architecture: 8
10-23 09:40:36.709 V/Info (15958): CPU variant : 0x2
10-23 09:40:36.709 V/Info (15958): CPU part : 0x201
10-23 09:40:36.709 V/Info (15958): CPU revision : 1
10-23 09:40:36.709 V/Info (15958):
10-23 09:40:36.709 V/Info (15958): processor : 1
10-23 09:40:36.709 V/Info (15958): BogoMIPS : 38.40
10-23 09:40:36.709 V/Info (15958): Features : half thumb fastmult vfp edsp neon
vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32
10-23 09:40:36.709 V/Info (15958): CPU implementer : 0x51
10-23 09:40:36.709 V/Info (15958): CPU architecture: 8
10-23 09:40:36.709 V/Info (15958): CPU variant : 0x2
10-23 09:40:36.709 V/Info (15958): CPU part : 0x201
10-23 09:40:36.709 V/Info (15958): CPU revision : 1
10-23 09:40:36.709 V/Info (15958):
10-23 09:40:36.709 V/Info (15958): processor : 2
10-23 09:40:36.709 V/Info (15958): BogoMIPS : 38.40
10-23 09:40:36.709 V/Info (15958): Features : half thumb fastmult vfp edsp neon
vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32
10-23 09:40:36.709 V/Info (15958): CPU implementer : 0x51
10-23 09:40:36.709 V/Info (15958): CPU architecture: 8
10-23 09:40:36.709 V/Info (15958): CPU variant : 0x2
10-23 09:40:36.709 V/Info (15958): CPU part : 0x205
10-23 09:40:36.709 V/Info (15958): CPU revision : 1
10-23 09:40:36.709 V/Info (15958):
10-23 09:40:36.709 V/Info (15958): processor : 3
10-23 09:40:36.709 V/Info (15958): BogoMIPS : 38.40
10-23 09:40:36.709 V/Info (15958): Features : half thumb fastmult vfp edsp neon
vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32
10-23 09:40:36.709 V/Info (15958): CPU implementer : 0x51
10-23 09:40:36.709 V/Info (15958): CPU architecture: 8
10-23 09:40:36.709 V/Info (15958): CPU variant : 0x2
10-23 09:40:36.709 V/Info (15958): CPU part : 0x205
10-23 09:40:36.709 V/Info (15958): CPU revision : 1
10-23 09:40:36.709 V/Info (15958):
10-23 09:40:36.709 V/Info (15958): Hardware : Qualcomm Technologies, Inc
MSM8996pro
10-23 09:40:36.709 V/Info (15958): �������������������
10-23 09:40:36.713 I/AudioManagerEx(15958): AudioManagerEx created
10-23 09:40:36.714 I/F_PATH (15958): CPU arch:armv8l
10-23 09:40:36.716 V/AudioSystem(15958): ioConfigChanged: [Update mIoDescriptors]
add ioHandle = 13 -> descriptor = 0xdbba678c
10-23 09:40:36.717 V/AudioSystem(15958): ioConfigChanged() new output opened 13
samplingRate 48000, format 0x5 channel mask 0x3 frameCount 960 deviceId 2
10-23 09:40:36.717 V/AudioSystem(15958): ioConfigChanged: [Update mIoDescriptors]
add ioHandle = 21 -> descriptor = 0xdbca378c
10-23 09:40:36.717 V/AudioSystem(15958): ioConfigChanged() new output opened 21
samplingRate 48000, format 0x1 channel mask 0x3 frameCount 1920 deviceId 2
10-23 09:40:36.717 V/AudioSystem(15958): ioConfigChanged: [Update mIoDescriptors]
add ioHandle = 29 -> descriptor = 0xdbca378c
10-23 09:40:36.717 V/AudioSystem(15958): ioConfigChanged() new output opened 29
samplingRate 48000, format 0x5 channel mask 0x3 frameCount 1152 deviceId 5
10-23 09:40:36.747 E/CORES (15958): NB CORE:4
10-23 09:40:36.747 E/FPSE (15958): Model:LG-H870

You might also like